var/cache/website/dev/ContainerBXD00ij/App_KernelDevDebugContainer.php line 5107

Open in your IDE?
  1. <?php
  2. namespace ContainerBXD00ij;
  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.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  50.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  53.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  54.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  55.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  56.             'http_kernel' => 'getHttpKernelService',
  57.             'jms_serializer' => 'getJmsSerializerService',
  58.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  59.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  60.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  61.             'request_stack' => 'getRequestStackService',
  62.             'router' => 'getRouterService',
  63.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  64.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  65.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  66.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  67.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  68.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  69.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  70.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  71.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  72.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  73.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  74.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  75.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  76.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  77.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  78.             'sulu.repository.redirect_route' => 'getSulu_Repository_RedirectRouteService',
  79.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  80.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  81.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  82.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  83.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  84.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  85.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  86.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  87.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  88.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  89.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  90.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  91.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  92.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  93.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  94.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  95.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  96.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  97.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  98.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  99.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  100.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  101.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  102.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  103.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  104.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  105.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  106.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  107.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  108.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  109.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  110.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  111.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  112.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  113.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  114.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  115.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  116.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  117.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  118.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  119.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  120.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  121.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  122.             'translator' => 'getTranslatorService',
  123.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  124.             'cache_clearer' => 'getCacheClearerService',
  125.             'filesystem' => 'getFilesystemService',
  126.             'serializer' => 'getSerializerService',
  127.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  128.             'form.factory' => 'getForm_FactoryService',
  129.             'form.type.file' => 'getForm_Type_FileService',
  130.             'profiler' => 'getProfilerService',
  131.             'twig' => 'getTwigService',
  132.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  133.             'security.token_storage' => 'getSecurity_TokenStorageService',
  134.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  135.             'session' => 'getSessionService',
  136.             'validator' => 'getValidatorService',
  137.         ];
  138.         $this->fileMap = [
  139.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  140.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  141.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  142.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  143.             '.container.private.session' => 'get_Container_Private_SessionService',
  144.             'App\\Controller\\ContainerController' => 'getContainerControllerService',
  145.             'App\\Controller\\Website\\ApiController' => 'getApiControllerService',
  146.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  147.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  148.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  149.             'cache.app_clearer' => 'getCache_AppClearerService',
  150.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  151.             'cache.system_clearer' => 'getCache_SystemClearerService',
  152.             'cache_warmer' => 'getCacheWarmerService',
  153.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  154.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  155.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  156.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  157.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  158.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  159.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  160.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  161.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  162.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  163.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  164.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  165.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  166.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  167.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  168.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  169.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  170.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  171.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  172.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  173.             'console.command.public_alias.sulu_redirect.import_command' => 'getConsole_Command_PublicAlias_SuluRedirect_ImportCommandService',
  174.             'console.command_loader' => 'getConsole_CommandLoaderService',
  175.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  176.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  177.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  178.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  179.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  180.             'error_controller' => 'getErrorControllerService',
  181.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  182.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  183.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  184.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  185.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  186.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  187.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  188.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  189.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  190.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  191.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  192.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  193.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  194.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  195.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  196.             'routing.loader' => 'getRouting_LoaderService',
  197.             'services_resetter' => 'getServicesResetterService',
  198.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  199.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  200.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  201.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  202.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  203.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  204.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  205.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  206.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  207.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  208.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  209.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  210.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  211.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  212.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  213.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  214.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  215.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  216.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  217.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  218.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  219.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  220.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  221.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  222.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  223.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  224.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  225.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  226.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  227.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  228.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  229.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  230.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  231.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  232.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  233.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  234.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  235.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  236.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  237.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  238.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  239.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  240.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  241.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  242.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  243.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  244.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  245.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  246.             'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  247.             'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  248.             'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  249.             'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  250.             'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  251.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  252.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  253.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  254.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  255.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  256.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  257.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  258.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  259.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  260.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  261.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  262.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  263.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  264.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  265.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  266.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  267.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  268.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  269.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  270.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  271.             'sulu_redirect.controller.redirect' => 'getSuluRedirect_Controller_RedirectService',
  272.             'sulu_redirect.import' => 'getSuluRedirect_ImportService',
  273.             'sulu_redirect.redirect_route_manager' => 'getSuluRedirect_RedirectRouteManagerService',
  274.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  275.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  276.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  277.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  278.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  279.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  280.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  281.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  282.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  283.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  284.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  285.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  286.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  287.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  288.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  289.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  290.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  291.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  292.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  293.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  294.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  295.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  296.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  297.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  298.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  299.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  300.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  301.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  302.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  303.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  304.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  305.         ];
  306.         $this->aliases = [
  307.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  308.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  309.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  310.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  311.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  312.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  313.             'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  314.             'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  315.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  316.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  317.             'database_connection' => 'doctrine.dbal.default_connection',
  318.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  319.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  320.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  321.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  322.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  323.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  324.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  325.             'mailer' => 'swiftmailer.mailer.default',
  326.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  327.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  328.         ];
  329.         $this->privates['service_container'] = function () {
  330.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  331.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  332.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  333.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  334.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  335.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  336.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  337.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  338.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  339.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  340.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  341.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  342.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  343.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  344.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  345.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  346.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  347.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  348.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  349.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  350.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  351.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  352.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  353.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  354.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  355.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  356.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  357.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  358.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  359.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  360.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  361.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  362.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  363.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  364.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  365.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  366.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  367.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  368.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  369.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/UriSigner.php';
  370.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  371.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  372.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  373.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  374.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  375.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  377.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  378.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  379.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  380.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  381.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  382.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  393.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  394.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  420.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  421.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  422.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  423.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  436.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  437.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  438.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  439.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  467.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  482.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  483.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  484.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  485.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  487.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  488.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  489.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  490.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  491.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  492.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  493.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  494.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  495.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  497.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  501.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  503.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  505.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  507.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  509.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  511.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  512.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  513.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  514.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  515.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  516.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  517.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  518.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  519.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  520.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  521.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  522.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  523.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  524.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  525.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  530.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  531.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  532.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  533.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  534.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  535.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  536.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  537.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  538.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  539.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  540.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  541.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  542.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  543.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  544.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  545.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  546.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  547.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  548.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  549.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  550.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  551.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  552.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  553.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  554.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  555.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  556.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  557.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  558.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  559.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  560.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  561.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  562.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  563.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  564.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  565.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  566.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  567.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  568.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  569.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  570.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  571.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  572.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  573.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  574.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  575.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  576.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  577.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  578.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  579.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  580.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  581.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  582.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  583.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  584.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  585.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  586.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  587.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  588.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  589.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  590.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  591.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  592.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  593.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  594.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  595.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  596.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  597.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  598.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  599.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  600.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  601.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  602.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  603.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  604.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  605.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  606.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  607.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  608.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  609.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  610.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  611.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  612.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  613.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  614.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  615.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  616.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  617.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  618.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  619.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  620.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  621.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  622.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  623.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  624.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  625.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  626.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  627.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  628.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  629.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  630.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  631.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  632.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  633.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  634.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  635.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  636.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  637.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  638.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  639.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  640.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  641.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  642.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  643.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  644.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  645.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  646.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  647.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  648.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  649.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  650.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  651.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  652.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  653.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  654.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  655.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  656.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  657.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  658.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  659.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  660.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  661.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  662.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  663.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  664.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  665.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  666.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  667.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  669.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  670.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  671.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  672.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  673.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  674.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  675.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  676.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  677.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  678.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  679.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  680.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  681.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  682.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  683.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  684.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  685.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  686.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  687.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  688.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  689.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  691.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  692.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  693.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  694.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  695.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  696.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  697.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  698.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  699.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  701.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  702.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  703.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  704.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  705.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  707.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  709.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  711.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  712.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  713.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  717.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  720.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  721.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  722.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  723.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  730.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  731.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  732.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  733.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  734.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  743.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  765.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  766.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  767.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  768.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  779.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  786.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  787.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  788.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  811.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  812.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  833.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  834.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  835.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  836.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  837.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  840.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  841.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  842.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  843.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  844.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  845.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  846.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  847.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  848.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  849.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  850.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  851.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  852.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  853.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  854.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  855.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  856.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  858.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  860.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  861.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  862.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  864.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  865.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  866.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  867.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  868.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  869.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  871.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  872.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  873.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  874.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  878.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  884.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  886.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  891.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Handler.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/MailerHelper.php';
  899.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/MailerInterface.php';
  900.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Mailer.php';
  901.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  902.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/Transports.php';
  903.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport.php';
  904.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  905.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyTree.php';
  907.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Builder.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  910.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  915.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  917.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  918.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  919.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  920.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  921.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  922.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  923.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  924.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  925.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  926.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  927.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  928.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  929.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  930.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  931.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  932.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  933.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  934.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  935.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  936.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  937.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  938.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  939.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  940.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  941.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RecaptchaType.php';
  942.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  943.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  944.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  945.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  947.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/ProtectedMediaSubscriber.php';
  948.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  949.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  950.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  951.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  952.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  954.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  959.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  961.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  976.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  978.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  979.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  980.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  981.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  982.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  983.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  984.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  985.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  986.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  987.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  988.             include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Routing/RedirectRouteProvider.php';
  989.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  990.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  991.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  992.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  993.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  994.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  995.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  996.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  997.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  998.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  999.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1086.             include_once \dirname(__DIR__5).'/src/Twig/AppExtension.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1112.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/twig/string-extra/StringExtension.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1141.         };
  1142.     }
  1143.     public function compile(): void
  1144.     {
  1145.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1146.     }
  1147.     public function isCompiled(): bool
  1148.     {
  1149.         return true;
  1150.     }
  1151.     public function getRemovedIds(): array
  1152.     {
  1153.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1154.     }
  1155.     protected function load($file$lazyLoad true)
  1156.     {
  1157.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1158.             return $class::do($this$lazyLoad);
  1159.         }
  1160.         if ('.' === $file[-4]) {
  1161.             $class substr($class0, -4);
  1162.         } else {
  1163.             $file .= '.php';
  1164.         }
  1165.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1166.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1167.     }
  1168.     protected function createProxy($class\Closure $factory)
  1169.     {
  1170.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1171.         return $factory();
  1172.     }
  1173.     /**
  1174.      * Gets the public '.container.private.filesystem' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Filesystem\Filesystem
  1177.      */
  1178.     protected function get_Container_Private_FilesystemService()
  1179.     {
  1180.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1181.     }
  1182.     /**
  1183.      * Gets the public '.container.private.form.factory' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\Form\FormFactory
  1186.      */
  1187.     protected function get_Container_Private_Form_FactoryService()
  1188.     {
  1189.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1190.     }
  1191.     /**
  1192.      * Gets the public '.container.private.profiler' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1195.      */
  1196.     protected function get_Container_Private_ProfilerService()
  1197.     {
  1198.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1199.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1200.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1201.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1202.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1203.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1204.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1205.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1206.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1207.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1208.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1209.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1210.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1211.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1212.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1213.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1214.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1215.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1216.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1217.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1218.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1219.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1220.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1221.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1222.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1223.         if ($this->has('kernel')) {
  1224.             $f->setKernel($b);
  1225.         }
  1226.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1227.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1228.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1229.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1230.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1231.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1232.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1233.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1234.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1235.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1236.         $instance->add($d);
  1237.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1238.         $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));
  1239.         $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())));
  1240.         $instance->add($e);
  1241.         $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([])))));
  1242.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1243.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1244.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1245.         $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()))));
  1246.         $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\\Bundle\\RedirectBundle' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\RedirectBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../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()))));
  1247.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1248.         $instance->add($f);
  1249.         return $instance;
  1250.     }
  1251.     /**
  1252.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1253.      *
  1254.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1255.      */
  1256.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1257.     {
  1258.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1259.     }
  1260.     /**
  1261.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1264.      */
  1265.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1266.     {
  1267.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1268.     }
  1269.     /**
  1270.      * Gets the public '.container.private.security.token_storage' shared service.
  1271.      *
  1272.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1273.      */
  1274.     protected function get_Container_Private_Security_TokenStorageService()
  1275.     {
  1276.         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, [
  1277.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1278.         ], [
  1279.             'request_stack' => '?',
  1280.         ]));
  1281.     }
  1282.     /**
  1283.      * Gets the public '.container.private.twig' shared service.
  1284.      *
  1285.      * @return \Twig\Environment
  1286.      */
  1287.     protected function get_Container_Private_TwigService()
  1288.     {
  1289.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1290.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1291.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1292.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1293.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1294.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1295.         $f = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1296.         $g = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1297.         $h = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1298.         $i = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1299.         $j = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1300.         $k = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1301.         $l = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1302.         $m = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1303.         $n = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($m'dev'$i);
  1304.         $o = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1305.         $p = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1306.         $q = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1307.         $r = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1308.         $s = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1309.         $s->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1310.         $t = new \Symfony\Bridge\Twig\AppVariable();
  1311.         $t->setEnvironment('dev');
  1312.         $t->setDebug(true);
  1313.         if ($this->has('.container.private.security.token_storage')) {
  1314.             $t->setTokenStorage($e);
  1315.         }
  1316.         if ($this->has('request_stack')) {
  1317.             $t->setRequestStack($d);
  1318.         }
  1319.         $u = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1320.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1321.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1322.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1323.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1324.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__5), 'UTF-8'));
  1325.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1326.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1327.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1328.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1329.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1330.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1333.         $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())));
  1334.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1335.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $e)));
  1336.         $instance->addExtension(new \App\Twig\AppExtension());
  1337.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1338.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1339.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1340.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1341.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1342.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1343.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1344.         $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()), $f$g));
  1345.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($h$i$j), $g1));
  1346.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($k$i$l));
  1347.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($k$i$l));
  1348.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1349.         $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()), $f$g));
  1350.         $instance->addExtension($n);
  1351.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($h, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($h$o, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($p$q'i18n'), $r$a$this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $i), $g1));
  1352.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($o$m, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($p$q'i18n'), 'dev'), $m'dev'$i), $g1));
  1353.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($h$j$r$i, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $m$d), $g1));
  1354.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($i$n));
  1355.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($i$n$d));
  1356.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1357.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($s));
  1358.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1359.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1360.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1361.         ], [
  1362.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1363.             'webpack_encore.tag_renderer' => '?',
  1364.         ])));
  1365.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1366.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1367.         $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1368.         $instance->addGlobal('app'$t);
  1369.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1370.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1371.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1372.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1373.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1374.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1375.         ], [
  1376.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1377.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1378.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1379.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1380.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1381.         ])));
  1382.         $instance->registerUndefinedFilterCallback([=> $u=> 'suggestFilter']);
  1383.         $instance->registerUndefinedFunctionCallback([=> $u=> 'suggestFunction']);
  1384.         $instance->registerUndefinedTokenParserCallback([=> $u=> 'suggestTag']);
  1385.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1386.         return $instance;
  1387.     }
  1388.     /**
  1389.      * Gets the public '.container.private.validator' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1392.      */
  1393.     protected function get_Container_Private_ValidatorService()
  1394.     {
  1395.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1396.     }
  1397.     /**
  1398.      * Gets the public 'cache.app' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1401.      */
  1402.     protected function getCache_AppService()
  1403.     {
  1404.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1405.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1406.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1407.     }
  1408.     /**
  1409.      * Gets the public 'cache.system' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1412.      */
  1413.     protected function getCache_SystemService()
  1414.     {
  1415.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1416.     }
  1417.     /**
  1418.      * Gets the public 'cache.validator_expression_language' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1421.      */
  1422.     protected function getCache_ValidatorExpressionLanguageService()
  1423.     {
  1424.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1425.     }
  1426.     /**
  1427.      * Gets the public 'cmf_routing.route_provider' shared service.
  1428.      *
  1429.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1430.      */
  1431.     protected function getCmfRouting_RouteProviderService()
  1432.     {
  1433.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ['utf8' => true]);
  1434.     }
  1435.     /**
  1436.      * Gets the public 'data_collector.dump' shared service.
  1437.      *
  1438.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1439.      */
  1440.     protected function getDataCollector_DumpService()
  1441.     {
  1442.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1443.     }
  1444.     /**
  1445.      * Gets the public 'doctrine' shared service.
  1446.      *
  1447.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1448.      */
  1449.     protected function getDoctrineService()
  1450.     {
  1451.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1452.     }
  1453.     /**
  1454.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1455.      *
  1456.      * @return \Doctrine\DBAL\Connection
  1457.      */
  1458.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1459.     {
  1460.         $a = new \Doctrine\DBAL\Configuration();
  1461.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1462.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1463.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1464.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1465.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1466.         $c->setConnectionName('default');
  1467.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1468.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1469.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1470.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1471.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1472.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1473.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1474.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1475.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  1476.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  1477.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1478.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  1479.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  1480.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  1481.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  1482.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  1483.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  1484.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  1485.             'sulu_form.cache_invalidation_listener' => ['privates''sulu_form.cache_invalidation_listener''getSuluForm_CacheInvalidationListenerService'true],
  1486.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  1487.             'sulu_redirect.subscriber.entity' => ['privates''sulu_redirect.subscriber.entity''getSuluRedirect_Subscriber_EntityService'true],
  1488.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  1489.         ], [
  1490.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1491.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1492.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1493.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1494.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1495.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1496.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  1497.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  1498.             'stof_doctrine_extensions.listener.tree' => '?',
  1499.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  1500.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  1501.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  1502.             'sulu_activity.domain_event_collector_subscriber' => '?',
  1503.             'sulu_contact.account_listener' => '?',
  1504.             'sulu_contact.doctrine.invalidation_listener' => '?',
  1505.             'sulu_core.doctrine.references' => '?',
  1506.             'sulu_form.cache_invalidation_listener' => '?',
  1507.             'sulu_media.doctrine.invalidation_listener' => '?',
  1508.             'sulu_redirect.subscriber.entity' => '?',
  1509.             'sulu_security.permission_inheritance_subscriber' => '?',
  1510.         ]), [=> '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 => 'sulu_redirect.subscriber.entity'13 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 14 => [=> [=> 'postGenerateSchema'], => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 15 => [=> [=> 'postPersist'], => 'sulu_contact.account_listener'], 16 => [=> [=> 'postPersist'], => 'sulu_contact.doctrine.invalidation_listener'], 17 => [=> [=> 'postUpdate'], => 'sulu_contact.doctrine.invalidation_listener'], 18 => [=> [=> 'preRemove'], => 'sulu_contact.doctrine.invalidation_listener'], 19 => [=> [=> 'postPersist'], => 'sulu_media.doctrine.invalidation_listener'], 20 => [=> [=> 'postUpdate'], => 'sulu_media.doctrine.invalidation_listener'], 21 => [=> [=> 'preRemove'], => 'sulu_media.doctrine.invalidation_listener'], 22 => [=> [=> 'postUpdate'], => 'sulu_form.cache_invalidation_listener'], 23 => [=> [=> 'preRemove'], => 'sulu_form.cache_invalidation_listener'], 24 => 'sulu_activity.domain_event_collector_subscriber']), []);
  1511.     }
  1512.     /**
  1513.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1514.      *
  1515.      * @return \Doctrine\ORM\EntityManager
  1516.      */
  1517.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1518.     {
  1519.         if ($lazyLoad) {
  1520.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1521.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1522.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1523.                     $proxy->setProxyInitializer(null);
  1524.                     return true;
  1525.                 });
  1526.             });
  1527.         }
  1528.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1529.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1530.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1531.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1532.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1533.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1534.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1535.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1536.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1537.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1538.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1539.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1540.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1541.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1542.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1543.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1544.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1545.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1546.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1547.         $a = new \Doctrine\ORM\Configuration();
  1548.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1549.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1550.         $d = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')])));
  1551.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1552.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1553.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1554.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1555.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1556.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1557.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1558.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1559.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1560.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1561.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1562.         $b->addDriver($c'Sulu\\Bundle\\FormBundle\\Entity');
  1563.         $b->addDriver($c'Sulu\\Bundle\\RedirectBundle\\Entity');
  1564.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1565.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1566.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1567.         $a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model''SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model''SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model''GedmoTree' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\Entity''SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\Entity''SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\Entity''SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\Entity''SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\Entity''SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\Entity''SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\Entity''SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\Entity''SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\Entity''SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\Entity''SuluRedirectBundle' => 'Sulu\\Bundle\\RedirectBundle\\Entity']);
  1568.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1569.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1570.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1571.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1572.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1573.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1574.         ], [
  1575.             'doctrine.ulid_generator' => '?',
  1576.             'doctrine.uuid_generator' => '?',
  1577.         ])));
  1578.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1579.         $a->setProxyNamespace('Proxies');
  1580.         $a->setAutoGenerateProxyClasses(true);
  1581.         $a->setSchemaIgnoreClasses([]);
  1582.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1583.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1584.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1585.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1586.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1587.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1588.             'App\\Repository\\AzhApiHistoryRepository' => ['privates''App\\Repository\\AzhApiHistoryRepository''getAzhApiHistoryRepositoryService'true],
  1589.             'App\\Repository\\AzhLizenzCodesRepository' => ['privates''App\\Repository\\AzhLizenzCodesRepository''getAzhLizenzCodesRepositoryService'true],
  1590.             'App\\Repository\\AzhProductUpdatesRepository' => ['privates''App\\Repository\\AzhProductUpdatesRepository''getAzhProductUpdatesRepositoryService'true],
  1591.         ], [
  1592.             'App\\Repository\\AzhApiHistoryRepository' => '?',
  1593.             'App\\Repository\\AzhLizenzCodesRepository' => '?',
  1594.             'App\\Repository\\AzhProductUpdatesRepository' => '?',
  1595.         ])));
  1596.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1597.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1598.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1599.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the public 'doctrine_phpcr' shared service.
  1604.      *
  1605.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1606.      */
  1607.     protected function getDoctrinePhpcrService()
  1608.     {
  1609.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1610.     }
  1611.     /**
  1612.      * Gets the public 'doctrine_phpcr.session' shared service.
  1613.      *
  1614.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1615.      */
  1616.     protected function getDoctrinePhpcr_SessionService()
  1617.     {
  1618.         return $this->services['doctrine_phpcr.session'] = new \Sulu\Bundle\DocumentManagerBundle\Session\Session(new \Sulu\Bundle\DocumentManagerBundle\Session\Session([($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] ?? ($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] = new \Jackalope\RepositoryFactoryDoctrineDBAL()))->getRepository(['jackalope.doctrine_dbal_connection' => ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin''admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live')));
  1619.     }
  1620.     /**
  1621.      * Gets the public 'event_dispatcher' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1624.      */
  1625.     protected function getEventDispatcherService()
  1626.     {
  1627.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1628.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1629.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1630.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1631.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1632.         $instance->addListener('kernel.controller', [=> function () {
  1633.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1634.         }, => 'onKernelController'], 0);
  1635.         $instance->addListener('kernel.request', [=> function () {
  1636.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1637.         }, => 'onKernelRequest'], 10);
  1638.         $instance->addListener('kernel.request', [=> function () {
  1639.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1640.         }, => 'onKernelRequest'], 248);
  1641.         $instance->addListener('massive_search.index', [=> function () {
  1642.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1643.         }, => 'onIndex'], 0);
  1644.         $instance->addListener('massive_search.deindex', [=> function () {
  1645.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1646.         }, => 'onDeindex'], 0);
  1647.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1648.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1649.         }, => 'onIndexRebuild'], -999);
  1650.         $instance->addListener('massive_search.hit', [=> function () {
  1651.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1652.         }, => 'onHit'], 0);
  1653.         $instance->addListener('kernel.response', [=> function () {
  1654.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1655.         }, => 'onResponse'], -5);
  1656.         $instance->addListener('kernel.exception', [=> function () {
  1657.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1658.         }, => 'onKernelException'], 0);
  1659.         $instance->addListener('kernel.request', [=> function () {
  1660.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1661.         }, => 'onKernelRequest'], 0);
  1662.         $instance->addListener('kernel.response', [=> function () {
  1663.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1664.         }, => 'onKernelResponse'], 0);
  1665.         $instance->addListener('kernel.response', [=> function () {
  1666.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1667.         }, => 'onKernelResponse'], -1024);
  1668.         $instance->addListener('kernel.request', [=> function () {
  1669.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1670.         }, => 'setDefaultLocale'], 100);
  1671.         $instance->addListener('kernel.request', [=> function () {
  1672.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1673.         }, => 'onKernelRequest'], 16);
  1674.         $instance->addListener('kernel.finish_request', [=> function () {
  1675.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1676.         }, => 'onKernelFinishRequest'], 0);
  1677.         $instance->addListener('kernel.request', [=> function () {
  1678.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1679.         }, => 'onKernelRequest'], 256);
  1680.         $instance->addListener('kernel.response', [=> function () {
  1681.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1682.         }, => 'onResponse'], -255);
  1683.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1684.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1685.         }, => 'onControllerArguments'], 0);
  1686.         $instance->addListener('kernel.exception', [=> function () {
  1687.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1688.         }, => 'logKernelException'], 0);
  1689.         $instance->addListener('kernel.exception', [=> function () {
  1690.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1691.         }, => 'onKernelException'], -128);
  1692.         $instance->addListener('kernel.response', [=> function () {
  1693.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1694.         }, => 'removeCspHeader'], -128);
  1695.         $instance->addListener('kernel.request', [=> function () {
  1696.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1697.         }, => 'onKernelRequest'], 15);
  1698.         $instance->addListener('kernel.finish_request', [=> function () {
  1699.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1700.         }, => 'onKernelFinishRequest'], -15);
  1701.         $instance->addListener('console.error', [=> function () {
  1702.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1703.         }, => 'onConsoleError'], -128);
  1704.         $instance->addListener('console.terminate', [=> function () {
  1705.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1706.         }, => 'onConsoleTerminate'], -128);
  1707.         $instance->addListener('console.error', [=> function () {
  1708.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1709.         }, => 'onConsoleError'], 0);
  1710.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1711.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1712.         }, => 'onMessage'], -255);
  1713.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1714.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1715.         }, => 'onMessage'], -255);
  1716.         $instance->addListener('kernel.response', [=> function () {
  1717.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1718.         }, => 'onKernelResponse'], 0);
  1719.         $instance->addListener('kernel.request', [=> function () {
  1720.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1721.         }, => 'onKernelRequest'], 48);
  1722.         $instance->addListener('kernel.request', [=> function () {
  1723.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1724.         }, => 'configure'], 2048);
  1725.         $instance->addListener('console.command', [=> function () {
  1726.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1727.         }, => 'configure'], 2048);
  1728.         $instance->addListener('kernel.request', [=> function () {
  1729.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1730.         }, => 'onKernelRequest'], 128);
  1731.         $instance->addListener('kernel.response', [=> function () {
  1732.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1733.         }, => 'onKernelResponse'], -1000);
  1734.         $instance->addListener('kernel.finish_request', [=> function () {
  1735.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1736.         }, => 'onFinishRequest'], 0);
  1737.         $instance->addListener('kernel.response', [=> function () {
  1738.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1739.         }, => 'onKernelResponse'], -100);
  1740.         $instance->addListener('kernel.exception', [=> function () {
  1741.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1742.         }, => 'onKernelException'], 0);
  1743.         $instance->addListener('kernel.terminate', [=> function () {
  1744.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1745.         }, => 'onKernelTerminate'], -1024);
  1746.         $instance->addListener('kernel.controller', [=> function () {
  1747.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1748.         }, => 'onKernelController'], 0);
  1749.         $instance->addListener('kernel.response', [=> function () {
  1750.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1751.         }, => 'onKernelResponse'], 0);
  1752.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1753.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1754.         }, => 'onMessage'], 0);
  1755.         $instance->addListener('console.command', [=> function () {
  1756.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1757.         }, => 'onCommand'], 255);
  1758.         $instance->addListener('console.terminate', [=> function () {
  1759.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1760.         }, => 'onTerminate'], -255);
  1761.         $instance->addListener('kernel.exception', [=> function () {
  1762.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1763.         }, => 'onException'], 0);
  1764.         $instance->addListener('kernel.terminate', [=> function () {
  1765.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1766.         }, => 'onTerminate'], 0);
  1767.         $instance->addListener('console.error', [=> function () {
  1768.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1769.         }, => 'onException'], 0);
  1770.         $instance->addListener('console.terminate', [=> function () {
  1771.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1772.         }, => 'onTerminate'], 0);
  1773.         $instance->addListener('kernel.exception', [=> function () {
  1774.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1775.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1776.         $instance->addListener('kernel.response', [=> function () {
  1777.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1778.         }, => 'setResponseStatusCode'], 0);
  1779.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1780.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1781.         }, => 'purgeIndexes'], 500);
  1782.         $instance->addListener('kernel.response', [=> function () {
  1783.             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')));
  1784.         }, => 'onKernelResponse'], 10);
  1785.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1786.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1787.         }, => 'onProxyUnreachableError'], 0);
  1788.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1789.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1790.         }, => 'onProxyResponseError'], 0);
  1791.         $instance->addListener('kernel.response', [=> function () {
  1792.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1793.         }, => 'onKernelResponse'], 0);
  1794.         $instance->addListener('kernel.terminate', [=> function () {
  1795.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1796.         }, => 'onKernelTerminate'], 0);
  1797.         $instance->addListener('kernel.exception', [=> function () {
  1798.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1799.         }, => 'onKernelException'], 0);
  1800.         $instance->addListener('console.terminate', [=> function () {
  1801.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1802.         }, => 'onConsoleTerminate'], 0);
  1803.         $instance->addListener('kernel.request', [=> function () {
  1804.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1805.         }, => 'onKernelRequest'], 0);
  1806.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1807.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1808.         }, => 'onPermissionUpdate'], 0);
  1809.         $instance->addListener('massive_search.pre_index', [=> function () {
  1810.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1811.         }, => 'handlePreIndex'], 0);
  1812.         $instance->addListener('massive_search.pre_index', [=> function () {
  1813.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1814.         }, => 'handlePreIndex'], 0);
  1815.         $instance->addListener('kernel.request', [=> function () {
  1816.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1817.         }, => 'onKernelRequest'], 24);
  1818.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1819.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1820.         }, => 'handlePermissionUpdate'], 0);
  1821.         $instance->addListener('kernel.controller', [=> function () {
  1822.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1823.         }, => 'onKernelController'], 0);
  1824.         $instance->addListener('security.interactive_login', [=> function () {
  1825.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1826.         }, => 'onSecurityInteractiveLogin'], 0);
  1827.         $instance->addListener('massive_search.pre_index', [=> function () {
  1828.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1829.         }, => 'handleBlameTimestamp'], 0);
  1830.         $instance->addListener('massive_search.hit', [=> function () {
  1831.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1832.         }, => 'handleBlameTimestampHitMapping'], 0);
  1833.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1834.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1835.         }, => 'onPermissionUpdate'], 0);
  1836.         $instance->addListener('kernel.request', [=> function () {
  1837.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1838.         }, => 'onRequest'], 31);
  1839.         $instance->addListener('kernel.request', [=> function () {
  1840.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1841.         }, => 'onKernelRequest'], 32);
  1842.         $instance->addListener('kernel.finish_request', [=> function () {
  1843.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1844.         }, => 'onKernelFinishRequest'], 0);
  1845.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1846.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1847.         }, => 'onCacheClear'], 0);
  1848.         $instance->addListener('kernel.request', [=> function () {
  1849.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1850.         }, => 'onKernelRequest'], 14);
  1851.         $instance->addListener('kernel.exception', [=> function () {
  1852.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1853.         }, => 'redirectPartialMatch'], 0);
  1854.         $instance->addListener('kernel.exception', [=> function () {
  1855.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1856.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1857.         $instance->addListener('kernel.response', [=> function () {
  1858.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.7')));
  1859.         }, => 'onResponse'], 0);
  1860.         $instance->addListener('kernel.response', [=> function () {
  1861.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1862.         }, => 'addVaryHeader'], 0);
  1863.         $instance->addListener('kernel.response', [=> function () {
  1864.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1865.         }, => 'addCookieHeader'], 0);
  1866.         $instance->addListener('kernel.response', [=> function () {
  1867.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1868.         }, => 'replaceMarkup'], -10);
  1869.         $instance->addListener('kernel.response', [=> function () {
  1870.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1871.         }, => 'onKernelResponse'], -128);
  1872.         $instance->addListener('console.command', [=> function () {
  1873.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1874.         }, => 'configure'], 1024);
  1875.         $instance->addListener('kernel.response', [=> function () {
  1876.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1877.         }, => 'onKernelResponse'], 0);
  1878.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1879.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1880.         }, => 'onVoterVote'], 0);
  1881.         $instance->addListener('kernel.request', [=> function () {
  1882.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1883.         }, => 'configureLogoutUrlGenerator'], 8);
  1884.         $instance->addListener('kernel.request', [=> function () {
  1885.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1886.         }, => 'onKernelRequest'], 8);
  1887.         $instance->addListener('kernel.finish_request', [=> function () {
  1888.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1889.         }, => 'onKernelFinishRequest'], 0);
  1890.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1891.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1892.         }, => 'storeActivity'], -256);
  1893.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1894.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1895.         }, => 'setDomainEventUser'], 256);
  1896.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1897.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1898.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1899.         $instance->addListener('kernel.finish_request', [=> function () {
  1900.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1901.         }, => 'resetAssets'], 0);
  1902.         $instance->addListener('kernel.controller', [=> function () {
  1903.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1904.         }, => 'onKernelController'], 0);
  1905.         $instance->addListener('kernel.controller', [=> function () {
  1906.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1907.         }, => 'onKernelController'], 0);
  1908.         $instance->addListener('kernel.controller', [=> function () {
  1909.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1910.         }, => 'onKernelController'], -128);
  1911.         $instance->addListener('kernel.view', [=> function () {
  1912.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1913.         }, => 'onKernelView'], 0);
  1914.         $instance->addListener('kernel.controller', [=> function () {
  1915.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1916.         }, => 'onKernelController'], 0);
  1917.         $instance->addListener('kernel.response', [=> function () {
  1918.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1919.         }, => 'onKernelResponse'], 0);
  1920.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1921.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1922.         }, => 'onKernelControllerArguments'], 0);
  1923.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1924.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1925.         }, => 'onKernelControllerArguments'], 0);
  1926.         $instance->addListener('kernel.request', [=> function () {
  1927.             return ($this->privates['sulu_form.private_media_subscriber'] ?? $this->getSuluForm_PrivateMediaSubscriberService());
  1928.         }, => 'onRequest'], 0);
  1929.         $instance->addListener('console.error', [=> function () {
  1930.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1931.         }, => 'onConsoleError'], 0);
  1932.         $instance->addListener('console.terminate', [=> function () {
  1933.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1934.         }, => 'onConsoleTerminate'], 0);
  1935.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1936.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1937.         }, => 'onLogout'], 0);
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1942.      *
  1943.      * @return \FOS\HttpCacheBundle\CacheManager
  1944.      */
  1945.     protected function getFosHttpCache_CacheManagerService()
  1946.     {
  1947.         $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), ($this->services['router'] ?? $this->getRouterService()));
  1948.         if ($this->has('event_dispatcher')) {
  1949.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1950.         }
  1951.         $instance->setGenerateUrlType(0);
  1952.         return $instance;
  1953.     }
  1954.     /**
  1955.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1956.      *
  1957.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1958.      */
  1959.     protected function getFosHttpCache_EventListener_CacheControlService()
  1960.     {
  1961.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1962.     }
  1963.     /**
  1964.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1965.      *
  1966.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1967.      */
  1968.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1969.     {
  1970.         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]);
  1971.     }
  1972.     /**
  1973.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1974.      *
  1975.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1976.      */
  1977.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1978.     {
  1979.         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']);
  1980.     }
  1981.     /**
  1982.      * Gets the public 'http_kernel' shared service.
  1983.      *
  1984.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1985.      */
  1986.     protected function getHttpKernelService()
  1987.     {
  1988.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1989.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1990.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1991.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1992.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1993.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1994.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1995.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1996.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1997.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1998.     }
  1999.     /**
  2000.      * Gets the public 'jms_serializer' shared service.
  2001.      *
  2002.      * @return \JMS\Serializer\Serializer
  2003.      */
  2004.     protected function getJmsSerializerService()
  2005.     {
  2006.         $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2007.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2008.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2009.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2010.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  2011.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  2012.         $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2013.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2014.         $g->setOptions(1216);
  2015.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2016.         $h->setFormatOutput(true);
  2017.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2018.         $i->setOptions(0);
  2019.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2020.     }
  2021.     /**
  2022.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2023.      *
  2024.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2025.      */
  2026.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2027.     {
  2028.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2029.     }
  2030.     /**
  2031.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2032.      *
  2033.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2034.      */
  2035.     protected function getJmsSerializer_SerializationContextFactoryService()
  2036.     {
  2037.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2038.     }
  2039.     /**
  2040.      * Gets the public 'monolog.logger.deprecation' shared service.
  2041.      *
  2042.      * @return \Symfony\Bridge\Monolog\Logger
  2043.      */
  2044.     protected function getMonolog_Logger_DeprecationService()
  2045.     {
  2046.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2047.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2048.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2049.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2050.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2051.         return $instance;
  2052.     }
  2053.     /**
  2054.      * Gets the public 'request_stack' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2057.      */
  2058.     protected function getRequestStackService()
  2059.     {
  2060.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2061.     }
  2062.     /**
  2063.      * Gets the public 'router' shared service.
  2064.      *
  2065.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2066.      */
  2067.     protected function getRouterService()
  2068.     {
  2069.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2070.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2071.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2072.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2073.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2074.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2075.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2076.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2077.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2078.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2079.         ], [
  2080.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2081.         ]))->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');
  2082.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2083.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2084.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2085.         $f = new \Symfony\Component\Routing\RouteCollection();
  2086.         $g = new \Symfony\Component\Routing\RequestContext();
  2087.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2088.         $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);
  2089.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2090.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2091.         $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]);
  2092.         $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);
  2093.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2094.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2095.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2096.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2097.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2098.         $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);
  2099.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2100.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2101.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2102.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2103.         $n = new \Sulu\Bundle\RedirectBundle\Routing\RedirectRouteProvider(($this->services['sulu.repository.redirect_route'] ?? $this->getSulu_Repository_RedirectRouteService()), ['utf8' => true]);
  2104.         $instance->setContext($b);
  2105.         $instance->add($d'100');
  2106.         $instance->add($i'20');
  2107.         $instance->add($k30);
  2108.         $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);
  2109.         $instance->add(new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($n, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($n), ''$h$n), 10);
  2110.         return $instance;
  2111.     }
  2112.     /**
  2113.      * Gets the public 'sulu.content.localization_finder' shared service.
  2114.      *
  2115.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2116.      */
  2117.     protected function getSulu_Content_LocalizationFinderService()
  2118.     {
  2119.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2120.     }
  2121.     /**
  2122.      * Gets the public 'sulu.content.mapper' shared service.
  2123.      *
  2124.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2125.      */
  2126.     protected function getSulu_Content_MapperService()
  2127.     {
  2128.         return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), $this->parameters['sulu_security.permissions'], ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2129.     }
  2130.     /**
  2131.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2132.      *
  2133.      * @return \Sulu\Component\PHPCR\PathCleanup
  2134.      */
  2135.     protected function getSulu_Content_PathCleanerService()
  2136.     {
  2137.         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());
  2138.     }
  2139.     /**
  2140.      * Gets the public 'sulu.content.structure_manager' shared service.
  2141.      *
  2142.      * @return \Sulu\Component\Content\Compat\StructureManager
  2143.      */
  2144.     protected function getSulu_Content_StructureManagerService()
  2145.     {
  2146.         return $this->services['sulu.content.structure_manager'] = new \Sulu\Component\Content\Compat\StructureManager(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_page.compat.structure.legacy_property_factory'] ?? $this->getSuluPage_Compat_Structure_LegacyPropertyFactoryService()), $this->parameters['sulu.content.structure.type_map']);
  2147.     }
  2148.     /**
  2149.      * Gets the public 'sulu.content.type_manager' shared service.
  2150.      *
  2151.      * @return \Sulu\Component\Content\ContentTypeManager
  2152.      */
  2153.     protected function getSulu_Content_TypeManagerService()
  2154.     {
  2155.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2156.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2157.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2158.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2159.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2160.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2161.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2162.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2163.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2164.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2165.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2166.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2167.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2168.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2169.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2170.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2171.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2172.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2173.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2174.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2175.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2176.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2177.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2178.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2179.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2180.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2181.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2182.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2183.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2184.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2185.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2186.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2187.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2188.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2189.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2190.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2191.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2192.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2193.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2194.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2195.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2196.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2197.         $instance->mapAliasToServiceId('single_form_selection''sulu_form.content_type.single_form_selection');
  2198.         return $instance;
  2199.     }
  2200.     /**
  2201.      * Gets the public 'sulu.phpcr.session' shared service.
  2202.      *
  2203.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2204.      */
  2205.     protected function getSulu_Phpcr_SessionService()
  2206.     {
  2207.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()), ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2208.     }
  2209.     /**
  2210.      * Gets the public 'sulu.repository.access_control' shared service.
  2211.      *
  2212.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2213.      */
  2214.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2215.     {
  2216.         if ($lazyLoad) {
  2217.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2218.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2219.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2220.                     $proxy->setProxyInitializer(null);
  2221.                     return true;
  2222.                 });
  2223.             });
  2224.         }
  2225.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2226.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2227.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2228.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2229.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2230.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2231.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2232.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2233.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2234.     }
  2235.     /**
  2236.      * Gets the public 'sulu.repository.account' shared service.
  2237.      *
  2238.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2239.      */
  2240.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2241.     {
  2242.         if ($lazyLoad) {
  2243.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2244.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2245.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2246.                     $proxy->setProxyInitializer(null);
  2247.                     return true;
  2248.                 });
  2249.             });
  2250.         }
  2251.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2252.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2253.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2254.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2255.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2256.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2257.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2258.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2259.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2260.     }
  2261.     /**
  2262.      * Gets the public 'sulu.repository.analytics' shared service.
  2263.      *
  2264.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2265.      */
  2266.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2267.     {
  2268.         if ($lazyLoad) {
  2269.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2270.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2271.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2272.                     $proxy->setProxyInitializer(null);
  2273.                     return true;
  2274.                 });
  2275.             });
  2276.         }
  2277.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2278.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2279.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2280.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2281.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2282.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2283.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2284.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2285.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2286.     }
  2287.     /**
  2288.      * Gets the public 'sulu.repository.category' shared service.
  2289.      *
  2290.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2291.      */
  2292.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2293.     {
  2294.         if ($lazyLoad) {
  2295.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2296.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2297.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2298.                     $proxy->setProxyInitializer(null);
  2299.                     return true;
  2300.                 });
  2301.             });
  2302.         }
  2303.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2304.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2305.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2306.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2307.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2308.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2309.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2310.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2311.     }
  2312.     /**
  2313.      * Gets the public 'sulu.repository.category_meta' shared service.
  2314.      *
  2315.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2316.      */
  2317.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2318.     {
  2319.         if ($lazyLoad) {
  2320.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2321.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2322.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2323.                     $proxy->setProxyInitializer(null);
  2324.                     return true;
  2325.                 });
  2326.             });
  2327.         }
  2328.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2329.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2330.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2331.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2332.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2333.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2334.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2335.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2336.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2337.     }
  2338.     /**
  2339.      * Gets the public 'sulu.repository.category_translation' shared service.
  2340.      *
  2341.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2342.      */
  2343.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2344.     {
  2345.         if ($lazyLoad) {
  2346.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2347.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2348.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2349.                     $proxy->setProxyInitializer(null);
  2350.                     return true;
  2351.                 });
  2352.             });
  2353.         }
  2354.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2355.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2356.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2357.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2358.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2359.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2360.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2361.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2362.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2363.     }
  2364.     /**
  2365.      * Gets the public 'sulu.repository.contact' shared service.
  2366.      *
  2367.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2368.      */
  2369.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2370.     {
  2371.         if ($lazyLoad) {
  2372.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2373.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2374.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2375.                     $proxy->setProxyInitializer(null);
  2376.                     return true;
  2377.                 });
  2378.             });
  2379.         }
  2380.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2381.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2382.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2383.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2384.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2385.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2386.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2387.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2388.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2389.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2390.     }
  2391.     /**
  2392.      * Gets the public 'sulu.repository.keyword' shared service.
  2393.      *
  2394.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2395.      */
  2396.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2397.     {
  2398.         if ($lazyLoad) {
  2399.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2400.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2401.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2402.                     $proxy->setProxyInitializer(null);
  2403.                     return true;
  2404.                 });
  2405.             });
  2406.         }
  2407.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2408.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2409.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2410.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2411.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2412.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2413.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2414.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2415.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2416.     }
  2417.     /**
  2418.      * Gets the public 'sulu.repository.media' shared service.
  2419.      *
  2420.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2421.      */
  2422.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2423.     {
  2424.         if ($lazyLoad) {
  2425.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2426.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2427.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2428.                     $proxy->setProxyInitializer(null);
  2429.                     return true;
  2430.                 });
  2431.             });
  2432.         }
  2433.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2434.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2435.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2436.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2437.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2438.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2439.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2440.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2441.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2442.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2443.         return $instance;
  2444.     }
  2445.     /**
  2446.      * Gets the public 'sulu.repository.redirect_route' shared service.
  2447.      *
  2448.      * @return \Sulu\Bundle\RedirectBundle\Entity\RedirectRouteRepository
  2449.      */
  2450.     protected function getSulu_Repository_RedirectRouteService($lazyLoad true)
  2451.     {
  2452.         if ($lazyLoad) {
  2453.             return $this->services['sulu.repository.redirect_route'] = $this->createProxy('RedirectRouteRepository_f026b1b', function () {
  2454.                 return \RedirectRouteRepository_f026b1b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2455.                     $wrappedInstance $this->getSulu_Repository_RedirectRouteService(false);
  2456.                     $proxy->setProxyInitializer(null);
  2457.                     return true;
  2458.                 });
  2459.             });
  2460.         }
  2461.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2462.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2463.         include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Model/RedirectRouteRepositoryInterface.php';
  2464.         include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Entity/RedirectRouteRepository.php';
  2465.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2466.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2467.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2468.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2469.         return new \Sulu\Bundle\RedirectBundle\Entity\RedirectRouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute'));
  2470.     }
  2471.     /**
  2472.      * Gets the public 'sulu.repository.role' shared service.
  2473.      *
  2474.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2475.      */
  2476.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2477.     {
  2478.         if ($lazyLoad) {
  2479.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2480.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2481.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2482.                     $proxy->setProxyInitializer(null);
  2483.                     return true;
  2484.                 });
  2485.             });
  2486.         }
  2487.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2488.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2489.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2490.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2491.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2492.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2493.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2494.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2495.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2496.     }
  2497.     /**
  2498.      * Gets the public 'sulu.repository.route' shared service.
  2499.      *
  2500.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2501.      */
  2502.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2503.     {
  2504.         if ($lazyLoad) {
  2505.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2506.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2507.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2508.                     $proxy->setProxyInitializer(null);
  2509.                     return true;
  2510.                 });
  2511.             });
  2512.         }
  2513.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2514.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2515.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2516.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2517.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2518.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2519.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2520.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2521.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2522.     }
  2523.     /**
  2524.      * Gets the public 'sulu.repository.tag' shared service.
  2525.      *
  2526.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2527.      */
  2528.     protected function getSulu_Repository_TagService($lazyLoad true)
  2529.     {
  2530.         if ($lazyLoad) {
  2531.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2532.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2533.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2534.                     $proxy->setProxyInitializer(null);
  2535.                     return true;
  2536.                 });
  2537.             });
  2538.         }
  2539.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2540.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2541.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2542.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2543.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2544.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2545.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2546.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2547.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2548.     }
  2549.     /**
  2550.      * Gets the public 'sulu.repository.user' shared service.
  2551.      *
  2552.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2553.      */
  2554.     protected function getSulu_Repository_UserService($lazyLoad true)
  2555.     {
  2556.         if ($lazyLoad) {
  2557.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2558.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2559.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2560.                     $proxy->setProxyInitializer(null);
  2561.                     return true;
  2562.                 });
  2563.             });
  2564.         }
  2565.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2566.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2567.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2568.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2569.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2570.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2571.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2572.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2573.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2574.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2575.     }
  2576.     /**
  2577.      * Gets the public 'sulu.util.node_helper' shared service.
  2578.      *
  2579.      * @return \Sulu\Component\Util\SuluNodeHelper
  2580.      */
  2581.     protected function getSulu_Util_NodeHelperService()
  2582.     {
  2583.         return $this->services['sulu.util.node_helper'] = new \Sulu\Component\Util\SuluNodeHelper(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()), 'i18n', ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets'], ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2584.     }
  2585.     /**
  2586.      * Gets the public 'sulu_category.category_manager' shared service.
  2587.      *
  2588.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2589.      */
  2590.     protected function getSuluCategory_CategoryManagerService()
  2591.     {
  2592.         return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager(($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService()), ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService()), ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2593.     }
  2594.     /**
  2595.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2596.      *
  2597.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2598.      */
  2599.     protected function getSuluCategory_KeywordManagerService()
  2600.     {
  2601.         return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager(($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService()), ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2602.     }
  2603.     /**
  2604.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2605.      *
  2606.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2607.      */
  2608.     protected function getSuluContact_ContactManagerService()
  2609.     {
  2610.         return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService()), ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle'), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService()), ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2611.     }
  2612.     /**
  2613.      * Gets the public 'sulu_core.array_serializer' shared service.
  2614.      *
  2615.      * @return \Sulu\Component\Serializer\ArraySerializer
  2616.      */
  2617.     protected function getSuluCore_ArraySerializerService()
  2618.     {
  2619.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2620.     }
  2621.     /**
  2622.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2623.      *
  2624.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2625.      */
  2626.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2627.     {
  2628.         $a = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2629.         return $this->services['sulu_core.webspace.request_analyzer'] = new \Sulu\Component\Webspace\Analyzer\RequestAnalyzer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> new \Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor($a'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor(), => ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService()), => new \Sulu\Component\Webspace\Analyzer\Attributes\WebsiteRequestProcessor($a, ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), 'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor(), => new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss'), => new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()]);
  2630.     }
  2631.     /**
  2632.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2633.      *
  2634.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2635.      */
  2636.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2637.     {
  2638.         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()));
  2639.     }
  2640.     /**
  2641.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2642.      *
  2643.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2644.      */
  2645.     protected function getSuluCustomUrls_ManagerService()
  2646.     {
  2647.         return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService())), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()), ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev', ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService()));
  2648.     }
  2649.     /**
  2650.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2651.      *
  2652.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2653.      */
  2654.     protected function getSuluDocumentManager_DocumentInspectorService()
  2655.     {
  2656.         return $this->services['sulu_document_manager.document_inspector'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector(($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService()), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()), ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2657.     }
  2658.     /**
  2659.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2660.      *
  2661.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2662.      */
  2663.     protected function getSuluDocumentManager_DocumentManagerService()
  2664.     {
  2665.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager(($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService()));
  2666.     }
  2667.     /**
  2668.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2669.      *
  2670.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2671.      */
  2672.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2673.     {
  2674.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory(($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), $this->parameters['sulu_document_manager.mapping']);
  2675.     }
  2676.     /**
  2677.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2678.      *
  2679.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2680.      */
  2681.     protected function getSuluDocumentManager_PropertyEncoderService()
  2682.     {
  2683.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2684.     }
  2685.     /**
  2686.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2687.      *
  2688.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2689.      */
  2690.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2691.     {
  2692.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2693.     }
  2694.     /**
  2695.      * Gets the public 'sulu_media.collection_manager' shared service.
  2696.      *
  2697.      * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  2698.      */
  2699.     protected function getSuluMedia_CollectionManagerService()
  2700.     {
  2701.         return $this->services['sulu_media.collection_manager'] = new \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager(($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService()), ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()), 'sulu-50x50'$this->parameters['sulu_security.permissions']);
  2702.     }
  2703.     /**
  2704.      * Gets the public 'sulu_media.collection_repository' shared service.
  2705.      *
  2706.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2707.      */
  2708.     protected function getSuluMedia_CollectionRepositoryService()
  2709.     {
  2710.         $this->services['sulu_media.collection_repository'] = $instance = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('SuluMediaBundle:Collection');
  2711.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the public 'sulu_media.format_cache' shared service.
  2716.      *
  2717.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2718.      */
  2719.     protected function getSuluMedia_FormatCacheService()
  2720.     {
  2721.         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);
  2722.     }
  2723.     /**
  2724.      * Gets the public 'sulu_media.format_manager' shared service.
  2725.      *
  2726.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2727.      */
  2728.     protected function getSuluMedia_FormatManagerService()
  2729.     {
  2730.         $a = ($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine()));
  2731.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2732.         $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');
  2733.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2734.         $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');
  2735.         $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');
  2736.         $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');
  2737.         $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');
  2738.         $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');
  2739.         return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($a, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($a, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $b, new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Focus\Focus(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Scaler\Scaler(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\Cropper(), $this->parameters['sulu_media.image.formats'], $this->parameters['sulu_media.format_manager.mime_types'], ($this->privates['sulu_media.adapter.svg'] ?? ($this->privates['sulu_media.adapter.svg'] = new \Contao\ImagineSvg\Imagine()))), true$this->parameters['sulu_media.format_manager.response_headers'], $this->parameters['sulu_media.image.formats'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2740.     }
  2741.     /**
  2742.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2743.      *
  2744.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2745.      */
  2746.     protected function getSuluMedia_Image_Transformation_BlurService()
  2747.     {
  2748.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2749.     }
  2750.     /**
  2751.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2752.      *
  2753.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2754.      */
  2755.     protected function getSuluMedia_Image_Transformation_CropService()
  2756.     {
  2757.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2758.     }
  2759.     /**
  2760.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2761.      *
  2762.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2763.      */
  2764.     protected function getSuluMedia_Image_Transformation_GammaService()
  2765.     {
  2766.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2767.     }
  2768.     /**
  2769.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2770.      *
  2771.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2772.      */
  2773.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2774.     {
  2775.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2776.     }
  2777.     /**
  2778.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2779.      *
  2780.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2781.      */
  2782.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2783.     {
  2784.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2785.     }
  2786.     /**
  2787.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2788.      *
  2789.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2790.      */
  2791.     protected function getSuluMedia_Image_Transformation_PasteService()
  2792.     {
  2793.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2794.     }
  2795.     /**
  2796.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2797.      *
  2798.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2799.      */
  2800.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2801.     {
  2802.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2803.     }
  2804.     /**
  2805.      * Gets the public 'sulu_media.media_manager' shared service.
  2806.      *
  2807.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2808.      */
  2809.     protected function getSuluMedia_MediaManagerService()
  2810.     {
  2811.         $a = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2812.         $a->setMaxFileSize('256MB');
  2813.         $a->setBlockedMimeTypes([]);
  2814.         return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService()), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $a, ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService()), ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), new RewindableGenerator(function () {
  2815.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2816.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}', ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2817.     }
  2818.     /**
  2819.      * Gets the public 'sulu_media.storage' shared service.
  2820.      *
  2821.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  2822.      */
  2823.     protected function getSuluMedia_StorageService()
  2824.     {
  2825.         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()));
  2826.     }
  2827.     /**
  2828.      * Gets the public 'sulu_media.system_collections.manager' shared service.
  2829.      *
  2830.      * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  2831.      */
  2832.     protected function getSuluMedia_SystemCollections_ManagerService()
  2833.     {
  2834.         return $this->services['sulu_media.system_collections.manager'] = new \Sulu\Component\Media\SystemCollections\SystemCollectionManager($this->parameters['sulu_media.system_collections'], ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Sulu\Component\Cache\DataCache(($this->targetDir.''.'/sulu/system_collection.cache')), 'en');
  2835.     }
  2836.     /**
  2837.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2838.      *
  2839.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2840.      */
  2841.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2842.     {
  2843.         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()));
  2844.     }
  2845.     /**
  2846.      * Gets the public 'sulu_page.content_repository' shared service.
  2847.      *
  2848.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2849.      */
  2850.     protected function getSuluPage_ContentRepositoryService()
  2851.     {
  2852.         return $this->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['sulu.content.localization_finder'] ?? $this->getSulu_Content_LocalizationFinderService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), $this->parameters['sulu_security.permissions']);
  2853.     }
  2854.     /**
  2855.      * Gets the public 'sulu_page.extension.manager' shared service.
  2856.      *
  2857.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  2858.      */
  2859.     protected function getSuluPage_Extension_ManagerService()
  2860.     {
  2861.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  2862.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  2863.         $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()))));
  2864.         return $instance;
  2865.     }
  2866.     /**
  2867.      * Gets the public 'sulu_page.structure.factory' shared service.
  2868.      *
  2869.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  2870.      */
  2871.     protected function getSuluPage_Structure_FactoryService()
  2872.     {
  2873.         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);
  2874.     }
  2875.     /**
  2876.      * Gets the public 'sulu_security.mask_converter' shared service.
  2877.      *
  2878.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  2879.      */
  2880.     protected function getSuluSecurity_MaskConverterService()
  2881.     {
  2882.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  2883.     }
  2884.     /**
  2885.      * Gets the public 'sulu_security.salt_generator' shared service.
  2886.      *
  2887.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  2888.      */
  2889.     protected function getSuluSecurity_SaltGeneratorService()
  2890.     {
  2891.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  2892.     }
  2893.     /**
  2894.      * Gets the public 'sulu_security.security_checker' shared service.
  2895.      *
  2896.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  2897.      */
  2898.     protected function getSuluSecurity_SecurityCheckerService()
  2899.     {
  2900.         return $this->services['sulu_security.security_checker'] = new \Sulu\Component\Security\Authorization\SecurityChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2901.     }
  2902.     /**
  2903.      * Gets the public 'sulu_security.user_manager' shared service.
  2904.      *
  2905.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  2906.      */
  2907.     protected function getSuluSecurity_UserManagerService()
  2908.     {
  2909.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2910.         return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($a, ($this->services['sulu_security.encoder_factory'] ?? $this->load('getSuluSecurity_EncoderFactoryService')), ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()), $a->getRepository('SuluSecurityBundle:Group'), ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService()), ($this->services['sulu_security.salt_generator'] ?? ($this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator())), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2911.     }
  2912.     /**
  2913.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  2914.      *
  2915.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  2916.      */
  2917.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  2918.     {
  2919.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager(($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  2920.     }
  2921.     /**
  2922.      * Gets the public 'sulu_snippet.resolver' shared service.
  2923.      *
  2924.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  2925.      */
  2926.     protected function getSuluSnippet_ResolverService()
  2927.     {
  2928.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver(($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  2929.     }
  2930.     /**
  2931.      * Gets the public 'sulu_tag.tag_manager' shared service.
  2932.      *
  2933.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  2934.      */
  2935.     protected function getSuluTag_TagManagerService()
  2936.     {
  2937.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager(($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService()));
  2938.     }
  2939.     /**
  2940.      * Gets the public 'sulu_website.resolver.structure' shared service.
  2941.      *
  2942.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  2943.      */
  2944.     protected function getSuluWebsite_Resolver_StructureService()
  2945.     {
  2946.         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']);
  2947.     }
  2948.     /**
  2949.      * Gets the public 'translator' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2952.      */
  2953.     protected function getTranslatorService()
  2954.     {
  2955.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2956.     }
  2957.     /**
  2958.      * Gets the public 'var_dumper.cloner' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2961.      */
  2962.     protected function getVarDumper_ClonerService()
  2963.     {
  2964.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2965.         $instance->setMaxItems(2500);
  2966.         $instance->setMinDepth(1);
  2967.         $instance->setMaxString(-1);
  2968.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2969.         return $instance;
  2970.     }
  2971.     /**
  2972.      * Gets the private '.debug.http_client' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2975.      */
  2976.     protected function get_Debug_HttpClientService()
  2977.     {
  2978.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2979.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2980.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2981.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2982.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2984.         $a->setLogger($b);
  2985.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2986.     }
  2987.     /**
  2988.      * Gets the private '.service_locator.rz1tQtr' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2991.      */
  2992.     protected function get_ServiceLocator_Rz1tQtrService()
  2993.     {
  2994.         return $this->privates['.service_locator.rz1tQtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2995.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2996.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2997.         ], [
  2998.             'security.firewall.map.context.admin' => '?',
  2999.             'security.firewall.map.context.dev' => '?',
  3000.         ]);
  3001.     }
  3002.     /**
  3003.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3004.      *
  3005.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3006.      */
  3007.     protected function getResetAssetsEventListenerService()
  3008.     {
  3009.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3010.     }
  3011.     /**
  3012.      * Gets the private 'annotations.cache_adapter' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3015.      */
  3016.     protected function getAnnotations_CacheAdapterService()
  3017.     {
  3018.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3019.     }
  3020.     /**
  3021.      * Gets the private 'annotations.cached_reader' shared service.
  3022.      *
  3023.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3024.      */
  3025.     protected function getAnnotations_CachedReaderService()
  3026.     {
  3027.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3028.     }
  3029.     /**
  3030.      * Gets the private 'annotations.reader' shared service.
  3031.      *
  3032.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3033.      */
  3034.     protected function getAnnotations_ReaderService()
  3035.     {
  3036.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3037.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3038.         $a->registerUniqueLoader('class_exists');
  3039.         $instance->addGlobalIgnoredName('required'$a);
  3040.         return $instance;
  3041.     }
  3042.     /**
  3043.      * Gets the private 'assets.context' shared service.
  3044.      *
  3045.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3046.      */
  3047.     protected function getAssets_ContextService()
  3048.     {
  3049.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3050.         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());
  3051.     }
  3052.     /**
  3053.      * Gets the private 'assets.packages' shared service.
  3054.      *
  3055.      * @return \Symfony\Component\Asset\Packages
  3056.      */
  3057.     protected function getAssets_PackagesService()
  3058.     {
  3059.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__5).'/public/build/website/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3060.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  3061.         }, 1));
  3062.     }
  3063.     /**
  3064.      * Gets the private 'cache.annotations' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3067.      */
  3068.     protected function getCache_AnnotationsService()
  3069.     {
  3070.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3076.      */
  3077.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3078.     {
  3079.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3080.     }
  3081.     /**
  3082.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3083.      *
  3084.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3085.      */
  3086.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3087.     {
  3088.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3089.     }
  3090.     /**
  3091.      * Gets the private 'cache.property_info' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3094.      */
  3095.     protected function getCache_PropertyInfoService()
  3096.     {
  3097.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3098.     }
  3099.     /**
  3100.      * Gets the private 'cache.security_expression_language' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3103.      */
  3104.     protected function getCache_SecurityExpressionLanguageService()
  3105.     {
  3106.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3107.     }
  3108.     /**
  3109.      * Gets the private 'cache.serializer' shared service.
  3110.      *
  3111.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3112.      */
  3113.     protected function getCache_SerializerService()
  3114.     {
  3115.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3116.     }
  3117.     /**
  3118.      * Gets the private 'cache.validator' shared service.
  3119.      *
  3120.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3121.      */
  3122.     protected function getCache_ValidatorService()
  3123.     {
  3124.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3125.     }
  3126.     /**
  3127.      * Gets the private 'cache.webpack_encore' shared service.
  3128.      *
  3129.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3130.      */
  3131.     protected function getCache_WebpackEncoreService()
  3132.     {
  3133.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3134.     }
  3135.     /**
  3136.      * Gets the private 'config_cache_factory' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3139.      */
  3140.     protected function getConfigCacheFactoryService()
  3141.     {
  3142.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3143.             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)));
  3144.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3145.         }, 2));
  3146.     }
  3147.     /**
  3148.      * Gets the private 'data_collector.form' shared service.
  3149.      *
  3150.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3151.      */
  3152.     protected function getDataCollector_FormService()
  3153.     {
  3154.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3155.     }
  3156.     /**
  3157.      * Gets the private 'data_collector.request' shared service.
  3158.      *
  3159.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3160.      */
  3161.     protected function getDataCollector_RequestService()
  3162.     {
  3163.         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())));
  3164.     }
  3165.     /**
  3166.      * Gets the private 'debug.controller_resolver' shared service.
  3167.      *
  3168.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3169.      */
  3170.     protected function getDebug_ControllerResolverService()
  3171.     {
  3172.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3173.     }
  3174.     /**
  3175.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3176.      *
  3177.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3178.      */
  3179.     protected function getDebug_DebugHandlersListenerService()
  3180.     {
  3181.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3182.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3183.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3184.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3185.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3186.         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()));
  3187.     }
  3188.     /**
  3189.      * Gets the private 'debug.file_link_formatter' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3192.      */
  3193.     protected function getDebug_FileLinkFormatterService()
  3194.     {
  3195.         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 () {
  3196.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3197.         });
  3198.     }
  3199.     /**
  3200.      * Gets the private 'debug.log_processor' shared service.
  3201.      *
  3202.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3203.      */
  3204.     protected function getDebug_LogProcessorService()
  3205.     {
  3206.         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())));
  3207.     }
  3208.     /**
  3209.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3210.      *
  3211.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3212.      */
  3213.     protected function getDebug_Security_Access_DecisionManagerService()
  3214.     {
  3215.         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 () {
  3216.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3217.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3218.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3219.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3220.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3221.     }
  3222.     /**
  3223.      * Gets the private 'debug.security.firewall' shared service.
  3224.      *
  3225.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3226.      */
  3227.     protected function getDebug_Security_FirewallService()
  3228.     {
  3229.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3230.     }
  3231.     /**
  3232.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3233.      *
  3234.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3235.      */
  3236.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3237.     {
  3238.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Entity')]);
  3239.     }
  3240.     /**
  3241.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3242.      *
  3243.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3244.      */
  3245.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3246.     {
  3247.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity') => 'Gedmo\\Tree\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ContactBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\MediaBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\SecurityBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CategoryBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TagBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\WebsiteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RouteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\FormBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RedirectBundle\\Entity']);
  3248.         $instance->setGlobalBasename('mapping');
  3249.         return $instance;
  3250.     }
  3251.     /**
  3252.      * Gets the private 'esi_listener' shared service.
  3253.      *
  3254.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3255.      */
  3256.     protected function getEsiListenerService()
  3257.     {
  3258.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3259.     }
  3260.     /**
  3261.      * Gets the private 'exception_listener' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3264.      */
  3265.     protected function getExceptionListenerService()
  3266.     {
  3267.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3268.     }
  3269.     /**
  3270.      * Gets the private 'form.registry' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\Form\FormRegistry
  3273.      */
  3274.     protected function getForm_RegistryService()
  3275.     {
  3276.         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, [
  3277.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3278.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  3279.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  3280.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates''sulu_form.form_type''getSuluForm_FormTypeService'true],
  3281.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3282.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3283.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3284.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3285.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3286.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3287.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3288.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3289.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3290.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3291.         ], [
  3292.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3293.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  3294.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  3295.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  3296.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3297.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3298.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3299.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3300.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3301.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3302.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3303.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3304.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3305.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3306.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3307.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3308.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3309.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3310.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3311.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3312.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3313.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3314.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3315.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3316.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3317.         }, 1)], new RewindableGenerator(function () {
  3318.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3319.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3320.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3321.     }
  3322.     /**
  3323.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3324.      *
  3325.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3326.      */
  3327.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3328.     {
  3329.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3330.     }
  3331.     /**
  3332.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3333.      *
  3334.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3335.      */
  3336.     protected function getFosHttpCache_EventListener_TagService()
  3337.     {
  3338.         return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener(($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService()), ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\CacheableRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\CacheableResponseMatcher([])), ($this->privates['fos_http_cache.rule_matcher.must_invalidate'] ?? $this->getFosHttpCache_RuleMatcher_MustInvalidateService()), NULL);
  3339.     }
  3340.     /**
  3341.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3342.      *
  3343.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3344.      */
  3345.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3346.     {
  3347.         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());
  3348.     }
  3349.     /**
  3350.      * Gets the private 'fos_rest.body_listener' shared service.
  3351.      *
  3352.      * @return \FOS\RestBundle\EventListener\BodyListener
  3353.      */
  3354.     protected function getFosRest_BodyListenerService()
  3355.     {
  3356.         $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, [
  3357.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3358.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3359.         ], [
  3360.             'fos_rest.decoder.json' => '?',
  3361.             'fos_rest.decoder.xml' => '?',
  3362.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3363.         $instance->setDefaultFormat(NULL);
  3364.         return $instance;
  3365.     }
  3366.     /**
  3367.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3368.      *
  3369.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3370.      */
  3371.     protected function getFosRest_Exception_CodesMapService()
  3372.     {
  3373.         return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\RedirectBundle\\Exception\\RedirectRouteNotUniqueException' => 409'Sulu\\Bundle\\RedirectBundle\\Exception\\RedirectRouteNotFoundException' => 404'Sulu\\Component\\Rest\\Exception\\EntityNotFoundException' => 404'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]);
  3374.     }
  3375.     /**
  3376.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3377.      *
  3378.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3379.      */
  3380.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3381.     {
  3382.         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()));
  3383.     }
  3384.     /**
  3385.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3386.      *
  3387.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3388.      */
  3389.     protected function getFosRest_ZoneMatcherListenerService()
  3390.     {
  3391.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3392.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the private 'fragment.listener' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3399.      */
  3400.     protected function getFragment_ListenerService()
  3401.     {
  3402.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  3403.     }
  3404.     /**
  3405.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3406.      *
  3407.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3408.      */
  3409.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3410.     {
  3411.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  3412.     }
  3413.     /**
  3414.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3415.      *
  3416.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3417.      */
  3418.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3419.     {
  3420.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3421.     }
  3422.     /**
  3423.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3424.      *
  3425.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3426.      */
  3427.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3428.     {
  3429.         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\\Bundle\\RedirectBundle' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\RedirectBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../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')]));
  3430.     }
  3431.     /**
  3432.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3433.      *
  3434.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3435.      */
  3436.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3437.     {
  3438.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3439.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3440.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3441.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3442.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3443.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3444.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3445.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3446.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3447.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3448.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3449.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3450.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3451.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3452.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3453.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3454.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3455.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3456.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3457.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3458.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3459.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3460.         ], [
  3461.             'jms_serializer.stopwatch_subscriber' => '?',
  3462.             'jms_serializer.traceable_runs_listener' => '?',
  3463.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3464.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3465.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3466.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3467.             'sulu_core.representation_handler' => '?',
  3468.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3469.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3470.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3471.             'sulu_security.document.serializer.subscriber.security' => '?',
  3472.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3473.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3474.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3475.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3476.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3477.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3478.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3479.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3480.             'sulu_hash.event_subscriber.serializer' => '?',
  3481.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3482.         ]));
  3483.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3484.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3485.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3486.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3487.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3488.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3489.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3490.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3491.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3492.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3493.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3494.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3495.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3496.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3497.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3498.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3499.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3500.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3501.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3502.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3503.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3504.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3505.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3506.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3507.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3508.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3509.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3510.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3511.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3512.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3513.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3514.         return $instance;
  3515.     }
  3516.     /**
  3517.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3518.      *
  3519.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3520.      */
  3521.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3522.     {
  3523.         $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, [
  3524.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3525.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3526.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3527.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3528.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3529.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3530.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3531.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3532.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3533.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3534.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3535.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3536.         ], [
  3537.             'sulu_core.rest.datetime_handler' => '?',
  3538.             'jms_serializer.datetime_handler' => '?',
  3539.             'jms_serializer.array_collection_handler' => '?',
  3540.             'jms_serializer.iterator_handler' => '?',
  3541.             'sulu_page.document.serializer.handler.structure' => '?',
  3542.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3543.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3544.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3545.             'jms_serializer.constraint_violation_handler' => '?',
  3546.             'sulu_admin.schema_handler' => '?',
  3547.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3548.             'fos_rest.serializer.form_error_handler' => '?',
  3549.         ])));
  3550.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3551.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3552.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3553.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3554.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3555.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3556.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3557.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3558.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3559.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3560.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3561.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3562.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3563.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3564.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3565.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3566.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3567.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3568.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3569.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3570.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3571.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3572.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3573.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3574.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3575.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3576.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3577.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3578.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3579.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3580.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3581.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3582.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3583.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3584.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3585.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3586.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3587.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3588.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3589.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3590.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3591.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3592.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3593.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3594.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3595.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3596.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3597.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3598.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3599.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3600.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3601.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3602.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3603.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3604.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3605.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3606.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3607.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3608.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3609.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3610.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3611.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3612.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3613.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3614.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3615.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3616.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3617.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3618.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3619.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3620.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3621.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3622.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3623.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3624.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3625.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3626.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3627.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  3628.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  3629.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3630.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3631.         return $instance;
  3632.     }
  3633.     /**
  3634.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3635.      *
  3636.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3637.      */
  3638.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  3639.     {
  3640.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3641.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  3642.         ], [
  3643.             'metadata_driver' => '?',
  3644.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3645.         $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')))));
  3646.         $a->setIncludeInterfaces(false);
  3647.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  3648.     }
  3649.     /**
  3650.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3651.      *
  3652.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3653.      */
  3654.     protected function getJmsSerializer_TraceableRunsListenerService()
  3655.     {
  3656.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3657.     }
  3658.     /**
  3659.      * Gets the private 'locale_aware_listener' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3662.      */
  3663.     protected function getLocaleAwareListenerService()
  3664.     {
  3665.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3666.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3667.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3668.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3669.     }
  3670.     /**
  3671.      * Gets the private 'locale_listener' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3674.      */
  3675.     protected function getLocaleListenerService()
  3676.     {
  3677.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3678.     }
  3679.     /**
  3680.      * Gets the private 'monolog.handler.console' shared service.
  3681.      *
  3682.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3683.      */
  3684.     protected function getMonolog_Handler_ConsoleService()
  3685.     {
  3686.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3687.     }
  3688.     /**
  3689.      * Gets the private 'monolog.handler.main' shared service.
  3690.      *
  3691.      * @return \Monolog\Handler\StreamHandler
  3692.      */
  3693.     protected function getMonolog_Handler_MainService()
  3694.     {
  3695.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3696.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3697.         return $instance;
  3698.     }
  3699.     /**
  3700.      * Gets the private 'monolog.logger' shared service.
  3701.      *
  3702.      * @return \Symfony\Bridge\Monolog\Logger
  3703.      */
  3704.     protected function getMonolog_LoggerService()
  3705.     {
  3706.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3707.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3708.         $instance->useMicrosecondTimestamps(true);
  3709.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3710.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3711.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3712.         return $instance;
  3713.     }
  3714.     /**
  3715.      * Gets the private 'monolog.logger.cache' shared service.
  3716.      *
  3717.      * @return \Symfony\Bridge\Monolog\Logger
  3718.      */
  3719.     protected function getMonolog_Logger_CacheService()
  3720.     {
  3721.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3722.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3723.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3724.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3725.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3726.         return $instance;
  3727.     }
  3728.     /**
  3729.      * Gets the private 'monolog.logger.request' shared service.
  3730.      *
  3731.      * @return \Symfony\Bridge\Monolog\Logger
  3732.      */
  3733.     protected function getMonolog_Logger_RequestService()
  3734.     {
  3735.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3736.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3737.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3738.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3739.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3740.         return $instance;
  3741.     }
  3742.     /**
  3743.      * Gets the private 'parameter_bag' shared service.
  3744.      *
  3745.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3746.      */
  3747.     protected function getParameterBagService()
  3748.     {
  3749.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3750.     }
  3751.     /**
  3752.      * Gets the private 'profiler_listener' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3755.      */
  3756.     protected function getProfilerListenerService()
  3757.     {
  3758.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3759.     }
  3760.     /**
  3761.      * Gets the private 'property_info' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3764.      */
  3765.     protected function getPropertyInfoService()
  3766.     {
  3767.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3768.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3769.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3770.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3771.         }, 3), new RewindableGenerator(function () {
  3772.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3773.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3774.         }, 2), new RewindableGenerator(function () {
  3775.             return new \EmptyIterator();
  3776.         }, 0), new RewindableGenerator(function () {
  3777.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3778.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3779.         }, 2), new RewindableGenerator(function () {
  3780.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3781.         }, 1));
  3782.     }
  3783.     /**
  3784.      * Gets the private 'router.expression_language_provider' shared service.
  3785.      *
  3786.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3787.      */
  3788.     protected function getRouter_ExpressionLanguageProviderService()
  3789.     {
  3790.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3791.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3792.         ], [
  3793.             'env' => 'Closure',
  3794.         ]));
  3795.     }
  3796.     /**
  3797.      * Gets the private 'router.request_context' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Routing\RequestContext
  3800.      */
  3801.     protected function getRouter_RequestContextService()
  3802.     {
  3803.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3804.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3805.         return $instance;
  3806.     }
  3807.     /**
  3808.      * Gets the private 'security.csrf.token_storage' shared service.
  3809.      *
  3810.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3811.      */
  3812.     protected function getSecurity_Csrf_TokenStorageService()
  3813.     {
  3814.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3815.     }
  3816.     /**
  3817.      * Gets the private 'security.firewall.map' shared service.
  3818.      *
  3819.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3820.      */
  3821.     protected function getSecurity_Firewall_MapService()
  3822.     {
  3823.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.rz1tQtr'] ?? $this->get_ServiceLocator_Rz1tQtrService()), new RewindableGenerator(function () {
  3824.             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)/')));
  3825.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  3826.         }, 2));
  3827.     }
  3828.     /**
  3829.      * Gets the private 'security.helper' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\Security\Core\Security
  3832.      */
  3833.     protected function getSecurity_HelperService()
  3834.     {
  3835.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3836.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3837.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3838.         ], [
  3839.             'security.authorization_checker' => '?',
  3840.             'security.token_storage' => '?',
  3841.         ]));
  3842.     }
  3843.     /**
  3844.      * Gets the private 'security.logout_url_generator' shared service.
  3845.      *
  3846.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3847.      */
  3848.     protected function getSecurity_LogoutUrlGeneratorService()
  3849.     {
  3850.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3851.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  3852.         return $instance;
  3853.     }
  3854.     /**
  3855.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3856.      *
  3857.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3858.      */
  3859.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3860.     {
  3861.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3862.     }
  3863.     /**
  3864.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3865.      *
  3866.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3867.      */
  3868.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3869.     {
  3870.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3871.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3872.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3873.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3874.     }
  3875.     /**
  3876.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3877.      *
  3878.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3879.      */
  3880.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3881.     {
  3882.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3883.     }
  3884.     /**
  3885.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3886.      *
  3887.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3888.      */
  3889.     protected function getSensioFrameworkExtra_View_ListenerService()
  3890.     {
  3891.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  3892.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3893.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3894.         ], [
  3895.             'twig' => '?',
  3896.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3897.         return $instance;
  3898.     }
  3899.     /**
  3900.      * Gets the private 'session_listener' shared service.
  3901.      *
  3902.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3903.      */
  3904.     protected function getSessionListenerService()
  3905.     {
  3906.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3907.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3908.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3909.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3910.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3911.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3912.         ], [
  3913.             'initialized_session' => '?',
  3914.             'logger' => '?',
  3915.             'session' => '?',
  3916.             'session_collector' => '?',
  3917.             'session_factory' => '?',
  3918.         ]), true$this->parameters['session.storage.options']);
  3919.     }
  3920.     /**
  3921.      * Gets the private 'sulu.content.query_executor' shared service.
  3922.      *
  3923.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  3924.      */
  3925.     protected function getSulu_Content_QueryExecutorService()
  3926.     {
  3927.         return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3928.     }
  3929.     /**
  3930.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  3931.      *
  3932.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  3933.      */
  3934.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  3935.     {
  3936.         return $this->privates['sulu.content.resource_locator.mapper.phpcr'] = new \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()));
  3937.     }
  3938.     /**
  3939.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  3940.      *
  3941.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  3942.      */
  3943.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  3944.     {
  3945.         return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy(($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())));
  3946.     }
  3947.     /**
  3948.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  3949.      *
  3950.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  3951.      */
  3952.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  3953.     {
  3954.         return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(['tree_leaf_edit' => ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()), 'tree_full_edit' => new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeFullEditStrategy(($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())))], ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  3955.     }
  3956.     /**
  3957.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  3958.      *
  3959.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  3960.      */
  3961.     protected function getSuluActivity_DomainEventCollectorService()
  3962.     {
  3963.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector(($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService()));
  3964.     }
  3965.     /**
  3966.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  3967.      *
  3968.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  3969.      */
  3970.     protected function getSuluActivity_DomainEventDispatcherService()
  3971.     {
  3972.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3973.     }
  3974.     /**
  3975.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  3976.      *
  3977.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3978.      */
  3979.     protected function getSuluAdmin_CollaborationCacheService()
  3980.     {
  3981.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('44wBQ1Ngvb'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3982.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3983.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3984.     }
  3985.     /**
  3986.      * Gets the private 'sulu_category.category_request_handler' shared service.
  3987.      *
  3988.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  3989.      */
  3990.     protected function getSuluCategory_CategoryRequestHandlerService()
  3991.     {
  3992.         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())));
  3993.     }
  3994.     /**
  3995.      * Gets the private 'sulu_core.cache.memoize' shared service.
  3996.      *
  3997.      * @return \Sulu\Component\Cache\Memoize
  3998.      */
  3999.     protected function getSuluCore_Cache_MemoizeService()
  4000.     {
  4001.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4002.     }
  4003.     /**
  4004.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4005.      *
  4006.      * @return \ProxyManager\Configuration
  4007.      */
  4008.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4009.     {
  4010.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4011.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4012.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4013.         return $instance;
  4014.     }
  4015.     /**
  4016.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4017.      *
  4018.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4019.      */
  4020.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4021.     {
  4022.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4023.         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)]));
  4024.     }
  4025.     /**
  4026.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4027.      *
  4028.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4029.      */
  4030.     protected function getSuluCustomUrls_DomainGeneratorService()
  4031.     {
  4032.         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())));
  4033.     }
  4034.     /**
  4035.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4036.      *
  4037.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4038.      */
  4039.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4040.     {
  4041.         if ($lazyLoad) {
  4042.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4043.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4044.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4045.                     $proxy->setProxyInitializer(null);
  4046.                     return true;
  4047.                 });
  4048.             });
  4049.         }
  4050.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4051.         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');
  4052.     }
  4053.     /**
  4054.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4055.      *
  4056.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4057.      */
  4058.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4059.     {
  4060.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector(($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService()));
  4061.     }
  4062.     /**
  4063.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4064.      *
  4065.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4066.      */
  4067.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4068.     {
  4069.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4070.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4071.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4072.         }, => 'handleFlush'], 0);
  4073.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4074.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4075.         }, => 'handlePrePersist'], 479);
  4076.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4077.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4078.         }, => 'handlePersist'], -10000);
  4079.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4080.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4081.         }, => 'handleRemove'], -10000);
  4082.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4083.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4084.         }, => 'handleRemoveLocale'], -10000);
  4085.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4086.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4087.         }, => 'handleCopyLocale'], -10000);
  4088.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4089.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4090.         }, => 'handleCopy'], -10000);
  4091.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4092.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4093.         }, => 'storeSnippetToTrash'], 1024);
  4094.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4095.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4096.         }, => 'flushTrashItem'], 0);
  4097.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4098.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4099.         }, => 'clearPendingTrashItem'], 0);
  4100.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4101.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4102.         }, => 'indexPersistedDocument'], -10);
  4103.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4104.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4105.         }, => 'indexPublishedDocument'], -256);
  4106.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4107.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4108.         }, => 'deindexRemovedDocument'], 600);
  4109.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4110.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4111.         }, => 'deindexUnpublishedDocument'], -1024);
  4112.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4113.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4114.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  4115.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4116.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4117.         }, => 'deindexRemovedLocaleDocument'], -1024);
  4118.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4119.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4120.         }, => 'preventRemoveWithChildren'], 4096);
  4121.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4122.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4123.         }, => 'addForceRemoveChildrenOption'], 0);
  4124.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4125.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4126.         }, => 'handleConfigureOptions'], 0);
  4127.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4128.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4129.         }, => 'handleFlush'], 0);
  4130.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4131.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4132.         }, => 'handlePrePersist'], 479);
  4133.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4134.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4135.         }, => 'handlePersist'], -10000);
  4136.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4137.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4138.         }, => 'handleRemove'], -10000);
  4139.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4140.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4141.         }, => 'handleRemoveLocale'], -10000);
  4142.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4143.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4144.         }, => 'handleCopyLocale'], -10000);
  4145.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4146.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4147.         }, => 'handleCopy'], -10000);
  4148.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4149.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4150.         }, => 'handlePreMove'], 10000);
  4151.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4152.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4153.         }, => 'handleMove'], -10000);
  4154.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4155.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4156.         }, => 'handlePublish'], -10000);
  4157.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4158.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4159.         }, => 'handleUnpublish'], -10000);
  4160.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4161.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4162.         }, => 'handleRemoveDraft'], -10000);
  4163.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4164.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4165.         }, => 'handleRestore'], -10000);
  4166.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4167.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4168.         }, => 'handleReorder'], -10000);
  4169.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4170.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4171.         }, => 'saveStructureData'], 0);
  4172.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4173.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4174.         }, => 'handlePersistStagedProperties'], 50);
  4175.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4176.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4177.         }, => 'handlePersistStructureType'], 100);
  4178.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4179.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4180.         }, => 'saveStructureData'], 0);
  4181.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4182.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4183.         }, => 'handleHydrate'], 0);
  4184.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4185.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4186.         }, => 'configureOptions'], 0);
  4187.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4188.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4189.         }, => 'handleMetadataLoad'], 0);
  4190.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4191.             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()));
  4192.         }, => 'handleMetadataLoad'], 0);
  4193.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4194.             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()));
  4195.         }, => 'handlePersist'], 15);
  4196.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4197.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4198.         }, => 'handlePersistDocument'], 10);
  4199.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4200.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4201.         }, => 'handleHydrate'], -200);
  4202.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4203.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4204.         }, => 'updateMovedDocument'], -128);
  4205.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4206.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4207.         }, => 'updateCopiedDocument'], -128);
  4208.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4209.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4210.         }, => 'handlePersistRoute'], -128);
  4211.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4212.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4213.         }, => 'setWorkflowStageOnDocument'], 0);
  4214.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4215.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4216.         }, => 'setWorkflowStageToTest'], 0);
  4217.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4218.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4219.         }, => 'setWorkflowStageToPublished'], 0);
  4220.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4221.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4222.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4223.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4224.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4225.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4226.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4227.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4228.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4229.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4230.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4231.         }, => 'handleMetadataLoad'], 0);
  4232.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4233.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4234.         }, => 'handlePersistUpdateUrl'], 20);
  4235.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4236.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4237.         }, => 'saveShadowProperties'], 15);
  4238.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4239.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4240.         }, => 'handleHydrate'], 390);
  4241.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4242.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4243.         }, => 'saveShadowProperties'], 15);
  4244.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4245.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4246.         }, => 'handleConfigureOptions'], 0);
  4247.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4248.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4249.         }, => 'copyShadowProperties'], -256);
  4250.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4251.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4252.         }, => 'copyShadowProperties'], 0);
  4253.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4254.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4255.         }, => 'setTitleOnDocument'], -10);
  4256.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4257.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4258.         }, => 'setTitleOnNode'], 10);
  4259.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4260.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4261.         }, => 'setTitleOnNode'], 10);
  4262.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4263.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4264.         }, => 'handleHydrate'], 400);
  4265.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4266.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4267.         }, => 'saveExtensionData'], 10);
  4268.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4269.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4270.         }, => 'saveExtensionData'], 10);
  4271.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4272.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4273.         }, => 'handleHydrate'], -10);
  4274.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4275.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4276.         }, => 'handlePersist'], 0);
  4277.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4278.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4279.         }, => 'handleMetadataLoad'], 0);
  4280.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4281.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4282.         }, => 'handleReorder'], 0);
  4283.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4284.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4285.         }, => 'handlePersist'], 0);
  4286.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4287.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4288.         }, => 'handlePersistCreate'], 3);
  4289.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4290.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4291.         }, => 'handleHydrate'], 0);
  4292.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4293.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4294.         }, => 'deleteUnavailableLocales'], 256);
  4295.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4296.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4297.         }, => 'handleWebspace'], 0);
  4298.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4299.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4300.         }, => 'handleWebspace'], -10);
  4301.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4302.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4303.         }, => 'handleSetNodeOnPersist'], 490);
  4304.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4305.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4306.         }, => 'handlePersist'], 5);
  4307.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4308.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4309.         }, => 'handleHydrate'], 0);
  4310.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4311.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4312.         }, => 'handleRemove'], 550);
  4313.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4314.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4315.         }, => 'handlePublish'], 0);
  4316.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4317.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4318.         }, => 'handleMetadataLoad'], 0);
  4319.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4320.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4321.         }, => 'handleMetadataLoad'], 0);
  4322.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4323.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4324.         }, => 'createNodeInPublicWorkspace'], -490);
  4325.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4326.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4327.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4328.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4329.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4330.         }, => 'moveNodeInPublicWorkspace'], 0);
  4331.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4332.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4333.         }, => 'copyNodeInPublicWorkspace'], 0);
  4334.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4335.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4336.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4337.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4338.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4339.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4340.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4341.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4342.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4343.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4344.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4345.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4346.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4347.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4348.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4349.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4350.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4351.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4352.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4353.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4354.         }, => 'flushPublicWorkspace'], 0);
  4355.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4356.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4357.         }, => 'handleCopyLocale'], 0);
  4358.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4359.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4360.         }, => 'handlePreRemove'], 510);
  4361.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4362.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4363.         }, => 'handlePostRemove'], -100);
  4364.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4365.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4366.         }, => 'handlePersist'], 0);
  4367.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4368.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4369.         }, => 'handleFlush'], 0);
  4370.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4371.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4372.         }, => 'handleRemove'], 550);
  4373.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4374.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4375.         }, => 'storePageTranslationToTrash'], 1024);
  4376.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4377.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4378.         }, => 'storePageToTrash'], 1024);
  4379.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4380.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4381.         }, => 'flushTrashItem'], 0);
  4382.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4383.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4384.         }, => 'clearPendingTrashItem'], 0);
  4385.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4386.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4387.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4388.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4389.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4390.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4391.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4392.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4393.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4394.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4395.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4396.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4397.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4398.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4399.         }, => 'onClear'], -256);
  4400.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4401.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4402.         }, => 'onFlush'], -256);
  4403.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4404.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4405.         }, => 'handleHydrate'], 500);
  4406.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4407.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4408.         }, => 'handleCreate'], 500);
  4409.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4410.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4411.         }, => 'handleDefaultLocale'], 520);
  4412.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4413.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4414.         }, => 'handleDocumentFromRegistry'], 510);
  4415.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4416.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4417.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4418.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4419.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4420.         }, => 'handleHydrate'], 490);
  4421.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4422.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4423.         }, => 'handleEndHydrate'], -500);
  4424.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4425.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4426.         }, => 'handlePersist'], 450);
  4427.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4428.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4429.         }, => 'handleNodeFromRegistry'], 510);
  4430.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4431.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4432.         }, => 'handleEndPersist'], -500);
  4433.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4434.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4435.         }, => 'handleRemove'], 490);
  4436.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4437.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4438.         }, => 'handleClear'], 500);
  4439.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4440.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4441.         }, => 'handleNodeFromRegistry'], 510);
  4442.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4443.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4444.         }, => 'configureOptions'], 0);
  4445.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4446.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4447.         }, => 'handleNodeFromRegistry'], 512);
  4448.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4449.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4450.         }, => 'handleNodeFromRegistry'], 512);
  4451.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4452.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4453.         }, => 'handleNodeFromRegistry'], 512);
  4454.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4455.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4456.         }, => 'handleReorder'], 500);
  4457.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4458.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4459.         }, => 'setDocumentMixinsOnNode'], 468);
  4460.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4461.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4462.         }, => 'setDocumentMixinsOnNode'], 468);
  4463.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4464.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4465.         }, => 'handleFind'], 500);
  4466.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4467.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4468.         }, => 'configureOptions'], 0);
  4469.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4470.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4471.         }, => 'handleCreate'], 500);
  4472.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4473.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4474.         }, => 'handleCreateBuilder'], 500);
  4475.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4476.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4477.         }, => 'handleQueryExecute'], 500);
  4478.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4479.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4480.         }, => 'handleMove'], 400);
  4481.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4482.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4483.         }, => 'handleCopy'], 400);
  4484.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4485.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4486.         }, => 'handleClear'], 500);
  4487.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4488.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4489.         }, => 'handleFlush'], 500);
  4490.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4491.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4492.         }, => 'handleRemove'], 500);
  4493.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4494.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4495.         }, => 'handleHydrate'], -100);
  4496.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4497.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4498.         }, => 'handleMapping'], -100);
  4499.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4500.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4501.         }, => 'handleMapping'], -128);
  4502.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4503.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4504.         }, => 'refreshDocument'], 0);
  4505.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4506.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4507.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4508.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4509.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4510.         }, => 'setDefaultUser'], 0);
  4511.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4512.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4513.         }, => 'configureOptions'], 0);
  4514.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4515.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4516.         }, => 'handleScheduleRename'], 0);
  4517.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4518.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4519.         }, => 'handlePersist'], 480);
  4520.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4521.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4522.         }, => 'handleMove'], 480);
  4523.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4524.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4525.         }, => 'handleCopy'], 480);
  4526.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4527.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4528.         }, => 'handleRename'], 510);
  4529.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4530.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4531.         }, => 'handlePersist'], 485);
  4532.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4533.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4534.         }, => 'configureOptions'], 0);
  4535.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4536.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4537.         }, => 'setBlamesOnDocument'], 0);
  4538.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4539.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4540.         }, => 'setBlamesOnNodeForPersist'], 0);
  4541.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4542.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4543.         }, => 'setBlamesOnNodeForPublish'], 0);
  4544.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4545.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4546.         }, => 'setChangerForRestore'], -32);
  4547.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4548.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4549.         }, => 'setAuthorOnDocument'], 0);
  4550.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4551.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4552.         }, => 'setAuthorOnNode'], 0);
  4553.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4554.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4555.         }, => 'setAuthorOnNode'], 0);
  4556.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4557.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4558.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4559.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4560.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4561.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4562.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4563.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4564.         }, => 'setChangedForRestore'], -32);
  4565.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4566.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4567.         }, => 'setTimestampsOnDocument'], 0);
  4568.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4569.             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()));
  4570.         }, => 'setFinalNodeName'], 0);
  4571.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4572.             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()));
  4573.         }, => 'setInitialNodeName'], 0);
  4574.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4575.             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()));
  4576.         }, => 'setFinalNodeName'], -480);
  4577.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4578.             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()));
  4579.         }, => 'handleUuid'], 0);
  4580.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4581.             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()));
  4582.         }, => 'handleUuid'], 0);
  4583.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4584.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4585.         }, => 'handleLocale'], 410);
  4586.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4587.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4588.         }, => 'handleLocale'], 410);
  4589.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4590.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4591.         }, => 'handleHydrate'], 0);
  4592.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4593.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4594.         }, => 'handleChangeParent'], 0);
  4595.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4596.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4597.         }, => 'handleSetParentNodeFromDocument'], 490);
  4598.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4599.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4600.         }, => 'handleMove'], 0);
  4601.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4602.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4603.         }, => 'handleHydrate'], 0);
  4604.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4605.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4606.         }, => 'setInitialPath'], 0);
  4607.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4608.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4609.         }, => 'setFinalPath'], -495);
  4610.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4611.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4612.         }, => 'setFinalPath'], 0);
  4613.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4614.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4615.         }, => 'handlePersist'], 485);
  4616.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4617.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4618.         }, => 'handlePersist'], 490);
  4619.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4620.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4621.         }, => 'handlePersist'], 500);
  4622.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4623.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4624.         }, => 'handlePersist'], 0);
  4625.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4626.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4627.         }, => 'handleRemove'], 550);
  4628.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4629.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4630.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4631.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4632.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4633.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4634.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4635.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4636.         }, => 'storeCustomUrlToTrash'], 1024);
  4637.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4638.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4639.         }, => 'flushTrashItem'], 0);
  4640.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4641.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4642.         }, => 'clearPendingTrashItem'], 0);
  4643.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4644.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4645.         }, => 'handleHydrate'], 0);
  4646.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4647.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4648.         }, => 'handlePersist'], -2000);
  4649.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4650.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4651.         }, => 'handleRemove'], 1024);
  4652.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4653.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4654.         }, => 'handleRemoveLocale'], 1024);
  4655.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4656.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4657.         }, => 'handlePublish'], -2000);
  4658.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4659.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  4660.         }, => 'handleCopy'], -2000);
  4661.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4662.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4663.         }, => 'handlePublish'], 10);
  4664.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4665.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  4666.         }, => 'handleMove'], -1000);
  4667.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4668.             return ($this->privates['sulu_redirect.subscriber.document'] ?? $this->load('getSuluRedirect_Subscriber_DocumentService'));
  4669.         }, => 'createRedirects'], 2048);
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  4674.      *
  4675.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  4676.      */
  4677.     protected function getSuluDocumentManager_MetadataFactoryService()
  4678.     {
  4679.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory(($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService()));
  4680.     }
  4681.     /**
  4682.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  4683.      *
  4684.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  4685.      */
  4686.     protected function getSuluDocumentManager_NamespaceRegistryService()
  4687.     {
  4688.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  4689.     }
  4690.     /**
  4691.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  4692.      *
  4693.      * @return \Sulu\Component\DocumentManager\NodeManager
  4694.      */
  4695.     protected function getSuluDocumentManager_NodeManagerService()
  4696.     {
  4697.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager(($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService()));
  4698.     }
  4699.     /**
  4700.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  4701.      *
  4702.      * @return \Sulu\Component\DocumentManager\PathBuilder
  4703.      */
  4704.     protected function getSuluDocumentManager_PathBuilderService()
  4705.     {
  4706.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  4707.     }
  4708.     /**
  4709.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  4710.      *
  4711.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  4712.      */
  4713.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  4714.     {
  4715.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  4716.     }
  4717.     /**
  4718.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  4719.      *
  4720.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  4721.      */
  4722.     protected function getSuluDocumentManager_ProxyFactoryService()
  4723.     {
  4724.         return $this->privates['sulu_document_manager.proxy_factory'] = new \Sulu\Component\DocumentManager\ProxyFactory(new \ProxyManager\Factory\LazyLoadingGhostFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()));
  4725.     }
  4726.     /**
  4727.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  4728.      *
  4729.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  4730.      */
  4731.     protected function getSuluDocumentManager_SessionManagerService()
  4732.     {
  4733.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  4734.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  4735.     }
  4736.     /**
  4737.      * Gets the private 'sulu_form.builder' shared service.
  4738.      *
  4739.      * @return \Sulu\Bundle\FormBundle\Form\Builder
  4740.      */
  4741.     protected function getSuluForm_BuilderService()
  4742.     {
  4743.         return $this->privates['sulu_form.builder'] = new \Sulu\Bundle\FormBundle\Form\Builder(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sulu_form.dynamic.form_field_type_pool'] ?? $this->getSuluForm_Dynamic_FormFieldTypePoolService()), ($this->privates['sulu_form.title_provider.pool'] ?? $this->getSuluForm_TitleProvider_PoolService()), ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['sulu_form.checksum'] ?? ($this->privates['sulu_form.checksum'] = new \Sulu\Bundle\FormBundle\Dynamic\Checksum($this->getEnv('APP_SECRET')))), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), false);
  4744.     }
  4745.     /**
  4746.      * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  4747.      *
  4748.      * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  4749.      */
  4750.     protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  4751.     {
  4752.         return $this->privates['sulu_form.configuration.form_configuration_factory'] = new \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory(new \Sulu\Bundle\FormBundle\Media\CollectionStrategyTree(($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService()), ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService()), ($this->privates['sulu_form.title_provider.pool'] ?? $this->getSuluForm_TitleProvider_PoolService())), 'mails/dynamic-notify.html.twig''mails/dynamic-customer.html.twig''mails/dynamic-notify-plain-text.html.twig''mails/dynamic-customer-plain-text.html.twig');
  4753.     }
  4754.     /**
  4755.      * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  4756.      *
  4757.      * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  4758.      */
  4759.     protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  4760.     {
  4761.         return $this->privates['sulu_form.dynamic.form_field_type_pool'] = new \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool(['text' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextType(), 'firstName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FirstNameType(), 'lastName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\LastNameType(), 'street' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StreetType(), 'zip' => new \Sulu\Bundle\FormBundle\Dynamic\Types\ZipType(), 'city' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CityType(), 'state' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StateType(), 'function' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FunctionType(), 'company' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CompanyType(), 'phone' => new \Sulu\Bundle\FormBundle\Dynamic\Types\PhoneType(), 'fax' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FaxType(), 'title' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TitleType(), 'textarea' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextareaType(), 'headline' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HeadlineType(), 'spacer' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SpacerType(), 'freeText' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FreeTextType(), 'country' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CountryType(), 'email' => new \Sulu\Bundle\FormBundle\Dynamic\Types\EmailType(), 'date' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DateType(), 'checkbox' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxType(), 'checkboxMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxMultipleType(), 'dropdown' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownType(), 'radioButtons' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RadioButtonsType(), 'dropdownMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownMultiple(), 'salutation' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SalutationType(), 'attachment' => new \Sulu\Bundle\FormBundle\Dynamic\Types\AttachmentType(), 'recaptcha' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RecaptchaType()]);
  4762.     }
  4763.     /**
  4764.      * Gets the private 'sulu_form.handler' shared service.
  4765.      *
  4766.      * @return \Sulu\Bundle\FormBundle\Form\Handler
  4767.      */
  4768.     protected function getSuluForm_HandlerService()
  4769.     {
  4770.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4771.         return $this->privates['sulu_form.handler'] = new \Sulu\Bundle\FormBundle\Form\Handler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \Sulu\Bundle\FormBundle\Mail\MailerHelper(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4772.             yield => $this->load('getMailer_TransportFactory_NullService');
  4773.             yield => $this->load('getMailer_TransportFactory_SendmailService');
  4774.             yield => $this->load('getMailer_TransportFactory_NativeService');
  4775.             yield => $this->load('getMailer_TransportFactory_SmtpService');
  4776.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a), $this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $a, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService()), 'no_save''honey_pot');
  4777.     }
  4778.     /**
  4779.      * Gets the private 'sulu_form.private_media_subscriber' shared service.
  4780.      *
  4781.      * @return \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber
  4782.      */
  4783.     protected function getSuluForm_PrivateMediaSubscriberService()
  4784.     {
  4785.         return $this->privates['sulu_form.private_media_subscriber'] = new \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()));
  4786.     }
  4787.     /**
  4788.      * Gets the private 'sulu_form.repository.form' shared service.
  4789.      *
  4790.      * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  4791.      */
  4792.     protected function getSuluForm_Repository_FormService()
  4793.     {
  4794.         return $this->privates['sulu_form.repository.form'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  4795.     }
  4796.     /**
  4797.      * Gets the private 'sulu_form.request_listener' shared service.
  4798.      *
  4799.      * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  4800.      */
  4801.     protected function getSuluForm_RequestListenerService()
  4802.     {
  4803.         return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService()), ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService()), ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4804.     }
  4805.     /**
  4806.      * Gets the private 'sulu_form.title_provider.pool' shared service.
  4807.      *
  4808.      * @return \Sulu\Bundle\FormBundle\TitleProvider\TitleProviderPool
  4809.      */
  4810.     protected function getSuluForm_TitleProvider_PoolService()
  4811.     {
  4812.         return $this->privates['sulu_form.title_provider.pool'] = new \Sulu\Bundle\FormBundle\TitleProvider\TitleProviderPool(['page' => new \Sulu\Bundle\FormBundle\TitleProvider\StructureTitleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))]);
  4813.     }
  4814.     /**
  4815.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  4816.      *
  4817.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  4818.      */
  4819.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  4820.     {
  4821.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider(($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService()), ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider(($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), 'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]);
  4822.     }
  4823.     /**
  4824.      * Gets the private 'sulu_markup.parser' shared service.
  4825.      *
  4826.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  4827.      */
  4828.     protected function getSuluMarkup_ParserService()
  4829.     {
  4830.         return $this->privates['sulu_markup.parser'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser(new \Sulu\Bundle\MarkupBundle\Tag\TagRegistry(['html' => ['sulu' => ['link' => new \Sulu\Bundle\MarkupBundle\Markup\LinkTag(($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService()), (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : (false)), ($this->privates['url_helper'] ?? $this->getUrlHelperService()))]]]), new \Sulu\Bundle\MarkupBundle\Markup\DelegatingTagExtractor([=> ($this->services['sulu_markup.parser.html_extractor'] ?? ($this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu')))]));
  4831.     }
  4832.     /**
  4833.      * Gets the private 'sulu_markup.response_listener' shared service.
  4834.      *
  4835.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  4836.      */
  4837.     protected function getSuluMarkup_ResponseListenerService()
  4838.     {
  4839.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  4840.     }
  4841.     /**
  4842.      * Gets the private 'sulu_media.type_manager' shared service.
  4843.      *
  4844.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  4845.      */
  4846.     protected function getSuluMedia_TypeManagerService()
  4847.     {
  4848.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this->parameters['sulu_media.media.types'], []);
  4849.     }
  4850.     /**
  4851.      * Gets the private 'sulu_page.export.manager' shared service.
  4852.      *
  4853.      * @return \Sulu\Component\Export\Manager\ExportManager
  4854.      */
  4855.     protected function getSuluPage_Export_ManagerService()
  4856.     {
  4857.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4858.         $instance->add('number''1.2.xliff', ['translate' => true]);
  4859.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  4860.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  4861.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  4862.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  4863.         $instance->add('link''1.2.xliff', ['translate' => false]);
  4864.         $instance->add('block''1.2.xliff', ['translate' => false]);
  4865.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  4866.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  4867.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  4868.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  4869.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  4870.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  4871.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  4872.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  4873.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  4874.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  4875.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  4876.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  4877.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  4878.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  4879.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  4880.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  4881.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  4882.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  4883.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  4884.         $instance->add('password''1.2.xliff', ['translate' => false]);
  4885.         $instance->add('url''1.2.xliff', ['translate' => false]);
  4886.         $instance->add('email''1.2.xliff', ['translate' => false]);
  4887.         $instance->add('date''1.2.xliff', ['translate' => false]);
  4888.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  4889.         $instance->add('time''1.2.xliff', ['translate' => false]);
  4890.         $instance->add('color''1.2.xliff', ['translate' => false]);
  4891.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  4892.         $instance->add('select''1.2.xliff', ['translate' => false]);
  4893.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  4894.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  4895.         $instance->add('location''1.2.xliff', ['translate' => false]);
  4896.         $instance->add('route''1.2.xliff', ['translate' => false]);
  4897.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  4898.         return $instance;
  4899.     }
  4900.     /**
  4901.      * Gets the private 'sulu_page.import.manager' shared service.
  4902.      *
  4903.      * @return \Sulu\Component\Import\Manager\ImportManager
  4904.      */
  4905.     protected function getSuluPage_Import_ManagerService()
  4906.     {
  4907.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  4908.     }
  4909.     /**
  4910.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  4911.      *
  4912.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  4913.      */
  4914.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  4915.     {
  4916.         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']);
  4917.     }
  4918.     /**
  4919.      * Gets the private 'sulu_preview.preview.cache' shared service.
  4920.      *
  4921.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4922.      */
  4923.     protected function getSuluPreview_Preview_CacheService()
  4924.     {
  4925.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rtln541yNP'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4926.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4927.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4928.     }
  4929.     /**
  4930.      * Gets the private 'sulu_route.routing.provider' shared service.
  4931.      *
  4932.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  4933.      */
  4934.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  4935.     {
  4936.         if ($lazyLoad) {
  4937.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  4938.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4939.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  4940.                     $proxy->setProxyInitializer(null);
  4941.                     return true;
  4942.                 });
  4943.             });
  4944.         }
  4945.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  4946.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  4947.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  4948.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  4949.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  4950.         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]);
  4951.     }
  4952.     /**
  4953.      * Gets the private 'sulu_security.access_control_manager' shared service.
  4954.      *
  4955.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  4956.      */
  4957.     protected function getSuluSecurity_AccessControlManagerService()
  4958.     {
  4959.         $a = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  4960.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  4961.         $c = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  4962.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), new RewindableGenerator(function () {
  4963.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  4964.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  4965.         }, 2), $b$c, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this->parameters['sulu_security.permissions']);
  4966.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b$this->parameters['permissions']));
  4967.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b$c$a));
  4968.         return $instance;
  4969.     }
  4970.     /**
  4971.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  4972.      *
  4973.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  4974.      */
  4975.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  4976.     {
  4977.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4978.     }
  4979.     /**
  4980.      * Gets the private 'sulu_security.event_listener.security' shared service.
  4981.      *
  4982.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  4983.      */
  4984.     protected function getSuluSecurity_EventListener_SecurityService()
  4985.     {
  4986.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  4987.     }
  4988.     /**
  4989.      * Gets the private 'sulu_security.system_listener' shared service.
  4990.      *
  4991.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  4992.      */
  4993.     protected function getSuluSecurity_SystemListenerService()
  4994.     {
  4995.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), 'website');
  4996.     }
  4997.     /**
  4998.      * Gets the private 'sulu_security.system_store' shared service.
  4999.      *
  5000.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  5001.      */
  5002.     protected function getSuluSecurity_SystemStoreService()
  5003.     {
  5004.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore(($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService()));
  5005.     }
  5006.     /**
  5007.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  5008.      *
  5009.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  5010.      */
  5011.     protected function getSuluTag_TagRequestHandlerService()
  5012.     {
  5013.         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())));
  5014.     }
  5015.     /**
  5016.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  5017.      *
  5018.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  5019.      */
  5020.     protected function getSuluTrash_TrashItemRepositoryService()
  5021.     {
  5022.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5023.     }
  5024.     /**
  5025.      * Gets the private 'sulu_trash.trash_manager' shared service.
  5026.      *
  5027.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  5028.      */
  5029.     protected function getSuluTrash_TrashManagerService()
  5030.     {
  5031.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5032.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  5033.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  5034.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  5035.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  5036.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  5037.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  5038.             'forms' => ['privates''sulu_form.form_trash_item_handler''getSuluForm_FormTrashItemHandlerService'true],
  5039.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5040.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  5041.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  5042.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  5043.         ], [
  5044.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  5045.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  5046.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  5047.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  5048.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  5049.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  5050.             'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  5051.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5052.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  5053.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  5054.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  5055.         ]);
  5056.         return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager(($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $a$a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5057.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5058.         ], [
  5059.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5060.         ]));
  5061.     }
  5062.     /**
  5063.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  5064.      *
  5065.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  5066.      */
  5067.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  5068.     {
  5069.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService()), 'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  5070.     }
  5071.     /**
  5072.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  5073.      *
  5074.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  5075.      */
  5076.     protected function getSuluWebsite_EventListener_TranslatorService()
  5077.     {
  5078.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  5079.     }
  5080.     /**
  5081.      * Gets the private 'sulu_website.router_listener' shared service.
  5082.      *
  5083.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  5084.      */
  5085.     protected function getSuluWebsite_RouterListenerService()
  5086.     {
  5087.         return $this->privates['sulu_website.router_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener(new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__5), true), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()));
  5088.     }
  5089.     /**
  5090.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  5091.      *
  5092.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  5093.      */
  5094.     protected function getSuluWebsite_Routing_RequestListenerService()
  5095.     {
  5096.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()));
  5097.     }
  5098.     /**
  5099.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  5100.      *
  5101.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  5102.      */
  5103.     protected function getSuluWebsite_SegmentSubscriberService()
  5104.     {
  5105.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment', ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), '_ss');
  5106.     }
  5107.     /**
  5108.      * Gets the private 'translator.default' shared service.
  5109.      *
  5110.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5111.      */
  5112.     protected function getTranslator_DefaultService()
  5113.     {
  5114.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5115.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5116.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5117.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5118.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5119.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5120.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5121.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5122.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5123.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5124.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5125.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5126.         ], [
  5127.             'translation.loader.csv' => '?',
  5128.             'translation.loader.dat' => '?',
  5129.             'translation.loader.ini' => '?',
  5130.             'translation.loader.json' => '?',
  5131.             'translation.loader.mo' => '?',
  5132.             'translation.loader.php' => '?',
  5133.             'translation.loader.po' => '?',
  5134.             'translation.loader.qt' => '?',
  5135.             'translation.loader.res' => '?',
  5136.             'translation.loader.xliff' => '?',
  5137.             'translation.loader.yml' => '?',
  5138.         ]), 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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.de.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.de.xliff'), 20 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 21 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/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).'/vendor/sulu/form-bundle/Resources/translations/admin.en.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.en.xliff'), 20 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 21 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations/admin.en.json')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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).'/vendor/sulu/form-bundle/Resources/translations/messages.fr.xliff'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.nl.xliff'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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).'/vendor/sulu/form-bundle/Resources/translations'), 19 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations'), 21 => (\dirname(__DIR__5).'/translations'), 22 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 23 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 24 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 30 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 32 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 35 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 46 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 48 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 49 => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle/translations'), 50 => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/translations'), 51 => (\dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/translations'), 52 => (\dirname(__DIR__5).'/vendor/twig/extra-bundle/translations'), 53 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 54 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'vendor/sulu/form-bundle/Resources/translations'19 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'20 => 'vendor/sulu/redirect-bundle/Resources/translations'21 => 'translations'22 => 'vendor/symfony/framework-bundle/translations'23 => 'vendor/symfony/twig-bundle/translations'24 => 'vendor/symfony/monolog-bundle/translations'25 => 'vendor/symfony/swiftmailer-bundle/translations'26 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'27 => 'vendor/doctrine/doctrine-bundle/translations'28 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'29 => 'vendor/doctrine/phpcr-bundle/src/translations'30 => 'vendor/friendsofsymfony/rest-bundle/translations'31 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'32 => 'vendor/jms/serializer-bundle/translations'33 => 'vendor/massive/search-bundle/translations'34 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'35 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'36 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'38 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'39 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'40 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'41 => 'vendor/dantleech/phpcr-migrations-bundle/translations'42 => 'vendor/massive/build-bundle/translations'43 => 'vendor/symfony/web-profiler-bundle/translations'44 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'45 => 'vendor/symfony/debug-bundle/translations'46 => 'vendor/symfony/security-bundle/translations'47 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'48 => 'vendor/symfony-cmf/routing-bundle/src/translations'49 => 'vendor/antishov/doctrine-extensions-bundle/translations'50 => 'vendor/symfony/webpack-encore-bundle/src/translations'51 => 'vendor/sensio/framework-extra-bundle/src/translations'52 => 'vendor/twig/extra-bundle/translations'53 => 'vendor/doctrine/doctrine-migrations-bundle/translations'54 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  5139.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5140.         $instance->setFallbackLocales([=> 'en']);
  5141.         return $instance;
  5142.     }
  5143.     /**
  5144.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5145.      *
  5146.      * @return \Twig\Loader\FilesystemLoader
  5147.      */
  5148.     protected function getTwig_Loader_NativeFilesystemService()
  5149.     {
  5150.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  5151.         $instance->addPath((\dirname(__DIR__5).'/templates/components'), 'components');
  5152.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  5153.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  5154.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5155.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5156.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  5157.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  5158.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  5159.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  5160.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  5161.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  5162.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  5163.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  5164.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  5165.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  5166.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  5167.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  5168.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5169.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5170.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  5171.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  5172.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5173.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5174.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5175.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5176.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  5177.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  5178.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  5179.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  5180.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5181.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5182.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  5183.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  5184.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  5185.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5186.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5187.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5188.         return $instance;
  5189.     }
  5190.     /**
  5191.      * Gets the private 'url_helper' shared service.
  5192.      *
  5193.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  5194.      */
  5195.     protected function getUrlHelperService()
  5196.     {
  5197.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  5198.     }
  5199.     /**
  5200.      * Gets the private 'validator.builder' shared service.
  5201.      *
  5202.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5203.      */
  5204.     protected function getValidator_BuilderService()
  5205.     {
  5206.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5207.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5208.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5209.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5210.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5211.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5212.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  5213.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5214.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5215.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5216.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5217.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  5218.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5219.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5220.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5221.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5222.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5223.         ], [
  5224.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5225.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5226.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5227.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  5228.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5229.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5230.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5231.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5232.             'cmf_routing.validator.route_defaults' => '?',
  5233.             'doctrine.orm.validator.unique' => '?',
  5234.             'ewz_recaptcha.true' => '?',
  5235.             'ewz_recaptcha.v3.true' => '?',
  5236.             'security.validator.user_password' => '?',
  5237.             'validator.expression' => '?',
  5238.         ])));
  5239.         if ($this->has('translator')) {
  5240.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5241.         }
  5242.         $instance->setTranslationDomain('validators');
  5243.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5244.         $instance->enableAnnotationMapping(true);
  5245.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5246.         $instance->addMethodMapping('loadValidatorMetadata');
  5247.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5248.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5249.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5250.         return $instance;
  5251.     }
  5252.     /**
  5253.      * Gets the private 'var_dumper.html_dumper' shared service.
  5254.      *
  5255.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5256.      */
  5257.     protected function getVarDumper_HtmlDumperService()
  5258.     {
  5259.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5260.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5261.         return $instance;
  5262.     }
  5263.     /**
  5264.      * Gets the private 'var_dumper.server_connection' shared service.
  5265.      *
  5266.      * @return \Symfony\Component\VarDumper\Server\Connection
  5267.      */
  5268.     protected function getVarDumper_ServerConnectionService()
  5269.     {
  5270.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__5), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5271.     }
  5272.     /**
  5273.      * Gets the private 'web_profiler.csp.handler' shared service.
  5274.      *
  5275.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5276.      */
  5277.     protected function getWebProfiler_Csp_HandlerService()
  5278.     {
  5279.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5280.     }
  5281.     /**
  5282.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5283.      *
  5284.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5285.      */
  5286.     protected function getWebProfiler_DebugToolbarService()
  5287.     {
  5288.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5289.     }
  5290.     /**
  5291.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5292.      *
  5293.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5294.      */
  5295.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5296.     {
  5297.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5298.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  5299.         ], [
  5300.             '_default' => '?',
  5301.         ]), '_default');
  5302.     }
  5303.     /**
  5304.      * Gets the public 'cache_clearer' alias.
  5305.      *
  5306.      * @return object The ".container.private.cache_clearer" service.
  5307.      */
  5308.     protected function getCacheClearerService()
  5309.     {
  5310.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5311.         return $this->get('.container.private.cache_clearer');
  5312.     }
  5313.     /**
  5314.      * Gets the public 'filesystem' alias.
  5315.      *
  5316.      * @return object The ".container.private.filesystem" service.
  5317.      */
  5318.     protected function getFilesystemService()
  5319.     {
  5320.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5321.         return $this->get('.container.private.filesystem');
  5322.     }
  5323.     /**
  5324.      * Gets the public 'serializer' alias.
  5325.      *
  5326.      * @return object The ".container.private.serializer" service.
  5327.      */
  5328.     protected function getSerializerService()
  5329.     {
  5330.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5331.         return $this->get('.container.private.serializer');
  5332.     }
  5333.     /**
  5334.      * Gets the public 'security.csrf.token_manager' alias.
  5335.      *
  5336.      * @return object The ".container.private.security.csrf.token_manager" service.
  5337.      */
  5338.     protected function getSecurity_Csrf_TokenManagerService()
  5339.     {
  5340.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5341.         return $this->get('.container.private.security.csrf.token_manager');
  5342.     }
  5343.     /**
  5344.      * Gets the public 'form.factory' alias.
  5345.      *
  5346.      * @return object The ".container.private.form.factory" service.
  5347.      */
  5348.     protected function getForm_FactoryService()
  5349.     {
  5350.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5351.         return $this->get('.container.private.form.factory');
  5352.     }
  5353.     /**
  5354.      * Gets the public 'form.type.file' alias.
  5355.      *
  5356.      * @return object The ".container.private.form.type.file" service.
  5357.      */
  5358.     protected function getForm_Type_FileService()
  5359.     {
  5360.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5361.         return $this->get('.container.private.form.type.file');
  5362.     }
  5363.     /**
  5364.      * Gets the public 'profiler' alias.
  5365.      *
  5366.      * @return object The ".container.private.profiler" service.
  5367.      */
  5368.     protected function getProfilerService()
  5369.     {
  5370.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5371.         return $this->get('.container.private.profiler');
  5372.     }
  5373.     /**
  5374.      * Gets the public 'twig' alias.
  5375.      *
  5376.      * @return object The ".container.private.twig" service.
  5377.      */
  5378.     protected function getTwigService()
  5379.     {
  5380.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5381.         return $this->get('.container.private.twig');
  5382.     }
  5383.     /**
  5384.      * Gets the public 'security.authorization_checker' alias.
  5385.      *
  5386.      * @return object The ".container.private.security.authorization_checker" service.
  5387.      */
  5388.     protected function getSecurity_AuthorizationCheckerService()
  5389.     {
  5390.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5391.         return $this->get('.container.private.security.authorization_checker');
  5392.     }
  5393.     /**
  5394.      * Gets the public 'security.token_storage' alias.
  5395.      *
  5396.      * @return object The ".container.private.security.token_storage" service.
  5397.      */
  5398.     protected function getSecurity_TokenStorageService()
  5399.     {
  5400.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5401.         return $this->get('.container.private.security.token_storage');
  5402.     }
  5403.     /**
  5404.      * Gets the public 'security.password_encoder' alias.
  5405.      *
  5406.      * @return object The ".container.private.security.password_encoder" service.
  5407.      */
  5408.     protected function getSecurity_PasswordEncoderService()
  5409.     {
  5410.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5411.         return $this->get('.container.private.security.password_encoder');
  5412.     }
  5413.     /**
  5414.      * Gets the public 'session' alias.
  5415.      *
  5416.      * @return object The ".container.private.session" service.
  5417.      */
  5418.     protected function getSessionService()
  5419.     {
  5420.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5421.         return $this->get('.container.private.session');
  5422.     }
  5423.     /**
  5424.      * Gets the public 'validator' alias.
  5425.      *
  5426.      * @return object The ".container.private.validator" service.
  5427.      */
  5428.     protected function getValidatorService()
  5429.     {
  5430.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5431.         return $this->get('.container.private.validator');
  5432.     }
  5433.     /**
  5434.      * @return array|bool|float|int|string|\UnitEnum|null
  5435.      */
  5436.     public function getParameter(string $name)
  5437.     {
  5438.         if (isset($this->buildParameters[$name])) {
  5439.             return $this->buildParameters[$name];
  5440.         }
  5441.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5442.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5443.         }
  5444.         if (isset($this->loadedDynamicParameters[$name])) {
  5445.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5446.         }
  5447.         return $this->parameters[$name];
  5448.     }
  5449.     public function hasParameter(string $name): bool
  5450.     {
  5451.         if (isset($this->buildParameters[$name])) {
  5452.             return true;
  5453.         }
  5454.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5455.     }
  5456.     public function setParameter(string $name$value): void
  5457.     {
  5458.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5459.     }
  5460.     public function getParameterBag(): ParameterBagInterface
  5461.     {
  5462.         if (null === $this->parameterBag) {
  5463.             $parameters $this->parameters;
  5464.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5465.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5466.             }
  5467.             foreach ($this->buildParameters as $name => $value) {
  5468.                 $parameters[$name] = $value;
  5469.             }
  5470.             $this->parameterBag = new FrozenParameterBag($parameters);
  5471.         }
  5472.         return $this->parameterBag;
  5473.     }
  5474.     private $loadedDynamicParameters = [
  5475.         'kernel.runtime_environment' => false,
  5476.         'kernel.build_dir' => false,
  5477.         'kernel.cache_dir' => false,
  5478.         'kernel.secret' => false,
  5479.         'debug.container.dump' => false,
  5480.         'serializer.mapping.cache.file' => false,
  5481.         'session.save_path' => false,
  5482.         'validator.mapping.cache.file' => false,
  5483.         'profiler.storage.dsn' => false,
  5484.         'swiftmailer.spool.default.memory.path' => false,
  5485.         'sulu.cache_dir' => false,
  5486.         'sulu_core.proxy_cache_dir' => false,
  5487.         'doctrine.orm.proxy_dir' => false,
  5488.         'massive_search.metadata.prefix' => false,
  5489.         'massive_search.metadata.cache_dir' => false,
  5490.         'sulu_admin.email' => false,
  5491.         'sulu_website.sitemap.dump_dir' => false,
  5492.         'sulu_form.mail.from' => false,
  5493.         'sulu_form.mail.to' => false,
  5494.         'sulu_form.mail.sender' => false,
  5495.         'ewz_recaptcha.public_key' => false,
  5496.         'ewz_recaptcha.private_key' => false,
  5497.     ];
  5498.     private $dynamicParameters = [];
  5499.     private function getDynamicParameter(string $name)
  5500.     {
  5501.         switch ($name) {
  5502.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5503.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5504.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5505.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5506.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5507.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5508.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5509.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5510.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5511.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5512.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  5513.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  5514.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5515.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  5516.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  5517.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5518.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  5519.             case 'sulu_form.mail.from'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5520.             case 'sulu_form.mail.to'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5521.             case 'sulu_form.mail.sender'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  5522.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  5523.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5524.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5525.         }
  5526.         $this->loadedDynamicParameters[$name] = true;
  5527.         return $this->dynamicParameters[$name] = $value;
  5528.     }
  5529.     protected function getDefaultParameters(): array
  5530.     {
  5531.         return [
  5532.             'kernel.project_dir' => \dirname(__DIR__5),
  5533.             'kernel.environment' => 'dev',
  5534.             'kernel.debug' => true,
  5535.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  5536.             'kernel.bundles' => [
  5537.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5538.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5539.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5540.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5541.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  5542.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5543.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5544.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  5545.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  5546.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  5547.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  5548.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  5549.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  5550.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  5551.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  5552.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  5553.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  5554.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  5555.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  5556.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  5557.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  5558.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  5559.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  5560.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  5561.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  5562.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  5563.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  5564.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  5565.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  5566.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  5567.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  5568.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  5569.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  5570.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5571.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  5572.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5573.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5574.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  5575.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5576.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  5577.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5578.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  5579.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  5580.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5581.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5582.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5583.                 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  5584.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5585.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5586.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  5587.                 'SuluRedirectBundle' => 'Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle',
  5588.             ],
  5589.             'kernel.bundles_metadata' => [
  5590.                 'FrameworkBundle' => [
  5591.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  5592.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5593.                 ],
  5594.                 'TwigBundle' => [
  5595.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  5596.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5597.                 ],
  5598.                 'MonologBundle' => [
  5599.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  5600.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5601.                 ],
  5602.                 'SwiftmailerBundle' => [
  5603.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  5604.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5605.                 ],
  5606.                 'SuluCoreBundle' => [
  5607.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  5608.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  5609.                 ],
  5610.                 'DoctrineBundle' => [
  5611.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  5612.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5613.                 ],
  5614.                 'DoctrineFixturesBundle' => [
  5615.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5616.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5617.                 ],
  5618.                 'DoctrinePHPCRBundle' => [
  5619.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  5620.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  5621.                 ],
  5622.                 'FOSRestBundle' => [
  5623.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  5624.                     'namespace' => 'FOS\\RestBundle',
  5625.                 ],
  5626.                 'RestRoutingBundle' => [
  5627.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  5628.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  5629.                 ],
  5630.                 'JMSSerializerBundle' => [
  5631.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  5632.                     'namespace' => 'JMS\\SerializerBundle',
  5633.                 ],
  5634.                 'MassiveSearchBundle' => [
  5635.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  5636.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  5637.                 ],
  5638.                 'FOSHttpCacheBundle' => [
  5639.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  5640.                     'namespace' => 'FOS\\HttpCacheBundle',
  5641.                 ],
  5642.                 'SuluAdminBundle' => [
  5643.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  5644.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  5645.                 ],
  5646.                 'SuluSearchBundle' => [
  5647.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  5648.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  5649.                 ],
  5650.                 'SuluPersistenceBundle' => [
  5651.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  5652.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  5653.                 ],
  5654.                 'SuluContactBundle' => [
  5655.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  5656.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  5657.                 ],
  5658.                 'SuluMediaBundle' => [
  5659.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  5660.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  5661.                 ],
  5662.                 'SuluSecurityBundle' => [
  5663.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  5664.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  5665.                 ],
  5666.                 'SuluCategoryBundle' => [
  5667.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  5668.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  5669.                 ],
  5670.                 'SuluSnippetBundle' => [
  5671.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  5672.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  5673.                 ],
  5674.                 'SuluPageBundle' => [
  5675.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  5676.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  5677.                 ],
  5678.                 'SuluTagBundle' => [
  5679.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  5680.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  5681.                 ],
  5682.                 'SuluWebsiteBundle' => [
  5683.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  5684.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  5685.                 ],
  5686.                 'SuluLocationBundle' => [
  5687.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  5688.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  5689.                 ],
  5690.                 'SuluHttpCacheBundle' => [
  5691.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  5692.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  5693.                 ],
  5694.                 'SuluDocumentManagerBundle' => [
  5695.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  5696.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  5697.                 ],
  5698.                 'SuluHashBundle' => [
  5699.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  5700.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  5701.                 ],
  5702.                 'SuluCustomUrlBundle' => [
  5703.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  5704.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  5705.                 ],
  5706.                 'SuluRouteBundle' => [
  5707.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  5708.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  5709.                 ],
  5710.                 'SuluMarkupBundle' => [
  5711.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  5712.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  5713.                 ],
  5714.                 'PhpcrMigrationsBundle' => [
  5715.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  5716.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  5717.                 ],
  5718.                 'MassiveBuildBundle' => [
  5719.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  5720.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  5721.                 ],
  5722.                 'WebProfilerBundle' => [
  5723.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  5724.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5725.                 ],
  5726.                 'SuluTestBundle' => [
  5727.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  5728.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  5729.                 ],
  5730.                 'DebugBundle' => [
  5731.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  5732.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5733.                 ],
  5734.                 'SecurityBundle' => [
  5735.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  5736.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5737.                 ],
  5738.                 'SuluPreviewBundle' => [
  5739.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  5740.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  5741.                 ],
  5742.                 'FOSJsRoutingBundle' => [
  5743.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5744.                     'namespace' => 'FOS\\JsRoutingBundle',
  5745.                 ],
  5746.                 'CmfRoutingBundle' => [
  5747.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  5748.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  5749.                 ],
  5750.                 'StofDoctrineExtensionsBundle' => [
  5751.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  5752.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5753.                 ],
  5754.                 'SuluActivityBundle' => [
  5755.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  5756.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  5757.                 ],
  5758.                 'SuluTrashBundle' => [
  5759.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  5760.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  5761.                 ],
  5762.                 'WebpackEncoreBundle' => [
  5763.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  5764.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5765.                 ],
  5766.                 'SensioFrameworkExtraBundle' => [
  5767.                     'path' => (\dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src'),
  5768.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5769.                 ],
  5770.                 'TwigExtraBundle' => [
  5771.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  5772.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5773.                 ],
  5774.                 'SuluFormBundle' => [
  5775.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/form-bundle'),
  5776.                     'namespace' => 'Sulu\\Bundle\\FormBundle',
  5777.                 ],
  5778.                 'DoctrineMigrationsBundle' => [
  5779.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  5780.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5781.                 ],
  5782.                 'MakerBundle' => [
  5783.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  5784.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5785.                 ],
  5786.                 'EWZRecaptchaBundle' => [
  5787.                     'path' => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src'),
  5788.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  5789.                 ],
  5790.                 'SuluRedirectBundle' => [
  5791.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle'),
  5792.                     'namespace' => 'Sulu\\Bundle\\RedirectBundle',
  5793.                 ],
  5794.             ],
  5795.             'kernel.charset' => 'UTF-8',
  5796.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5797.             'sulu.context' => 'website',
  5798.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  5799.             'container.dumper.inline_class_loader' => true,
  5800.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  5801.             'env(PHPCR_WORKSPACE)' => 'default',
  5802.             'default_locale' => 'en',
  5803.             'event_dispatcher.event_aliases' => [
  5804.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5805.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5806.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5807.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5808.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5809.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5810.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5811.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5812.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5813.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5814.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5815.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5816.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5817.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5818.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5819.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5820.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5821.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5822.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5823.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5824.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5825.             ],
  5826.             'fragment.renderer.hinclude.global_template' => NULL,
  5827.             'fragment.path' => '/_fragment',
  5828.             'kernel.http_method_override' => true,
  5829.             'kernel.trusted_hosts' => [
  5830.             ],
  5831.             'kernel.default_locale' => 'en',
  5832.             'kernel.enabled_locales' => [
  5833.             ],
  5834.             'kernel.error_controller' => 'error_controller',
  5835.             'debug.file_link_format' => NULL,
  5836.             'asset.request_context.base_path' => NULL,
  5837.             'asset.request_context.secure' => NULL,
  5838.             'translator.logging' => false,
  5839.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  5840.             'debug.error_handler.throw_at' => -1,
  5841.             'router.request_context.host' => 'localhost',
  5842.             'router.request_context.scheme' => 'http',
  5843.             'router.request_context.base_url' => '',
  5844.             'router.resource' => 'kernel::loadRoutes',
  5845.             'request_listener.http_port' => 80,
  5846.             'request_listener.https_port' => 443,
  5847.             'session.metadata.storage_key' => '_sf2_meta',
  5848.             'session.storage.options' => [
  5849.                 'cache_limiter' => '0',
  5850.                 'name' => 'SULUSESSID',
  5851.                 'cookie_secure' => 'auto',
  5852.                 'cookie_httponly' => true,
  5853.                 'cookie_samesite' => 'lax',
  5854.                 'gc_probability' => 1,
  5855.             ],
  5856.             'session.metadata.update_threshold' => 0,
  5857.             'form.type_extension.csrf.enabled' => true,
  5858.             'form.type_extension.csrf.field_name' => '_token',
  5859.             'validator.translation_domain' => 'validators',
  5860.             'profiler_listener.only_exceptions' => false,
  5861.             'profiler_listener.only_main_requests' => false,
  5862.             'twig.form.resources' => [
  5863.                 => 'form_div_layout.html.twig',
  5864.                 => 'bootstrap_5_layout.html.twig',
  5865.                 => '@EWZRecaptcha/Form/v3/ewz_recaptcha_widget.html.twig',
  5866.             ],
  5867.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  5868.             'monolog.use_microseconds' => true,
  5869.             'monolog.swift_mailer.handlers' => [
  5870.             ],
  5871.             'monolog.handlers_to_channels' => [
  5872.                 'monolog.handler.console' => [
  5873.                     'type' => 'exclusive',
  5874.                     'elements' => [
  5875.                         => 'event',
  5876.                         => 'doctrine',
  5877.                         => 'console',
  5878.                     ],
  5879.                 ],
  5880.                 'monolog.handler.main' => [
  5881.                     'type' => 'exclusive',
  5882.                     'elements' => [
  5883.                         => 'event',
  5884.                     ],
  5885.                 ],
  5886.             ],
  5887.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5888.             'swiftmailer.mailer.default.spool.enabled' => true,
  5889.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5890.             'swiftmailer.mailer.default.single_address' => NULL,
  5891.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5892.             'swiftmailer.spool.enabled' => true,
  5893.             'swiftmailer.delivery.enabled' => true,
  5894.             'swiftmailer.single_address' => NULL,
  5895.             'swiftmailer.mailers' => [
  5896.                 'default' => 'swiftmailer.mailer.default',
  5897.             ],
  5898.             'swiftmailer.default_mailer' => 'default',
  5899.             'sulu_core.locales' => [
  5900.                 => 'de',
  5901.                 => 'en',
  5902.             ],
  5903.             'sulu_core.translated_locales' => [
  5904.                 'de' => 'Deutsch',
  5905.                 'en' => 'English',
  5906.             ],
  5907.             'sulu_core.translations' => [
  5908.                 => 'de',
  5909.                 => 'en',
  5910.             ],
  5911.             'sulu_core.fallback_locale' => 'en',
  5912.             'sulu.content.language.namespace' => 'i18n',
  5913.             'sulu.content.language.default' => 'en',
  5914.             'sulu.content.node_names.base' => 'cmf',
  5915.             'sulu.content.node_names.content' => 'contents',
  5916.             'sulu.content.node_names.route' => 'routes',
  5917.             'sulu.content.node_names.snippet' => 'snippets',
  5918.             'sulu.content.structure.default_types' => [
  5919.                 'snippet' => 'default',
  5920.             ],
  5921.             'sulu.content.structure.default_type.snippet' => 'default',
  5922.             'sulu.content.structure.required_properties' => [
  5923.                 'home' => [
  5924.                     => 'title',
  5925.                 ],
  5926.                 'page' => [
  5927.                     => 'title',
  5928.                 ],
  5929.                 'snippet' => [
  5930.                     => 'title',
  5931.                 ],
  5932.             ],
  5933.             'sulu.content.structure.required_tags' => [
  5934.                 'home' => [
  5935.                     => 'sulu.rlp',
  5936.                 ],
  5937.                 'page' => [
  5938.                     => 'sulu.rlp',
  5939.                 ],
  5940.             ],
  5941.             'sulu.content.internal_prefix' => '',
  5942.             'sulu.content.structure.type_map' => [
  5943.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5944.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  5945.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  5946.             ],
  5947.             'sulu.content.structure.paths' => [
  5948.                 'page' => [
  5949.                     => [
  5950.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  5951.                         'type' => 'page',
  5952.                     ],
  5953.                     => [
  5954.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5955.                         'type' => 'page',
  5956.                     ],
  5957.                     => [
  5958.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  5959.                         'type' => 'page',
  5960.                     ],
  5961.                 ],
  5962.                 'home' => [
  5963.                     => [
  5964.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  5965.                         'type' => 'home',
  5966.                     ],
  5967.                 ],
  5968.                 'snippet' => [
  5969.                     => [
  5970.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  5971.                         'type' => 'snippet',
  5972.                     ],
  5973.                 ],
  5974.             ],
  5975.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  5976.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  5977.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  5978.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  5979.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  5980.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  5981.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  5982.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  5983.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  5984.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  5985.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  5986.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  5987.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  5988.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  5989.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  5990.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  5991.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  5992.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  5993.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  5994.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  5995.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  5996.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  5997.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  5998.             'sulu_core.cache.memoize.default_lifetime' => 1,
  5999.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6000.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  6001.             'sulu.fields_defaults.translations' => [
  6002.                 'id' => 'public.id',
  6003.                 'title' => 'public.title',
  6004.                 'name' => 'public.name',
  6005.                 'created' => 'public.created',
  6006.                 'changed' => 'public.changed',
  6007.             ],
  6008.             'sulu.fields_defaults.widths' => [
  6009.                 'id' => '50px',
  6010.             ],
  6011.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  6012.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  6013.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  6014.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  6015.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  6016.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  6017.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  6018.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6019.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6020.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6021.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6022.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6023.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6024.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6025.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6026.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6027.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6028.             'doctrine.entity_managers' => [
  6029.                 'default' => 'doctrine.orm.default_entity_manager',
  6030.             ],
  6031.             'doctrine.default_entity_manager' => 'default',
  6032.             'doctrine.dbal.connection_factory.types' => [
  6033.             ],
  6034.             'doctrine.connections' => [
  6035.                 'default' => 'doctrine.dbal.default_connection',
  6036.             ],
  6037.             'doctrine.default_connection' => 'default',
  6038.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6039.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6040.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6041.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6042.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6043.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6044.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6045.             'doctrine.orm.cache.memcache_port' => 11211,
  6046.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6047.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6048.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6049.             'doctrine.orm.cache.memcached_port' => 11211,
  6050.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6051.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6052.             'doctrine.orm.cache.redis_host' => 'localhost',
  6053.             'doctrine.orm.cache.redis_port' => 6379,
  6054.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6055.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6056.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6057.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6058.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6059.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6060.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6061.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6062.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6063.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6064.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6065.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6066.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6067.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6068.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6069.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6070.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6071.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6072.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6073.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6074.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6075.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6076.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6077.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6078.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6079.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6080.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6081.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6082.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6083.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6084.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6085.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6086.             'doctrine_phpcr.sessions' => [
  6087.                 'default' => 'doctrine_phpcr.default_session',
  6088.                 'live' => 'doctrine_phpcr.live_session',
  6089.             ],
  6090.             'doctrine_phpcr.odm.document_managers' => [
  6091.             ],
  6092.             'doctrine_phpcr.default_session' => 'live',
  6093.             'doctrine_phpcr.odm.default_document_manager' => '',
  6094.             'doctrine_phpcr.dump_max_line_length' => 120,
  6095.             'doctrine_phpcr.form.type_guess' => [
  6096.             ],
  6097.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  6098.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  6099.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  6100.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  6101.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  6102.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  6103.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  6104.             'massive_search.events.index' => 'massive_search.index',
  6105.             'massive_search.events.deindex' => 'massive_search.deindex',
  6106.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  6107.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  6108.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  6109.             'massive_search.metadata.debug' => true,
  6110.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  6111.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  6112.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  6113.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  6114.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  6115.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  6116.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  6117.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  6118.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  6119.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  6120.             'fos_http_cache.cacheable.response.additional_status' => [
  6121.             ],
  6122.             'fos_http_cache.proxy_client.symfony.options' => [
  6123.                 'tags_header' => 'X-Cache-Tags',
  6124.                 'tags_method' => 'PURGETAGS',
  6125.                 'purge_method' => 'PURGE',
  6126.             ],
  6127.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  6128.             'fos_http_cache.compiler_pass.tag_annotations' => true,
  6129.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  6130.             'fos_http_cache.tag_handler.separator' => ',',
  6131.             'fos_http_cache.tag_handler.strict' => false,
  6132.             'sulu_admin.name' => 'Sulu Admin',
  6133.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  6134.             'sulu_admin.resources' => [
  6135.                 'redirect_routes' => [
  6136.                     'routes' => [
  6137.                         'list' => 'sulu_redirect.get_redirect-routes',
  6138.                         'detail' => 'sulu_redirect.get_redirect-route',
  6139.                     ],
  6140.                 ],
  6141.                 'forms' => [
  6142.                     'routes' => [
  6143.                         'list' => 'sulu_form.get_forms',
  6144.                         'detail' => 'sulu_form.get_form',
  6145.                     ],
  6146.                 ],
  6147.                 'dynamic_forms' => [
  6148.                     'routes' => [
  6149.                         'list' => 'sulu_form.get_dynamics',
  6150.                         'detail' => 'sulu_form.delete_dynamic',
  6151.                     ],
  6152.                 ],
  6153.                 'trash_items' => [
  6154.                     'routes' => [
  6155.                         'list' => 'sulu_trash.get_trash-items',
  6156.                         'detail' => 'sulu_trash.get_trash-item',
  6157.                     ],
  6158.                 ],
  6159.                 'activities' => [
  6160.                     'routes' => [
  6161.                         'list' => 'sulu_activity.get_activities',
  6162.                     ],
  6163.                 ],
  6164.                 'preview_links' => [
  6165.                     'routes' => [
  6166.                         'detail' => 'sulu_preview.get_preview-link',
  6167.                     ],
  6168.                 ],
  6169.                 'routes' => [
  6170.                     'routes' => [
  6171.                         'list' => 'sulu_routes.get_routes',
  6172.                     ],
  6173.                 ],
  6174.                 'custom_urls' => [
  6175.                     'routes' => [
  6176.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  6177.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  6178.                     ],
  6179.                 ],
  6180.                 'custom_url_routes' => [
  6181.                     'routes' => [
  6182.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  6183.                     ],
  6184.                 ],
  6185.                 'geolocator_locations' => [
  6186.                     'routes' => [
  6187.                         'list' => 'sulu_location.geolocator_query',
  6188.                     ],
  6189.                 ],
  6190.                 'analytics' => [
  6191.                     'routes' => [
  6192.                         'list' => 'sulu_website.cget_webspace_analytics',
  6193.                         'detail' => 'sulu_website.get_webspace_analytics',
  6194.                     ],
  6195.                 ],
  6196.                 'tags' => [
  6197.                     'routes' => [
  6198.                         'list' => 'sulu_tag.get_tags',
  6199.                         'detail' => 'sulu_tag.get_tag',
  6200.                     ],
  6201.                 ],
  6202.                 'page_resourcelocators' => [
  6203.                     'routes' => [
  6204.                         'list' => 'sulu_page.get_page_resourcelocators',
  6205.                     ],
  6206.                 ],
  6207.                 'pages' => [
  6208.                     'routes' => [
  6209.                         'list' => 'sulu_page.get_pages',
  6210.                         'detail' => 'sulu_page.get_page',
  6211.                     ],
  6212.                     'security_context' => 'sulu.webspaces.#webspace#',
  6213.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  6214.                 ],
  6215.                 'page_versions' => [
  6216.                     'routes' => [
  6217.                         'list' => 'sulu_page.get_page_versions',
  6218.                         'detail' => 'sulu_page.post_page_version_trigger',
  6219.                     ],
  6220.                 ],
  6221.                 'webspaces' => [
  6222.                     'routes' => [
  6223.                         'list' => 'sulu_page.get_webspaces',
  6224.                         'detail' => 'sulu_page.get_webspace',
  6225.                     ],
  6226.                 ],
  6227.                 'snippets' => [
  6228.                     'routes' => [
  6229.                         'list' => 'sulu_snippet.get_snippets',
  6230.                         'detail' => 'sulu_snippet.get_snippet',
  6231.                     ],
  6232.                 ],
  6233.                 'snippet_areas' => [
  6234.                     'routes' => [
  6235.                         'list' => 'sulu_snippet.get_snippet-areas',
  6236.                         'detail' => 'sulu_snippet.put_snippet-area',
  6237.                     ],
  6238.                 ],
  6239.                 'categories' => [
  6240.                     'routes' => [
  6241.                         'list' => 'sulu_category.get_categories',
  6242.                         'detail' => 'sulu_category.get_category',
  6243.                     ],
  6244.                 ],
  6245.                 'category_keywords' => [
  6246.                     'routes' => [
  6247.                         'list' => 'sulu_category.get_category_keywords',
  6248.                         'detail' => 'sulu_category.get_category_keyword',
  6249.                     ],
  6250.                 ],
  6251.                 'permissions' => [
  6252.                     'routes' => [
  6253.                         'detail' => 'sulu_security.get_permissions',
  6254.                     ],
  6255.                 ],
  6256.                 'roles' => [
  6257.                     'routes' => [
  6258.                         'list' => 'sulu_security.get_roles',
  6259.                         'detail' => 'sulu_security.get_role',
  6260.                     ],
  6261.                 ],
  6262.                 'users' => [
  6263.                     'routes' => [
  6264.                         'list' => 'sulu_security.get_users',
  6265.                         'detail' => 'sulu_security.get_user',
  6266.                     ],
  6267.                 ],
  6268.                 'profile' => [
  6269.                     'routes' => [
  6270.                         'detail' => 'sulu_security.get_profile',
  6271.                     ],
  6272.                 ],
  6273.                 'media' => [
  6274.                     'routes' => [
  6275.                         'list' => 'sulu_media.cget_media',
  6276.                         'detail' => 'sulu_media.get_media',
  6277.                     ],
  6278.                     'security_context' => 'sulu.media.collections',
  6279.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6280.                 ],
  6281.                 'media_preview' => [
  6282.                     'routes' => [
  6283.                         'detail' => 'sulu_media.post_media_preview',
  6284.                     ],
  6285.                 ],
  6286.                 'media_formats' => [
  6287.                     'routes' => [
  6288.                         'list' => 'sulu_media.get_media_formats',
  6289.                         'detail' => 'sulu_media.put_media_format',
  6290.                     ],
  6291.                 ],
  6292.                 'media_versions' => [
  6293.                     'routes' => [
  6294.                         'detail' => 'sulu_media.delete_media_version',
  6295.                     ],
  6296.                 ],
  6297.                 'collections' => [
  6298.                     'routes' => [
  6299.                         'list' => 'sulu_media.get_collections',
  6300.                         'detail' => 'sulu_media.get_collection',
  6301.                     ],
  6302.                 ],
  6303.                 'formats' => [
  6304.                     'routes' => [
  6305.                         'list' => 'sulu_media.get_formats',
  6306.                         'detail' => 'sulu_media.get_format',
  6307.                     ],
  6308.                 ],
  6309.                 'contacts' => [
  6310.                     'routes' => [
  6311.                         'list' => 'sulu_contact.get_contacts',
  6312.                         'detail' => 'sulu_contact.get_contact',
  6313.                     ],
  6314.                 ],
  6315.                 'contact_titles' => [
  6316.                     'routes' => [
  6317.                         'list' => 'sulu_contact.get_contact-titles',
  6318.                     ],
  6319.                 ],
  6320.                 'contact_positions' => [
  6321.                     'routes' => [
  6322.                         'list' => 'sulu_contact.get_contact-positions',
  6323.                     ],
  6324.                 ],
  6325.                 'contact_media' => [
  6326.                     'routes' => [
  6327.                         'list' => 'sulu_contact.cget_contact_medias',
  6328.                         'detail' => 'sulu_contact.delete_contact_medias',
  6329.                     ],
  6330.                 ],
  6331.                 'accounts' => [
  6332.                     'routes' => [
  6333.                         'list' => 'sulu_contact.get_accounts',
  6334.                         'detail' => 'sulu_contact.get_account',
  6335.                     ],
  6336.                 ],
  6337.                 'account_media' => [
  6338.                     'routes' => [
  6339.                         'list' => 'sulu_contact.cget_account_medias',
  6340.                         'detail' => 'sulu_contact.delete_account_medias',
  6341.                     ],
  6342.                 ],
  6343.                 'account_contacts' => [
  6344.                     'routes' => [
  6345.                         'list' => 'sulu_contact.get_account_contacts',
  6346.                         'detail' => 'sulu_contact.delete_account_contacts',
  6347.                     ],
  6348.                 ],
  6349.                 'search' => [
  6350.                     'routes' => [
  6351.                         'list' => 'sulu_search_search',
  6352.                     ],
  6353.                 ],
  6354.                 'search_indexes' => [
  6355.                     'routes' => [
  6356.                         'list' => 'sulu_search_indexes',
  6357.                     ],
  6358.                 ],
  6359.                 'collaborations' => [
  6360.                     'routes' => [
  6361.                         'detail' => 'sulu_admin.put_collaborations',
  6362.                     ],
  6363.                 ],
  6364.                 'localizations' => [
  6365.                     'routes' => [
  6366.                         'list' => 'sulu_core.get_localizations',
  6367.                     ],
  6368.                 ],
  6369.                 'teasers' => [
  6370.                     'routes' => [
  6371.                         'list' => 'sulu_page.get_teasers',
  6372.                     ],
  6373.                 ],
  6374.                 'updates' => [
  6375.                     'routes' => [
  6376.                         'list' => 'app.get_updates',
  6377.                         'detail' => 'app.get_update',
  6378.                     ],
  6379.                 ],
  6380.                 'lizences' => [
  6381.                     'routes' => [
  6382.                         'list' => 'app.get_lizences',
  6383.                         'detail' => 'app.get_lizenz',
  6384.                     ],
  6385.                 ],
  6386.                 'history' => [
  6387.                     'routes' => [
  6388.                         'list' => 'app.get_histories',
  6389.                     ],
  6390.                 ],
  6391.             ],
  6392.             'sulu_admin.collaboration_enabled' => false,
  6393.             'sulu_admin.collaboration_interval' => 20,
  6394.             'sulu_admin.collaboration_threshold' => 60,
  6395.             'sulu_admin.forms.directories' => [
  6396.                 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/forms'),
  6397.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6398.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6399.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6400.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6401.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6402.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6403.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6404.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6405.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6406.                 10 => (\dirname(__DIR__5).'/config/forms'),
  6407.             ],
  6408.             'sulu_admin.lists.directories' => [
  6409.                 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/lists'),
  6410.                 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  6411.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6412.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6413.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6414.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6415.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6416.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6417.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6418.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6419.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6420.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6421.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6422.                 13 => (\dirname(__DIR__5).'/config/lists'),
  6423.             ],
  6424.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6425.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6426.             'sulu_search.indexes' => [
  6427.                 'snippet' => [
  6428.                     'name' => 'sulu_snippet.snippets',
  6429.                     'icon' => 'su-snippet',
  6430.                     'view' => [
  6431.                         'name' => 'sulu_snippet.edit_form',
  6432.                         'result_to_view' => [
  6433.                             'id' => 'id',
  6434.                             'locale' => 'locale',
  6435.                         ],
  6436.                     ],
  6437.                     'security_context' => 'sulu.global.snippets',
  6438.                     'contexts' => [
  6439.                     ],
  6440.                 ],
  6441.                 'category' => [
  6442.                     'name' => 'sulu_category.categories',
  6443.                     'icon' => 'su-tag',
  6444.                     'view' => [
  6445.                         'name' => 'sulu_category.edit_form',
  6446.                         'result_to_view' => [
  6447.                             'id' => 'id',
  6448.                             'locale' => 'locale',
  6449.                         ],
  6450.                     ],
  6451.                     'security_context' => 'sulu.settings.categories',
  6452.                     'contexts' => [
  6453.                     ],
  6454.                 ],
  6455.                 'media' => [
  6456.                     'name' => 'sulu_media.media',
  6457.                     'icon' => 'su-image',
  6458.                     'view' => [
  6459.                         'name' => 'sulu_media.form',
  6460.                         'result_to_view' => [
  6461.                             'id' => 'id',
  6462.                             'locale' => 'locale',
  6463.                         ],
  6464.                     ],
  6465.                     'security_context' => 'sulu.media.collections',
  6466.                     'contexts' => [
  6467.                     ],
  6468.                 ],
  6469.                 'contact' => [
  6470.                     'name' => 'sulu_contact.people',
  6471.                     'icon' => 'su-user',
  6472.                     'view' => [
  6473.                         'name' => 'sulu_contact.contact_edit_form',
  6474.                         'result_to_view' => [
  6475.                             'id' => 'id',
  6476.                             'locale' => 'locale',
  6477.                         ],
  6478.                     ],
  6479.                     'security_context' => 'sulu.contact.people',
  6480.                     'contexts' => [
  6481.                     ],
  6482.                 ],
  6483.                 'account' => [
  6484.                     'name' => 'sulu_contact.organizations',
  6485.                     'icon' => 'su-house',
  6486.                     'view' => [
  6487.                         'name' => 'sulu_contact.account_edit_form',
  6488.                         'result_to_view' => [
  6489.                             'id' => 'id',
  6490.                             'locale' => 'locale',
  6491.                         ],
  6492.                     ],
  6493.                     'security_context' => 'sulu.contact.organizations',
  6494.                     'contexts' => [
  6495.                     ],
  6496.                 ],
  6497.                 'page_hebammen-azh' => [
  6498.                     'name' => 'hebammen-azh',
  6499.                     'icon' => 'su-document',
  6500.                     'view' => [
  6501.                         'name' => 'sulu_page.page_edit_form',
  6502.                         'result_to_view' => [
  6503.                             'id' => 'id',
  6504.                             'locale' => 'locale',
  6505.                             'properties/webspace_key' => 'webspace',
  6506.                         ],
  6507.                     ],
  6508.                     'security_context' => 'sulu.webspaces.hebammen-azh',
  6509.                 ],
  6510.                 'page_hebammen-azh_published' => [
  6511.                     'name' => 'hebammen-azh',
  6512.                     'icon' => 'su-document',
  6513.                     'view' => [
  6514.                         'name' => 'sulu_page.page_edit_form',
  6515.                         'result_to_view' => [
  6516.                             'id' => 'id',
  6517.                             'locale' => 'locale',
  6518.                             'properties/webspace_key' => 'webspace',
  6519.                         ],
  6520.                     ],
  6521.                     'security_context' => 'sulu.webspaces.hebammen-azh',
  6522.                     'contexts' => [
  6523.                         => 'website',
  6524.                     ],
  6525.                 ],
  6526.             ],
  6527.             'sulu_search.website.indexes' => [
  6528.                 => 'page_#webspace#_published',
  6529.             ],
  6530.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  6531.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  6532.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  6533.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  6534.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  6535.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  6536.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  6537.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  6538.             'sulu_contact.defaults' => [
  6539.                 'phoneType' => '1',
  6540.                 'phoneTypeMobile' => '3',
  6541.                 'phoneTypeIsdn' => '1',
  6542.                 'emailType' => '1',
  6543.                 'addressType' => '1',
  6544.                 'urlType' => '1',
  6545.                 'faxType' => '1',
  6546.                 'socialMediaProfileType' => '1',
  6547.                 'country' => 'AT',
  6548.             ],
  6549.             'sulu_contact.form_of_address' => [
  6550.                 'male' => [
  6551.                     'id' => 0,
  6552.                     'name' => 'male',
  6553.                     'translation' => 'contact.contacts.formOfAddress.male',
  6554.                 ],
  6555.                 'female' => [
  6556.                     'id' => 1,
  6557.                     'name' => 'female',
  6558.                     'translation' => 'contact.contacts.formOfAddress.female',
  6559.                 ],
  6560.             ],
  6561.             'sulu_contact.contact_form.category_root' => NULL,
  6562.             'sulu_contact.account_form.category_root' => NULL,
  6563.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6564.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6565.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6566.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6567.             'sulu.persistence.objects' => [
  6568.                 'sulu' => [
  6569.                     'redirect_route' => [
  6570.                         'model' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute',
  6571.                         'repository' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRouteRepository',
  6572.                     ],
  6573.                     'trash_item' => [
  6574.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  6575.                     ],
  6576.                     'activity' => [
  6577.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  6578.                     ],
  6579.                     'preview_link' => [
  6580.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  6581.                     ],
  6582.                     'route' => [
  6583.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  6584.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  6585.                     ],
  6586.                     'analytics' => [
  6587.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6588.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6589.                     ],
  6590.                     'tag' => [
  6591.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6592.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6593.                     ],
  6594.                     'category' => [
  6595.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6596.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6597.                     ],
  6598.                     'category_meta' => [
  6599.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6600.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6601.                     ],
  6602.                     'category_translation' => [
  6603.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6604.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6605.                     ],
  6606.                     'keyword' => [
  6607.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6608.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6609.                     ],
  6610.                     'user' => [
  6611.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6612.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6613.                     ],
  6614.                     'role' => [
  6615.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6616.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6617.                     ],
  6618.                     'role_setting' => [
  6619.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6620.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6621.                     ],
  6622.                     'access_control' => [
  6623.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6624.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6625.                     ],
  6626.                     'media' => [
  6627.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6628.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6629.                     ],
  6630.                     'contact' => [
  6631.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  6632.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  6633.                     ],
  6634.                     'account' => [
  6635.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  6636.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  6637.                     ],
  6638.                 ],
  6639.             ],
  6640.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6641.             'sulu_media.image_format_files' => [
  6642.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  6643.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  6644.             ],
  6645.             'sulu_media.system_collections' => [
  6646.                 'sulu_form' => [
  6647.                     'meta_title' => [
  6648.                         'en' => 'Sulu forms',
  6649.                         'de' => 'Sulu Formulare',
  6650.                     ],
  6651.                     'collections' => [
  6652.                         'attachments' => [
  6653.                             'meta_title' => [
  6654.                                 'en' => 'Attachments',
  6655.                                 'de' => 'Anhänge',
  6656.                             ],
  6657.                         ],
  6658.                     ],
  6659.                 ],
  6660.                 'sulu_media' => [
  6661.                     'meta_title' => [
  6662.                         'en' => 'Sulu media',
  6663.                         'de' => 'Sulu Medien',
  6664.                     ],
  6665.                     'collections' => [
  6666.                         'preview_image' => [
  6667.                             'meta_title' => [
  6668.                                 'en' => 'Preview images',
  6669.                                 'de' => 'Vorschaubilder',
  6670.                             ],
  6671.                         ],
  6672.                     ],
  6673.                 ],
  6674.                 'sulu_contact' => [
  6675.                     'meta_title' => [
  6676.                         'en' => 'Sulu contacts',
  6677.                         'de' => 'Sulu Kontakte',
  6678.                     ],
  6679.                     'collections' => [
  6680.                         'contact' => [
  6681.                             'meta_title' => [
  6682.                                 'en' => 'People',
  6683.                                 'de' => 'Personen',
  6684.                             ],
  6685.                         ],
  6686.                         'account' => [
  6687.                             'meta_title' => [
  6688.                                 'en' => 'Organizations',
  6689.                                 'de' => 'Organisationen',
  6690.                             ],
  6691.                         ],
  6692.                     ],
  6693.                 ],
  6694.             ],
  6695.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  6696.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  6697.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  6698.             'sulu_media.format_manager.response_headers' => [
  6699.                 'Expires' => '+1 month',
  6700.                 'Pragma' => 'public',
  6701.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  6702.             ],
  6703.             'sulu_media.format_manager.default_imagine_options' => [
  6704.                 'jpeg_quality' => 100,
  6705.                 'webp_quality' => 100,
  6706.             ],
  6707.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  6708.             'sulu_media.format_cache.save_image' => true,
  6709.             'sulu_media.format_cache.segments' => 10,
  6710.             'sulu_media.ghost_script.path' => 'gs',
  6711.             'sulu_media.media.blocked_file_types' => [
  6712.             ],
  6713.             'sulu_media.collection.type.default' => [
  6714.                 'id' => 1,
  6715.             ],
  6716.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  6717.             'sulu_media.media.types' => [
  6718.                 => [
  6719.                     'type' => 'document',
  6720.                     'mimeTypes' => [
  6721.                         => '*',
  6722.                     ],
  6723.                 ],
  6724.                 => [
  6725.                     'type' => 'image',
  6726.                     'mimeTypes' => [
  6727.                         => 'image/*',
  6728.                     ],
  6729.                 ],
  6730.                 => [
  6731.                     'type' => 'video',
  6732.                     'mimeTypes' => [
  6733.                         => 'video/*',
  6734.                     ],
  6735.                 ],
  6736.                 => [
  6737.                     'type' => 'audio',
  6738.                     'mimeTypes' => [
  6739.                         => 'audio/*',
  6740.                     ],
  6741.                 ],
  6742.             ],
  6743.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  6744.             'sulu_media.disposition_type.default' => 'attachment',
  6745.             'sulu_media.disposition_type.mime_types_inline' => [
  6746.             ],
  6747.             'sulu_media.disposition_type.mime_types_attachment' => [
  6748.             ],
  6749.             'sulu_media.upload.max_filesize' => 256,
  6750.             'sulu_media.media.max_file_size' => '256MB',
  6751.             'sulu_media.adobe_creative_key' => NULL,
  6752.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  6753.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  6754.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  6755.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  6756.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  6757.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  6758.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  6759.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  6760.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  6761.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  6762.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  6763.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  6764.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  6765.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  6766.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  6767.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  6768.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  6769.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  6770.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  6771.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  6772.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6773.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  6774.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  6775.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  6776.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  6777.             'sulu_media.format_manager.mime_types' => [
  6778.                 => 'image/*',
  6779.             ],
  6780.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  6781.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  6782.             'sulu_media.media.storage' => 'local',
  6783.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  6784.             'sulu_media.media.storage.local.segments' => 10,
  6785.             'sulu_security.system' => 'Sulu',
  6786.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  6787.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  6788.             'sulu_security.reset_password.mail.sender' => '',
  6789.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  6790.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  6791.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  6792.             'sulu_security.permissions' => [
  6793.                 'view' => 64,
  6794.                 'add' => 32,
  6795.                 'edit' => 16,
  6796.                 'delete' => 8,
  6797.                 'archive' => 4,
  6798.                 'live' => 2,
  6799.                 'security' => 1,
  6800.             ],
  6801.             'permissions' => [
  6802.                 'view' => 64,
  6803.                 'add' => 32,
  6804.                 'edit' => 16,
  6805.                 'delete' => 8,
  6806.                 'archive' => 4,
  6807.                 'live' => 2,
  6808.                 'security' => 1,
  6809.             ],
  6810.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  6811.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  6812.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  6813.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  6814.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  6815.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  6816.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  6817.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  6818.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  6819.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  6820.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  6821.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  6822.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6823.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  6824.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  6825.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  6826.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  6827.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  6828.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  6829.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  6830.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  6831.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  6832.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  6833.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  6834.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  6835.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  6836.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  6837.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  6838.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  6839.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  6840.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  6841.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  6842.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  6843.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  6844.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  6845.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  6846.             'sulu_snippet.content-type.default_enabled' => true,
  6847.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  6848.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  6849.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  6850.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  6851.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  6852.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  6853.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  6854.             'sulu_snippet.export.snippet.formats' => [
  6855.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  6856.             ],
  6857.             'sulu_page.search.mapping' => [
  6858.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  6859.                     'index' => 'page',
  6860.                     'decorate_index' => true,
  6861.                 ],
  6862.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  6863.                     'index' => 'page',
  6864.                     'decorate_index' => true,
  6865.                 ],
  6866.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  6867.                     'index' => 'snippet',
  6868.                     'decorate_index' => false,
  6869.                 ],
  6870.             ],
  6871.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  6872.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  6873.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  6874.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  6875.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  6876.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  6877.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  6878.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  6879.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  6880.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  6881.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  6882.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  6883.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  6884.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  6885.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  6886.             'sulu_page.export.webspace.formats' => [
  6887.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  6888.             ],
  6889.             'sulu_page.default_author' => true,
  6890.             'sulu_page.seo' => [
  6891.                 'max_title_length' => 70,
  6892.                 'max_description_length' => 160,
  6893.                 'max_keywords' => 5,
  6894.                 'keywords_separator' => ',',
  6895.                 'url_prefix' => 'www.yoursite.com/{locale}',
  6896.             ],
  6897.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  6898.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  6899.             'sulu_website.navigation.cache.lifetime' => 1,
  6900.             'sulu_website.content.cache.lifetime' => 1,
  6901.             'sulu_website.sitemap.cache.lifetime' => 1,
  6902.             'sulu_website.enabled_twig_attributes' => [
  6903.                 'urls' => false,
  6904.                 'path' => false,
  6905.             ],
  6906.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  6907.             'sulu_website.segment_cookie_name' => '_ss',
  6908.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  6909.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  6910.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  6911.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  6912.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  6913.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  6914.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  6915.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  6916.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  6917.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  6918.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  6919.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  6920.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  6921.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  6922.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  6923.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  6924.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  6925.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  6926.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  6927.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  6928.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  6929.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  6930.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  6931.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  6932.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  6933.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  6934.             'sulu_location.geolocator.name' => 'nominatim',
  6935.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  6936.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  6937.             'sulu_location.geolocator.service.google.api_key' => '',
  6938.             'sulu_http_cache.cache.max_age' => 240,
  6939.             'sulu_http_cache.cache.shared_max_age' => 240,
  6940.             'sulu_http_cache.tags.enabled' => true,
  6941.             'sulu_document_manager.mapping' => [
  6942.                 => [
  6943.                     'alias' => 'custom_url',
  6944.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  6945.                     'phpcr_type' => 'sulu:custom_url',
  6946.                     'mapping' => [
  6947.                         'published' => [
  6948.                             'property' => 'published',
  6949.                             'encoding' => 'content',
  6950.                             'mapped' => true,
  6951.                             'multiple' => false,
  6952.                             'default' => NULL,
  6953.                         ],
  6954.                         'baseDomain' => [
  6955.                             'property' => 'baseDomain',
  6956.                             'encoding' => 'content',
  6957.                             'mapped' => true,
  6958.                             'multiple' => false,
  6959.                             'default' => NULL,
  6960.                         ],
  6961.                         'domainParts' => [
  6962.                             'property' => 'domainParts',
  6963.                             'type' => 'json_array',
  6964.                             'encoding' => 'content',
  6965.                             'mapped' => true,
  6966.                             'multiple' => false,
  6967.                             'default' => NULL,
  6968.                         ],
  6969.                         'canonical' => [
  6970.                             'property' => 'canonical',
  6971.                             'encoding' => 'content',
  6972.                             'mapped' => true,
  6973.                             'multiple' => false,
  6974.                             'default' => NULL,
  6975.                         ],
  6976.                         'redirect' => [
  6977.                             'property' => 'redirect',
  6978.                             'encoding' => 'content',
  6979.                             'mapped' => true,
  6980.                             'multiple' => false,
  6981.                             'default' => NULL,
  6982.                         ],
  6983.                         'targetLocale' => [
  6984.                             'property' => 'targetLocale',
  6985.                             'encoding' => 'content',
  6986.                             'mapped' => true,
  6987.                             'multiple' => false,
  6988.                             'default' => NULL,
  6989.                         ],
  6990.                     ],
  6991.                 ],
  6992.                 => [
  6993.                     'alias' => 'custom_url_route',
  6994.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  6995.                     'phpcr_type' => 'sulu:custom_url_route',
  6996.                     'mapping' => [
  6997.                         'locale' => [
  6998.                             'property' => 'locale',
  6999.                             'encoding' => 'content',
  7000.                             'mapped' => true,
  7001.                             'multiple' => false,
  7002.                             'default' => NULL,
  7003.                         ],
  7004.                     ],
  7005.                 ],
  7006.                 => [
  7007.                     'alias' => 'page',
  7008.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  7009.                     'phpcr_type' => 'sulu:page',
  7010.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  7011.                     'set_default_author' => true,
  7012.                     'mapping' => [
  7013.                     ],
  7014.                 ],
  7015.                 => [
  7016.                     'alias' => 'home',
  7017.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  7018.                     'phpcr_type' => 'sulu:home',
  7019.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  7020.                     'set_default_author' => true,
  7021.                     'mapping' => [
  7022.                     ],
  7023.                 ],
  7024.                 => [
  7025.                     'alias' => 'route',
  7026.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  7027.                     'phpcr_type' => 'sulu:path',
  7028.                     'mapping' => [
  7029.                     ],
  7030.                 ],
  7031.                 => [
  7032.                     'alias' => 'snippet',
  7033.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  7034.                     'phpcr_type' => 'sulu:snippet',
  7035.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7036.                     'mapping' => [
  7037.                     ],
  7038.                 ],
  7039.             ],
  7040.             'sulu_document_manager.namespace_mapping' => [
  7041.                 'extension_localized' => 'i18n',
  7042.                 'system' => 'sulu',
  7043.                 'system_localized' => 'i18n',
  7044.                 'content' => NULL,
  7045.                 'content_localized' => 'i18n',
  7046.             ],
  7047.             'sulu_document_manager.versioning.enabled' => false,
  7048.             'sulu_document_manager.show_drafts' => false,
  7049.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  7050.             'sulu_document_manager.segments' => [
  7051.                 'custom_urls' => 'custom-urls',
  7052.                 'custom_urls_items' => 'items',
  7053.                 'custom_urls_routes' => 'routes',
  7054.                 'base' => 'cmf',
  7055.                 'content' => 'contents',
  7056.                 'route' => 'routes',
  7057.                 'snippet' => 'snippets',
  7058.             ],
  7059.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  7060.             'sulu_route.mappings' => [
  7061.             ],
  7062.             'sulu_route.resource_key_mappings' => [
  7063.             ],
  7064.             'sulu_route.routing.uri_filter_regexp' => NULL,
  7065.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  7066.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  7067.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  7068.             'phpcr_migrations.paths' => [
  7069.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  7070.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  7071.             ],
  7072.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  7073.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  7074.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7075.             'web_profiler.debug_toolbar.mode' => 2,
  7076.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7077.             'security.role_hierarchy.roles' => [
  7078.             ],
  7079.             'security.access.denied_url' => NULL,
  7080.             'security.authentication.manager.erase_credentials' => true,
  7081.             'security.authentication.session_strategy.strategy' => 'migrate',
  7082.             'security.access.always_authenticate_before_granting' => false,
  7083.             'security.authentication.hide_user_not_found' => true,
  7084.             'security.firewalls' => [
  7085.                 => 'dev',
  7086.                 => 'admin',
  7087.             ],
  7088.             'security.admin._indexed_authenticators' => [
  7089.             ],
  7090.             'sulu_preview.mode' => 'auto',
  7091.             'sulu_preview.delay' => 500,
  7092.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  7093.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  7094.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7095.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7096.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7097.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7098.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7099.             'fos_js_routing.request_context_base_url' => NULL,
  7100.             'fos_js_routing.cache_control' => [
  7101.                 'enabled' => false,
  7102.             ],
  7103.             'cmf_routing.uri_filter_regexp' => '',
  7104.             'cmf_routing.default_controller' => NULL,
  7105.             'cmf_routing.generic_controller' => NULL,
  7106.             'cmf_routing.controllers_by_type' => [
  7107.             ],
  7108.             'cmf_routing.controllers_by_class' => [
  7109.             ],
  7110.             'cmf_routing.templates_by_class' => [
  7111.             ],
  7112.             'cmf_routing.route_collection_limit' => 0,
  7113.             'cmf_routing.dynamic.limit_candidates' => 20,
  7114.             'cmf_routing.dynamic.locales' => [
  7115.             ],
  7116.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  7117.             'cmf_routing.replace_symfony_router' => true,
  7118.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7119.             'stof_doctrine_extensions.default_locale' => 'en',
  7120.             'stof_doctrine_extensions.translation_fallback' => false,
  7121.             'stof_doctrine_extensions.persist_default_translation' => false,
  7122.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7123.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7124.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7125.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7126.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7127.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7128.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7129.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7130.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7131.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7132.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  7133.             'sulu_activity.storage.adapter' => 'doctrine',
  7134.             'sulu_activity.storage.persist_payload' => false,
  7135.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  7136.             'sulu_form.csrf_protection' => false,
  7137.             'sulu_form.mail.template.notify' => 'mails/dynamic-notify.html.twig',
  7138.             'sulu_form.mail.template.notify_plain_text' => 'mails/dynamic-notify-plain-text.html.twig',
  7139.             'sulu_form.mail.template.customer' => 'mails/dynamic-customer.html.twig',
  7140.             'sulu_form.mail.template.customer_plain_text' => 'mails/dynamic-customer-plain-text.html.twig',
  7141.             'sulu_form.ajax_templates' => [
  7142.             ],
  7143.             'sulu_form.dynamic_widths' => [
  7144.                 'full' => 'sulu_form.width.full',
  7145.                 'half' => 'sulu_form.width.half',
  7146.                 'one-third' => 'sulu_form.width.one-third',
  7147.                 'two-thirds' => 'sulu_form.width.two-thirds',
  7148.                 'one-quarter' => 'sulu_form.width.one-quarter',
  7149.                 'three-quarters' => 'sulu_form.width.three-quarters',
  7150.                 'one-sixth' => 'sulu_form.width.one-sixth',
  7151.                 'five-sixths' => 'sulu_form.width.five-sixths',
  7152.             ],
  7153.             'sulu_form.dynamic_auto_title' => true,
  7154.             'sulu_form.sendinblue_api_key' => NULL,
  7155.             'sulu_form.mailchimp_api_key' => NULL,
  7156.             'sulu_form.mailchimp_subscribe_status' => 'subscribed',
  7157.             'sulu_form.dynamic_lists.config' => [
  7158.             ],
  7159.             'sulu_form.media_collection_strategy' => 'tree',
  7160.             'sulu_form.static_forms' => [
  7161.             ],
  7162.             'sulu_form.dynamic_disabled_types' => [
  7163.             ],
  7164.             'sulu_form.dynamic_list_builder.default' => 'simple',
  7165.             'sulu_form.dynamic_list_builder.delimiter' => ''."\n".'',
  7166.             'sulu_form.honeypot_field' => 'honey_pot',
  7167.             'sulu_form.honeypot_strategy' => 'no_save',
  7168.             'sulu_mail.mail.helper_name' => 'mailer',
  7169.             'doctrine.migrations.preferred_em' => NULL,
  7170.             'doctrine.migrations.preferred_connection' => NULL,
  7171.             'ewz_recaptcha.version' => 3,
  7172.             'ewz_recaptcha.locale_from_request' => true,
  7173.             'ewz_recaptcha.enabled' => false,
  7174.             'ewz_recaptcha.verify_host' => false,
  7175.             'ewz_recaptcha.ajax' => false,
  7176.             'ewz_recaptcha.locale_key' => 'en',
  7177.             'ewz_recaptcha.api_host' => 'www.google.com',
  7178.             'ewz_recaptcha.hide_badge' => false,
  7179.             'ewz_recaptcha.score_threshold' => 0.5,
  7180.             'ewz_recaptcha.timeout' => NULL,
  7181.             'ewz_recaptcha.trusted_roles' => [
  7182.             ],
  7183.             'ewz_recaptcha.http_proxy' => [
  7184.                 'host' => NULL,
  7185.                 'port' => NULL,
  7186.                 'auth' => NULL,
  7187.             ],
  7188.             'ewz_recaptcha.service_definition' => [
  7189.             ],
  7190.             'sulu_redirect.imports.path' => (\dirname(__DIR__4).'/uploads/redirects'),
  7191.             'sulu.model.redirect_route.class' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute',
  7192.             'sulu.repository.redirect_route.class' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRouteRepository',
  7193.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7194.             'data_collector.templates' => [
  7195.                 'data_collector.request' => [
  7196.                     => 'request',
  7197.                     => '@WebProfiler/Collector/request.html.twig',
  7198.                 ],
  7199.                 'data_collector.time' => [
  7200.                     => 'time',
  7201.                     => '@WebProfiler/Collector/time.html.twig',
  7202.                 ],
  7203.                 'data_collector.memory' => [
  7204.                     => 'memory',
  7205.                     => '@WebProfiler/Collector/memory.html.twig',
  7206.                 ],
  7207.                 'data_collector.validator' => [
  7208.                     => 'validator',
  7209.                     => '@WebProfiler/Collector/validator.html.twig',
  7210.                 ],
  7211.                 'data_collector.ajax' => [
  7212.                     => 'ajax',
  7213.                     => '@WebProfiler/Collector/ajax.html.twig',
  7214.                 ],
  7215.                 'data_collector.form' => [
  7216.                     => 'form',
  7217.                     => '@WebProfiler/Collector/form.html.twig',
  7218.                 ],
  7219.                 'data_collector.exception' => [
  7220.                     => 'exception',
  7221.                     => '@WebProfiler/Collector/exception.html.twig',
  7222.                 ],
  7223.                 'data_collector.logger' => [
  7224.                     => 'logger',
  7225.                     => '@WebProfiler/Collector/logger.html.twig',
  7226.                 ],
  7227.                 'data_collector.events' => [
  7228.                     => 'events',
  7229.                     => '@WebProfiler/Collector/events.html.twig',
  7230.                 ],
  7231.                 'data_collector.router' => [
  7232.                     => 'router',
  7233.                     => '@WebProfiler/Collector/router.html.twig',
  7234.                 ],
  7235.                 'data_collector.cache' => [
  7236.                     => 'cache',
  7237.                     => '@WebProfiler/Collector/cache.html.twig',
  7238.                 ],
  7239.                 'data_collector.translation' => [
  7240.                     => 'translation',
  7241.                     => '@WebProfiler/Collector/translation.html.twig',
  7242.                 ],
  7243.                 'data_collector.security' => [
  7244.                     => 'security',
  7245.                     => '@Security/Collector/security.html.twig',
  7246.                 ],
  7247.                 'data_collector.twig' => [
  7248.                     => 'twig',
  7249.                     => '@WebProfiler/Collector/twig.html.twig',
  7250.                 ],
  7251.                 'data_collector.http_client' => [
  7252.                     => 'http_client',
  7253.                     => '@WebProfiler/Collector/http_client.html.twig',
  7254.                 ],
  7255.                 'data_collector.doctrine' => [
  7256.                     => 'db',
  7257.                     => '@Doctrine/Collector/db.html.twig',
  7258.                 ],
  7259.                 'doctrine_phpcr.data_collector' => [
  7260.                     => 'phpcr',
  7261.                     => '@DoctrinePHPCR/Collector/phpcr',
  7262.                 ],
  7263.                 'swiftmailer.data_collector' => [
  7264.                     => 'swiftmailer',
  7265.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7266.                 ],
  7267.                 'data_collector.dump' => [
  7268.                     => 'dump',
  7269.                     => '@Debug/Profiler/dump.html.twig',
  7270.                 ],
  7271.                 'mailer.data_collector' => [
  7272.                     => 'mailer',
  7273.                     => '@WebProfiler/Collector/mailer.html.twig',
  7274.                 ],
  7275.                 'data_collector.jms_serializer' => [
  7276.                     => 'jms_serializer',
  7277.                     => '@JMSSerializer/Collector/panel.html.twig',
  7278.                 ],
  7279.                 'sulu_website.data_collector.sulu_collector' => [
  7280.                     => 'sulu',
  7281.                     => '@SuluWebsite/Profiler/layout.html.twig',
  7282.                 ],
  7283.                 'data_collector.config' => [
  7284.                     => 'config',
  7285.                     => '@WebProfiler/Collector/config.html.twig',
  7286.                 ],
  7287.             ],
  7288.             'doctrine_phpcr.migrate.migrators' => [
  7289.             ],
  7290.             'sulu_media.image.formats' => [
  7291.                 'sulu-400x400' => [
  7292.                     'key' => 'sulu-400x400',
  7293.                     'internal' => true,
  7294.                     'meta' => [
  7295.                         'title' => [
  7296.                             'en' => 'Contact avatar (Sulu)',
  7297.                             'de' => 'Kontaktavatar (Sulu)',
  7298.                             'fr' => 'Avatar du contact (Sulu)',
  7299.                             'nl' => 'Contact avatar (Sulu)',
  7300.                         ],
  7301.                     ],
  7302.                     'scale' => [
  7303.                         'x' => 400,
  7304.                         'y' => 400,
  7305.                         'mode' => 2,
  7306.                         'retina' => false,
  7307.                         'forceRatio' => true,
  7308.                     ],
  7309.                     'transformations' => [
  7310.                     ],
  7311.                     'options' => [
  7312.                         'jpeg_quality' => 100,
  7313.                         'webp_quality' => 100,
  7314.                     ],
  7315.                 ],
  7316.                 'sulu-260x' => [
  7317.                     'key' => 'sulu-260x',
  7318.                     'internal' => true,
  7319.                     'meta' => [
  7320.                         'title' => [
  7321.                             'en' => 'Masonry preview (Sulu)',
  7322.                             'de' => 'Masonry Vorschau (Sulu)',
  7323.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7324.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7325.                         ],
  7326.                     ],
  7327.                     'scale' => [
  7328.                         'x' => 260,
  7329.                         'y' => NULL,
  7330.                         'mode' => 2,
  7331.                         'retina' => false,
  7332.                         'forceRatio' => true,
  7333.                     ],
  7334.                     'transformations' => [
  7335.                     ],
  7336.                     'options' => [
  7337.                         'jpeg_quality' => 100,
  7338.                         'webp_quality' => 100,
  7339.                     ],
  7340.                 ],
  7341.                 'sulu-170x170' => [
  7342.                     'key' => 'sulu-170x170',
  7343.                     'internal' => true,
  7344.                     'meta' => [
  7345.                         'title' => [
  7346.                             'en' => 'Search (Sulu)',
  7347.                             'de' => 'Suche (Sulu)',
  7348.                             'fr' => 'Recherche (Sulu)',
  7349.                             'nl' => 'Zoeken (Sulu)',
  7350.                         ],
  7351.                     ],
  7352.                     'scale' => [
  7353.                         'x' => 170,
  7354.                         'y' => 170,
  7355.                         'mode' => 2,
  7356.                         'retina' => false,
  7357.                         'forceRatio' => true,
  7358.                     ],
  7359.                     'transformations' => [
  7360.                     ],
  7361.                     'options' => [
  7362.                         'jpeg_quality' => 100,
  7363.                         'webp_quality' => 100,
  7364.                     ],
  7365.                 ],
  7366.                 'sulu-100x100-inset' => [
  7367.                     'key' => 'sulu-100x100-inset',
  7368.                     'internal' => true,
  7369.                     'meta' => [
  7370.                         'title' => [
  7371.                             'en' => 'Organization card (Sulu)',
  7372.                             'de' => 'Organisationskarte (Sulu)',
  7373.                             'fr' => 'Carte d\'organisation (Sulu)',
  7374.                             'nl' => 'Organisatie kaart (Sulu)',
  7375.                         ],
  7376.                     ],
  7377.                     'scale' => [
  7378.                         'x' => 100,
  7379.                         'y' => 100,
  7380.                         'mode' => 1,
  7381.                         'retina' => false,
  7382.                         'forceRatio' => true,
  7383.                     ],
  7384.                     'transformations' => [
  7385.                     ],
  7386.                     'options' => [
  7387.                         'jpeg_quality' => 100,
  7388.                         'webp_quality' => 100,
  7389.                     ],
  7390.                 ],
  7391.                 'sulu-50x50' => [
  7392.                     'key' => 'sulu-50x50',
  7393.                     'internal' => true,
  7394.                     'meta' => [
  7395.                         'title' => [
  7396.                             'en' => 'Small thumbnail (Sulu)',
  7397.                             'de' => 'Kleines Thumbnail (Sulu)',
  7398.                             'fr' => 'Image miniature (Sulu)',
  7399.                             'nl' => 'Kleine thumbnail (Sulu)',
  7400.                         ],
  7401.                     ],
  7402.                     'scale' => [
  7403.                         'x' => 50,
  7404.                         'y' => 50,
  7405.                         'mode' => 2,
  7406.                         'retina' => false,
  7407.                         'forceRatio' => true,
  7408.                     ],
  7409.                     'transformations' => [
  7410.                     ],
  7411.                     'options' => [
  7412.                         'jpeg_quality' => 100,
  7413.                         'webp_quality' => 100,
  7414.                     ],
  7415.                 ],
  7416.                 'sulu-25x25' => [
  7417.                     'key' => 'sulu-25x25',
  7418.                     'internal' => true,
  7419.                     'meta' => [
  7420.                         'title' => [
  7421.                             'en' => 'Micro thumbnail',
  7422.                             'de' => 'Mikro Thumbnail',
  7423.                             'fr' => 'Image micro',
  7424.                             'nl' => 'Micro thumbnail',
  7425.                         ],
  7426.                     ],
  7427.                     'scale' => [
  7428.                         'x' => 25,
  7429.                         'y' => 25,
  7430.                         'mode' => 2,
  7431.                         'retina' => false,
  7432.                         'forceRatio' => true,
  7433.                     ],
  7434.                     'transformations' => [
  7435.                     ],
  7436.                     'options' => [
  7437.                         'jpeg_quality' => 100,
  7438.                         'webp_quality' => 100,
  7439.                     ],
  7440.                 ],
  7441.                 'sulu-40x40' => [
  7442.                     'key' => 'sulu-40x40',
  7443.                     'internal' => true,
  7444.                     'meta' => [
  7445.                         'title' => [
  7446.                             'en' => 'Small thumbnail (Sulu)',
  7447.                             'de' => 'Kleines Thumbnail (Sulu)',
  7448.                             'fr' => 'Image miniature (Sulu)',
  7449.                             'nl' => 'Kleine thumbnail (Sulu)',
  7450.                         ],
  7451.                     ],
  7452.                     'scale' => [
  7453.                         'x' => 40,
  7454.                         'y' => 40,
  7455.                         'mode' => 2,
  7456.                         'retina' => false,
  7457.                         'forceRatio' => true,
  7458.                     ],
  7459.                     'transformations' => [
  7460.                     ],
  7461.                     'options' => [
  7462.                         'jpeg_quality' => 100,
  7463.                         'webp_quality' => 100,
  7464.                     ],
  7465.                 ],
  7466.                 'sulu-240x' => [
  7467.                     'key' => 'sulu-240x',
  7468.                     'internal' => true,
  7469.                     'meta' => [
  7470.                         'title' => [
  7471.                             'en' => 'Masonry preview (Sulu)',
  7472.                             'de' => 'Masonry Vorschau (Sulu)',
  7473.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7474.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7475.                         ],
  7476.                     ],
  7477.                     'scale' => [
  7478.                         'x' => 240,
  7479.                         'y' => NULL,
  7480.                         'mode' => 2,
  7481.                         'retina' => false,
  7482.                         'forceRatio' => true,
  7483.                     ],
  7484.                     'transformations' => [
  7485.                     ],
  7486.                     'options' => [
  7487.                         'jpeg_quality' => 100,
  7488.                         'webp_quality' => 100,
  7489.                     ],
  7490.                 ],
  7491.                 'sulu-400x400-inset' => [
  7492.                     'key' => 'sulu-400x400-inset',
  7493.                     'internal' => true,
  7494.                     'meta' => [
  7495.                         'title' => [
  7496.                             'en' => 'Organization logo (Sulu)',
  7497.                             'de' => 'Organisationslogo (Sulu)',
  7498.                             'fr' => 'Logo d\'organisation (Sulu)',
  7499.                             'nl' => 'Organisatie logo (Sulu)',
  7500.                         ],
  7501.                     ],
  7502.                     'scale' => [
  7503.                         'x' => 400,
  7504.                         'y' => 400,
  7505.                         'mode' => 1,
  7506.                         'retina' => false,
  7507.                         'forceRatio' => true,
  7508.                     ],
  7509.                     'transformations' => [
  7510.                     ],
  7511.                     'options' => [
  7512.                         'jpeg_quality' => 100,
  7513.                         'webp_quality' => 100,
  7514.                     ],
  7515.                 ],
  7516.                 'sulu-100x100' => [
  7517.                     'key' => 'sulu-100x100',
  7518.                     'internal' => true,
  7519.                     'meta' => [
  7520.                         'title' => [
  7521.                             'en' => 'Contact card (Sulu)',
  7522.                             'de' => 'Personenkarte (Sulu)',
  7523.                             'fr' => 'Carte personnelle (Sulu)',
  7524.                             'nl' => 'Contact kaart (Sulu)',
  7525.                         ],
  7526.                     ],
  7527.                     'scale' => [
  7528.                         'x' => 100,
  7529.                         'y' => 100,
  7530.                         'mode' => 2,
  7531.                         'retina' => false,
  7532.                         'forceRatio' => true,
  7533.                     ],
  7534.                     'transformations' => [
  7535.                     ],
  7536.                     'options' => [
  7537.                         'jpeg_quality' => 100,
  7538.                         'webp_quality' => 100,
  7539.                     ],
  7540.                 ],
  7541.                 '440x200' => [
  7542.                     'key' => '440x200',
  7543.                     'internal' => false,
  7544.                     'meta' => [
  7545.                         'title' => [
  7546.                         ],
  7547.                     ],
  7548.                     'scale' => [
  7549.                         'x' => 440,
  7550.                         'y' => 200,
  7551.                         'mode' => 2,
  7552.                         'retina' => false,
  7553.                         'forceRatio' => true,
  7554.                     ],
  7555.                     'transformations' => [
  7556.                     ],
  7557.                     'options' => [
  7558.                         'jpeg_quality' => 100,
  7559.                         'webp_quality' => 100,
  7560.                     ],
  7561.                 ],
  7562.             ],
  7563.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7564.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7565.             'sulu.version' => '2.4.7',
  7566.             'app.version' => NULL,
  7567.             'sulu_snippet.areas' => [
  7568.                 'webspace_settings' => [
  7569.                     'key' => 'webspace_settings',
  7570.                     'template' => 'settings',
  7571.                     'title' => [
  7572.                         'de' => 'Webspace Settings',
  7573.                         'en' => 'Webspace Settings',
  7574.                     ],
  7575.                 ],
  7576.             ],
  7577.             'console.command.ids' => [
  7578.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  7579.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  7580.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  7581.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  7582.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  7583.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  7584.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  7585.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  7586.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  7587.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  7588.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  7589.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  7590.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  7591.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  7592.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  7593.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  7594.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  7595.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  7596.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  7597.                 19 => 'phpcr_migrations.command.status',
  7598.                 20 => 'phpcr_migrations.command.migrate',
  7599.                 21 => 'phpcr_migrations.command.initialize',
  7600.                 22 => 'console.command.public_alias.sulu_redirect.import_command',
  7601.             ],
  7602.         ];
  7603.     }
  7604.     protected function throw($message)
  7605.     {
  7606.         throw new RuntimeException($message);
  7607.     }
  7608. }