var/cache/website/dev/ContainerPowmVZb/App_KernelDevDebugContainer.php line 4822

Open in your IDE?
  1. <?php
  2. namespace ContainerPowmVZb;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  48.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  51.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  52.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  53.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'jms_serializer' => 'getJmsSerializerService',
  56.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  57.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  58.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  59.             'request_stack' => 'getRequestStackService',
  60.             'router' => 'getRouterService',
  61.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  62.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  63.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  64.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  65.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  66.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  67.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  68.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  69.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  70.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  71.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  72.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  73.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  74.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  75.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  76.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  77.             'sulu.repository.redirect_route' => 'getSulu_Repository_RedirectRouteService',
  78.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  79.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  80.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  81.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  82.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  83.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  84.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  85.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  86.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  87.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  88.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  89.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  90.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  91.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  92.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  93.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  94.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  95.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  96.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  97.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  98.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  99.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  100.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  101.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  102.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  103.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  104.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  105.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  106.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  107.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  108.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  109.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  110.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  111.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  112.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  113.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  114.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  115.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  116.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  117.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  118.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  119.             'translator' => 'getTranslatorService',
  120.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  121.             'cache_clearer' => 'getCacheClearerService',
  122.             'filesystem' => 'getFilesystemService',
  123.             'serializer' => 'getSerializerService',
  124.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  125.             'form.factory' => 'getForm_FactoryService',
  126.             'form.type.file' => 'getForm_Type_FileService',
  127.             'profiler' => 'getProfilerService',
  128.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  129.             'security.token_storage' => 'getSecurity_TokenStorageService',
  130.             'pagerfanta.route_generator_factory' => 'getPagerfanta_RouteGeneratorFactoryService',
  131.             'pagerfanta.view_factory' => 'getPagerfanta_ViewFactoryService',
  132.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  133.             'session' => 'getSessionService',
  134.             'validator' => 'getValidatorService',
  135.         ];
  136.         $this->fileMap = [
  137.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  138.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  139.             '.container.private.pagerfanta.route_generator_factory' => 'get_Container_Private_Pagerfanta_RouteGeneratorFactoryService',
  140.             '.container.private.pagerfanta.view_factory' => 'get_Container_Private_Pagerfanta_ViewFactoryService',
  141.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  142.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  143.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  144.             '.container.private.session' => 'get_Container_Private_SessionService',
  145.             'App\\Content\\Select\\ArticleCategorySelection' => 'getArticleCategorySelectionService',
  146.             'App\\Content\\Select\\ArticleSelection' => 'getArticleSelectionService',
  147.             'App\\Content\\Select\\BlockSelection' => 'getBlockSelectionService',
  148.             'App\\Content\\Select\\LocalitySelection' => 'getLocalitySelectionService',
  149.             'App\\Content\\Select\\MenuTypeSelect' => 'getMenuTypeSelectService',
  150.             'App\\Content\\Select\\ProductCategorySelect' => 'getProductCategorySelectService',
  151.             'App\\Content\\Select\\ProductCategorySelection' => 'getProductCategorySelectionService',
  152.             'App\\Content\\Select\\ProductFamilySelection' => 'getProductFamilySelectionService',
  153.             'App\\Content\\Select\\ProductSelection' => 'getProductSelectionService',
  154.             'App\\Content\\Select\\SingleArticleCategorySelection' => 'getSingleArticleCategorySelectionService',
  155.             'App\\Content\\Select\\SingleArticleSelection' => 'getSingleArticleSelectionService',
  156.             'App\\Content\\Select\\SingleBlockSelection' => 'getSingleBlockSelectionService',
  157.             'App\\Content\\Select\\WebspaceSelect' => 'getWebspaceSelectService',
  158.             'App\\Content\\Type\\Currency' => 'getCurrencyService',
  159.             'App\\Controller\\Website\\Api\\ProductApiController' => 'getProductApiControllerService',
  160.             'App\\Controller\\Website\\Api\\ProductVariantApiController' => 'getProductVariantApiControllerService',
  161.             'App\\Controller\\Website\\ArticleController' => 'getArticleControllerService',
  162.             'App\\Controller\\Website\\BlockController' => 'getBlockControllerService',
  163.             'App\\Controller\\Website\\CatalogController' => 'getCatalogControllerService',
  164.             'App\\Controller\\Website\\DefaultController' => 'getDefaultControllerService',
  165.             'App\\Controller\\Website\\ErrorController' => 'getErrorControllerService',
  166.             'App\\Controller\\Website\\ProductCategoryController' => 'getProductCategoryControllerService',
  167.             'App\\Controller\\Website\\ProductController' => 'getProductControllerService',
  168.             'App\\Controller\\Website\\ProductFamilyController' => 'getProductFamilyControllerService',
  169.             'App\\Controller\\Website\\SearchController' => 'getSearchControllerService',
  170.             'App\\Controller\\Website\\SuluExtendController' => 'getSuluExtendControllerService',
  171.             'App\\Document\\BlockInitializer' => 'getBlockInitializerService',
  172.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  173.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  174.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  175.             'cache.app_clearer' => 'getCache_AppClearerService',
  176.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  177.             'cache.system_clearer' => 'getCache_SystemClearerService',
  178.             'cache_warmer' => 'getCacheWarmerService',
  179.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  180.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  181.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  182.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  183.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  184.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  185.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  186.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  187.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  188.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  189.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  190.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  191.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  192.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  193.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  194.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  195.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  196.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  197.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  198.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  199.             'console.command.public_alias.sulu_redirect.import_command' => 'getConsole_Command_PublicAlias_SuluRedirect_ImportCommandService',
  200.             'console.command_loader' => 'getConsole_CommandLoaderService',
  201.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  202.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  203.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  204.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  205.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  206.             'error_controller' => 'getErrorController2Service',
  207.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  208.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  209.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  210.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  211.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  212.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  213.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  214.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  215.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  216.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  217.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  218.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  219.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  220.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  221.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  222.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  223.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  224.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  225.             'routing.loader' => 'getRouting_LoaderService',
  226.             'services_resetter' => 'getServicesResetterService',
  227.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  228.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  229.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  230.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  231.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  232.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  233.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  234.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  235.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  236.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  237.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  238.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  239.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  240.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  241.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  242.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  243.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  244.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  245.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  246.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  247.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  248.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  249.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  250.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  251.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  252.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  253.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  254.             'sulu.repository.task' => 'getSulu_Repository_TaskService',
  255.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  256.             'sulu_automation.tasks.manager' => 'getSuluAutomation_Tasks_ManagerService',
  257.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  258.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  259.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  260.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  261.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  262.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  263.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  264.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  265.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  266.             'sulu_contact.form_of_address_provider' => 'getSuluContact_FormOfAddressProviderService',
  267.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  268.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  269.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  270.             'sulu_core.list_builder.field_descriptor_factory' => 'getSuluCore_ListBuilder_FieldDescriptorFactoryService',
  271.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  272.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  273.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  274.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  275.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  276.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  277.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  278.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  279.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  280.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  281.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  282.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  283.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  284.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  285.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  286.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  287.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  288.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  289.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  290.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  291.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  292.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  293.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  294.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  295.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  296.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  297.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  298.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  299.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  300.             'sulu_redirect.controller.redirect' => 'getSuluRedirect_Controller_RedirectService',
  301.             'sulu_redirect.import' => 'getSuluRedirect_ImportService',
  302.             'sulu_redirect.redirect_route_manager' => 'getSuluRedirect_RedirectRouteManagerService',
  303.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  304.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  305.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  306.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  307.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  308.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  309.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  310.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  311.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  312.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  313.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  314.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  315.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  316.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  317.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  318.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  319.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  320.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  321.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  322.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  323.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  324.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  325.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  326.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  327.             'task.builder_factory' => 'getTask_BuilderFactoryService',
  328.             'task.command.debug_tasks' => 'getTask_Command_DebugTasksService',
  329.             'task.command.executor' => 'getTask_Command_ExecutorService',
  330.             'task.command.run' => 'getTask_Command_RunService',
  331.             'task.command.run_handler' => 'getTask_Command_RunHandlerService',
  332.             'task.command.schedule_system_tasks' => 'getTask_Command_ScheduleSystemTasksService',
  333.             'task.command.schedule_task' => 'getTask_Command_ScheduleTaskService',
  334.             'task.executor.inside' => 'getTask_Executor_InsideService',
  335.             'task.handler.factory' => 'getTask_Handler_FactoryService',
  336.             'task.lock' => 'getTask_LockService',
  337.             'task.lock.storage.file' => 'getTask_Lock_Storage_FileService',
  338.             'task.repository.task' => 'getTask_Repository_TaskService',
  339.             'task.repository.task_execution' => 'getTask_Repository_TaskExecutionService',
  340.             'task.runner' => 'getTask_RunnerService',
  341.             'task.runner.execution_finder' => 'getTask_Runner_ExecutionFinderService',
  342.             'task.scheduler' => 'getTask_SchedulerService',
  343.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  344.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  345.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  346.         ];
  347.         $this->aliases = [
  348.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  349.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  350.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  351.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  352.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  353.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  354.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  355.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  356.             'database_connection' => 'doctrine.dbal.default_connection',
  357.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  358.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  359.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  360.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  361.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  362.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  363.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  364.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  365.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  366.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  367.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  368.             'task.storage.task' => 'task.repository.task',
  369.             'task.storage.task_execution' => 'task.repository.task_execution',
  370.         ];
  371.         $this->privates['service_container'] = function () {
  372.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  373.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  374.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  375.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  376.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  377.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  378.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  379.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  380.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  381.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  382.             include_once \dirname(__DIR__5).'/src/EventSubscriber/AccountSubscriber.php';
  383.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  384.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  385.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  386.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  387.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  388.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  389.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  390.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  391.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  392.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  393.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  394.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  400.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  401.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  413.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  415.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  420.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  421.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  422.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  423.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  451.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  452.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  453.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  467.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  468.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  469.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  507.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  509.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  511.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  512.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  513.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  514.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  515.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  516.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  517.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  518.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  519.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  520.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  522.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  523.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  524.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  525.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  532.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  533.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  534.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  536.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  538.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  539.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  540.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  541.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  542.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  543.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  544.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  545.             include_once \dirname(__DIR__5).'/src/Twig/AppExtension.php';
  546.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  547.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  548.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  549.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  550.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  551.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  552.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  553.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  554.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  555.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  556.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  557.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  558.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  559.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  560.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  561.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  562.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  563.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  564.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  565.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  566.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  567.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  568.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  569.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  570.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  571.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  572.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  573.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  574.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  575.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  576.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  577.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  578.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  579.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  580.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  581.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  582.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  583.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  584.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  585.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  586.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  587.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  588.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  589.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  590.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  592.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  593.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  594.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  595.             include_once \dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  596.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  597.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  598.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  599.             include_once \dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/src/Twig/UndefinedCallableHandler.php';
  600.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  601.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  602.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  603.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  604.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  605.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  606.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  607.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  608.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  609.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  610.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  611.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  612.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  613.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  614.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  616.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  617.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  618.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  619.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  620.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  621.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  622.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  625.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  626.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  627.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  628.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  629.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  630.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  631.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  632.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  633.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  634.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  635.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  636.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  637.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  638.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeInterface.php';
  639.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeExportInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/SimpleContentType.php';
  641.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  647.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  649.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  650.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  651.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  652.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  654.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  655.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  656.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  657.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  658.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  659.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  660.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  661.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  662.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  663.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  664.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  665.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  666.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  667.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  668.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  669.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  670.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  671.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  672.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  673.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  674.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  675.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  676.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  677.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  678.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  679.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  680.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  681.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  682.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  683.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  684.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  685.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  686.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  687.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  688.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  689.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  690.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  691.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  692.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  693.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  694.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  695.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  696.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  697.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  698.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  699.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  700.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  701.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  702.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  703.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  704.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  705.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  706.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  707.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  708.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  709.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  710.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  711.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  712.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  713.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  714.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  715.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  717.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  718.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  720.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  721.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  722.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  723.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  724.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  725.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  726.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  727.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  728.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  729.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  730.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  731.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  732.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  733.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  734.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  735.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  736.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  737.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  738.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  739.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  740.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  741.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  742.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  743.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  744.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  745.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  746.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  747.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  748.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  749.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  750.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  751.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  752.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  753.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  754.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  755.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  756.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  757.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  758.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  759.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  760.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  761.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  762.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  763.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  764.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  765.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  766.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  767.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  768.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  769.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  770.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  771.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/UserContextListener.php';
  772.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/UserContext/RequestMatcher.php';
  773.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/UserContext/HashGenerator.php';
  774.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/UserContext/DefaultHashGenerator.php';
  775.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/UserContext/ContextProvider.php';
  776.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/UserContext/RoleProvider.php';
  777.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/UserContext/AnonymousRequestMatcher.php';
  778.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Metadata/FormMetadata/FormMetadataLoaderInterface.php';
  780.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Metadata/FormMetadata/XmlFormMetadataLoader.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/FormMetadata/FormXmlLoader.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/FormMetadata/FormMetadataMapper.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Metadata/SchemaMetadata/PropertyMetadataMapperRegistry.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Metadata/FormMetadata/Validation/FieldMetadataValidatorInterface.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Metadata/FormMetadata/Validation/ChainFieldMetadataValidator.php';
  789.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  796.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  797.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  798.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  800.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  802.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  803.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  810.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  811.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  812.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  813.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  814.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  835.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  839.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  845.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  850.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  862.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  864.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  865.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  866.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  867.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  868.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  869.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  871.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  872.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  873.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  874.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  876.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  878.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  884.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  899.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  900.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  901.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  902.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  903.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  904.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  905.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  906.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  907.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  910.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  915.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  917.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  918.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  919.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  920.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  921.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  922.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  923.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  924.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  925.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  926.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  927.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  928.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  929.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  930.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  931.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  932.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  933.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  934.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  935.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  936.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  937.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  938.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  939.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  940.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  941.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  942.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  943.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  944.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  945.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  946.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  947.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  948.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  949.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  950.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  951.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  952.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  953.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  954.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  955.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  956.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  957.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  958.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  959.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  960.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  961.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  963.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  976.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  978.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  979.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  980.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  981.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  982.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  983.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  984.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  985.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  986.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  987.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  988.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  989.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  990.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  991.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  992.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  993.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  994.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  995.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  996.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  997.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  998.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  999.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Routing/RedirectRouteProvider.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClientTrait.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1104.         };
  1105.     }
  1106.     public function compile(): void
  1107.     {
  1108.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1109.     }
  1110.     public function isCompiled(): bool
  1111.     {
  1112.         return true;
  1113.     }
  1114.     public function getRemovedIds(): array
  1115.     {
  1116.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1117.     }
  1118.     protected function load($file$lazyLoad true)
  1119.     {
  1120.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1121.             return $class::do($this$lazyLoad);
  1122.         }
  1123.         if ('.' === $file[-4]) {
  1124.             $class substr($class0, -4);
  1125.         } else {
  1126.             $file .= '.php';
  1127.         }
  1128.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1129.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1130.     }
  1131.     protected function createProxy($class\Closure $factory)
  1132.     {
  1133.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1134.         return $factory();
  1135.     }
  1136.     /**
  1137.      * Gets the public '.container.private.filesystem' shared service.
  1138.      *
  1139.      * @return \Symfony\Component\Filesystem\Filesystem
  1140.      */
  1141.     protected function get_Container_Private_FilesystemService()
  1142.     {
  1143.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1144.     }
  1145.     /**
  1146.      * Gets the public '.container.private.form.factory' shared service.
  1147.      *
  1148.      * @return \Symfony\Component\Form\FormFactory
  1149.      */
  1150.     protected function get_Container_Private_Form_FactoryService()
  1151.     {
  1152.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1153.         if (isset($this->services['.container.private.form.factory'])) {
  1154.             return $this->services['.container.private.form.factory'];
  1155.         }
  1156.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1157.     }
  1158.     /**
  1159.      * Gets the public '.container.private.profiler' shared service.
  1160.      *
  1161.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1162.      */
  1163.     protected function get_Container_Private_ProfilerService()
  1164.     {
  1165.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1166.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1167.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1168.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1169.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1170.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1171.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1172.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1173.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1174.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1175.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1176.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1177.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1178.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1179.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1180.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1181.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1182.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1183.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1184.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1185.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1186.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1187.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1188.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1189.         if ($this->has('kernel')) {
  1190.             $f->setKernel($b);
  1191.         }
  1192.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1193.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1194.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1195.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1196.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1197.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1198.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1199.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1200.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1201.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1202.         $instance->add($d);
  1203.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1204.         $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));
  1205.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  1206.         $instance->add($e);
  1207.         $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([])))));
  1208.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1209.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1210.         $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()))));
  1211.         $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\\AutomationBundle' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/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\\Bundle\\AutomationBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/automation-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()))));
  1212.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1213.         $instance->add($f);
  1214.         return $instance;
  1215.     }
  1216.     /**
  1217.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1218.      *
  1219.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1220.      */
  1221.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1222.     {
  1223.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1224.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1225.             return $this->services['.container.private.security.authorization_checker'];
  1226.         }
  1227.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1228.     }
  1229.     /**
  1230.      * Gets the public '.container.private.security.token_storage' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1233.      */
  1234.     protected function get_Container_Private_Security_TokenStorageService()
  1235.     {
  1236.         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, [
  1237.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1238.         ], [
  1239.             'request_stack' => '?',
  1240.         ]));
  1241.     }
  1242.     /**
  1243.      * Gets the public '.container.private.validator' shared service.
  1244.      *
  1245.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1246.      */
  1247.     protected function get_Container_Private_ValidatorService()
  1248.     {
  1249.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1250.         if (isset($this->services['.container.private.validator'])) {
  1251.             return $this->services['.container.private.validator'];
  1252.         }
  1253.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1254.     }
  1255.     /**
  1256.      * Gets the public 'cache.app' shared service.
  1257.      *
  1258.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1259.      */
  1260.     protected function getCache_AppService()
  1261.     {
  1262.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KxmLse1t6T'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1263.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1264.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1265.     }
  1266.     /**
  1267.      * Gets the public 'cache.system' shared service.
  1268.      *
  1269.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1270.      */
  1271.     protected function getCache_SystemService()
  1272.     {
  1273.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D7r5G-LrO2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1274.     }
  1275.     /**
  1276.      * Gets the public 'cache.validator_expression_language' shared service.
  1277.      *
  1278.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1279.      */
  1280.     protected function getCache_ValidatorExpressionLanguageService()
  1281.     {
  1282.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+Vj+O96MfM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1283.     }
  1284.     /**
  1285.      * Gets the public 'cmf_routing.route_provider' shared service.
  1286.      *
  1287.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1288.      */
  1289.     protected function getCmfRouting_RouteProviderService()
  1290.     {
  1291.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1292.         if (isset($this->services['cmf_routing.route_provider'])) {
  1293.             return $this->services['cmf_routing.route_provider'];
  1294.         }
  1295.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1296.         if (isset($this->services['cmf_routing.route_provider'])) {
  1297.             return $this->services['cmf_routing.route_provider'];
  1298.         }
  1299.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1300.         if (isset($this->services['cmf_routing.route_provider'])) {
  1301.             return $this->services['cmf_routing.route_provider'];
  1302.         }
  1303.         $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1304.         if (isset($this->services['cmf_routing.route_provider'])) {
  1305.             return $this->services['cmf_routing.route_provider'];
  1306.         }
  1307.         $e = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  1308.         if (isset($this->services['cmf_routing.route_provider'])) {
  1309.             return $this->services['cmf_routing.route_provider'];
  1310.         }
  1311.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider($a$b, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), $c, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $d$e, ['utf8' => true]);
  1312.     }
  1313.     /**
  1314.      * Gets the public 'data_collector.dump' shared service.
  1315.      *
  1316.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1317.      */
  1318.     protected function getDataCollector_DumpService()
  1319.     {
  1320.         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()));
  1321.     }
  1322.     /**
  1323.      * Gets the public 'doctrine' shared service.
  1324.      *
  1325.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1326.      */
  1327.     protected function getDoctrineService()
  1328.     {
  1329.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1330.     }
  1331.     /**
  1332.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1333.      *
  1334.      * @return \Doctrine\DBAL\Connection
  1335.      */
  1336.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1337.     {
  1338.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1339.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1340.             return $this->services['doctrine.dbal.default_connection'];
  1341.         }
  1342.         $b = new \Doctrine\DBAL\Configuration();
  1343.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1344.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1345.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1346.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1347.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1348.         $d->setConnectionName('default');
  1349.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1350.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1351.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1352.     }
  1353.     /**
  1354.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1355.      *
  1356.      * @return \Doctrine\ORM\EntityManager
  1357.      */
  1358.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1359.     {
  1360.         if ($lazyLoad) {
  1361.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1362.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1363.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1364.                     $proxy->setProxyInitializer(null);
  1365.                     return true;
  1366.                 });
  1367.             });
  1368.         }
  1369.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1370.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1371.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1372.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1373.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1374.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1375.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1376.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1377.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1378.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1379.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1380.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1381.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1382.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1383.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1384.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1385.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1386.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1387.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1388.         $a = new \Doctrine\ORM\Configuration();
  1389.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1390.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1391.         $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).'/src/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')], false)));
  1392.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1393.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1394.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1395.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1396.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1397.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1398.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1399.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1400.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1401.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1402.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1403.         $b->addDriver($c'Task\\TaskBundle\\Entity');
  1404.         $b->addDriver($c'Sulu\\Bundle\\AutomationBundle\\Entity');
  1405.         $b->addDriver($c'Sulu\\Bundle\\RedirectBundle\\Entity');
  1406.         $b->addDriver($d'App\\Entity');
  1407.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1408.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1409.         $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''TaskBundle' => 'Task\\TaskBundle\\Entity''SuluAutomationBundle' => 'Sulu\\Bundle\\AutomationBundle\\Entity''SuluRedirectBundle' => 'Sulu\\Bundle\\RedirectBundle\\Entity']);
  1410.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1411.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1412.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1413.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1414.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1415.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1416.         ], [
  1417.             'doctrine.ulid_generator' => '?',
  1418.             'doctrine.uuid_generator' => '?',
  1419.         ])));
  1420.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1421.         $a->setProxyNamespace('Proxies');
  1422.         $a->setAutoGenerateProxyClasses(true);
  1423.         $a->setSchemaIgnoreClasses([]);
  1424.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1425.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1426.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1427.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1428.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1429.         $a->setLazyGhostObjectEnabled(false);
  1430.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1431.             'App\\Repository\\ArticleCategoryRepository' => ['privates''App\\Repository\\ArticleCategoryRepository''getArticleCategoryRepositoryService'true],
  1432.             'App\\Repository\\ArticleRepository' => ['privates''App\\Repository\\ArticleRepository''getArticleRepositoryService'true],
  1433.             'App\\Repository\\FormRepository' => ['privates''App\\Repository\\FormRepository''getFormRepositoryService'true],
  1434.             'App\\Repository\\IconSettingsRepository' => ['privates''App\\Repository\\IconSettingsRepository''getIconSettingsRepositoryService'true],
  1435.             'App\\Repository\\ProductCategoryRepository' => ['privates''App\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1436.             'App\\Repository\\ProductFamilyRepository' => ['privates''App\\Repository\\ProductFamilyRepository''getProductFamilyRepositoryService'true],
  1437.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1438.             'App\\Repository\\ProductVariantRepository' => ['privates''App\\Repository\\ProductVariantRepository''getProductVariantRepositoryService'true],
  1439.             'App\\Repository\\SocialSettingsRepository' => ['privates''App\\Repository\\SocialSettingsRepository''getSocialSettingsRepositoryService'true],
  1440.             'App\\Repository\\SvgRepository' => ['privates''App\\Repository\\SvgRepository''getSvgRepositoryService'true],
  1441.             'App\\Repository\\WebspaceLocalizationsRepository' => ['privates''App\\Repository\\WebspaceLocalizationsRepository''getWebspaceLocalizationsRepositoryService'true],
  1442.             'App\\Repository\\WebspaceSettingsRepository' => ['privates''App\\Repository\\WebspaceSettingsRepository''getWebspaceSettingsRepositoryService'true],
  1443.             'App\\Repository\\WebspaceUrlsRepository' => ['privates''App\\Repository\\WebspaceUrlsRepository''getWebspaceUrlsRepositoryService'true],
  1444.         ], [
  1445.             'App\\Repository\\ArticleCategoryRepository' => '?',
  1446.             'App\\Repository\\ArticleRepository' => '?',
  1447.             'App\\Repository\\FormRepository' => '?',
  1448.             'App\\Repository\\IconSettingsRepository' => '?',
  1449.             'App\\Repository\\ProductCategoryRepository' => '?',
  1450.             'App\\Repository\\ProductFamilyRepository' => '?',
  1451.             'App\\Repository\\ProductRepository' => '?',
  1452.             'App\\Repository\\ProductVariantRepository' => '?',
  1453.             'App\\Repository\\SocialSettingsRepository' => '?',
  1454.             'App\\Repository\\SvgRepository' => '?',
  1455.             'App\\Repository\\WebspaceLocalizationsRepository' => '?',
  1456.             'App\\Repository\\WebspaceSettingsRepository' => '?',
  1457.             'App\\Repository\\WebspaceUrlsRepository' => '?',
  1458.         ])));
  1459.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1460.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1461.         $a->addCustomNumericFunction('rand''App\\Dbal\\Rand');
  1462.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1463.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1464.         return $instance;
  1465.     }
  1466.     /**
  1467.      * Gets the public 'doctrine_phpcr' shared service.
  1468.      *
  1469.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1470.      */
  1471.     protected function getDoctrinePhpcrService()
  1472.     {
  1473.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1474.     }
  1475.     /**
  1476.      * Gets the public 'doctrine_phpcr.session' shared service.
  1477.      *
  1478.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1479.      */
  1480.     protected function getDoctrinePhpcr_SessionService($lazyLoad true)
  1481.     {
  1482.         if ($lazyLoad) {
  1483.             return $this->services['doctrine_phpcr.session'] = $this->createProxy('Session_21c865b', function () {
  1484.                 return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1485.                     $wrappedInstance $this->getDoctrinePhpcr_SessionService(false);
  1486.                     $proxy->setProxyInitializer(null);
  1487.                     return true;
  1488.                 });
  1489.             });
  1490.         }
  1491.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1492.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1493.         return new \Sulu\Bundle\DocumentManagerBundle\Session\Session(($this->privates['sulu_document_manager.decorated_default_session'] ?? $this->getSuluDocumentManager_DecoratedDefaultSessionService()));
  1494.     }
  1495.     /**
  1496.      * Gets the public 'event_dispatcher' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1499.      */
  1500.     protected function getEventDispatcherService()
  1501.     {
  1502.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1503.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1504.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1506.         $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())));
  1507.         $instance->addListener('kernel.controller', [=> function () {
  1508.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1509.         }, => 'onKernelController'], 0);
  1510.         $instance->addListener('kernel.request', [=> function () {
  1511.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1512.         }, => 'onKernelRequest'], 10);
  1513.         $instance->addListener('kernel.request', [=> function () {
  1514.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1515.         }, => 'onKernelRequest'], 248);
  1516.         $instance->addListener('massive_search.index', [=> function () {
  1517.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1518.         }, => 'onIndex'], 0);
  1519.         $instance->addListener('massive_search.deindex', [=> function () {
  1520.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1521.         }, => 'onDeindex'], 0);
  1522.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1523.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1524.         }, => 'onIndexRebuild'], -999);
  1525.         $instance->addListener('massive_search.hit', [=> function () {
  1526.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1527.         }, => 'onHit'], 0);
  1528.         $instance->addListener('kernel.response', [=> function () {
  1529.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1530.         }, => 'onResponse'], -5);
  1531.         $instance->addListener('tasks.after', [=> function () {
  1532.             return ($this->privates['task.adapter.doctrine.execution_listener'] ?? $this->load('getTask_Adapter_Doctrine_ExecutionListenerService'));
  1533.         }, => 'clearEntityManagerAfterTask'], 0);
  1534.         $instance->addListener('kernel.exception', [=> function () {
  1535.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
  1536.         }, => 'onKernelException'], 512);
  1537.         $instance->addListener('kernel.exception', [=> function () {
  1538.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
  1539.         }, => 'onKernelException'], 512);
  1540.         $instance->addListener('kernel.response', [=> function () {
  1541.             return ($this->privates['App\\EventSubscriber\\AccountSubscriber'] ?? $this->getAccountSubscriberService());
  1542.         }, => 'storeAdditionalDataToEntity'], 10);
  1543.         $instance->addListener('kernel.response', [=> function () {
  1544.             return ($this->privates['App\\EventSubscriber\\AccountSubscriber'] ?? $this->getAccountSubscriberService());
  1545.         }, => 'addAdditionalDataToResponse'], -10);
  1546.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  1547.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1548.         }, => 'flushTrashItem'], 0);
  1549.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  1550.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1551.         }, => 'handleFlush'], 0);
  1552.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  1553.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1554.         }, => 'handlePersist'], -10000);
  1555.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  1556.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1557.         }, => 'storeBlockToTrash'], 1024);
  1558.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  1559.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1560.         }, => 'handleRemove'], -10000);
  1561.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  1562.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1563.         }, => 'handleRemoveLocale'], -10000);
  1564.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  1565.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1566.         }, => 'handleCopyLocale'], -10000);
  1567.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  1568.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1569.         }, => 'handleCopy'], -10000);
  1570.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  1571.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  1572.         }, => 'clearPendingTrashItem'], 0);
  1573.         $instance->addListener('Sulu\\Bundle\\MediaBundle\\Domain\\Event\\MediaCreatedEvent', [=> function () {
  1574.             return ($this->privates['App\\EventSubscriber\\MediaSubscriber'] ?? $this->load('getMediaSubscriberService'));
  1575.         }, => 'handleMediaCreatedEvent'], 0);
  1576.         $instance->addListener('sulu_document_manager.find', [=> function () {
  1577.             return ($this->privates['App\\EventSubscriber\\PageSubscriber'] ?? $this->load('getPageSubscriberService'));
  1578.         }, => 'handleFind'], 600);
  1579.         $instance->addListener('massive_search.pre_index', [=> function () {
  1580.             return ($this->privates['App\\EventSubscriber\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  1581.         }, => 'handlePreIndexPage'], 0);
  1582.         $instance->addListener('massive_search.pre_index', [=> function () {
  1583.             return ($this->privates['App\\EventSubscriber\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  1584.         }, => 'handlePreIndexEntity'], -10);
  1585.         $instance->addListener('kernel.response', [=> function () {
  1586.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1587.         }, => 'onKernelResponse'], 0);
  1588.         $instance->addListener('kernel.response', [=> function () {
  1589.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1590.         }, => 'onKernelResponse'], -1024);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1593.         }, => 'setDefaultLocale'], 100);
  1594.         $instance->addListener('kernel.request', [=> function () {
  1595.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1596.         }, => 'onKernelRequest'], 16);
  1597.         $instance->addListener('kernel.finish_request', [=> function () {
  1598.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1599.         }, => 'onKernelFinishRequest'], 0);
  1600.         $instance->addListener('kernel.request', [=> function () {
  1601.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1602.         }, => 'onKernelRequest'], 256);
  1603.         $instance->addListener('kernel.response', [=> function () {
  1604.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1605.         }, => 'onResponse'], -255);
  1606.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1607.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1608.         }, => 'onControllerArguments'], 0);
  1609.         $instance->addListener('kernel.exception', [=> function () {
  1610.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1611.         }, => 'logKernelException'], 0);
  1612.         $instance->addListener('kernel.exception', [=> function () {
  1613.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1614.         }, => 'onKernelException'], -128);
  1615.         $instance->addListener('kernel.response', [=> function () {
  1616.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1617.         }, => 'removeCspHeader'], -128);
  1618.         $instance->addListener('kernel.request', [=> function () {
  1619.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1620.         }, => 'onKernelRequest'], 15);
  1621.         $instance->addListener('kernel.finish_request', [=> function () {
  1622.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1623.         }, => 'onKernelFinishRequest'], -15);
  1624.         $instance->addListener('console.error', [=> function () {
  1625.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1626.         }, => 'onConsoleError'], -128);
  1627.         $instance->addListener('console.terminate', [=> function () {
  1628.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1629.         }, => 'onConsoleTerminate'], -128);
  1630.         $instance->addListener('console.error', [=> function () {
  1631.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1632.         }, => 'onConsoleError'], 0);
  1633.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1634.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1635.         }, => 'onMessage'], -255);
  1636.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1637.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1638.         }, => 'onMessage'], -255);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1641.         }, => 'configure'], 2048);
  1642.         $instance->addListener('console.command', [=> function () {
  1643.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1644.         }, => 'configure'], 2048);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1647.         }, => 'onKernelRequest'], 128);
  1648.         $instance->addListener('kernel.response', [=> function () {
  1649.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1650.         }, => 'onKernelResponse'], -1000);
  1651.         $instance->addListener('kernel.finish_request', [=> function () {
  1652.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1653.         }, => 'onFinishRequest'], 0);
  1654.         $instance->addListener('kernel.response', [=> function () {
  1655.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1656.         }, => 'onKernelResponse'], -100);
  1657.         $instance->addListener('kernel.exception', [=> function () {
  1658.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1659.         }, => 'onKernelException'], 0);
  1660.         $instance->addListener('kernel.terminate', [=> function () {
  1661.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1662.         }, => 'onKernelTerminate'], -1024);
  1663.         $instance->addListener('kernel.controller', [=> function () {
  1664.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1665.         }, => 'onKernelController'], 0);
  1666.         $instance->addListener('kernel.response', [=> function () {
  1667.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1668.         }, => 'onKernelResponse'], 0);
  1669.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1670.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1671.         }, => 'onMessage'], 0);
  1672.         $instance->addListener('console.command', [=> function () {
  1673.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1674.         }, => 'onCommand'], 255);
  1675.         $instance->addListener('console.terminate', [=> function () {
  1676.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1677.         }, => 'onTerminate'], -255);
  1678.         $instance->addListener('kernel.exception', [=> function () {
  1679.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1680.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1681.         $instance->addListener('kernel.response', [=> function () {
  1682.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1683.         }, => 'setResponseStatusCode'], 0);
  1684.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1685.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1686.         }, => 'purgeIndexes'], 500);
  1687.         $instance->addListener('kernel.response', [=> function () {
  1688.             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')));
  1689.         }, => 'onKernelResponse'], 10);
  1690.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1691.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1692.         }, => 'onProxyUnreachableError'], 0);
  1693.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1694.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1695.         }, => 'onProxyResponseError'], 0);
  1696.         $instance->addListener('kernel.response', [=> function () {
  1697.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1698.         }, => 'onKernelResponse'], 0);
  1699.         $instance->addListener('kernel.terminate', [=> function () {
  1700.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1701.         }, => 'onKernelTerminate'], 0);
  1702.         $instance->addListener('kernel.exception', [=> function () {
  1703.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1704.         }, => 'onKernelException'], 0);
  1705.         $instance->addListener('console.terminate', [=> function () {
  1706.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1707.         }, => 'onConsoleTerminate'], 0);
  1708.         $instance->addListener('kernel.response', [=> function () {
  1709.             return ($this->privates['fos_http_cache.event_listener.user_context'] ?? $this->getFosHttpCache_EventListener_UserContextService());
  1710.         }, => 'onKernelResponse'], 0);
  1711.         $instance->addListener('kernel.request', [=> function () {
  1712.             return ($this->privates['fos_http_cache.event_listener.user_context'] ?? $this->getFosHttpCache_EventListener_UserContextService());
  1713.         }, => 'onKernelRequest'], 7);
  1714.         $instance->addListener('security.switch_user', [=> function () {
  1715.             return ($this->privates['fos_http_cache.user_context.switch_user_listener'] ?? $this->load('getFosHttpCache_UserContext_SwitchUserListenerService'));
  1716.         }, => 'onSwitchUser'], 0);
  1717.         $instance->addListener('kernel.request', [=> function () {
  1718.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1719.         }, => 'onKernelRequest'], 0);
  1720.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1721.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1722.         }, => 'onPermissionUpdate'], 0);
  1723.         $instance->addListener('massive_search.pre_index', [=> function () {
  1724.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1725.         }, => 'handlePreIndex'], 0);
  1726.         $instance->addListener('massive_search.pre_index', [=> function () {
  1727.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1728.         }, => 'handlePreIndex'], 0);
  1729.         $instance->addListener('kernel.request', [=> function () {
  1730.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1731.         }, => 'onKernelRequest'], 24);
  1732.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1733.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1734.         }, => 'handlePermissionUpdate'], 0);
  1735.         $instance->addListener('kernel.controller', [=> function () {
  1736.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1737.         }, => 'onKernelController'], 0);
  1738.         $instance->addListener('security.interactive_login', [=> function () {
  1739.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1740.         }, => 'onSecurityInteractiveLogin'], 0);
  1741.         $instance->addListener('massive_search.pre_index', [=> function () {
  1742.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1743.         }, => 'handleBlameTimestamp'], 0);
  1744.         $instance->addListener('massive_search.hit', [=> function () {
  1745.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1746.         }, => 'handleBlameTimestampHitMapping'], 0);
  1747.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1748.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1749.         }, => 'onPermissionUpdate'], 0);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1752.         }, => 'onRequest'], 31);
  1753.         $instance->addListener('kernel.request', [=> function () {
  1754.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1755.         }, => 'onKernelRequest'], 32);
  1756.         $instance->addListener('kernel.finish_request', [=> function () {
  1757.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1758.         }, => 'onKernelFinishRequest'], 0);
  1759.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1760.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1761.         }, => 'onCacheClear'], 0);
  1762.         $instance->addListener('kernel.request', [=> function () {
  1763.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1764.         }, => 'onKernelRequest'], 14);
  1765.         $instance->addListener('kernel.exception', [=> function () {
  1766.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1767.         }, => 'redirectPartialMatch'], 0);
  1768.         $instance->addListener('kernel.exception', [=> function () {
  1769.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1770.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1771.         $instance->addListener('kernel.response', [=> function () {
  1772.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.5.9')));
  1773.         }, => 'onResponse'], 0);
  1774.         $instance->addListener('kernel.response', [=> function () {
  1775.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1776.         }, => 'addVaryHeader'], 0);
  1777.         $instance->addListener('kernel.response', [=> function () {
  1778.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1779.         }, => 'addCookieHeader'], 0);
  1780.         $instance->addListener('kernel.response', [=> function () {
  1781.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1782.         }, => 'replaceMarkup'], -10);
  1783.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1784.             return ($this->privates['sulu_markup.mailer_listener'] ?? $this->load('getSuluMarkup_MailerListenerService'));
  1785.         }, => 'onMessage'], 0);
  1786.         $instance->addListener('kernel.response', [=> function () {
  1787.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1788.         }, => 'onKernelResponse'], -128);
  1789.         $instance->addListener('console.command', [=> function () {
  1790.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1791.         }, => 'configure'], 1024);
  1792.         $instance->addListener('kernel.response', [=> function () {
  1793.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1794.         }, => 'onKernelResponse'], 0);
  1795.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1796.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1797.         }, => 'onVoterVote'], 0);
  1798.         $instance->addListener('kernel.request', [=> function () {
  1799.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1800.         }, => 'configureLogoutUrlGenerator'], 8);
  1801.         $instance->addListener('kernel.request', [=> function () {
  1802.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1803.         }, => 'onKernelRequest'], 8);
  1804.         $instance->addListener('kernel.finish_request', [=> function () {
  1805.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1806.         }, => 'onKernelFinishRequest'], 0);
  1807.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1808.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  1809.         }, => 'storeActivity'], -256);
  1810.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1811.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  1812.         }, => 'setDomainEventUser'], 256);
  1813.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  1814.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  1815.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  1816.         $instance->addListener('console.error', [=> function () {
  1817.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1818.         }, => 'onConsoleError'], 0);
  1819.         $instance->addListener('console.terminate', [=> function () {
  1820.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1821.         }, => 'onConsoleTerminate'], 0);
  1822.         $instance->addListener('tasks.before', [=> function () {
  1823.             return ($this->privates['sulu_automation.task.event_subscriber'] ?? $this->load('getSuluAutomation_Task_EventSubscriberService'));
  1824.         }, => 'pushRequest'], 0);
  1825.         $instance->addListener('tasks.after', [=> function () {
  1826.             return ($this->privates['sulu_automation.task.event_subscriber'] ?? $this->load('getSuluAutomation_Task_EventSubscriberService'));
  1827.         }, => 'popRequest'], 0);
  1828.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1829.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1830.         }, => 'onLogout'], 0);
  1831.         return $instance;
  1832.     }
  1833.     /**
  1834.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1835.      *
  1836.      * @return \FOS\HttpCacheBundle\CacheManager
  1837.      */
  1838.     protected function getFosHttpCache_CacheManagerService()
  1839.     {
  1840.         $a = ($this->services['router'] ?? $this->getRouterService());
  1841.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  1842.             return $this->services['fos_http_cache.cache_manager'];
  1843.         }
  1844.         $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), $a);
  1845.         if ($this->has('event_dispatcher')) {
  1846.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1847.         }
  1848.         $instance->setGenerateUrlType(0);
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1853.      *
  1854.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1855.      */
  1856.     protected function getFosHttpCache_EventListener_CacheControlService()
  1857.     {
  1858.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1859.     }
  1860.     /**
  1861.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1862.      *
  1863.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1864.      */
  1865.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1866.     {
  1867.         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]);
  1868.     }
  1869.     /**
  1870.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1871.      *
  1872.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1873.      */
  1874.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1875.     {
  1876.         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']);
  1877.     }
  1878.     /**
  1879.      * Gets the public 'http_kernel' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1882.      */
  1883.     protected function getHttpKernelService()
  1884.     {
  1885.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1886.         if (isset($this->services['http_kernel'])) {
  1887.             return $this->services['http_kernel'];
  1888.         }
  1889.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($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 () {
  1890.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1891.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1892.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1893.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1894.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1895.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1896.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1897.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1898.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1899.     }
  1900.     /**
  1901.      * Gets the public 'jms_serializer' shared service.
  1902.      *
  1903.      * @return \JMS\Serializer\Serializer
  1904.      */
  1905.     protected function getJmsSerializerService()
  1906.     {
  1907.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1908.         if (isset($this->services['jms_serializer'])) {
  1909.             return $this->services['jms_serializer'];
  1910.         }
  1911.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1912.         if (isset($this->services['jms_serializer'])) {
  1913.             return $this->services['jms_serializer'];
  1914.         }
  1915.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  1916.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1917.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1918.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  1919.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  1920.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1921.         $g->setOptions(1216);
  1922.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1923.         $h->setFormatOutput(true);
  1924.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  1925.         $i->setOptions(0);
  1926.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($c, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($c$a, new \JMS\Serializer\Construction\UnserializeObjectConstructor(), $f$b$e), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($c$a$f$b$e)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1927.     }
  1928.     /**
  1929.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1930.      *
  1931.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1932.      */
  1933.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1934.     {
  1935.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1936.     }
  1937.     /**
  1938.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1939.      *
  1940.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1941.      */
  1942.     protected function getJmsSerializer_SerializationContextFactoryService()
  1943.     {
  1944.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1945.     }
  1946.     /**
  1947.      * Gets the public 'monolog.logger.deprecation' shared service.
  1948.      *
  1949.      * @return \Symfony\Bridge\Monolog\Logger
  1950.      */
  1951.     protected function getMonolog_Logger_DeprecationService()
  1952.     {
  1953.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1954.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1955.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1956.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1957.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1958.         return $instance;
  1959.     }
  1960.     /**
  1961.      * Gets the public 'request_stack' shared service.
  1962.      *
  1963.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1964.      */
  1965.     protected function getRequestStackService()
  1966.     {
  1967.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1968.     }
  1969.     /**
  1970.      * Gets the public 'router' shared service.
  1971.      *
  1972.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1973.      */
  1974.     protected function getRouterService()
  1975.     {
  1976.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1977.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1978.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1979.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  1980.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1981.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1982.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1984.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1985.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1986.         ], [
  1987.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1988.         ]))->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'cs');
  1989.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1990.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1991.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  1992.         $f = new \Symfony\Component\Routing\RouteCollection();
  1993.         $g = new \Symfony\Component\Routing\RequestContext();
  1994.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1995.         $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);
  1996.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1997.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  1998.         $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]);
  1999.         $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), ''$h$j);
  2000.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2001.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2002.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2003.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2004.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2005.         $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);
  2006.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2007.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2008.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2009.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2010.         $n = new \Sulu\Bundle\RedirectBundle\Routing\RedirectRouteProvider(($this->services['sulu.repository.redirect_route'] ?? $this->getSulu_Repository_RedirectRouteService()), ['utf8' => true]);
  2011.         $instance->setContext($b);
  2012.         $instance->add($d'100');
  2013.         $instance->add($i'20');
  2014.         $instance->add($k30);
  2015.         $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), ''$h$m), 20);
  2016.         $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);
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the public 'sulu.content.localization_finder' shared service.
  2021.      *
  2022.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2023.      */
  2024.     protected function getSulu_Content_LocalizationFinderService()
  2025.     {
  2026.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2027.     }
  2028.     /**
  2029.      * Gets the public 'sulu.content.mapper' shared service.
  2030.      *
  2031.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2032.      */
  2033.     protected function getSulu_Content_MapperService()
  2034.     {
  2035.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2036.         if (isset($this->services['sulu.content.mapper'])) {
  2037.             return $this->services['sulu.content.mapper'];
  2038.         }
  2039.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2040.         if (isset($this->services['sulu.content.mapper'])) {
  2041.             return $this->services['sulu.content.mapper'];
  2042.         }
  2043.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2044.         if (isset($this->services['sulu.content.mapper'])) {
  2045.             return $this->services['sulu.content.mapper'];
  2046.         }
  2047.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2048.         if (isset($this->services['sulu.content.mapper'])) {
  2049.             return $this->services['sulu.content.mapper'];
  2050.         }
  2051.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2052.         if (isset($this->services['sulu.content.mapper'])) {
  2053.             return $this->services['sulu.content.mapper'];
  2054.         }
  2055.         $f = ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService());
  2056.         if (isset($this->services['sulu.content.mapper'])) {
  2057.             return $this->services['sulu.content.mapper'];
  2058.         }
  2059.         $g = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2060.         if (isset($this->services['sulu.content.mapper'])) {
  2061.             return $this->services['sulu.content.mapper'];
  2062.         }
  2063.         return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper($a, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $b$c, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), $d, ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $e$f, ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $g$this->parameters['sulu_security.permissions'], ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2064.     }
  2065.     /**
  2066.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2067.      *
  2068.      * @return \Sulu\Component\PHPCR\PathCleanup
  2069.      */
  2070.     protected function getSulu_Content_PathCleanerService()
  2071.     {
  2072.         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());
  2073.     }
  2074.     /**
  2075.      * Gets the public 'sulu.content.structure_manager' shared service.
  2076.      *
  2077.      * @return \Sulu\Component\Content\Compat\StructureManager
  2078.      */
  2079.     protected function getSulu_Content_StructureManagerService()
  2080.     {
  2081.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2082.         if (isset($this->services['sulu.content.structure_manager'])) {
  2083.             return $this->services['sulu.content.structure_manager'];
  2084.         }
  2085.         return $this->services['sulu.content.structure_manager'] = new \Sulu\Component\Content\Compat\StructureManager(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), $a, ($this->services['sulu_page.compat.structure.legacy_property_factory'] ?? $this->getSuluPage_Compat_Structure_LegacyPropertyFactoryService()), $this->parameters['sulu.content.structure.type_map']);
  2086.     }
  2087.     /**
  2088.      * Gets the public 'sulu.content.type.link' shared service.
  2089.      *
  2090.      * @return \Sulu\Component\Content\Types\Link
  2091.      */
  2092.     protected function getSulu_Content_Type_LinkService()
  2093.     {
  2094.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  2095.         if (isset($this->services['sulu.content.type.link'])) {
  2096.             return $this->services['sulu.content.type.link'];
  2097.         }
  2098.         return $this->services['sulu.content.type.link'] = new \Sulu\Component\Content\Types\Link($a);
  2099.     }
  2100.     /**
  2101.      * Gets the public 'sulu.content.type_manager' shared service.
  2102.      *
  2103.      * @return \Sulu\Component\Content\ContentTypeManager
  2104.      */
  2105.     protected function getSulu_Content_TypeManagerService()
  2106.     {
  2107.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2108.         $instance->mapAliasToServiceId('article_category_selection''App\\Content\\Select\\ArticleCategorySelection');
  2109.         $instance->mapAliasToServiceId('article_selection''App\\Content\\Select\\ArticleSelection');
  2110.         $instance->mapAliasToServiceId('product_category_select''App\\Content\\Select\\ProductCategorySelect');
  2111.         $instance->mapAliasToServiceId('product_category_selection''App\\Content\\Select\\ProductCategorySelection');
  2112.         $instance->mapAliasToServiceId('product_family_selection''App\\Content\\Select\\ProductFamilySelection');
  2113.         $instance->mapAliasToServiceId('product_selection''App\\Content\\Select\\ProductSelection');
  2114.         $instance->mapAliasToServiceId('single_article_category_selection''App\\Content\\Select\\SingleArticleCategorySelection');
  2115.         $instance->mapAliasToServiceId('single_article_selection''App\\Content\\Select\\SingleArticleSelection');
  2116.         $instance->mapAliasToServiceId('single_block_selection''App\\Content\\Select\\SingleBlockSelection');
  2117.         $instance->mapAliasToServiceId('currency''App\\Content\\Type\\Currency');
  2118.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2119.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2120.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2121.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2122.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2123.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2124.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2125.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2126.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2127.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2128.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2129.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2130.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2131.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2132.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2133.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2134.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2135.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2136.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2137.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2138.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2139.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2140.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2141.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2142.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2143.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2144.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2145.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2146.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2147.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2148.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2149.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2150.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2151.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2152.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2153.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2154.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2155.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2156.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2157.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2158.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2159.         return $instance;
  2160.     }
  2161.     /**
  2162.      * Gets the public 'sulu.phpcr.session' shared service.
  2163.      *
  2164.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2165.      */
  2166.     protected function getSulu_Phpcr_SessionService()
  2167.     {
  2168.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2169.         if (isset($this->services['sulu.phpcr.session'])) {
  2170.             return $this->services['sulu.phpcr.session'];
  2171.         }
  2172.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2173.     }
  2174.     /**
  2175.      * Gets the public 'sulu.repository.access_control' shared service.
  2176.      *
  2177.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2178.      */
  2179.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2180.     {
  2181.         if ($lazyLoad) {
  2182.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2183.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2184.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2185.                     $proxy->setProxyInitializer(null);
  2186.                     return true;
  2187.                 });
  2188.             });
  2189.         }
  2190.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2191.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2192.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2193.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2194.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2195.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2196.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2197.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2198.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2199.     }
  2200.     /**
  2201.      * Gets the public 'sulu.repository.account' shared service.
  2202.      *
  2203.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2204.      */
  2205.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2206.     {
  2207.         if ($lazyLoad) {
  2208.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2209.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2210.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2211.                     $proxy->setProxyInitializer(null);
  2212.                     return true;
  2213.                 });
  2214.             });
  2215.         }
  2216.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2217.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2218.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2219.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2220.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2221.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2222.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2223.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2224.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('App\\Entity\\Account'));
  2225.     }
  2226.     /**
  2227.      * Gets the public 'sulu.repository.analytics' shared service.
  2228.      *
  2229.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2230.      */
  2231.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2232.     {
  2233.         if ($lazyLoad) {
  2234.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2235.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2236.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2237.                     $proxy->setProxyInitializer(null);
  2238.                     return true;
  2239.                 });
  2240.             });
  2241.         }
  2242.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2243.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2244.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2245.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2246.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2247.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2248.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2249.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2250.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2251.     }
  2252.     /**
  2253.      * Gets the public 'sulu.repository.category' shared service.
  2254.      *
  2255.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2256.      */
  2257.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2258.     {
  2259.         if ($lazyLoad) {
  2260.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2261.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2262.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2263.                     $proxy->setProxyInitializer(null);
  2264.                     return true;
  2265.                 });
  2266.             });
  2267.         }
  2268.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2269.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2270.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2271.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2272.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2273.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2274.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2275.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2276.     }
  2277.     /**
  2278.      * Gets the public 'sulu.repository.category_meta' shared service.
  2279.      *
  2280.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2281.      */
  2282.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2283.     {
  2284.         if ($lazyLoad) {
  2285.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2286.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2287.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2288.                     $proxy->setProxyInitializer(null);
  2289.                     return true;
  2290.                 });
  2291.             });
  2292.         }
  2293.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2294.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2295.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2296.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2297.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2298.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2299.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2300.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2301.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2302.     }
  2303.     /**
  2304.      * Gets the public 'sulu.repository.category_translation' shared service.
  2305.      *
  2306.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2307.      */
  2308.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2309.     {
  2310.         if ($lazyLoad) {
  2311.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2312.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2313.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2314.                     $proxy->setProxyInitializer(null);
  2315.                     return true;
  2316.                 });
  2317.             });
  2318.         }
  2319.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2320.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2321.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2322.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2323.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2324.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2325.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2326.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2327.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2328.     }
  2329.     /**
  2330.      * Gets the public 'sulu.repository.contact' shared service.
  2331.      *
  2332.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2333.      */
  2334.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2335.     {
  2336.         if ($lazyLoad) {
  2337.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2338.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2339.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2340.                     $proxy->setProxyInitializer(null);
  2341.                     return true;
  2342.                 });
  2343.             });
  2344.         }
  2345.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2346.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2347.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2348.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2349.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2350.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2351.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2352.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2353.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2354.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('App\\Entity\\Contact'));
  2355.     }
  2356.     /**
  2357.      * Gets the public 'sulu.repository.keyword' shared service.
  2358.      *
  2359.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2360.      */
  2361.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2362.     {
  2363.         if ($lazyLoad) {
  2364.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2365.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2366.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2367.                     $proxy->setProxyInitializer(null);
  2368.                     return true;
  2369.                 });
  2370.             });
  2371.         }
  2372.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2373.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2374.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2375.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2376.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2377.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2378.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2379.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2380.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2381.     }
  2382.     /**
  2383.      * Gets the public 'sulu.repository.media' shared service.
  2384.      *
  2385.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2386.      */
  2387.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2388.     {
  2389.         if ($lazyLoad) {
  2390.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2391.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2392.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2393.                     $proxy->setProxyInitializer(null);
  2394.                     return true;
  2395.                 });
  2396.             });
  2397.         }
  2398.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2399.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2400.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2401.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2402.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2403.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2404.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2405.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2406.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2407.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2408.         return $instance;
  2409.     }
  2410.     /**
  2411.      * Gets the public 'sulu.repository.redirect_route' shared service.
  2412.      *
  2413.      * @return \Sulu\Bundle\RedirectBundle\Entity\RedirectRouteRepository
  2414.      */
  2415.     protected function getSulu_Repository_RedirectRouteService($lazyLoad true)
  2416.     {
  2417.         if ($lazyLoad) {
  2418.             return $this->services['sulu.repository.redirect_route'] = $this->createProxy('RedirectRouteRepository_f026b1b', function () {
  2419.                 return \RedirectRouteRepository_f026b1b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2420.                     $wrappedInstance $this->getSulu_Repository_RedirectRouteService(false);
  2421.                     $proxy->setProxyInitializer(null);
  2422.                     return true;
  2423.                 });
  2424.             });
  2425.         }
  2426.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2427.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2428.         include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Model/RedirectRouteRepositoryInterface.php';
  2429.         include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Entity/RedirectRouteRepository.php';
  2430.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2431.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2432.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2433.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2434.         return new \Sulu\Bundle\RedirectBundle\Entity\RedirectRouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute'));
  2435.     }
  2436.     /**
  2437.      * Gets the public 'sulu.repository.role' shared service.
  2438.      *
  2439.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2440.      */
  2441.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2442.     {
  2443.         if ($lazyLoad) {
  2444.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2445.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2446.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2447.                     $proxy->setProxyInitializer(null);
  2448.                     return true;
  2449.                 });
  2450.             });
  2451.         }
  2452.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2453.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2454.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2455.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2456.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2457.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2458.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2459.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2460.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2461.     }
  2462.     /**
  2463.      * Gets the public 'sulu.repository.route' shared service.
  2464.      *
  2465.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2466.      */
  2467.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2468.     {
  2469.         if ($lazyLoad) {
  2470.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2471.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2472.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2473.                     $proxy->setProxyInitializer(null);
  2474.                     return true;
  2475.                 });
  2476.             });
  2477.         }
  2478.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2479.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2480.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2481.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2482.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2483.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2484.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2485.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2486.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2487.     }
  2488.     /**
  2489.      * Gets the public 'sulu.repository.tag' shared service.
  2490.      *
  2491.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2492.      */
  2493.     protected function getSulu_Repository_TagService($lazyLoad true)
  2494.     {
  2495.         if ($lazyLoad) {
  2496.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2497.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2498.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2499.                     $proxy->setProxyInitializer(null);
  2500.                     return true;
  2501.                 });
  2502.             });
  2503.         }
  2504.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2505.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2506.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2507.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2508.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2509.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2510.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2511.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2512.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2513.     }
  2514.     /**
  2515.      * Gets the public 'sulu.repository.user' shared service.
  2516.      *
  2517.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2518.      */
  2519.     protected function getSulu_Repository_UserService($lazyLoad true)
  2520.     {
  2521.         if ($lazyLoad) {
  2522.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2523.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2524.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2525.                     $proxy->setProxyInitializer(null);
  2526.                     return true;
  2527.                 });
  2528.             });
  2529.         }
  2530.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2531.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2532.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2533.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2534.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2535.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2536.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2537.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2538.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2539.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\User'));
  2540.     }
  2541.     /**
  2542.      * Gets the public 'sulu.util.node_helper' shared service.
  2543.      *
  2544.      * @return \Sulu\Component\Util\SuluNodeHelper
  2545.      */
  2546.     protected function getSulu_Util_NodeHelperService()
  2547.     {
  2548.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2549.         if (isset($this->services['sulu.util.node_helper'])) {
  2550.             return $this->services['sulu.util.node_helper'];
  2551.         }
  2552.         return $this->services['sulu.util.node_helper'] = new \Sulu\Component\Util\SuluNodeHelper($a'i18n', ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets'], ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()));
  2553.     }
  2554.     /**
  2555.      * Gets the public 'sulu_category.category_manager' shared service.
  2556.      *
  2557.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2558.      */
  2559.     protected function getSuluCategory_CategoryManagerService()
  2560.     {
  2561.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2562.         if (isset($this->services['sulu_category.category_manager'])) {
  2563.             return $this->services['sulu_category.category_manager'];
  2564.         }
  2565.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  2566.         if (isset($this->services['sulu_category.category_manager'])) {
  2567.             return $this->services['sulu_category.category_manager'];
  2568.         }
  2569.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2570.         if (isset($this->services['sulu_category.category_manager'])) {
  2571.             return $this->services['sulu_category.category_manager'];
  2572.         }
  2573.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2574.         if (isset($this->services['sulu_category.category_manager'])) {
  2575.             return $this->services['sulu_category.category_manager'];
  2576.         }
  2577.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2578.         if (isset($this->services['sulu_category.category_manager'])) {
  2579.             return $this->services['sulu_category.category_manager'];
  2580.         }
  2581.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2582.         if (isset($this->services['sulu_category.category_manager'])) {
  2583.             return $this->services['sulu_category.category_manager'];
  2584.         }
  2585.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2586.         if (isset($this->services['sulu_category.category_manager'])) {
  2587.             return $this->services['sulu_category.category_manager'];
  2588.         }
  2589.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2590.         if (isset($this->services['sulu_category.category_manager'])) {
  2591.             return $this->services['sulu_category.category_manager'];
  2592.         }
  2593.         return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager($a$b$c$d$e$f$g, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $h);
  2594.     }
  2595.     /**
  2596.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2597.      *
  2598.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2599.      */
  2600.     protected function getSuluCategory_KeywordManagerService()
  2601.     {
  2602.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  2603.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2604.             return $this->services['sulu_category.keyword_manager'];
  2605.         }
  2606.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2607.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2608.             return $this->services['sulu_category.keyword_manager'];
  2609.         }
  2610.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2611.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2612.             return $this->services['sulu_category.keyword_manager'];
  2613.         }
  2614.         return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager($a$b$c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()));
  2615.     }
  2616.     /**
  2617.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2618.      *
  2619.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2620.      */
  2621.     protected function getSuluContact_ContactManagerService()
  2622.     {
  2623.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2624.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2625.             return $this->services['sulu_contact.contact_manager'];
  2626.         }
  2627.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  2628.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2629.             return $this->services['sulu_contact.contact_manager'];
  2630.         }
  2631.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  2632.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2633.             return $this->services['sulu_contact.contact_manager'];
  2634.         }
  2635.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  2636.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2637.             return $this->services['sulu_contact.contact_manager'];
  2638.         }
  2639.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  2640.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2641.             return $this->services['sulu_contact.contact_manager'];
  2642.         }
  2643.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2644.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2645.             return $this->services['sulu_contact.contact_manager'];
  2646.         }
  2647.         $g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2648.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2649.             return $this->services['sulu_contact.contact_manager'];
  2650.         }
  2651.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2652.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2653.             return $this->services['sulu_contact.contact_manager'];
  2654.         }
  2655.         return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager($a$b$c$d, ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle'), $e$f, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $g$h);
  2656.     }
  2657.     /**
  2658.      * Gets the public 'sulu_core.array_serializer' shared service.
  2659.      *
  2660.      * @return \Sulu\Component\Serializer\ArraySerializer
  2661.      */
  2662.     protected function getSuluCore_ArraySerializerService()
  2663.     {
  2664.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  2665.         if (isset($this->services['sulu_core.array_serializer'])) {
  2666.             return $this->services['sulu_core.array_serializer'];
  2667.         }
  2668.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  2669.     }
  2670.     /**
  2671.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2672.      *
  2673.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2674.      */
  2675.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2676.     {
  2677.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  2678.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  2679.             return $this->services['sulu_core.webspace.request_analyzer'];
  2680.         }
  2681.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  2682.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  2683.             return $this->services['sulu_core.webspace.request_analyzer'];
  2684.         }
  2685.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2686.         return $this->services['sulu_core.webspace.request_analyzer'] = new \Sulu\Component\Webspace\Analyzer\RequestAnalyzer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> new \Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor($c'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\UrlRequestProcessor(), => $a=> new \Sulu\Component\Webspace\Analyzer\Attributes\WebsiteRequestProcessor($c$b'dev'), => new \Sulu\Component\Webspace\Analyzer\Attributes\DateTimeRequestProcessor(), => new \Sulu\Component\Webspace\Analyzer\Attributes\SegmentRequestProcessor('_ss'), => new \Sulu\Component\Webspace\Analyzer\Attributes\PortalInformationRequestProcessor()]);
  2687.     }
  2688.     /**
  2689.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2690.      *
  2691.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2692.      */
  2693.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2694.     {
  2695.         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()));
  2696.     }
  2697.     /**
  2698.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2699.      *
  2700.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2701.      */
  2702.     protected function getSuluCustomUrls_ManagerService()
  2703.     {
  2704.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2705.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2706.             return $this->services['sulu_custom_urls.manager'];
  2707.         }
  2708.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2709.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2710.             return $this->services['sulu_custom_urls.manager'];
  2711.         }
  2712.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  2713.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2714.             return $this->services['sulu_custom_urls.manager'];
  2715.         }
  2716.         $d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  2717.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2718.             return $this->services['sulu_custom_urls.manager'];
  2719.         }
  2720.         $e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  2721.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2722.             return $this->services['sulu_custom_urls.manager'];
  2723.         }
  2724.         $f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
  2725.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2726.             return $this->services['sulu_custom_urls.manager'];
  2727.         }
  2728.         return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager($a$b, new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $c, ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), $d), $e, ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev'$f);
  2729.     }
  2730.     /**
  2731.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  2732.      *
  2733.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  2734.      */
  2735.     protected function getSuluDocumentManager_DocumentInspectorService()
  2736.     {
  2737.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  2738.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  2739.             return $this->services['sulu_document_manager.document_inspector'];
  2740.         }
  2741.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  2742.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  2743.             return $this->services['sulu_document_manager.document_inspector'];
  2744.         }
  2745.         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('cs'))), ($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $a$b, ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2746.     }
  2747.     /**
  2748.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  2749.      *
  2750.      * @return \Sulu\Component\DocumentManager\DocumentManager
  2751.      */
  2752.     protected function getSuluDocumentManager_DocumentManagerService()
  2753.     {
  2754.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  2755.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  2756.             return $this->services['sulu_document_manager.document_manager'];
  2757.         }
  2758.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  2759.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  2760.             return $this->services['sulu_document_manager.document_manager'];
  2761.         }
  2762.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  2763.     }
  2764.     /**
  2765.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  2766.      *
  2767.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  2768.      */
  2769.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  2770.     {
  2771.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  2772.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  2773.             return $this->services['sulu_document_manager.metadata_factory.base'];
  2774.         }
  2775.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  2776.     }
  2777.     /**
  2778.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  2779.      *
  2780.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  2781.      */
  2782.     protected function getSuluDocumentManager_PropertyEncoderService()
  2783.     {
  2784.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  2785.     }
  2786.     /**
  2787.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  2788.      *
  2789.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  2790.      */
  2791.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  2792.     {
  2793.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  2794.     }
  2795.     /**
  2796.      * Gets the public 'sulu_media.collection_repository' shared service.
  2797.      *
  2798.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  2799.      */
  2800.     protected function getSuluMedia_CollectionRepositoryService()
  2801.     {
  2802.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2803.         if (isset($this->services['sulu_media.collection_repository'])) {
  2804.             return $this->services['sulu_media.collection_repository'];
  2805.         }
  2806.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  2807.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the public 'sulu_media.format_cache' shared service.
  2812.      *
  2813.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  2814.      */
  2815.     protected function getSuluMedia_FormatCacheService()
  2816.     {
  2817.         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);
  2818.     }
  2819.     /**
  2820.      * Gets the public 'sulu_media.format_manager' shared service.
  2821.      *
  2822.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  2823.      */
  2824.     protected function getSuluMedia_FormatManagerService()
  2825.     {
  2826.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2827.         if (isset($this->services['sulu_media.format_manager'])) {
  2828.             return $this->services['sulu_media.format_manager'];
  2829.         }
  2830.         $b = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  2831.         $c = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  2832.         $c->add(($this->services['sulu_media.image.transformation.crop'] ?? ($this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation())), 'crop');
  2833.         $c->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  2834.         $c->add(($this->services['sulu_media.image.transformation.blur'] ?? ($this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation())), 'blur');
  2835.         $c->add(($this->services['sulu_media.image.transformation.gamma'] ?? ($this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation())), 'gamma');
  2836.         $c->add(($this->services['sulu_media.image.transformation.grayscale'] ?? ($this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation())), 'grayscale');
  2837.         $c->add(($this->services['sulu_media.image.transformation.negative'] ?? ($this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation())), 'negative');
  2838.         $c->add(($this->services['sulu_media.image.transformation.sharpen'] ?? ($this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation())), 'sharpen');
  2839.         return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager($a, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($b, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($b, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $c, 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()));
  2840.     }
  2841.     /**
  2842.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  2843.      *
  2844.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  2845.      */
  2846.     protected function getSuluMedia_Image_Transformation_BlurService()
  2847.     {
  2848.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  2849.     }
  2850.     /**
  2851.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  2852.      *
  2853.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  2854.      */
  2855.     protected function getSuluMedia_Image_Transformation_CropService()
  2856.     {
  2857.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  2858.     }
  2859.     /**
  2860.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  2861.      *
  2862.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  2863.      */
  2864.     protected function getSuluMedia_Image_Transformation_GammaService()
  2865.     {
  2866.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  2867.     }
  2868.     /**
  2869.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  2870.      *
  2871.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  2872.      */
  2873.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  2874.     {
  2875.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  2876.     }
  2877.     /**
  2878.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  2879.      *
  2880.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  2881.      */
  2882.     protected function getSuluMedia_Image_Transformation_NegativeService()
  2883.     {
  2884.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  2885.     }
  2886.     /**
  2887.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  2888.      *
  2889.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  2890.      */
  2891.     protected function getSuluMedia_Image_Transformation_PasteService()
  2892.     {
  2893.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2894.     }
  2895.     /**
  2896.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  2897.      *
  2898.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  2899.      */
  2900.     protected function getSuluMedia_Image_Transformation_SharpenService()
  2901.     {
  2902.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  2903.     }
  2904.     /**
  2905.      * Gets the public 'sulu_media.media_manager' shared service.
  2906.      *
  2907.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  2908.      */
  2909.     protected function getSuluMedia_MediaManagerService()
  2910.     {
  2911.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2912.         if (isset($this->services['sulu_media.media_manager'])) {
  2913.             return $this->services['sulu_media.media_manager'];
  2914.         }
  2915.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  2916.         if (isset($this->services['sulu_media.media_manager'])) {
  2917.             return $this->services['sulu_media.media_manager'];
  2918.         }
  2919.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2920.         if (isset($this->services['sulu_media.media_manager'])) {
  2921.             return $this->services['sulu_media.media_manager'];
  2922.         }
  2923.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2924.         if (isset($this->services['sulu_media.media_manager'])) {
  2925.             return $this->services['sulu_media.media_manager'];
  2926.         }
  2927.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2928.         if (isset($this->services['sulu_media.media_manager'])) {
  2929.             return $this->services['sulu_media.media_manager'];
  2930.         }
  2931.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  2932.         if (isset($this->services['sulu_media.media_manager'])) {
  2933.             return $this->services['sulu_media.media_manager'];
  2934.         }
  2935.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  2936.         if (isset($this->services['sulu_media.media_manager'])) {
  2937.             return $this->services['sulu_media.media_manager'];
  2938.         }
  2939.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  2940.         if (isset($this->services['sulu_media.media_manager'])) {
  2941.             return $this->services['sulu_media.media_manager'];
  2942.         }
  2943.         $i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  2944.         if (isset($this->services['sulu_media.media_manager'])) {
  2945.             return $this->services['sulu_media.media_manager'];
  2946.         }
  2947.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2948.         if (isset($this->services['sulu_media.media_manager'])) {
  2949.             return $this->services['sulu_media.media_manager'];
  2950.         }
  2951.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  2952.         $k->setMaxFileSize('20MB');
  2953.         $k->setBlockedMimeTypes([]);
  2954.         return $this->services['sulu_media.media_manager'] = new \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager($a$b$c$d$e, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), $k$f$g$h, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $i, new RewindableGenerator(function () {
  2955.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  2956.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  2957.     }
  2958.     /**
  2959.      * Gets the public 'sulu_media.storage' shared service.
  2960.      *
  2961.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  2962.      */
  2963.     protected function getSuluMedia_StorageService()
  2964.     {
  2965.         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()));
  2966.     }
  2967.     /**
  2968.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  2969.      *
  2970.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  2971.      */
  2972.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  2973.     {
  2974.         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()));
  2975.     }
  2976.     /**
  2977.      * Gets the public 'sulu_page.content_repository' shared service.
  2978.      *
  2979.      * @return \Sulu\Component\Content\Repository\ContentRepository
  2980.      */
  2981.     protected function getSuluPage_ContentRepositoryService()
  2982.     {
  2983.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  2984.         if (isset($this->services['sulu_page.content_repository'])) {
  2985.             return $this->services['sulu_page.content_repository'];
  2986.         }
  2987.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2988.         if (isset($this->services['sulu_page.content_repository'])) {
  2989.             return $this->services['sulu_page.content_repository'];
  2990.         }
  2991.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  2992.         if (isset($this->services['sulu_page.content_repository'])) {
  2993.             return $this->services['sulu_page.content_repository'];
  2994.         }
  2995.         $d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  2996.         if (isset($this->services['sulu_page.content_repository'])) {
  2997.             return $this->services['sulu_page.content_repository'];
  2998.         }
  2999.         return $this->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository($a, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['sulu.content.localization_finder'] ?? $this->getSulu_Content_LocalizationFinderService()), $b$c$d$this->parameters['sulu_security.permissions']);
  3000.     }
  3001.     /**
  3002.      * Gets the public 'sulu_page.extension.manager' shared service.
  3003.      *
  3004.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  3005.      */
  3006.     protected function getSuluPage_Extension_ManagerService()
  3007.     {
  3008.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  3009.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  3010.         $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()))));
  3011.         return $instance;
  3012.     }
  3013.     /**
  3014.      * Gets the public 'sulu_page.structure.factory' shared service.
  3015.      *
  3016.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  3017.      */
  3018.     protected function getSuluPage_Structure_FactoryService()
  3019.     {
  3020.         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_core.translated_locales'], ($this->services['translator'] ?? $this->getTranslatorService())), $this->parameters['sulu.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
  3021.     }
  3022.     /**
  3023.      * Gets the public 'sulu_security.mask_converter' shared service.
  3024.      *
  3025.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  3026.      */
  3027.     protected function getSuluSecurity_MaskConverterService()
  3028.     {
  3029.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  3030.     }
  3031.     /**
  3032.      * Gets the public 'sulu_security.salt_generator' shared service.
  3033.      *
  3034.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  3035.      */
  3036.     protected function getSuluSecurity_SaltGeneratorService()
  3037.     {
  3038.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  3039.     }
  3040.     /**
  3041.      * Gets the public 'sulu_security.security_checker' shared service.
  3042.      *
  3043.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  3044.      */
  3045.     protected function getSuluSecurity_SecurityCheckerService()
  3046.     {
  3047.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3048.         if (isset($this->services['sulu_security.security_checker'])) {
  3049.             return $this->services['sulu_security.security_checker'];
  3050.         }
  3051.         return $this->services['sulu_security.security_checker'] = new \Sulu\Component\Security\Authorization\SecurityChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3052.     }
  3053.     /**
  3054.      * Gets the public 'sulu_security.user_manager' shared service.
  3055.      *
  3056.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  3057.      */
  3058.     protected function getSuluSecurity_UserManagerService()
  3059.     {
  3060.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3061.         if (isset($this->services['sulu_security.user_manager'])) {
  3062.             return $this->services['sulu_security.user_manager'];
  3063.         }
  3064.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  3065.         if (isset($this->services['sulu_security.user_manager'])) {
  3066.             return $this->services['sulu_security.user_manager'];
  3067.         }
  3068.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  3069.         if (isset($this->services['sulu_security.user_manager'])) {
  3070.             return $this->services['sulu_security.user_manager'];
  3071.         }
  3072.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3073.         if (isset($this->services['sulu_security.user_manager'])) {
  3074.             return $this->services['sulu_security.user_manager'];
  3075.         }
  3076.         return $this->services['sulu_security.user_manager'] = new \Sulu\Bundle\SecurityBundle\UserManager\UserManager($a, ($this->services['sulu_security.encoder_factory'] ?? $this->load('getSuluSecurity_EncoderFactoryService')), $b$a->getRepository('SuluSecurityBundle:Group'), $c, ($this->services['sulu_security.salt_generator'] ?? ($this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator())), $d, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), NULL);
  3077.     }
  3078.     /**
  3079.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3080.      *
  3081.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3082.      */
  3083.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3084.     {
  3085.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3086.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3087.             return $this->services['sulu_snippet.default_snippet.manager'];
  3088.         }
  3089.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3090.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3091.             return $this->services['sulu_snippet.default_snippet.manager'];
  3092.         }
  3093.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager($a, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), $b, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('cs'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  3094.     }
  3095.     /**
  3096.      * Gets the public 'sulu_snippet.resolver' shared service.
  3097.      *
  3098.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3099.      */
  3100.     protected function getSuluSnippet_ResolverService()
  3101.     {
  3102.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3103.         if (isset($this->services['sulu_snippet.resolver'])) {
  3104.             return $this->services['sulu_snippet.resolver'];
  3105.         }
  3106.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3107.     }
  3108.     /**
  3109.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3110.      *
  3111.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3112.      */
  3113.     protected function getSuluTag_TagManagerService()
  3114.     {
  3115.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3116.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3117.             return $this->services['sulu_tag.tag_manager'];
  3118.         }
  3119.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3120.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3121.             return $this->services['sulu_tag.tag_manager'];
  3122.         }
  3123.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3124.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3125.             return $this->services['sulu_tag.tag_manager'];
  3126.         }
  3127.         $d = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  3128.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3129.             return $this->services['sulu_tag.tag_manager'];
  3130.         }
  3131.         $e = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3132.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3133.             return $this->services['sulu_tag.tag_manager'];
  3134.         }
  3135.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager($a$b$c$d$e);
  3136.     }
  3137.     /**
  3138.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3139.      *
  3140.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3141.      */
  3142.     protected function getSuluWebsite_Resolver_StructureService()
  3143.     {
  3144.         $a = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  3145.         if (isset($this->services['sulu_website.resolver.structure'])) {
  3146.             return $this->services['sulu_website.resolver.structure'];
  3147.         }
  3148.         return $this->services['sulu_website.resolver.structure'] = new \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $a$this->parameters['sulu_website.enabled_twig_attributes']);
  3149.     }
  3150.     /**
  3151.      * Gets the public 'translator' shared service.
  3152.      *
  3153.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3154.      */
  3155.     protected function getTranslatorService()
  3156.     {
  3157.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3158.     }
  3159.     /**
  3160.      * Gets the public 'var_dumper.cloner' shared service.
  3161.      *
  3162.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3163.      */
  3164.     protected function getVarDumper_ClonerService()
  3165.     {
  3166.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3167.         $instance->setMaxItems(2500);
  3168.         $instance->setMinDepth(1);
  3169.         $instance->setMaxString(-1);
  3170.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the private '.debug.http_client' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3177.      */
  3178.     protected function get_Debug_HttpClientService()
  3179.     {
  3180.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3181.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3182.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3183.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3184.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3185.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3186.         $a->setLogger($b);
  3187.         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))));
  3188.     }
  3189.     /**
  3190.      * Gets the private '.service_locator.rz1tQtr' shared service.
  3191.      *
  3192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3193.      */
  3194.     protected function get_ServiceLocator_Rz1tQtrService()
  3195.     {
  3196.         return $this->privates['.service_locator.rz1tQtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3197.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  3198.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3199.         ], [
  3200.             'security.firewall.map.context.admin' => '?',
  3201.             'security.firewall.map.context.dev' => '?',
  3202.         ]);
  3203.     }
  3204.     /**
  3205.      * Gets the private 'App\EventSubscriber\AccountSubscriber' shared autowired service.
  3206.      *
  3207.      * @return \App\EventSubscriber\AccountSubscriber
  3208.      */
  3209.     protected function getAccountSubscriberService()
  3210.     {
  3211.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3212.         if (isset($this->privates['App\\EventSubscriber\\AccountSubscriber'])) {
  3213.             return $this->privates['App\\EventSubscriber\\AccountSubscriber'];
  3214.         }
  3215.         return $this->privates['App\\EventSubscriber\\AccountSubscriber'] = new \App\EventSubscriber\AccountSubscriber($a);
  3216.     }
  3217.     /**
  3218.      * Gets the private 'annotations.cache_adapter' shared service.
  3219.      *
  3220.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3221.      */
  3222.     protected function getAnnotations_CacheAdapterService()
  3223.     {
  3224.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3225.     }
  3226.     /**
  3227.      * Gets the private 'annotations.cached_reader' shared service.
  3228.      *
  3229.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3230.      */
  3231.     protected function getAnnotations_CachedReaderService()
  3232.     {
  3233.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3234.     }
  3235.     /**
  3236.      * Gets the private 'annotations.reader' shared service.
  3237.      *
  3238.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3239.      */
  3240.     protected function getAnnotations_ReaderService()
  3241.     {
  3242.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3243.         $instance->addGlobalIgnoredName('required'NULL);
  3244.         return $instance;
  3245.     }
  3246.     /**
  3247.      * Gets the private 'assets.context' shared service.
  3248.      *
  3249.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3250.      */
  3251.     protected function getAssets_ContextService()
  3252.     {
  3253.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3254.         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());
  3255.     }
  3256.     /**
  3257.      * Gets the private 'cache.annotations' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3260.      */
  3261.     protected function getCache_AnnotationsService()
  3262.     {
  3263.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('e6JNYgs1FZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3264.     }
  3265.     /**
  3266.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3269.      */
  3270.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3271.     {
  3272.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3273.     }
  3274.     /**
  3275.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3276.      *
  3277.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3278.      */
  3279.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3280.     {
  3281.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3282.     }
  3283.     /**
  3284.      * Gets the private 'cache.property_info' shared service.
  3285.      *
  3286.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3287.      */
  3288.     protected function getCache_PropertyInfoService()
  3289.     {
  3290.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oXOAdXOP-a'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3291.     }
  3292.     /**
  3293.      * Gets the private 'cache.security_expression_language' shared service.
  3294.      *
  3295.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3296.      */
  3297.     protected function getCache_SecurityExpressionLanguageService()
  3298.     {
  3299.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JhxRYDuRPG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3300.     }
  3301.     /**
  3302.      * Gets the private 'cache.serializer' shared service.
  3303.      *
  3304.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3305.      */
  3306.     protected function getCache_SerializerService()
  3307.     {
  3308.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bIt+DcrTZ+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3309.     }
  3310.     /**
  3311.      * Gets the private 'cache.validator' shared service.
  3312.      *
  3313.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3314.      */
  3315.     protected function getCache_ValidatorService()
  3316.     {
  3317.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uAzMZGZkqh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3318.     }
  3319.     /**
  3320.      * Gets the private 'config_cache_factory' shared service.
  3321.      *
  3322.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3323.      */
  3324.     protected function getConfigCacheFactoryService()
  3325.     {
  3326.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3327.             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)));
  3328.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3329.         }, 2));
  3330.     }
  3331.     /**
  3332.      * Gets the private 'data_collector.form' shared service.
  3333.      *
  3334.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3335.      */
  3336.     protected function getDataCollector_FormService()
  3337.     {
  3338.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3339.     }
  3340.     /**
  3341.      * Gets the private 'data_collector.request' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3344.      */
  3345.     protected function getDataCollector_RequestService()
  3346.     {
  3347.         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())));
  3348.     }
  3349.     /**
  3350.      * Gets the private 'debug.controller_resolver' shared service.
  3351.      *
  3352.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3353.      */
  3354.     protected function getDebug_ControllerResolverService()
  3355.     {
  3356.         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))));
  3357.     }
  3358.     /**
  3359.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3360.      *
  3361.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3362.      */
  3363.     protected function getDebug_DebugHandlersListenerService()
  3364.     {
  3365.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3366.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3367.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3368.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3369.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3370.         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()));
  3371.     }
  3372.     /**
  3373.      * Gets the private 'debug.file_link_formatter' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3376.      */
  3377.     protected function getDebug_FileLinkFormatterService()
  3378.     {
  3379.         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 () {
  3380.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3381.         });
  3382.     }
  3383.     /**
  3384.      * Gets the private 'debug.log_processor' shared service.
  3385.      *
  3386.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3387.      */
  3388.     protected function getDebug_LogProcessorService()
  3389.     {
  3390.         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())));
  3391.     }
  3392.     /**
  3393.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3394.      *
  3395.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3396.      */
  3397.     protected function getDebug_Security_Access_DecisionManagerService()
  3398.     {
  3399.         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 () {
  3400.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3401.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3402.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3403.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3404.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3405.     }
  3406.     /**
  3407.      * Gets the private 'debug.security.firewall' shared service.
  3408.      *
  3409.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3410.      */
  3411.     protected function getDebug_Security_FirewallService()
  3412.     {
  3413.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3414.         if (isset($this->privates['debug.security.firewall'])) {
  3415.             return $this->privates['debug.security.firewall'];
  3416.         }
  3417.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3418.         if (isset($this->privates['debug.security.firewall'])) {
  3419.             return $this->privates['debug.security.firewall'];
  3420.         }
  3421.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3422.     }
  3423.     /**
  3424.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3425.      *
  3426.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3427.      */
  3428.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3429.     {
  3430.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3431.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  3432.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3433.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3434.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3435.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3436.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  3437.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  3438.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  3439.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  3440.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  3441.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  3442.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  3443.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  3444.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  3445.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  3446.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  3447.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  3448.             'sulu_redirect.subscriber.entity' => ['privates''sulu_redirect.subscriber.entity''getSuluRedirect_Subscriber_EntityService'true],
  3449.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  3450.         ], [
  3451.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  3452.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3453.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3454.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3455.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3456.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  3457.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  3458.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  3459.             'stof_doctrine_extensions.listener.tree' => '?',
  3460.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  3461.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  3462.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  3463.             'sulu_activity.domain_event_collector_subscriber' => '?',
  3464.             'sulu_contact.account_listener' => '?',
  3465.             'sulu_contact.doctrine.invalidation_listener' => '?',
  3466.             'sulu_core.doctrine.references' => '?',
  3467.             'sulu_media.doctrine.invalidation_listener' => '?',
  3468.             'sulu_redirect.subscriber.entity' => '?',
  3469.             'sulu_security.permission_inheritance_subscriber' => '?',
  3470.         ]), [=> '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 => 'sulu_activity.domain_event_collector_subscriber']);
  3471.     }
  3472.     /**
  3473.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3474.      *
  3475.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3476.      */
  3477.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3478.     {
  3479.         $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/php-task/task-bundle/src/Resources/config/doctrine') => 'Task\\TaskBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\AutomationBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RedirectBundle\\Entity'], '.orm.xml'false);
  3480.         $instance->setGlobalBasename('mapping');
  3481.         return $instance;
  3482.     }
  3483.     /**
  3484.      * Gets the private 'exception_listener' shared service.
  3485.      *
  3486.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3487.      */
  3488.     protected function getExceptionListenerService()
  3489.     {
  3490.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3491.     }
  3492.     /**
  3493.      * Gets the private 'form.registry' shared service.
  3494.      *
  3495.      * @return \Symfony\Component\Form\FormRegistry
  3496.      */
  3497.     protected function getForm_RegistryService()
  3498.     {
  3499.         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, [
  3500.             'App\\Form\\BlockType' => ['privates''App\\Form\\BlockType''getBlockTypeService'true],
  3501.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'true],
  3502.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3503.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3504.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3505.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3506.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3507.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3508.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3509.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3510.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3511.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3512.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3513.         ], [
  3514.             'App\\Form\\BlockType' => '?',
  3515.             'App\\Form\\ContactType' => '?',
  3516.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3517.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3518.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3519.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3520.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3521.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3522.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3523.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3524.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3525.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3526.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3527.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3528.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3529.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3530.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3531.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3532.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3533.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3534.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  3535.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3536.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3537.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3538.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3539.         }, 1)], new RewindableGenerator(function () {
  3540.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3541.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3542.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3546.      *
  3547.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3548.      */
  3549.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3550.     {
  3551.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3552.     }
  3553.     /**
  3554.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3555.      *
  3556.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3557.      */
  3558.     protected function getFosHttpCache_EventListener_TagService()
  3559.     {
  3560.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  3561.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  3562.             return $this->privates['fos_http_cache.event_listener.tag'];
  3563.         }
  3564.         return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener($a, ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\CacheableRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\CacheableResponseMatcher([])), ($this->privates['fos_http_cache.rule_matcher.must_invalidate'] ?? $this->getFosHttpCache_RuleMatcher_MustInvalidateService()), NULL);
  3565.     }
  3566.     /**
  3567.      * Gets the private 'fos_http_cache.event_listener.user_context' shared service.
  3568.      *
  3569.      * @return \FOS\HttpCacheBundle\EventListener\UserContextListener
  3570.      */
  3571.     protected function getFosHttpCache_EventListener_UserContextService()
  3572.     {
  3573.         return $this->privates['fos_http_cache.event_listener.user_context'] = new \FOS\HttpCacheBundle\EventListener\UserContextListener(new \FOS\HttpCacheBundle\UserContext\RequestMatcher('application/vnd.fos.user-context-hash'NULL), new \FOS\HttpCache\UserContext\DefaultHashGenerator([=> new \FOS\HttpCacheBundle\UserContext\RoleProvider(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]), new \FOS\HttpCache\UserContext\AnonymousRequestMatcher(['user_identifier_headers' => [=> 'cookie'=> 'authorization'], 'session_name_prefix' => false]), ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), $this->parameters['fos_http_cache.event_listener.user_context.options'], true);
  3574.     }
  3575.     /**
  3576.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3577.      *
  3578.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3579.      */
  3580.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3581.     {
  3582.         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());
  3583.     }
  3584.     /**
  3585.      * Gets the private 'fos_rest.body_listener' shared service.
  3586.      *
  3587.      * @return \FOS\RestBundle\EventListener\BodyListener
  3588.      */
  3589.     protected function getFosRest_BodyListenerService()
  3590.     {
  3591.         $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, [
  3592.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3593.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3594.         ], [
  3595.             'fos_rest.decoder.json' => '?',
  3596.             'fos_rest.decoder.xml' => '?',
  3597.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3598.         $instance->setDefaultFormat(NULL);
  3599.         return $instance;
  3600.     }
  3601.     /**
  3602.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3603.      *
  3604.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3605.      */
  3606.     protected function getFosRest_Exception_CodesMapService()
  3607.     {
  3608.         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\\AutomationBundle\\Exception\\TaskNotFoundException' => 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]);
  3609.     }
  3610.     /**
  3611.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3612.      *
  3613.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3614.      */
  3615.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3616.     {
  3617.         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()));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3621.      *
  3622.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3623.      */
  3624.     protected function getFosRest_ZoneMatcherListenerService()
  3625.     {
  3626.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3627.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3628.         return $instance;
  3629.     }
  3630.     /**
  3631.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3632.      *
  3633.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3634.      */
  3635.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3636.     {
  3637.         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\\AutomationBundle' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/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\\Bundle\\AutomationBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/automation-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')]));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3641.      *
  3642.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3643.      */
  3644.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3645.     {
  3646.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3647.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3648.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3649.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3650.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3651.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3652.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3653.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3654.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3655.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3656.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3657.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3658.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3659.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3660.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3661.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3662.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3663.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3664.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3665.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3666.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3667.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3668.         ], [
  3669.             'jms_serializer.stopwatch_subscriber' => '?',
  3670.             'jms_serializer.traceable_runs_listener' => '?',
  3671.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3672.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3673.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3674.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3675.             'sulu_core.representation_handler' => '?',
  3676.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3677.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3678.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3679.             'sulu_security.document.serializer.subscriber.security' => '?',
  3680.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3681.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3682.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3683.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3684.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3685.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3686.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3687.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3688.             'sulu_hash.event_subscriber.serializer' => '?',
  3689.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3690.         ]));
  3691.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3692.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3693.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3694.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3695.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3696.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3697.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3698.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3699.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3700.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3701.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3702.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3703.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3704.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3705.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  3706.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  3707.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  3708.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  3709.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  3710.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3711.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3712.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3713.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  3714.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3715.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3716.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3717.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  3718.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  3719.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  3720.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3721.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  3722.         return $instance;
  3723.     }
  3724.     /**
  3725.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3726.      *
  3727.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3728.      */
  3729.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3730.     {
  3731.         $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, [
  3732.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  3733.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3734.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3735.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3736.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  3737.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  3738.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  3739.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  3740.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3741.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  3742.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  3743.             'pagerfanta.serializer.handler' => ['privates''pagerfanta.serializer.handler''getPagerfanta_Serializer_HandlerService'true],
  3744.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3745.         ], [
  3746.             'sulu_core.rest.datetime_handler' => '?',
  3747.             'jms_serializer.datetime_handler' => '?',
  3748.             'jms_serializer.array_collection_handler' => '?',
  3749.             'jms_serializer.iterator_handler' => '?',
  3750.             'sulu_page.document.serializer.handler.structure' => '?',
  3751.             'sulu_page.document.serializer.handler.extension_container' => '?',
  3752.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  3753.             'fos_rest.serializer.flatten_exception_handler' => '?',
  3754.             'jms_serializer.constraint_violation_handler' => '?',
  3755.             'sulu_admin.schema_handler' => '?',
  3756.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  3757.             'pagerfanta.serializer.handler' => '?',
  3758.             'fos_rest.serializer.form_error_handler' => '?',
  3759.         ])));
  3760.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3761.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3762.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3763.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  3764.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3765.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3766.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3767.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3768.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3769.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3770.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3771.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3772.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3773.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3774.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3775.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3776.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3777.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3778.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3779.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3780.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3781.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3782.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3783.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3784.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3785.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3786.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  3787.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  3788.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  3789.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3790.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3791.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3792.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  3793.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3794.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3795.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  3796.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  3797.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3798.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3799.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3800.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3801.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3802.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3803.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3804.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3805.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3806.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3807.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3808.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3809.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3810.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3811.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3812.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3813.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3814.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3815.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3816.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3817.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3818.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3819.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3820.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3821.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  3822.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  3823.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  3824.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  3825.         $instance->registerHandler(1'Pagerfanta\\Pagerfanta''json', [=> 'pagerfanta.serializer.handler'=> 'serializeToJson']);
  3826.         $instance->registerHandler(1'Pagerfanta\\PagerfantaInterface''json', [=> 'pagerfanta.serializer.handler'=> 'serializeToJson']);
  3827.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3828.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3829.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  3830.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  3831.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3832.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3833.         return $instance;
  3834.     }
  3835.     /**
  3836.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  3837.      *
  3838.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  3839.      */
  3840.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  3841.     {
  3842.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3843.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  3844.         ], [
  3845.             'metadata_driver' => '?',
  3846.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3847.         $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')))));
  3848.         $a->setIncludeInterfaces(false);
  3849.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  3850.     }
  3851.     /**
  3852.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3853.      *
  3854.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3855.      */
  3856.     protected function getJmsSerializer_TraceableRunsListenerService()
  3857.     {
  3858.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3859.     }
  3860.     /**
  3861.      * Gets the private 'locale_aware_listener' shared service.
  3862.      *
  3863.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3864.      */
  3865.     protected function getLocaleAwareListenerService()
  3866.     {
  3867.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3868.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('cs')));
  3869.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3870.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3871.     }
  3872.     /**
  3873.      * Gets the private 'locale_listener' shared service.
  3874.      *
  3875.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3876.      */
  3877.     protected function getLocaleListenerService()
  3878.     {
  3879.         $a = ($this->services['router'] ?? $this->getRouterService());
  3880.         if (isset($this->privates['locale_listener'])) {
  3881.             return $this->privates['locale_listener'];
  3882.         }
  3883.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'cs'$afalse, []);
  3884.     }
  3885.     /**
  3886.      * Gets the private 'monolog.handler.console' shared service.
  3887.      *
  3888.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3889.      */
  3890.     protected function getMonolog_Handler_ConsoleService()
  3891.     {
  3892.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3893.     }
  3894.     /**
  3895.      * Gets the private 'monolog.handler.main' shared service.
  3896.      *
  3897.      * @return \Monolog\Handler\StreamHandler
  3898.      */
  3899.     protected function getMonolog_Handler_MainService()
  3900.     {
  3901.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  3902.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3903.         return $instance;
  3904.     }
  3905.     /**
  3906.      * Gets the private 'monolog.logger' shared service.
  3907.      *
  3908.      * @return \Symfony\Bridge\Monolog\Logger
  3909.      */
  3910.     protected function getMonolog_LoggerService()
  3911.     {
  3912.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3913.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3914.         $instance->useMicrosecondTimestamps(true);
  3915.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3916.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3917.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3918.         return $instance;
  3919.     }
  3920.     /**
  3921.      * Gets the private 'monolog.logger.cache' shared service.
  3922.      *
  3923.      * @return \Symfony\Bridge\Monolog\Logger
  3924.      */
  3925.     protected function getMonolog_Logger_CacheService()
  3926.     {
  3927.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3928.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3929.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3930.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3931.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3932.         return $instance;
  3933.     }
  3934.     /**
  3935.      * Gets the private 'monolog.logger.request' shared service.
  3936.      *
  3937.      * @return \Symfony\Bridge\Monolog\Logger
  3938.      */
  3939.     protected function getMonolog_Logger_RequestService()
  3940.     {
  3941.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3942.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3943.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3944.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3945.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3946.         return $instance;
  3947.     }
  3948.     /**
  3949.      * Gets the private 'parameter_bag' shared service.
  3950.      *
  3951.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3952.      */
  3953.     protected function getParameterBagService()
  3954.     {
  3955.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3956.     }
  3957.     /**
  3958.      * Gets the private 'profiler_listener' shared service.
  3959.      *
  3960.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3961.      */
  3962.     protected function getProfilerListenerService()
  3963.     {
  3964.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3965.         if (isset($this->privates['profiler_listener'])) {
  3966.             return $this->privates['profiler_listener'];
  3967.         }
  3968.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3969.     }
  3970.     /**
  3971.      * Gets the private 'property_info' shared service.
  3972.      *
  3973.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3974.      */
  3975.     protected function getPropertyInfoService()
  3976.     {
  3977.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3978.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3979.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3980.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3981.         }, 3), new RewindableGenerator(function () {
  3982.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3983.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3984.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3985.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3986.         }, 4), new RewindableGenerator(function () {
  3987.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3988.         }, 1), new RewindableGenerator(function () {
  3989.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3990.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3991.         }, 2), new RewindableGenerator(function () {
  3992.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3993.         }, 1));
  3994.     }
  3995.     /**
  3996.      * Gets the private 'router.expression_language_provider' shared service.
  3997.      *
  3998.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3999.      */
  4000.     protected function getRouter_ExpressionLanguageProviderService()
  4001.     {
  4002.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4003.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4004.         ], [
  4005.             'env' => 'Closure',
  4006.         ]));
  4007.     }
  4008.     /**
  4009.      * Gets the private 'router.request_context' shared service.
  4010.      *
  4011.      * @return \Symfony\Component\Routing\RequestContext
  4012.      */
  4013.     protected function getRouter_RequestContextService()
  4014.     {
  4015.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4016.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4017.         return $instance;
  4018.     }
  4019.     /**
  4020.      * Gets the private 'security.firewall.map' shared service.
  4021.      *
  4022.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4023.      */
  4024.     protected function getSecurity_Firewall_MapService()
  4025.     {
  4026.         $a = ($this->privates['.service_locator.rz1tQtr'] ?? $this->get_ServiceLocator_Rz1tQtrService());
  4027.         if (isset($this->privates['security.firewall.map'])) {
  4028.             return $this->privates['security.firewall.map'];
  4029.         }
  4030.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4031.             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)/')));
  4032.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  4033.         }, 2));
  4034.     }
  4035.     /**
  4036.      * Gets the private 'security.helper' shared service.
  4037.      *
  4038.      * @return \Symfony\Component\Security\Core\Security
  4039.      */
  4040.     protected function getSecurity_HelperService()
  4041.     {
  4042.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4043.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4044.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4045.         ], [
  4046.             'security.authorization_checker' => '?',
  4047.             'security.token_storage' => '?',
  4048.         ]));
  4049.     }
  4050.     /**
  4051.      * Gets the private 'security.logout_url_generator' shared service.
  4052.      *
  4053.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4054.      */
  4055.     protected function getSecurity_LogoutUrlGeneratorService()
  4056.     {
  4057.         $a = ($this->services['router'] ?? $this->getRouterService());
  4058.         if (isset($this->privates['security.logout_url_generator'])) {
  4059.             return $this->privates['security.logout_url_generator'];
  4060.         }
  4061.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4062.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  4063.         return $instance;
  4064.     }
  4065.     /**
  4066.      * Gets the private 'session_listener' shared service.
  4067.      *
  4068.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4069.      */
  4070.     protected function getSessionListenerService()
  4071.     {
  4072.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4073.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4074.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4075.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4076.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4077.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4078.         ], [
  4079.             'initialized_session' => '?',
  4080.             'logger' => '?',
  4081.             'session' => '?',
  4082.             'session_collector' => '?',
  4083.             'session_factory' => '?',
  4084.         ]), true$this->parameters['session.storage.options']);
  4085.     }
  4086.     /**
  4087.      * Gets the private 'sulu.content.query_executor' shared service.
  4088.      *
  4089.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4090.      */
  4091.     protected function getSulu_Content_QueryExecutorService()
  4092.     {
  4093.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4094.         if (isset($this->privates['sulu.content.query_executor'])) {
  4095.             return $this->privates['sulu.content.query_executor'];
  4096.         }
  4097.         return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4098.     }
  4099.     /**
  4100.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  4101.      *
  4102.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  4103.      */
  4104.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  4105.     {
  4106.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4107.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4108.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4109.         }
  4110.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4111.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4112.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4113.         }
  4114.         return $this->privates['sulu.content.resource_locator.mapper.phpcr'] = new \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper(($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $a$b);
  4115.     }
  4116.     /**
  4117.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  4118.      *
  4119.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  4120.      */
  4121.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  4122.     {
  4123.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4124.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4125.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4126.         }
  4127.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4128.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4129.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4130.         }
  4131.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4132.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4133.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4134.         }
  4135.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4136.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4137.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4138.         }
  4139.         return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy($a, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$d, ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())));
  4140.     }
  4141.     /**
  4142.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4143.      *
  4144.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4145.      */
  4146.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4147.     {
  4148.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4149.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4150.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4151.         }
  4152.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4153.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4154.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4155.         }
  4156.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4157.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4158.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4159.         }
  4160.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4161.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4162.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4163.         }
  4164.         return $this->privates['sulu.content.resource_locator.strategy_pool'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool(['tree_leaf_edit' => $a'tree_full_edit' => new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeFullEditStrategy(($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService()), ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $b, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$d, ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] ?? ($this->privates['sulu.content.resource_locator.strategy.tree_generator'] = new \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeGenerator())))], ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  4165.     }
  4166.     /**
  4167.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4168.      *
  4169.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4170.      */
  4171.     protected function getSuluActivity_DomainEventCollectorService()
  4172.     {
  4173.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4174.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4175.             return $this->privates['sulu_activity.domain_event_collector'];
  4176.         }
  4177.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4178.     }
  4179.     /**
  4180.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4181.      *
  4182.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4183.      */
  4184.     protected function getSuluActivity_DomainEventDispatcherService()
  4185.     {
  4186.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4187.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4188.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4189.         }
  4190.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4191.     }
  4192.     /**
  4193.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4194.      *
  4195.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4196.      */
  4197.     protected function getSuluAdmin_CollaborationCacheService()
  4198.     {
  4199.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('u024SIq+x2'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4200.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4201.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4202.     }
  4203.     /**
  4204.      * Gets the private 'sulu_admin.field_metadata_validator.chain' shared service.
  4205.      *
  4206.      * @return \Sulu\Bundle\AdminBundle\Metadata\FormMetadata\Validation\ChainFieldMetadataValidator
  4207.      */
  4208.     protected function getSuluAdmin_FieldMetadataValidator_ChainService()
  4209.     {
  4210.         return $this->privates['sulu_admin.field_metadata_validator.chain'] = new \Sulu\Bundle\AdminBundle\Metadata\FormMetadata\Validation\ChainFieldMetadataValidator(new RewindableGenerator(function () {
  4211.             yield => ($this->privates['sulu_admin.field_metadata_validator.types_property'] ?? ($this->privates['sulu_admin.field_metadata_validator.types_property'] = new \Sulu\Bundle\AdminBundle\Metadata\FormMetadata\Validation\TypesPropertyFieldMetadataValidator()));
  4212.             yield => ($this->privates['sulu_admin.field_metadata_validator.block'] ?? ($this->privates['sulu_admin.field_metadata_validator.block'] = new \Sulu\Bundle\AdminBundle\Metadata\FormMetadata\Validation\BlockFieldMetadataValidator()));
  4213.             yield => ($this->privates['sulu_media.field_metadata_validator.image_map'] ?? ($this->privates['sulu_media.field_metadata_validator.image_map'] = new \Sulu\Bundle\MediaBundle\Metadata\ImageMapFieldMetadataValidator()));
  4214.         }, 3));
  4215.     }
  4216.     /**
  4217.      * Gets the private 'sulu_admin.form_metadata.form_metadata_mapper' shared service.
  4218.      *
  4219.      * @return \Sulu\Bundle\AdminBundle\FormMetadata\FormMetadataMapper
  4220.      */
  4221.     protected function getSuluAdmin_FormMetadata_FormMetadataMapperService()
  4222.     {
  4223.         return $this->privates['sulu_admin.form_metadata.form_metadata_mapper'] = new \Sulu\Bundle\AdminBundle\FormMetadata\FormMetadataMapper(new \Sulu\Bundle\AdminBundle\Metadata\SchemaMetadata\PropertyMetadataMapperRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4224.             'account_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4225.             'category_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4226.             'collection_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4227.             'contact_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4228.             'email' => ['services''sulu.content.type.email''getSulu_Content_Type_EmailService'true],
  4229.             'media_selection' => ['services''sulu_media.type.media_selection''getSuluMedia_Type_MediaSelectionService'true],
  4230.             'number' => ['services''sulu.content.type.number''getSulu_Content_Type_NumberService'true],
  4231.             'page_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4232.             'single_account_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4233.             'single_category_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4234.             'single_collection_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4235.             'single_contact_position_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4236.             'single_contact_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4237.             'single_contact_title_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4238.             'single_media_selection' => ['services''sulu_media.type.single_media_selection''getSuluMedia_Type_SingleMediaSelectionService'true],
  4239.             'single_page_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4240.             'single_snippet_selection' => ['privates''sulu_admin.property_metadata_mapper.single_selection''getSuluAdmin_PropertyMetadataMapper_SingleSelectionService'true],
  4241.             'snippet_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4242.             'tag_selection' => ['privates''sulu_admin.property_metadata_mapper.selection''getSuluAdmin_PropertyMetadataMapper_SelectionService'true],
  4243.             'teaser_selection' => ['services''sulu_page.teaser.content_type''getSuluPage_Teaser_ContentTypeService'true],
  4244.             'text_area' => ['privates''sulu_admin.property_metadata_mapper.text''getSuluAdmin_PropertyMetadataMapper_TextService'true],
  4245.             'text_line' => ['privates''sulu_admin.property_metadata_mapper.text''getSuluAdmin_PropertyMetadataMapper_TextService'true],
  4246.         ], [
  4247.             'account_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4248.             'category_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4249.             'collection_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4250.             'contact_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4251.             'email' => 'Sulu\\Bundle\\PageBundle\\Content\\Types\\Email',
  4252.             'media_selection' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  4253.             'number' => 'Sulu\\Component\\Content\\Types\\Number',
  4254.             'page_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4255.             'single_account_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4256.             'single_category_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4257.             'single_collection_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4258.             'single_contact_position_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4259.             'single_contact_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4260.             'single_contact_title_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4261.             'single_media_selection' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\SingleMediaSelection',
  4262.             'single_page_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4263.             'single_snippet_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SingleSelectionPropertyMetadataMapper',
  4264.             'snippet_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4265.             'tag_selection' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SelectionPropertyMetadataMapper',
  4266.             'teaser_selection' => 'Sulu\\Bundle\\PageBundle\\Teaser\\TeaserContentType',
  4267.             'text_area' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\TextPropertyMetadataMapper',
  4268.             'text_line' => 'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\TextPropertyMetadataMapper',
  4269.         ])));
  4270.     }
  4271.     /**
  4272.      * Gets the private 'sulu_admin.xml_form_metadata_loader' shared service.
  4273.      *
  4274.      * @return \Sulu\Bundle\AdminBundle\Metadata\FormMetadata\XmlFormMetadataLoader
  4275.      */
  4276.     protected function getSuluAdmin_XmlFormMetadataLoaderService()
  4277.     {
  4278.         $a = ($this->privates['sulu_admin.form_metadata.form_metadata_mapper'] ?? $this->getSuluAdmin_FormMetadata_FormMetadataMapperService());
  4279.         if (isset($this->privates['sulu_admin.xml_form_metadata_loader'])) {
  4280.             return $this->privates['sulu_admin.xml_form_metadata_loader'];
  4281.         }
  4282.         return $this->privates['sulu_admin.xml_form_metadata_loader'] = new \Sulu\Bundle\AdminBundle\Metadata\FormMetadata\XmlFormMetadataLoader(new \Sulu\Bundle\AdminBundle\FormMetadata\FormXmlLoader(($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->parameters['sulu_core.locales'], $a), ($this->privates['sulu_admin.field_metadata_validator.chain'] ?? $this->getSuluAdmin_FieldMetadataValidator_ChainService()), $this->parameters['sulu_admin.forms.directories'], ($this->targetDir.''.'/sulu/forms'), true);
  4283.     }
  4284.     /**
  4285.      * Gets the private 'sulu_category.category_request_handler' shared service.
  4286.      *
  4287.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4288.      */
  4289.     protected function getSuluCategory_CategoryRequestHandlerService()
  4290.     {
  4291.         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())));
  4292.     }
  4293.     /**
  4294.      * Gets the private 'sulu_core.cache.memoize' shared service.
  4295.      *
  4296.      * @return \Sulu\Component\Cache\Memoize
  4297.      */
  4298.     protected function getSuluCore_Cache_MemoizeService()
  4299.     {
  4300.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4301.     }
  4302.     /**
  4303.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4304.      *
  4305.      * @return \ProxyManager\Configuration
  4306.      */
  4307.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4308.     {
  4309.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4310.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4311.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4312.         return $instance;
  4313.     }
  4314.     /**
  4315.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4316.      *
  4317.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4318.      */
  4319.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4320.     {
  4321.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4322.         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)]));
  4323.     }
  4324.     /**
  4325.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4326.      *
  4327.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4328.      */
  4329.     protected function getSuluCustomUrls_DomainGeneratorService()
  4330.     {
  4331.         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())));
  4332.     }
  4333.     /**
  4334.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4335.      *
  4336.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4337.      */
  4338.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4339.     {
  4340.         if ($lazyLoad) {
  4341.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4342.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4343.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4344.                     $proxy->setProxyInitializer(null);
  4345.                     return true;
  4346.                 });
  4347.             });
  4348.         }
  4349.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4350.         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');
  4351.     }
  4352.     /**
  4353.      * Gets the private 'sulu_document_manager.decorated_default_session' shared service.
  4354.      *
  4355.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  4356.      */
  4357.     protected function getSuluDocumentManager_DecoratedDefaultSessionService($lazyLoad true)
  4358.     {
  4359.         if ($lazyLoad) {
  4360.             return $this->privates['sulu_document_manager.decorated_default_session'] = $this->createProxy('Session_21c865b', function () {
  4361.                 return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4362.                     $wrappedInstance $this->getSuluDocumentManager_DecoratedDefaultSessionService(false);
  4363.                     $proxy->setProxyInitializer(null);
  4364.                     return true;
  4365.                 });
  4366.             });
  4367.         }
  4368.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  4369.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  4370.         include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  4371.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  4372.         include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  4373.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  4374.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  4375.         return new \Sulu\Bundle\DocumentManagerBundle\Session\Session([($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] ?? ($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] = new \Jackalope\RepositoryFactoryDoctrineDBAL()))->getRepository(['jackalope.doctrine_dbal_connection' => ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin''admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live'));
  4376.     }
  4377.     /**
  4378.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4379.      *
  4380.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4381.      */
  4382.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4383.     {
  4384.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4385.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  4386.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  4387.         }
  4388.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  4389.     }
  4390.     /**
  4391.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4392.      *
  4393.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4394.      */
  4395.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4396.     {
  4397.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4398.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4399.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4400.         }, => 'flushTrashItem'], 0);
  4401.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4402.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4403.         }, => 'handleFlush'], 0);
  4404.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4405.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4406.         }, => 'handlePersist'], -10000);
  4407.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4408.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4409.         }, => 'storeBlockToTrash'], 1024);
  4410.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4411.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4412.         }, => 'handleRemove'], -10000);
  4413.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4414.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4415.         }, => 'handleRemoveLocale'], -10000);
  4416.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4417.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4418.         }, => 'handleCopyLocale'], -10000);
  4419.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4420.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4421.         }, => 'handleCopy'], -10000);
  4422.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4423.             return ($this->privates['App\\EventSubscriber\\BlockSubscriber'] ?? $this->load('getBlockSubscriberService'));
  4424.         }, => 'clearPendingTrashItem'], 0);
  4425.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4426.             return ($this->privates['App\\EventSubscriber\\PageSubscriber'] ?? $this->load('getPageSubscriberService'));
  4427.         }, => 'handleFind'], 600);
  4428.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4429.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4430.         }, => 'handleFlush'], 0);
  4431.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4432.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4433.         }, => 'handlePrePersist'], 479);
  4434.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4435.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4436.         }, => 'handlePersist'], -10000);
  4437.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4438.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4439.         }, => 'handleRemove'], -10000);
  4440.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4441.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4442.         }, => 'handleRemoveLocale'], -10000);
  4443.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4444.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4445.         }, => 'handleCopyLocale'], -10000);
  4446.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4447.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4448.         }, => 'handleCopy'], -10000);
  4449.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4450.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4451.         }, => 'storeSnippetToTrash'], 1024);
  4452.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4453.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4454.         }, => 'flushTrashItem'], 0);
  4455.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4456.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4457.         }, => 'clearPendingTrashItem'], 0);
  4458.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4459.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4460.         }, => 'indexPersistedDocument'], -10);
  4461.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4462.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4463.         }, => 'indexPublishedDocument'], -256);
  4464.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4465.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4466.         }, => 'deindexRemovedDocument'], 600);
  4467.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4468.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4469.         }, => 'deindexUnpublishedDocument'], -1024);
  4470.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4471.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4472.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  4473.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4474.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4475.         }, => 'deindexRemovedLocaleDocument'], -1024);
  4476.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4477.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4478.         }, => 'preventRemoveWithChildren'], 4096);
  4479.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4480.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4481.         }, => 'addForceRemoveChildrenOption'], 0);
  4482.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4483.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4484.         }, => 'handleConfigureOptions'], 0);
  4485.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4486.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4487.         }, => 'handleFlush'], 0);
  4488.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4489.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4490.         }, => 'handlePrePersist'], 479);
  4491.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4492.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4493.         }, => 'handlePersist'], -10000);
  4494.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4495.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4496.         }, => 'handleRemove'], -10000);
  4497.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4498.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4499.         }, => 'handleRemoveLocale'], -10000);
  4500.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4501.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4502.         }, => 'handleCopyLocale'], -10000);
  4503.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4504.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4505.         }, => 'handleCopy'], -10000);
  4506.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4507.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4508.         }, => 'handlePreMove'], 10000);
  4509.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4510.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4511.         }, => 'handleMove'], -10000);
  4512.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4513.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4514.         }, => 'handlePublish'], -10000);
  4515.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4516.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4517.         }, => 'handleUnpublish'], -10000);
  4518.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4519.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4520.         }, => 'handleRemoveDraft'], -10000);
  4521.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4522.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4523.         }, => 'handleRestore'], -10000);
  4524.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4525.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4526.         }, => 'handleReorder'], -10000);
  4527.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4528.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4529.         }, => 'saveStructureData'], 0);
  4530.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4531.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4532.         }, => 'handlePersistStagedProperties'], 50);
  4533.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4534.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4535.         }, => 'handlePersistStructureType'], 100);
  4536.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4537.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4538.         }, => 'saveStructureData'], 0);
  4539.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4540.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4541.         }, => 'handleHydrate'], 0);
  4542.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4543.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4544.         }, => 'configureOptions'], 0);
  4545.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4546.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4547.         }, => 'handleMetadataLoad'], 0);
  4548.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4549.             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()));
  4550.         }, => 'handleMetadataLoad'], 0);
  4551.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4552.             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()));
  4553.         }, => 'handlePersist'], 15);
  4554.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4555.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4556.         }, => 'handlePersistDocument'], 10);
  4557.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4558.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4559.         }, => 'handleHydrate'], -200);
  4560.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4561.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4562.         }, => 'updateMovedDocument'], -128);
  4563.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4564.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4565.         }, => 'updateCopiedDocument'], -128);
  4566.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4567.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4568.         }, => 'handlePersistRoute'], -128);
  4569.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4570.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4571.         }, => 'setWorkflowStageOnDocument'], 0);
  4572.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4573.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4574.         }, => 'setWorkflowStageToTest'], 0);
  4575.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4576.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4577.         }, => 'setWorkflowStageToPublished'], 0);
  4578.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4579.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4580.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4581.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4582.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4583.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4584.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4585.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4586.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4587.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4588.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4589.         }, => 'handleMetadataLoad'], 0);
  4590.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4591.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4592.         }, => 'handlePersistUpdateUrl'], 20);
  4593.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4594.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4595.         }, => 'saveShadowProperties'], 15);
  4596.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4597.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4598.         }, => 'handleHydrate'], 390);
  4599.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4600.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4601.         }, => 'saveShadowProperties'], 15);
  4602.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4603.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4604.         }, => 'handleConfigureOptions'], 0);
  4605.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4606.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4607.         }, => 'copyShadowProperties'], -256);
  4608.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4609.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4610.         }, => 'copyShadowProperties'], 0);
  4611.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4612.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4613.         }, => 'setTitleOnDocument'], -10);
  4614.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4615.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4616.         }, => 'setTitleOnNode'], 10);
  4617.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4618.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4619.         }, => 'setTitleOnNode'], 10);
  4620.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4621.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4622.         }, => 'handleHydrate'], 400);
  4623.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4624.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4625.         }, => 'saveExtensionData'], 10);
  4626.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4627.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4628.         }, => 'saveExtensionData'], 10);
  4629.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4630.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4631.         }, => 'handleHydrate'], -10);
  4632.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4633.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4634.         }, => 'handlePersist'], 0);
  4635.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4636.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4637.         }, => 'handleMetadataLoad'], 0);
  4638.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4639.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4640.         }, => 'handleReorder'], 0);
  4641.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4642.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4643.         }, => 'handlePersist'], 0);
  4644.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4645.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4646.         }, => 'handlePersistCreate'], 3);
  4647.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4648.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4649.         }, => 'handleHydrate'], 0);
  4650.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4651.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4652.         }, => 'deleteUnavailableLocales'], 256);
  4653.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4654.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4655.         }, => 'handleWebspace'], 0);
  4656.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4657.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4658.         }, => 'handleWebspace'], -10);
  4659.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4660.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4661.         }, => 'handleSetNodeOnPersist'], 490);
  4662.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4663.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4664.         }, => 'handlePersist'], 5);
  4665.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4666.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4667.         }, => 'handleHydrate'], 0);
  4668.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4669.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4670.         }, => 'handleRemove'], 550);
  4671.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4672.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4673.         }, => 'handlePublish'], 0);
  4674.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4675.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4676.         }, => 'handleMetadataLoad'], 0);
  4677.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4678.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4679.         }, => 'handleMetadataLoad'], 0);
  4680.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4681.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4682.         }, => 'createNodeInPublicWorkspace'], -490);
  4683.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4684.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4685.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4686.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4687.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4688.         }, => 'moveNodeInPublicWorkspace'], 0);
  4689.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4690.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4691.         }, => 'copyNodeInPublicWorkspace'], 0);
  4692.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4693.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4694.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4695.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4696.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4697.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4698.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4699.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4700.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4701.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4702.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4703.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4704.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4705.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4706.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4707.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4708.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4709.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4710.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4711.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4712.         }, => 'flushPublicWorkspace'], 0);
  4713.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4714.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4715.         }, => 'handleCopyLocale'], 0);
  4716.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4717.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4718.         }, => 'handlePreRemove'], 510);
  4719.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4720.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4721.         }, => 'handlePostRemove'], -100);
  4722.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4723.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4724.         }, => 'handlePersist'], 0);
  4725.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4726.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4727.         }, => 'handleFlush'], 0);
  4728.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4729.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4730.         }, => 'handleRemove'], 550);
  4731.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4732.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4733.         }, => 'storePageTranslationToTrash'], 1024);
  4734.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4735.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4736.         }, => 'storePageToTrash'], 1024);
  4737.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4738.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4739.         }, => 'flushTrashItem'], 0);
  4740.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4741.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4742.         }, => 'clearPendingTrashItem'], 0);
  4743.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4744.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4745.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4746.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4747.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4748.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4749.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4750.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4751.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4752.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4753.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4754.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4755.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4756.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4757.         }, => 'onClear'], -256);
  4758.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4759.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4760.         }, => 'onFlush'], -256);
  4761.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4762.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4763.         }, => 'handleHydrate'], 500);
  4764.         $instance->addListener('sulu_document_manager.create', [=> function () {
  4765.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  4766.         }, => 'handleCreate'], 500);
  4767.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4768.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4769.         }, => 'handleDefaultLocale'], 520);
  4770.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4771.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4772.         }, => 'handleDocumentFromRegistry'], 510);
  4773.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4774.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4775.         }, => 'handleStopPropagationAndResetLocale'], 509);
  4776.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4777.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4778.         }, => 'handleHydrate'], 490);
  4779.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4780.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4781.         }, => 'handleEndHydrate'], -500);
  4782.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4783.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4784.         }, => 'handlePersist'], 450);
  4785.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4786.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4787.         }, => 'handleNodeFromRegistry'], 510);
  4788.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4789.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4790.         }, => 'handleEndPersist'], -500);
  4791.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4792.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4793.         }, => 'handleRemove'], 490);
  4794.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4795.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4796.         }, => 'handleClear'], 500);
  4797.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4798.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4799.         }, => 'handleNodeFromRegistry'], 510);
  4800.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4801.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4802.         }, => 'configureOptions'], 0);
  4803.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4804.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4805.         }, => 'handleNodeFromRegistry'], 512);
  4806.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4807.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4808.         }, => 'handleNodeFromRegistry'], 512);
  4809.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4810.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  4811.         }, => 'handleNodeFromRegistry'], 512);
  4812.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4813.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  4814.         }, => 'handleReorder'], 500);
  4815.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4816.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4817.         }, => 'setDocumentMixinsOnNode'], 468);
  4818.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4819.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  4820.         }, => 'setDocumentMixinsOnNode'], 468);
  4821.         $instance->addListener('sulu_document_manager.find', [=> function () {
  4822.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4823.         }, => 'handleFind'], 500);
  4824.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4825.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  4826.         }, => 'configureOptions'], 0);
  4827.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  4828.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4829.         }, => 'handleCreate'], 500);
  4830.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  4831.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4832.         }, => 'handleCreateBuilder'], 500);
  4833.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  4834.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  4835.         }, => 'handleQueryExecute'], 500);
  4836.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4837.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4838.         }, => 'handleMove'], 400);
  4839.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4840.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4841.         }, => 'handleCopy'], 400);
  4842.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4843.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4844.         }, => 'handleClear'], 500);
  4845.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4846.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  4847.         }, => 'handleFlush'], 500);
  4848.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4849.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  4850.         }, => 'handleRemove'], 500);
  4851.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4852.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4853.         }, => 'handleHydrate'], -100);
  4854.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4855.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4856.         }, => 'handleMapping'], -100);
  4857.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4858.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  4859.         }, => 'handleMapping'], -128);
  4860.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  4861.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4862.         }, => 'refreshDocument'], 0);
  4863.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4864.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  4865.         }, => 'refreshDocumentForDeleteDraft'], -512);
  4866.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4867.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  4868.         }, => 'setDefaultUser'], 0);
  4869.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4870.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4871.         }, => 'configureOptions'], 0);
  4872.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4873.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4874.         }, => 'handleScheduleRename'], 0);
  4875.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4876.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4877.         }, => 'handlePersist'], 480);
  4878.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4879.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4880.         }, => 'handleMove'], 480);
  4881.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4882.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4883.         }, => 'handleCopy'], 480);
  4884.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4885.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  4886.         }, => 'handleRename'], 510);
  4887.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4888.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4889.         }, => 'handlePersist'], 485);
  4890.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4891.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  4892.         }, => 'configureOptions'], 0);
  4893.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4894.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4895.         }, => 'setBlamesOnDocument'], 0);
  4896.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4897.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4898.         }, => 'setBlamesOnNodeForPersist'], 0);
  4899.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4900.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4901.         }, => 'setBlamesOnNodeForPublish'], 0);
  4902.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4903.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  4904.         }, => 'setChangerForRestore'], -32);
  4905.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4906.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4907.         }, => 'setAuthorOnDocument'], 0);
  4908.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4909.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4910.         }, => 'setAuthorOnNode'], 0);
  4911.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4912.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  4913.         }, => 'setAuthorOnNode'], 0);
  4914.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4915.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4916.         }, => 'setTimestampsOnNodeForPersist'], 0);
  4917.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4918.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4919.         }, => 'setTimestampsOnNodeForPublish'], 0);
  4920.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4921.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4922.         }, => 'setChangedForRestore'], -32);
  4923.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4924.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  4925.         }, => 'setTimestampsOnDocument'], 0);
  4926.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4927.             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()));
  4928.         }, => 'setFinalNodeName'], 0);
  4929.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4930.             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()));
  4931.         }, => 'setInitialNodeName'], 0);
  4932.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4933.             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()));
  4934.         }, => 'setFinalNodeName'], -480);
  4935.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4936.             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()));
  4937.         }, => 'handleUuid'], 0);
  4938.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4939.             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()));
  4940.         }, => 'handleUuid'], 0);
  4941.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4942.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4943.         }, => 'handleLocale'], 410);
  4944.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4945.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  4946.         }, => 'handleLocale'], 410);
  4947.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4948.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4949.         }, => 'handleHydrate'], 0);
  4950.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4951.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4952.         }, => 'handleChangeParent'], 0);
  4953.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4954.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4955.         }, => 'handleSetParentNodeFromDocument'], 490);
  4956.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4957.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  4958.         }, => 'handleMove'], 0);
  4959.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4960.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  4961.         }, => 'handleHydrate'], 0);
  4962.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4963.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4964.         }, => 'setInitialPath'], 0);
  4965.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4966.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4967.         }, => 'setFinalPath'], -495);
  4968.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4969.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  4970.         }, => 'setFinalPath'], 0);
  4971.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4972.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  4973.         }, => 'handlePersist'], 485);
  4974.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4975.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  4976.         }, => 'handlePersist'], 490);
  4977.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4978.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  4979.         }, => 'handlePersist'], 500);
  4980.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4981.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4982.         }, => 'handlePersist'], 0);
  4983.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4984.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  4985.         }, => 'handleRemove'], 550);
  4986.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4987.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4988.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4989.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4990.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  4991.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4992.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4993.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4994.         }, => 'storeCustomUrlToTrash'], 1024);
  4995.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4996.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  4997.         }, => 'flushTrashItem'], 0);
  4998.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4999.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5000.         }, => 'clearPendingTrashItem'], 0);
  5001.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5002.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5003.         }, => 'handleHydrate'], 0);
  5004.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5005.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5006.         }, => 'handlePersist'], -2000);
  5007.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5008.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5009.         }, => 'handleRemove'], 1024);
  5010.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5011.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5012.         }, => 'handleRemoveLocale'], 1024);
  5013.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5014.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5015.         }, => 'handlePublish'], -2000);
  5016.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5017.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5018.         }, => 'handleCopy'], -2000);
  5019.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5020.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5021.         }, => 'handlePublish'], 10);
  5022.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5023.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5024.         }, => 'handleMove'], -1000);
  5025.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5026.             return ($this->privates['sulu_redirect.subscriber.document'] ?? $this->load('getSuluRedirect_Subscriber_DocumentService'));
  5027.         }, => 'createRedirects'], 2048);
  5028.         return $instance;
  5029.     }
  5030.     /**
  5031.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  5032.      *
  5033.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  5034.      */
  5035.     protected function getSuluDocumentManager_MetadataFactoryService()
  5036.     {
  5037.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  5038.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  5039.             return $this->privates['sulu_document_manager.metadata_factory'];
  5040.         }
  5041.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  5042.     }
  5043.     /**
  5044.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  5045.      *
  5046.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  5047.      */
  5048.     protected function getSuluDocumentManager_NamespaceRegistryService()
  5049.     {
  5050.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  5051.     }
  5052.     /**
  5053.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  5054.      *
  5055.      * @return \Sulu\Component\DocumentManager\NodeManager
  5056.      */
  5057.     protected function getSuluDocumentManager_NodeManagerService()
  5058.     {
  5059.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5060.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  5061.             return $this->privates['sulu_document_manager.node_manager'];
  5062.         }
  5063.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  5064.     }
  5065.     /**
  5066.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  5067.      *
  5068.      * @return \Sulu\Component\DocumentManager\PathBuilder
  5069.      */
  5070.     protected function getSuluDocumentManager_PathBuilderService()
  5071.     {
  5072.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  5073.     }
  5074.     /**
  5075.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  5076.      *
  5077.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  5078.      */
  5079.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  5080.     {
  5081.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  5082.     }
  5083.     /**
  5084.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  5085.      *
  5086.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  5087.      */
  5088.     protected function getSuluDocumentManager_ProxyFactoryService()
  5089.     {
  5090.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  5091.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5092.             return $this->privates['sulu_document_manager.proxy_factory'];
  5093.         }
  5094.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  5095.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5096.             return $this->privates['sulu_document_manager.proxy_factory'];
  5097.         }
  5098.         return $this->privates['sulu_document_manager.proxy_factory'] = new \Sulu\Component\DocumentManager\ProxyFactory(new \ProxyManager\Factory\LazyLoadingGhostFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), $a, ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('cs'))), $b);
  5099.     }
  5100.     /**
  5101.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  5102.      *
  5103.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  5104.      */
  5105.     protected function getSuluDocumentManager_SessionManagerService()
  5106.     {
  5107.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5108.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  5109.             return $this->privates['sulu_document_manager.session_manager'];
  5110.         }
  5111.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  5112.     }
  5113.     /**
  5114.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  5115.      *
  5116.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  5117.      */
  5118.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  5119.     {
  5120.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  5121.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5122.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5123.         }
  5124.         $b = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  5125.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5126.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5127.         }
  5128.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  5129.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5130.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5131.         }
  5132.         $d = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  5133.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5134.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5135.         }
  5136.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider($a$b), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider($c, ($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'$d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]);
  5137.     }
  5138.     /**
  5139.      * Gets the private 'sulu_markup.parser' shared service.
  5140.      *
  5141.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  5142.      */
  5143.     protected function getSuluMarkup_ParserService()
  5144.     {
  5145.         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()), NULL)]]]), 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')))]));
  5146.     }
  5147.     /**
  5148.      * Gets the private 'sulu_markup.response_listener' shared service.
  5149.      *
  5150.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  5151.      */
  5152.     protected function getSuluMarkup_ResponseListenerService()
  5153.     {
  5154.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService())]);
  5155.     }
  5156.     /**
  5157.      * Gets the private 'sulu_media.type_manager' shared service.
  5158.      *
  5159.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  5160.      */
  5161.     protected function getSuluMedia_TypeManagerService()
  5162.     {
  5163.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5164.         if (isset($this->privates['sulu_media.type_manager'])) {
  5165.             return $this->privates['sulu_media.type_manager'];
  5166.         }
  5167.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  5168.     }
  5169.     /**
  5170.      * Gets the private 'sulu_page.export.manager' shared service.
  5171.      *
  5172.      * @return \Sulu\Component\Export\Manager\ExportManager
  5173.      */
  5174.     protected function getSuluPage_Export_ManagerService()
  5175.     {
  5176.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5177.         $instance->add('number''1.2.xliff', ['translate' => true]);
  5178.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  5179.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  5180.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  5181.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  5182.         $instance->add('link''1.2.xliff', ['translate' => false]);
  5183.         $instance->add('block''1.2.xliff', ['translate' => false]);
  5184.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  5185.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  5186.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  5187.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  5188.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  5189.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  5190.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  5191.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  5192.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  5193.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  5194.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  5195.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  5196.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  5197.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  5198.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  5199.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  5200.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  5201.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  5202.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  5203.         $instance->add('password''1.2.xliff', ['translate' => false]);
  5204.         $instance->add('url''1.2.xliff', ['translate' => false]);
  5205.         $instance->add('email''1.2.xliff', ['translate' => false]);
  5206.         $instance->add('date''1.2.xliff', ['translate' => false]);
  5207.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  5208.         $instance->add('time''1.2.xliff', ['translate' => false]);
  5209.         $instance->add('color''1.2.xliff', ['translate' => false]);
  5210.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  5211.         $instance->add('select''1.2.xliff', ['translate' => false]);
  5212.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  5213.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  5214.         $instance->add('location''1.2.xliff', ['translate' => false]);
  5215.         $instance->add('route''1.2.xliff', ['translate' => false]);
  5216.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  5217.         return $instance;
  5218.     }
  5219.     /**
  5220.      * Gets the private 'sulu_page.import.manager' shared service.
  5221.      *
  5222.      * @return \Sulu\Component\Import\Manager\ImportManager
  5223.      */
  5224.     protected function getSuluPage_Import_ManagerService()
  5225.     {
  5226.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5227.     }
  5228.     /**
  5229.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  5230.      *
  5231.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  5232.      */
  5233.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  5234.     {
  5235.         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']);
  5236.     }
  5237.     /**
  5238.      * Gets the private 'sulu_preview.preview.cache' shared service.
  5239.      *
  5240.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5241.      */
  5242.     protected function getSuluPreview_Preview_CacheService()
  5243.     {
  5244.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('FGrz6-Ql2x'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5245.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5246.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5247.     }
  5248.     /**
  5249.      * Gets the private 'sulu_route.routing.provider' shared service.
  5250.      *
  5251.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  5252.      */
  5253.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  5254.     {
  5255.         if ($lazyLoad) {
  5256.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  5257.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5258.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  5259.                     $proxy->setProxyInitializer(null);
  5260.                     return true;
  5261.                 });
  5262.             });
  5263.         }
  5264.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  5265.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  5266.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  5267.         include_once \dirname(__DIR__5).'/src/Routing/ArticleRouteDefaultsProvider.php';
  5268.         include_once \dirname(__DIR__5).'/src/Content/Compat/Structure/EntityStructureResolver.php';
  5269.         include_once \dirname(__DIR__5).'/src/Routing/ProductCategoryRouteDefaultsProvider.php';
  5270.         include_once \dirname(__DIR__5).'/src/Routing/ProductFamilyRouteDefaultsProvider.php';
  5271.         include_once \dirname(__DIR__5).'/src/Routing/ProductRouteDefaultsProvider.php';
  5272.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  5273.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  5274.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5275.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5276.         $c = new \App\Content\Compat\Structure\EntityStructureResolver(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService()), ($this->privates['sulu_admin.xml_form_metadata_loader'] ?? $this->getSuluAdmin_XmlFormMetadataLoaderService()), ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService()), $a, ($this->services['sulu.content.type.link'] ?? $this->getSulu_Content_Type_LinkService()), ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService()));
  5277.         return new \Sulu\Bundle\RouteBundle\Routing\RouteProvider(($this->services['sulu.repository.route'] ?? $this->getSulu_Repository_RouteService()), $a, new \Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider([=> new \App\Routing\ArticleRouteDefaultsProvider($b$c), => new \App\Routing\ProductCategoryRouteDefaultsProvider($b$c), => new \App\Routing\ProductFamilyRouteDefaultsProvider($b$c), => new \App\Routing\ProductRouteDefaultsProvider($b$c), => 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]);
  5278.     }
  5279.     /**
  5280.      * Gets the private 'sulu_security.access_control_manager' shared service.
  5281.      *
  5282.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  5283.      */
  5284.     protected function getSuluSecurity_AccessControlManagerService()
  5285.     {
  5286.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5287.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5288.             return $this->privates['sulu_security.access_control_manager'];
  5289.         }
  5290.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5291.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5292.             return $this->privates['sulu_security.access_control_manager'];
  5293.         }
  5294.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5295.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5296.             return $this->privates['sulu_security.access_control_manager'];
  5297.         }
  5298.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  5299.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5300.             return $this->privates['sulu_security.access_control_manager'];
  5301.         }
  5302.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5303.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5304.             return $this->privates['sulu_security.access_control_manager'];
  5305.         }
  5306.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  5307.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  5308.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  5309.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  5310.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  5311.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  5312.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  5313.         return $instance;
  5314.     }
  5315.     /**
  5316.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  5317.      *
  5318.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  5319.      */
  5320.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  5321.     {
  5322.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5323.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5324.             return $this->privates['sulu_security.access_control_query_enhancer'];
  5325.         }
  5326.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5327.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5328.             return $this->privates['sulu_security.access_control_query_enhancer'];
  5329.         }
  5330.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  5331.     }
  5332.     /**
  5333.      * Gets the private 'sulu_security.event_listener.security' shared service.
  5334.      *
  5335.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  5336.      */
  5337.     protected function getSuluSecurity_EventListener_SecurityService()
  5338.     {
  5339.         $a = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  5340.         if (isset($this->privates['sulu_security.event_listener.security'])) {
  5341.             return $this->privates['sulu_security.event_listener.security'];
  5342.         }
  5343.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener($a);
  5344.     }
  5345.     /**
  5346.      * Gets the private 'sulu_security.system_listener' shared service.
  5347.      *
  5348.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  5349.      */
  5350.     protected function getSuluSecurity_SystemListenerService()
  5351.     {
  5352.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5353.         if (isset($this->privates['sulu_security.system_listener'])) {
  5354.             return $this->privates['sulu_security.system_listener'];
  5355.         }
  5356.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener(($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService()), $a'website');
  5357.     }
  5358.     /**
  5359.      * Gets the private 'sulu_security.system_store' shared service.
  5360.      *
  5361.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  5362.      */
  5363.     protected function getSuluSecurity_SystemStoreService()
  5364.     {
  5365.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5366.         if (isset($this->privates['sulu_security.system_store'])) {
  5367.             return $this->privates['sulu_security.system_store'];
  5368.         }
  5369.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  5370.     }
  5371.     /**
  5372.      * Gets the private 'sulu_snippet.twig.snippet' shared service.
  5373.      *
  5374.      * @return \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension
  5375.      */
  5376.     protected function getSuluSnippet_Twig_SnippetService()
  5377.     {
  5378.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  5379.         if (isset($this->privates['sulu_snippet.twig.snippet'])) {
  5380.             return $this->privates['sulu_snippet.twig.snippet'];
  5381.         }
  5382.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5383.         if (isset($this->privates['sulu_snippet.twig.snippet'])) {
  5384.             return $this->privates['sulu_snippet.twig.snippet'];
  5385.         }
  5386.         $c = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  5387.         if (isset($this->privates['sulu_snippet.twig.snippet'])) {
  5388.             return $this->privates['sulu_snippet.twig.snippet'];
  5389.         }
  5390.         return $this->privates['sulu_snippet.twig.snippet'] = new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($a$b$c);
  5391.     }
  5392.     /**
  5393.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  5394.      *
  5395.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  5396.      */
  5397.     protected function getSuluTag_TagRequestHandlerService()
  5398.     {
  5399.         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())));
  5400.     }
  5401.     /**
  5402.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  5403.      *
  5404.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  5405.      */
  5406.     protected function getSuluTrash_TrashItemRepositoryService()
  5407.     {
  5408.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5409.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5410.             return $this->privates['sulu_trash.trash_item_repository'];
  5411.         }
  5412.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5413.     }
  5414.     /**
  5415.      * Gets the private 'sulu_trash.trash_manager' shared service.
  5416.      *
  5417.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  5418.      */
  5419.     protected function getSuluTrash_TrashManagerService()
  5420.     {
  5421.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  5422.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  5423.             return $this->privates['sulu_trash.trash_manager'];
  5424.         }
  5425.         $b = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5426.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  5427.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  5428.             'article_categories' => ['privates''App\\Trash\\ArticleCategoryTrashItemHandler''getArticleCategoryTrashItemHandlerService'true],
  5429.             'articles' => ['privates''App\\Trash\\ArticleTrashItemHandler''getArticleTrashItemHandlerService'true],
  5430.             'blocks' => ['privates''App\\Trash\\BlockTrashItemHandler''getBlockTrashItemHandlerService'true],
  5431.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  5432.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  5433.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  5434.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  5435.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5436.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  5437.             'product_categories' => ['privates''App\\Trash\\ProductCategoryTrashItemHandler''getProductCategoryTrashItemHandlerService'true],
  5438.             'product_families' => ['privates''App\\Trash\\ProductFamilyTrashItemHandler''getProductFamilyTrashItemHandlerService'true],
  5439.             'product_variants' => ['privates''App\\Trash\\ProductVariantTrashItemHandler''getProductVariantTrashItemHandlerService'true],
  5440.             'products' => ['privates''App\\Trash\\ProductTrashItemHandler''getProductTrashItemHandlerService'true],
  5441.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  5442.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  5443.         ], [
  5444.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  5445.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  5446.             'article_categories' => 'App\\Trash\\ArticleCategoryTrashItemHandler',
  5447.             'articles' => 'App\\Trash\\ArticleTrashItemHandler',
  5448.             'blocks' => 'App\\Trash\\BlockTrashItemHandler',
  5449.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  5450.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  5451.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  5452.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  5453.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5454.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  5455.             'product_categories' => 'App\\Trash\\ProductCategoryTrashItemHandler',
  5456.             'product_families' => 'App\\Trash\\ProductFamilyTrashItemHandler',
  5457.             'product_variants' => 'App\\Trash\\ProductVariantTrashItemHandler',
  5458.             'products' => 'App\\Trash\\ProductTrashItemHandler',
  5459.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  5460.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  5461.         ]);
  5462.         return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager($a, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $b$b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5463.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5464.         ], [
  5465.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5466.         ]));
  5467.     }
  5468.     /**
  5469.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  5470.      *
  5471.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  5472.      */
  5473.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  5474.     {
  5475.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  5476.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5477.             return $this->privates['sulu_website.analytics.response_listener'];
  5478.         }
  5479.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5480.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5481.             return $this->privates['sulu_website.analytics.response_listener'];
  5482.         }
  5483.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener($a$b, ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService()), 'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  5484.     }
  5485.     /**
  5486.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  5487.      *
  5488.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  5489.      */
  5490.     protected function getSuluWebsite_EventListener_TranslatorService()
  5491.     {
  5492.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  5493.     }
  5494.     /**
  5495.      * Gets the private 'sulu_website.navigation_mapper' shared service.
  5496.      *
  5497.      * @return \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper
  5498.      */
  5499.     protected function getSuluWebsite_NavigationMapperService()
  5500.     {
  5501.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  5502.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5503.             return $this->privates['sulu_website.navigation_mapper'];
  5504.         }
  5505.         $b = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  5506.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5507.             return $this->privates['sulu_website.navigation_mapper'];
  5508.         }
  5509.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  5510.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5511.             return $this->privates['sulu_website.navigation_mapper'];
  5512.         }
  5513.         return $this->privates['sulu_website.navigation_mapper'] = new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($a$b, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($c, ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']);
  5514.     }
  5515.     /**
  5516.      * Gets the private 'sulu_website.router_listener' shared service.
  5517.      *
  5518.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  5519.      */
  5520.     protected function getSuluWebsite_RouterListenerService()
  5521.     {
  5522.         $a = ($this->services['router'] ?? $this->getRouterService());
  5523.         if (isset($this->privates['sulu_website.router_listener'])) {
  5524.             return $this->privates['sulu_website.router_listener'];
  5525.         }
  5526.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5527.         if (isset($this->privates['sulu_website.router_listener'])) {
  5528.             return $this->privates['sulu_website.router_listener'];
  5529.         }
  5530.         return $this->privates['sulu_website.router_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener(new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__5), true), $b);
  5531.     }
  5532.     /**
  5533.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  5534.      *
  5535.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  5536.      */
  5537.     protected function getSuluWebsite_Routing_RequestListenerService()
  5538.     {
  5539.         $a = ($this->services['router'] ?? $this->getRouterService());
  5540.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5541.             return $this->privates['sulu_website.routing.request_listener'];
  5542.         }
  5543.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5544.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5545.             return $this->privates['sulu_website.routing.request_listener'];
  5546.         }
  5547.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  5548.     }
  5549.     /**
  5550.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  5551.      *
  5552.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  5553.      */
  5554.     protected function getSuluWebsite_SegmentSubscriberService()
  5555.     {
  5556.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5557.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  5558.             return $this->privates['sulu_website.segment_subscriber'];
  5559.         }
  5560.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  5561.     }
  5562.     /**
  5563.      * Gets the private 'translator.default' shared service.
  5564.      *
  5565.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5566.      */
  5567.     protected function getTranslator_DefaultService()
  5568.     {
  5569.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5570.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5571.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5572.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5573.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5574.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5575.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5576.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5577.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5578.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5579.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5580.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5581.         ], [
  5582.             'translation.loader.csv' => '?',
  5583.             'translation.loader.dat' => '?',
  5584.             'translation.loader.ini' => '?',
  5585.             'translation.loader.json' => '?',
  5586.             'translation.loader.mo' => '?',
  5587.             'translation.loader.php' => '?',
  5588.             'translation.loader.po' => '?',
  5589.             'translation.loader.qt' => '?',
  5590.             'translation.loader.res' => '?',
  5591.             'translation.loader.xliff' => '?',
  5592.             'translation.loader.yml' => '?',
  5593.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'cs', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ar.xliff')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.az.xliff')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ca.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.cs.xliff'), => (\dirname(__DIR__5).'/translations/admin.cs.json'), => (\dirname(__DIR__5).'/translations/filtration.cs.json'), => (\dirname(__DIR__5).'/translations/forms.cs.json'), => (\dirname(__DIR__5).'/translations/messages+intl-icu.cs.json'), => (\dirname(__DIR__5).'/translations/search.cs.json'), => (\dirname(__DIR__5).'/translations/sulu/admin.cs.json')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.da.xliff')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/translations/admin.de.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations/admin.de.json'), 20 => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.de.xliff'), 21 => (\dirname(__DIR__5).'/translations/forms.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/automation-bundle/Resources/translations/admin.en.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations/admin.en.json'), 20 => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.en.xliff'), 21 => (\dirname(__DIR__5).'/translations/admin.en.json'), 22 => (\dirname(__DIR__5).'/translations/forms.en.json'), 23 => (\dirname(__DIR__5).'/translations/messages+intl-icu.en.json'), 24 => (\dirname(__DIR__5).'/translations/search.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/babdev/pagerfanta-bundle/translations/pagerfanta.es.xliff')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fa.xliff')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fi.xliff')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fr.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.gl.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.hr.xliff')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], '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'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.it.xliff')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.nl.xliff')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.no.xliff')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pl.xliff')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pt.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.ro.xliff')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ru.xliff')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sk.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.sl.xliff')], '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'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Cyrl.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sv.xliff')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.th.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.tr.xliff')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.uk.xliff')], '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/babdev/pagerfanta-bundle/translations/pagerfanta.zh_CN.xliff')], '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')], 'oc' => [=> (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.oc.xliff')], 'sw' => [=> (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/translations'), 19 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations'), 20 => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/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/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 29 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 32 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 34 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 46 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 48 => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 49 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 50 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 51 => (\dirname(__DIR__5).'/vendor/php-task/task-bundle/src/translations'), 52 => (\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'vendor/sulu/automation-bundle/Resources/translations'19 => 'vendor/sulu/redirect-bundle/Resources/translations'20 => 'vendor/babdev/pagerfanta-bundle/translations'21 => 'translations'22 => 'vendor/symfony/framework-bundle/translations'23 => 'vendor/symfony/twig-bundle/translations'24 => 'vendor/symfony/monolog-bundle/translations'25 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'26 => 'vendor/doctrine/doctrine-bundle/translations'27 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'28 => 'vendor/doctrine/phpcr-bundle/src/translations'29 => 'vendor/friendsofsymfony/rest-bundle/translations'30 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'31 => 'vendor/jms/serializer-bundle/translations'32 => 'vendor/massive/search-bundle/translations'33 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'34 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'35 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'36 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'38 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'39 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'40 => 'vendor/dantleech/phpcr-migrations-bundle/translations'41 => 'vendor/massive/build-bundle/translations'42 => 'vendor/symfony/web-profiler-bundle/translations'43 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'44 => 'vendor/symfony/debug-bundle/translations'45 => 'vendor/symfony/security-bundle/translations'46 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'47 => 'vendor/symfony-cmf/routing-bundle/src/translations'48 => 'vendor/stof/doctrine-extensions-bundle/src/translations'49 => 'vendor/symfony/maker-bundle/src/translations'50 => 'vendor/doctrine/doctrine-migrations-bundle/translations'51 => 'vendor/php-task/task-bundle/src/translations'52 => 'vendor/nelmio/api-doc-bundle/translations']]], []);
  5594.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5595.         $instance->setFallbackLocales([=> 'cs']);
  5596.         return $instance;
  5597.     }
  5598.     /**
  5599.      * Gets the private 'twig' shared service.
  5600.      *
  5601.      * @return \Twig\Environment
  5602.      */
  5603.     protected function getTwigService()
  5604.     {
  5605.         $this->privates['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['strict_variables' => false'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true]);
  5606.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  5607.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  5608.         $c = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  5609.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  5610.         }, 1)));
  5611.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5612.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5613.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  5614.         $g = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  5615.         $h = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  5616.         $i = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  5617.         $j = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5618.         $k = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  5619.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  5620.         $m = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($l'dev'$j);
  5621.         $n = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  5622.         $o = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  5623.         $o->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  5624.         $p = new \Symfony\Bridge\Twig\AppVariable();
  5625.         $p->setEnvironment('dev');
  5626.         $p->setDebug(true);
  5627.         if ($this->has('.container.private.security.token_storage')) {
  5628.             $p->setTokenStorage($f);
  5629.         }
  5630.         if ($this->has('request_stack')) {
  5631.             $p->setRequestStack($e);
  5632.         }
  5633.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  5634.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  5635.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  5636.         $instance->addExtension($c);
  5637.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__5), 'UTF-8'));
  5638.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  5639.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  5640.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  5641.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  5642.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  5643.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  5644.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  5645.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  5646.         $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())));
  5647.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  5648.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  5649.         $instance->addExtension(new \App\Twig\AppExtension());
  5650.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  5651.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  5652.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  5653.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  5654.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  5655.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  5656.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  5657.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension(($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService()), ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $g$h));
  5658.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(($this->privates['sulu_snippet.twig.snippet'] ?? $this->getSuluSnippet_Twig_SnippetService()), $h1));
  5659.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($i$j$k));
  5660.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($i$j$k));
  5661.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  5662.         $instance->addExtension(new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), $g$h));
  5663.         $instance->addExtension($m);
  5664.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($n, ($this->privates['sulu_website.navigation_mapper'] ?? $this->getSuluWebsite_NavigationMapperService()), $j), $h1));
  5665.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator(($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), $l, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), 'dev'), $l'dev'$j), $h1));
  5666.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($n, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $j, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $l$e), $h1));
  5667.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($j$m));
  5668.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($j$m$e));
  5669.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  5670.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($o));
  5671.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($c));
  5672.         $instance->addGlobal('app'$p);
  5673.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5674.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  5675.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  5676.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  5677.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  5678.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  5679.         ], [
  5680.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  5681.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  5682.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  5683.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  5684.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  5685.         ])));
  5686.         $instance->addGlobal('base_path''/');
  5687.         $instance->registerUndefinedFunctionCallback([=> new \BabDev\PagerfantaBundle\Twig\UndefinedCallableHandler(), => 'onUndefinedFunction']);
  5688.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  5689.         return $instance;
  5690.     }
  5691.     /**
  5692.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5693.      *
  5694.      * @return \Twig\Loader\FilesystemLoader
  5695.      */
  5696.     protected function getTwig_Loader_NativeFilesystemService()
  5697.     {
  5698.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  5699.         $instance->addPath((\dirname(__DIR__5).'/stack/src/components'), 'Components');
  5700.         $instance->addPath((\dirname(__DIR__5).'/stack/src/images'), 'Images');
  5701.         $instance->addPath((\dirname(__DIR__5).'/public/uploads/media/svg'), 'Svg');
  5702.         $instance->addPath((\dirname(__DIR__5).'/templates/bundles/SuluWebsite'), 'SuluWebsite');
  5703.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5704.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5705.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  5706.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  5707.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  5708.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  5709.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  5710.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  5711.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  5712.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  5713.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  5714.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  5715.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  5716.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  5717.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5718.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5719.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  5720.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  5721.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5722.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5723.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5724.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5725.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  5726.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  5727.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5728.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5729.         $instance->addPath((\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/templates'), 'BabDevPagerfanta');
  5730.         $instance->addPath((\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle/templates'), '!BabDevPagerfanta');
  5731.         $instance->addPath((\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  5732.         $instance->addPath((\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  5733.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  5734.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5735.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5736.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5737.         return $instance;
  5738.     }
  5739.     /**
  5740.      * Gets the private 'url_helper' shared service.
  5741.      *
  5742.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  5743.      */
  5744.     protected function getUrlHelperService()
  5745.     {
  5746.         $a = ($this->services['router'] ?? $this->getRouterService());
  5747.         if (isset($this->privates['url_helper'])) {
  5748.             return $this->privates['url_helper'];
  5749.         }
  5750.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  5751.     }
  5752.     /**
  5753.      * Gets the private 'validator.builder' shared service.
  5754.      *
  5755.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5756.      */
  5757.     protected function getValidator_BuilderService()
  5758.     {
  5759.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5760.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5761.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5762.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5763.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  5764.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5765.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5766.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5767.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5768.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  5769.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5770.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5771.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5772.         ], [
  5773.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5774.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  5775.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5776.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5777.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5778.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5779.             'cmf_routing.validator.route_defaults' => '?',
  5780.             'doctrine.orm.validator.unique' => '?',
  5781.             'security.validator.user_password' => '?',
  5782.             'validator.expression' => '?',
  5783.         ])));
  5784.         if ($this->has('translator')) {
  5785.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5786.         }
  5787.         $instance->setTranslationDomain('validators');
  5788.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5789.         $instance->enableAnnotationMapping(true);
  5790.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5791.         $instance->addMethodMapping('loadValidatorMetadata');
  5792.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5793.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5794.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5795.         return $instance;
  5796.     }
  5797.     /**
  5798.      * Gets the private 'var_dumper.html_dumper' shared service.
  5799.      *
  5800.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5801.      */
  5802.     protected function getVarDumper_HtmlDumperService()
  5803.     {
  5804.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5805.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5806.         return $instance;
  5807.     }
  5808.     /**
  5809.      * Gets the private 'var_dumper.server_connection' shared service.
  5810.      *
  5811.      * @return \Symfony\Component\VarDumper\Server\Connection
  5812.      */
  5813.     protected function getVarDumper_ServerConnectionService()
  5814.     {
  5815.         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()]);
  5816.     }
  5817.     /**
  5818.      * Gets the private 'web_profiler.csp.handler' shared service.
  5819.      *
  5820.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5821.      */
  5822.     protected function getWebProfiler_Csp_HandlerService()
  5823.     {
  5824.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5825.     }
  5826.     /**
  5827.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5828.      *
  5829.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5830.      */
  5831.     protected function getWebProfiler_DebugToolbarService()
  5832.     {
  5833.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  5834.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5835.             return $this->privates['web_profiler.debug_toolbar'];
  5836.         }
  5837.         $b = ($this->services['router'] ?? $this->getRouterService());
  5838.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5839.             return $this->privates['web_profiler.debug_toolbar'];
  5840.         }
  5841.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5842.     }
  5843.     /**
  5844.      * Gets the public 'cache_clearer' alias.
  5845.      *
  5846.      * @return object The ".container.private.cache_clearer" service.
  5847.      */
  5848.     protected function getCacheClearerService()
  5849.     {
  5850.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5851.         return $this->get('.container.private.cache_clearer');
  5852.     }
  5853.     /**
  5854.      * Gets the public 'filesystem' alias.
  5855.      *
  5856.      * @return object The ".container.private.filesystem" service.
  5857.      */
  5858.     protected function getFilesystemService()
  5859.     {
  5860.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5861.         return $this->get('.container.private.filesystem');
  5862.     }
  5863.     /**
  5864.      * Gets the public 'serializer' alias.
  5865.      *
  5866.      * @return object The ".container.private.serializer" service.
  5867.      */
  5868.     protected function getSerializerService()
  5869.     {
  5870.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5871.         return $this->get('.container.private.serializer');
  5872.     }
  5873.     /**
  5874.      * Gets the public 'security.csrf.token_manager' alias.
  5875.      *
  5876.      * @return object The ".container.private.security.csrf.token_manager" service.
  5877.      */
  5878.     protected function getSecurity_Csrf_TokenManagerService()
  5879.     {
  5880.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5881.         return $this->get('.container.private.security.csrf.token_manager');
  5882.     }
  5883.     /**
  5884.      * Gets the public 'form.factory' alias.
  5885.      *
  5886.      * @return object The ".container.private.form.factory" service.
  5887.      */
  5888.     protected function getForm_FactoryService()
  5889.     {
  5890.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5891.         return $this->get('.container.private.form.factory');
  5892.     }
  5893.     /**
  5894.      * Gets the public 'form.type.file' alias.
  5895.      *
  5896.      * @return object The ".container.private.form.type.file" service.
  5897.      */
  5898.     protected function getForm_Type_FileService()
  5899.     {
  5900.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5901.         return $this->get('.container.private.form.type.file');
  5902.     }
  5903.     /**
  5904.      * Gets the public 'profiler' alias.
  5905.      *
  5906.      * @return object The ".container.private.profiler" service.
  5907.      */
  5908.     protected function getProfilerService()
  5909.     {
  5910.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5911.         return $this->get('.container.private.profiler');
  5912.     }
  5913.     /**
  5914.      * Gets the public 'security.authorization_checker' alias.
  5915.      *
  5916.      * @return object The ".container.private.security.authorization_checker" service.
  5917.      */
  5918.     protected function getSecurity_AuthorizationCheckerService()
  5919.     {
  5920.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5921.         return $this->get('.container.private.security.authorization_checker');
  5922.     }
  5923.     /**
  5924.      * Gets the public 'security.token_storage' alias.
  5925.      *
  5926.      * @return object The ".container.private.security.token_storage" service.
  5927.      */
  5928.     protected function getSecurity_TokenStorageService()
  5929.     {
  5930.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5931.         return $this->get('.container.private.security.token_storage');
  5932.     }
  5933.     /**
  5934.      * Gets the public 'pagerfanta.route_generator_factory' alias.
  5935.      *
  5936.      * @return object The ".container.private.pagerfanta.route_generator_factory" service.
  5937.      */
  5938.     protected function getPagerfanta_RouteGeneratorFactoryService()
  5939.     {
  5940.         trigger_deprecation('babdev/pagerfanta-bundle''3.5''Accessing the "pagerfanta.route_generator_factory" service directly from the container is deprecated, use dependency injection instead.');
  5941.         return $this->get('.container.private.pagerfanta.route_generator_factory');
  5942.     }
  5943.     /**
  5944.      * Gets the public 'pagerfanta.view_factory' alias.
  5945.      *
  5946.      * @return object The ".container.private.pagerfanta.view_factory" service.
  5947.      */
  5948.     protected function getPagerfanta_ViewFactoryService()
  5949.     {
  5950.         trigger_deprecation('babdev/pagerfanta-bundle''3.5''Accessing the "pagerfanta.view_factory" service directly from the container is deprecated, use dependency injection instead.');
  5951.         return $this->get('.container.private.pagerfanta.view_factory');
  5952.     }
  5953.     /**
  5954.      * Gets the public 'security.password_encoder' alias.
  5955.      *
  5956.      * @return object The ".container.private.security.password_encoder" service.
  5957.      */
  5958.     protected function getSecurity_PasswordEncoderService()
  5959.     {
  5960.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5961.         return $this->get('.container.private.security.password_encoder');
  5962.     }
  5963.     /**
  5964.      * Gets the public 'session' alias.
  5965.      *
  5966.      * @return object The ".container.private.session" service.
  5967.      */
  5968.     protected function getSessionService()
  5969.     {
  5970.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5971.         return $this->get('.container.private.session');
  5972.     }
  5973.     /**
  5974.      * Gets the public 'validator' alias.
  5975.      *
  5976.      * @return object The ".container.private.validator" service.
  5977.      */
  5978.     protected function getValidatorService()
  5979.     {
  5980.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5981.         return $this->get('.container.private.validator');
  5982.     }
  5983.     /**
  5984.      * @return array|bool|float|int|string|\UnitEnum|null
  5985.      */
  5986.     public function getParameter(string $name)
  5987.     {
  5988.         if (isset($this->buildParameters[$name])) {
  5989.             return $this->buildParameters[$name];
  5990.         }
  5991.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5992.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5993.         }
  5994.         if (isset($this->loadedDynamicParameters[$name])) {
  5995.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5996.         }
  5997.         return $this->parameters[$name];
  5998.     }
  5999.     public function hasParameter(string $name): bool
  6000.     {
  6001.         if (isset($this->buildParameters[$name])) {
  6002.             return true;
  6003.         }
  6004.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6005.     }
  6006.     public function setParameter(string $name$value): void
  6007.     {
  6008.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6009.     }
  6010.     public function getParameterBag(): ParameterBagInterface
  6011.     {
  6012.         if (null === $this->parameterBag) {
  6013.             $parameters $this->parameters;
  6014.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6015.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6016.             }
  6017.             foreach ($this->buildParameters as $name => $value) {
  6018.                 $parameters[$name] = $value;
  6019.             }
  6020.             $this->parameterBag = new FrozenParameterBag($parameters);
  6021.         }
  6022.         return $this->parameterBag;
  6023.     }
  6024.     private $loadedDynamicParameters = [
  6025.         'kernel.runtime_environment' => false,
  6026.         'kernel.build_dir' => false,
  6027.         'kernel.cache_dir' => false,
  6028.         'kernel.secret' => false,
  6029.         'debug.container.dump' => false,
  6030.         'serializer.mapping.cache.file' => false,
  6031.         'session.save_path' => false,
  6032.         'validator.mapping.cache.file' => false,
  6033.         'profiler.storage.dsn' => false,
  6034.         'sulu.cache_dir' => false,
  6035.         'sulu_core.proxy_cache_dir' => false,
  6036.         'doctrine.orm.proxy_dir' => false,
  6037.         'massive_search.metadata.prefix' => false,
  6038.         'massive_search.metadata.cache_dir' => false,
  6039.         'sulu_admin.email' => false,
  6040.         'sulu_website.sitemap.dump_dir' => false,
  6041.         'task.lock.storages.file' => false,
  6042.     ];
  6043.     private $dynamicParameters = [];
  6044.     private function getDynamicParameter(string $name)
  6045.     {
  6046.         switch ($name) {
  6047.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6048.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6049.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6050.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6051.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6052.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6053.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6054.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6055.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6056.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  6057.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  6058.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6059.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  6060.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  6061.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6062.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  6063.             case 'task.lock.storages.file'$value = [
  6064.                 'directory' => ($this->targetDir.''.'/tasks'),
  6065.             ]; break;
  6066.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6067.         }
  6068.         $this->loadedDynamicParameters[$name] = true;
  6069.         return $this->dynamicParameters[$name] = $value;
  6070.     }
  6071.     protected function getDefaultParameters(): array
  6072.     {
  6073.         return [
  6074.             'kernel.project_dir' => \dirname(__DIR__5),
  6075.             'kernel.environment' => 'dev',
  6076.             'kernel.debug' => true,
  6077.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  6078.             'kernel.bundles' => [
  6079.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6080.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6081.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6082.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  6083.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6084.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6085.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  6086.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6087.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  6088.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  6089.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  6090.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  6091.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  6092.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  6093.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  6094.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  6095.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  6096.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  6097.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  6098.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  6099.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  6100.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  6101.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  6102.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  6103.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  6104.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  6105.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  6106.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  6107.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  6108.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  6109.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  6110.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  6111.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6112.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  6113.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6114.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6115.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  6116.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  6117.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  6118.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  6119.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  6120.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6121.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6122.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6123.                 'TaskBundle' => 'Task\\TaskBundle\\TaskBundle',
  6124.                 'SuluAutomationBundle' => 'Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle',
  6125.                 'SuluRedirectBundle' => 'Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle',
  6126.                 'BabDevPagerfantaBundle' => 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle',
  6127.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  6128.             ],
  6129.             'kernel.bundles_metadata' => [
  6130.                 'FrameworkBundle' => [
  6131.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  6132.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6133.                 ],
  6134.                 'TwigBundle' => [
  6135.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  6136.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6137.                 ],
  6138.                 'MonologBundle' => [
  6139.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  6140.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6141.                 ],
  6142.                 'SuluCoreBundle' => [
  6143.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  6144.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  6145.                 ],
  6146.                 'DoctrineBundle' => [
  6147.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  6148.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6149.                 ],
  6150.                 'DoctrineFixturesBundle' => [
  6151.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6152.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6153.                 ],
  6154.                 'DoctrinePHPCRBundle' => [
  6155.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  6156.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  6157.                 ],
  6158.                 'FOSRestBundle' => [
  6159.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  6160.                     'namespace' => 'FOS\\RestBundle',
  6161.                 ],
  6162.                 'RestRoutingBundle' => [
  6163.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  6164.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  6165.                 ],
  6166.                 'JMSSerializerBundle' => [
  6167.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  6168.                     'namespace' => 'JMS\\SerializerBundle',
  6169.                 ],
  6170.                 'MassiveSearchBundle' => [
  6171.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  6172.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  6173.                 ],
  6174.                 'FOSHttpCacheBundle' => [
  6175.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  6176.                     'namespace' => 'FOS\\HttpCacheBundle',
  6177.                 ],
  6178.                 'SuluAdminBundle' => [
  6179.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  6180.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  6181.                 ],
  6182.                 'SuluSearchBundle' => [
  6183.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  6184.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  6185.                 ],
  6186.                 'SuluPersistenceBundle' => [
  6187.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  6188.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  6189.                 ],
  6190.                 'SuluContactBundle' => [
  6191.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  6192.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  6193.                 ],
  6194.                 'SuluMediaBundle' => [
  6195.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  6196.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  6197.                 ],
  6198.                 'SuluSecurityBundle' => [
  6199.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  6200.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  6201.                 ],
  6202.                 'SuluCategoryBundle' => [
  6203.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  6204.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  6205.                 ],
  6206.                 'SuluSnippetBundle' => [
  6207.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  6208.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  6209.                 ],
  6210.                 'SuluPageBundle' => [
  6211.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  6212.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  6213.                 ],
  6214.                 'SuluTagBundle' => [
  6215.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  6216.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  6217.                 ],
  6218.                 'SuluWebsiteBundle' => [
  6219.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  6220.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  6221.                 ],
  6222.                 'SuluLocationBundle' => [
  6223.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  6224.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  6225.                 ],
  6226.                 'SuluHttpCacheBundle' => [
  6227.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  6228.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  6229.                 ],
  6230.                 'SuluDocumentManagerBundle' => [
  6231.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  6232.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  6233.                 ],
  6234.                 'SuluHashBundle' => [
  6235.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  6236.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  6237.                 ],
  6238.                 'SuluCustomUrlBundle' => [
  6239.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  6240.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  6241.                 ],
  6242.                 'SuluRouteBundle' => [
  6243.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  6244.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  6245.                 ],
  6246.                 'SuluMarkupBundle' => [
  6247.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  6248.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  6249.                 ],
  6250.                 'PhpcrMigrationsBundle' => [
  6251.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  6252.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  6253.                 ],
  6254.                 'MassiveBuildBundle' => [
  6255.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  6256.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  6257.                 ],
  6258.                 'WebProfilerBundle' => [
  6259.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  6260.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6261.                 ],
  6262.                 'SuluTestBundle' => [
  6263.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  6264.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  6265.                 ],
  6266.                 'DebugBundle' => [
  6267.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  6268.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6269.                 ],
  6270.                 'SecurityBundle' => [
  6271.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  6272.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6273.                 ],
  6274.                 'SuluPreviewBundle' => [
  6275.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  6276.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  6277.                 ],
  6278.                 'FOSJsRoutingBundle' => [
  6279.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  6280.                     'namespace' => 'FOS\\JsRoutingBundle',
  6281.                 ],
  6282.                 'CmfRoutingBundle' => [
  6283.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  6284.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  6285.                 ],
  6286.                 'SuluActivityBundle' => [
  6287.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  6288.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  6289.                 ],
  6290.                 'SuluTrashBundle' => [
  6291.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  6292.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  6293.                 ],
  6294.                 'StofDoctrineExtensionsBundle' => [
  6295.                     'path' => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/src'),
  6296.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6297.                 ],
  6298.                 'MakerBundle' => [
  6299.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  6300.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6301.                 ],
  6302.                 'DoctrineMigrationsBundle' => [
  6303.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  6304.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6305.                 ],
  6306.                 'TaskBundle' => [
  6307.                     'path' => (\dirname(__DIR__5).'/vendor/php-task/task-bundle/src'),
  6308.                     'namespace' => 'Task\\TaskBundle',
  6309.                 ],
  6310.                 'SuluAutomationBundle' => [
  6311.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle'),
  6312.                     'namespace' => 'Sulu\\Bundle\\AutomationBundle',
  6313.                 ],
  6314.                 'SuluRedirectBundle' => [
  6315.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle'),
  6316.                     'namespace' => 'Sulu\\Bundle\\RedirectBundle',
  6317.                 ],
  6318.                 'BabDevPagerfantaBundle' => [
  6319.                     'path' => (\dirname(__DIR__5).'/vendor/babdev/pagerfanta-bundle'),
  6320.                     'namespace' => 'BabDev\\PagerfantaBundle',
  6321.                 ],
  6322.                 'NelmioApiDocBundle' => [
  6323.                     'path' => (\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle'),
  6324.                     'namespace' => 'Nelmio\\ApiDocBundle',
  6325.                 ],
  6326.             ],
  6327.             'kernel.charset' => 'UTF-8',
  6328.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6329.             'sulu.context' => 'website',
  6330.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  6331.             'container.dumper.inline_class_loader' => true,
  6332.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  6333.             'env(PHPCR_WORKSPACE)' => 'default',
  6334.             'default_locale' => 'cs',
  6335.             'uploads_directory' => '/uploads',
  6336.             'timezone' => 'Europe/Prague',
  6337.             'event_dispatcher.event_aliases' => [
  6338.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6339.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6340.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6341.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6342.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6343.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6344.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6345.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6346.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6347.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6348.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6349.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6350.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6351.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6352.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6353.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6354.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6355.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6356.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6357.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6358.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6359.             ],
  6360.             'fragment.renderer.hinclude.global_template' => NULL,
  6361.             'fragment.path' => '/_fragment',
  6362.             'kernel.http_method_override' => true,
  6363.             'kernel.trusted_hosts' => [
  6364.             ],
  6365.             'kernel.default_locale' => 'cs',
  6366.             'kernel.enabled_locales' => [
  6367.             ],
  6368.             'kernel.error_controller' => 'error_controller',
  6369.             'debug.file_link_format' => NULL,
  6370.             'asset.request_context.base_path' => NULL,
  6371.             'asset.request_context.secure' => NULL,
  6372.             'translator.logging' => false,
  6373.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  6374.             'debug.error_handler.throw_at' => -1,
  6375.             'router.request_context.host' => 'localhost',
  6376.             'router.request_context.scheme' => 'http',
  6377.             'router.request_context.base_url' => '',
  6378.             'router.resource' => 'kernel::loadRoutes',
  6379.             'request_listener.http_port' => 80,
  6380.             'request_listener.https_port' => 443,
  6381.             'session.metadata.storage_key' => '_sf2_meta',
  6382.             'session.storage.options' => [
  6383.                 'cache_limiter' => '0',
  6384.                 'name' => 'SULUSESSID',
  6385.                 'cookie_secure' => 'auto',
  6386.                 'cookie_httponly' => true,
  6387.                 'cookie_samesite' => 'lax',
  6388.                 'gc_probability' => 1,
  6389.             ],
  6390.             'session.metadata.update_threshold' => 0,
  6391.             'form.type_extension.csrf.enabled' => true,
  6392.             'form.type_extension.csrf.field_name' => '_token',
  6393.             'validator.translation_domain' => 'validators',
  6394.             'profiler_listener.only_exceptions' => false,
  6395.             'profiler_listener.only_main_requests' => false,
  6396.             'twig.form.resources' => [
  6397.                 => 'form_div_layout.html.twig',
  6398.                 => 'forms/basic.html.twig',
  6399.             ],
  6400.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  6401.             'monolog.use_microseconds' => true,
  6402.             'monolog.swift_mailer.handlers' => [
  6403.             ],
  6404.             'monolog.handlers_to_channels' => [
  6405.                 'monolog.handler.console' => [
  6406.                     'type' => 'exclusive',
  6407.                     'elements' => [
  6408.                         => 'event',
  6409.                         => 'doctrine',
  6410.                         => 'console',
  6411.                     ],
  6412.                 ],
  6413.                 'monolog.handler.main' => [
  6414.                     'type' => 'exclusive',
  6415.                     'elements' => [
  6416.                         => 'event',
  6417.                     ],
  6418.                 ],
  6419.             ],
  6420.             'sulu_core.locales' => [
  6421.                 => 'cs',
  6422.                 => 'en',
  6423.             ],
  6424.             'sulu_core.translated_locales' => [
  6425.                 'cs' => 'Czech',
  6426.                 'en' => 'English',
  6427.             ],
  6428.             'sulu_core.translations' => [
  6429.                 => 'cs',
  6430.                 => 'en',
  6431.             ],
  6432.             'sulu_core.fallback_locale' => 'en',
  6433.             'sulu.content.language.namespace' => 'i18n',
  6434.             'sulu.content.language.default' => 'cs',
  6435.             'sulu.content.node_names.base' => 'cmf',
  6436.             'sulu.content.node_names.content' => 'contents',
  6437.             'sulu.content.node_names.route' => 'routes',
  6438.             'sulu.content.node_names.snippet' => 'snippets',
  6439.             'sulu.content.structure.default_types' => [
  6440.                 'snippet' => 'default',
  6441.                 'block' => 'content',
  6442.             ],
  6443.             'sulu.content.structure.default_type.snippet' => 'default',
  6444.             'sulu.content.structure.default_type.block' => 'content',
  6445.             'sulu.content.structure.required_properties' => [
  6446.                 'home' => [
  6447.                     => 'title',
  6448.                 ],
  6449.                 'page' => [
  6450.                     => 'title',
  6451.                 ],
  6452.                 'snippet' => [
  6453.                     => 'title',
  6454.                 ],
  6455.                 'block' => [
  6456.                     => 'title',
  6457.                 ],
  6458.             ],
  6459.             'sulu.content.structure.required_tags' => [
  6460.                 'home' => [
  6461.                     => 'sulu.rlp',
  6462.                 ],
  6463.                 'page' => [
  6464.                     => 'sulu.rlp',
  6465.                 ],
  6466.             ],
  6467.             'sulu.content.internal_prefix' => '',
  6468.             'sulu.content.structure.type_map' => [
  6469.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6470.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6471.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  6472.                 'block' => 'App\\Content\\Compat\\Structure\\BlockBridge',
  6473.             ],
  6474.             'sulu.content.structure.paths' => [
  6475.                 'page' => [
  6476.                     => [
  6477.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  6478.                         'type' => 'page',
  6479.                     ],
  6480.                     => [
  6481.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  6482.                         'type' => 'page',
  6483.                     ],
  6484.                     => [
  6485.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  6486.                         'type' => 'page',
  6487.                     ],
  6488.                 ],
  6489.                 'home' => [
  6490.                     => [
  6491.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  6492.                         'type' => 'home',
  6493.                     ],
  6494.                 ],
  6495.                 'snippet' => [
  6496.                     => [
  6497.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  6498.                         'type' => 'snippet',
  6499.                     ],
  6500.                 ],
  6501.                 'block' => [
  6502.                     => [
  6503.                         'path' => (\dirname(__DIR__5).'/config/templates/blocks'),
  6504.                         'type' => 'block',
  6505.                     ],
  6506.                 ],
  6507.             ],
  6508.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  6509.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  6510.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  6511.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  6512.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  6513.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  6514.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  6515.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  6516.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  6517.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  6518.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  6519.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  6520.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  6521.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  6522.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  6523.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  6524.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  6525.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  6526.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  6527.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  6528.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  6529.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  6530.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  6531.             'sulu_core.cache.memoize.default_lifetime' => 1,
  6532.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6533.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  6534.             'sulu.fields_defaults.translations' => [
  6535.                 'id' => 'public.id',
  6536.                 'title' => 'public.title',
  6537.                 'name' => 'public.name',
  6538.                 'created' => 'public.created',
  6539.                 'changed' => 'public.changed',
  6540.             ],
  6541.             'sulu.fields_defaults.widths' => [
  6542.                 'id' => '50px',
  6543.             ],
  6544.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  6545.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  6546.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  6547.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  6548.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  6549.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  6550.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  6551.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6552.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6553.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6554.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6555.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6556.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6557.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6558.             'doctrine.entity_managers' => [
  6559.                 'default' => 'doctrine.orm.default_entity_manager',
  6560.             ],
  6561.             'doctrine.default_entity_manager' => 'default',
  6562.             'doctrine.dbal.connection_factory.types' => [
  6563.                 'enumstatus' => [
  6564.                     'class' => 'App\\Dbal\\EnumStatusType',
  6565.                 ],
  6566.             ],
  6567.             'doctrine.connections' => [
  6568.                 'default' => 'doctrine.dbal.default_connection',
  6569.             ],
  6570.             'doctrine.default_connection' => 'default',
  6571.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6572.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6573.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6574.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6575.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6576.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6577.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6578.             'doctrine.orm.cache.memcache_port' => 11211,
  6579.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6580.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6581.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6582.             'doctrine.orm.cache.memcached_port' => 11211,
  6583.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6584.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6585.             'doctrine.orm.cache.redis_host' => 'localhost',
  6586.             'doctrine.orm.cache.redis_port' => 6379,
  6587.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6588.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6589.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6590.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6591.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6592.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6593.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6594.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6595.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6596.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6597.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6598.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6599.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6600.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6601.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6602.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6603.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6604.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6605.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6606.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6607.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6608.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6609.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6610.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6611.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6612.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6613.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6614.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6615.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6616.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6617.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6618.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6619.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6620.             'doctrine_phpcr.sessions' => [
  6621.                 'default' => 'doctrine_phpcr.default_session',
  6622.                 'live' => 'doctrine_phpcr.live_session',
  6623.             ],
  6624.             'doctrine_phpcr.odm.document_managers' => [
  6625.             ],
  6626.             'doctrine_phpcr.default_session' => 'live',
  6627.             'doctrine_phpcr.odm.default_document_manager' => '',
  6628.             'doctrine_phpcr.dump_max_line_length' => 120,
  6629.             'doctrine_phpcr.form.type_guess' => [
  6630.             ],
  6631.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  6632.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  6633.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  6634.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  6635.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  6636.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  6637.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  6638.             'massive_search.events.index' => 'massive_search.index',
  6639.             'massive_search.events.deindex' => 'massive_search.deindex',
  6640.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  6641.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  6642.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  6643.             'massive_search.metadata.debug' => true,
  6644.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  6645.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  6646.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  6647.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  6648.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  6649.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  6650.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  6651.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  6652.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  6653.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  6654.             'fos_http_cache.cacheable.response.additional_status' => [
  6655.             ],
  6656.             'fos_http_cache.proxy_client.symfony.options' => [
  6657.                 'tags_header' => 'X-Cache-Tags',
  6658.                 'tags_method' => 'PURGETAGS',
  6659.                 'purge_method' => 'PURGE',
  6660.             ],
  6661.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  6662.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  6663.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  6664.             'fos_http_cache.tag_handler.separator' => ',',
  6665.             'fos_http_cache.tag_handler.strict' => false,
  6666.             'fos_http_cache.event_listener.user_context.options' => [
  6667.                 'user_identifier_headers' => [
  6668.                     => 'cookie',
  6669.                     => 'authorization',
  6670.                 ],
  6671.                 'user_hash_header' => 'X-User-Context-Hash',
  6672.                 'ttl' => 0,
  6673.                 'add_vary_on_hash' => true,
  6674.             ],
  6675.             'sulu_admin.name' => 'Sulu Admin',
  6676.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  6677.             'sulu_admin.resources' => [
  6678.                 'redirect_routes' => [
  6679.                     'routes' => [
  6680.                         'list' => 'sulu_redirect.get_redirect-routes',
  6681.                         'detail' => 'sulu_redirect.get_redirect-route',
  6682.                     ],
  6683.                 ],
  6684.                 'tasks' => [
  6685.                     'routes' => [
  6686.                         'list' => 'sulu_automation.get_tasks',
  6687.                         'detail' => 'sulu_automation.get_task',
  6688.                     ],
  6689.                 ],
  6690.                 'trash_items' => [
  6691.                     'routes' => [
  6692.                         'list' => 'sulu_trash.get_trash-items',
  6693.                         'detail' => 'sulu_trash.get_trash-item',
  6694.                     ],
  6695.                 ],
  6696.                 'activities' => [
  6697.                     'routes' => [
  6698.                         'list' => 'sulu_activity.get_activities',
  6699.                     ],
  6700.                 ],
  6701.                 'preview_links' => [
  6702.                     'routes' => [
  6703.                         'detail' => 'sulu_preview.get_preview-link',
  6704.                     ],
  6705.                 ],
  6706.                 'routes' => [
  6707.                     'routes' => [
  6708.                         'list' => 'sulu_routes.get_routes',
  6709.                     ],
  6710.                 ],
  6711.                 'custom_urls' => [
  6712.                     'routes' => [
  6713.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  6714.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  6715.                     ],
  6716.                 ],
  6717.                 'custom_url_routes' => [
  6718.                     'routes' => [
  6719.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  6720.                     ],
  6721.                 ],
  6722.                 'geolocator_locations' => [
  6723.                     'routes' => [
  6724.                         'list' => 'sulu_location.geolocator_query',
  6725.                     ],
  6726.                 ],
  6727.                 'analytics' => [
  6728.                     'routes' => [
  6729.                         'list' => 'sulu_website.cget_webspace_analytics',
  6730.                         'detail' => 'sulu_website.get_webspace_analytics',
  6731.                     ],
  6732.                 ],
  6733.                 'tags' => [
  6734.                     'routes' => [
  6735.                         'list' => 'sulu_tag.get_tags',
  6736.                         'detail' => 'sulu_tag.get_tag',
  6737.                     ],
  6738.                 ],
  6739.                 'page_resourcelocators' => [
  6740.                     'routes' => [
  6741.                         'list' => 'sulu_page.get_page_resourcelocators',
  6742.                     ],
  6743.                 ],
  6744.                 'pages' => [
  6745.                     'routes' => [
  6746.                         'list' => 'sulu_page.get_pages',
  6747.                         'detail' => 'sulu_page.get_page',
  6748.                     ],
  6749.                     'security_context' => 'sulu.webspaces.#webspace#',
  6750.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  6751.                 ],
  6752.                 'page_versions' => [
  6753.                     'routes' => [
  6754.                         'list' => 'sulu_page.get_page_versions',
  6755.                         'detail' => 'sulu_page.post_page_version_trigger',
  6756.                     ],
  6757.                 ],
  6758.                 'webspaces' => [
  6759.                     'routes' => [
  6760.                         'list' => 'sulu_page.get_webspaces',
  6761.                         'detail' => 'sulu_page.get_webspace',
  6762.                     ],
  6763.                 ],
  6764.                 'snippets' => [
  6765.                     'routes' => [
  6766.                         'list' => 'sulu_snippet.get_snippets',
  6767.                         'detail' => 'sulu_snippet.get_snippet',
  6768.                     ],
  6769.                 ],
  6770.                 'snippet_areas' => [
  6771.                     'routes' => [
  6772.                         'list' => 'sulu_snippet.get_snippet-areas',
  6773.                         'detail' => 'sulu_snippet.put_snippet-area',
  6774.                     ],
  6775.                 ],
  6776.                 'categories' => [
  6777.                     'routes' => [
  6778.                         'list' => 'sulu_category.get_categories',
  6779.                         'detail' => 'sulu_category.get_category',
  6780.                     ],
  6781.                 ],
  6782.                 'category_keywords' => [
  6783.                     'routes' => [
  6784.                         'list' => 'sulu_category.get_category_keywords',
  6785.                         'detail' => 'sulu_category.get_category_keyword',
  6786.                     ],
  6787.                 ],
  6788.                 'permissions' => [
  6789.                     'routes' => [
  6790.                         'detail' => 'sulu_security.get_permissions',
  6791.                     ],
  6792.                 ],
  6793.                 'roles' => [
  6794.                     'routes' => [
  6795.                         'list' => 'sulu_security.get_roles',
  6796.                         'detail' => 'sulu_security.get_role',
  6797.                     ],
  6798.                 ],
  6799.                 'users' => [
  6800.                     'routes' => [
  6801.                         'list' => 'sulu_security.get_users',
  6802.                         'detail' => 'sulu_security.get_user',
  6803.                     ],
  6804.                 ],
  6805.                 'profile' => [
  6806.                     'routes' => [
  6807.                         'detail' => 'sulu_security.get_profile',
  6808.                     ],
  6809.                 ],
  6810.                 'media' => [
  6811.                     'routes' => [
  6812.                         'list' => 'sulu_media.cget_media',
  6813.                         'detail' => 'sulu_media.get_media',
  6814.                     ],
  6815.                     'security_context' => 'sulu.media.collections',
  6816.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  6817.                 ],
  6818.                 'media_preview' => [
  6819.                     'routes' => [
  6820.                         'detail' => 'sulu_media.post_media_preview',
  6821.                     ],
  6822.                 ],
  6823.                 'media_formats' => [
  6824.                     'routes' => [
  6825.                         'list' => 'sulu_media.get_media_formats',
  6826.                         'detail' => 'sulu_media.put_media_format',
  6827.                     ],
  6828.                 ],
  6829.                 'media_versions' => [
  6830.                     'routes' => [
  6831.                         'detail' => 'sulu_media.delete_media_version',
  6832.                     ],
  6833.                 ],
  6834.                 'collections' => [
  6835.                     'routes' => [
  6836.                         'list' => 'sulu_media.get_collections',
  6837.                         'detail' => 'sulu_media.get_collection',
  6838.                     ],
  6839.                 ],
  6840.                 'formats' => [
  6841.                     'routes' => [
  6842.                         'list' => 'sulu_media.get_formats',
  6843.                         'detail' => 'sulu_media.get_format',
  6844.                     ],
  6845.                 ],
  6846.                 'contacts' => [
  6847.                     'routes' => [
  6848.                         'list' => 'sulu_contact.get_contacts',
  6849.                         'detail' => 'sulu_contact.get_contact',
  6850.                     ],
  6851.                 ],
  6852.                 'contact_titles' => [
  6853.                     'routes' => [
  6854.                         'list' => 'sulu_contact.get_contact-titles',
  6855.                     ],
  6856.                 ],
  6857.                 'contact_positions' => [
  6858.                     'routes' => [
  6859.                         'list' => 'sulu_contact.get_contact-positions',
  6860.                     ],
  6861.                 ],
  6862.                 'contact_media' => [
  6863.                     'routes' => [
  6864.                         'list' => 'sulu_contact.cget_contact_medias',
  6865.                         'detail' => 'sulu_contact.delete_contact_medias',
  6866.                     ],
  6867.                 ],
  6868.                 'accounts' => [
  6869.                     'routes' => [
  6870.                         'list' => 'sulu_contact.get_accounts',
  6871.                         'detail' => 'sulu_contact.get_account',
  6872.                     ],
  6873.                 ],
  6874.                 'account_media' => [
  6875.                     'routes' => [
  6876.                         'list' => 'sulu_contact.cget_account_medias',
  6877.                         'detail' => 'sulu_contact.delete_account_medias',
  6878.                     ],
  6879.                 ],
  6880.                 'account_contacts' => [
  6881.                     'routes' => [
  6882.                         'list' => 'sulu_contact.get_account_contacts',
  6883.                         'detail' => 'sulu_contact.delete_account_contacts',
  6884.                     ],
  6885.                 ],
  6886.                 'search' => [
  6887.                     'routes' => [
  6888.                         'list' => 'sulu_search_search',
  6889.                     ],
  6890.                 ],
  6891.                 'search_indexes' => [
  6892.                     'routes' => [
  6893.                         'list' => 'sulu_search_indexes',
  6894.                     ],
  6895.                 ],
  6896.                 'collaborations' => [
  6897.                     'routes' => [
  6898.                         'detail' => 'sulu_admin.put_collaborations',
  6899.                     ],
  6900.                 ],
  6901.                 'localizations' => [
  6902.                     'routes' => [
  6903.                         'list' => 'sulu_core.get_localizations',
  6904.                     ],
  6905.                 ],
  6906.                 'teasers' => [
  6907.                     'routes' => [
  6908.                         'list' => 'sulu_page.get_teasers',
  6909.                     ],
  6910.                 ],
  6911.             ],
  6912.             'sulu_admin.collaboration_enabled' => false,
  6913.             'sulu_admin.collaboration_interval' => 20,
  6914.             'sulu_admin.collaboration_threshold' => 60,
  6915.             'sulu_admin.forms.directories' => [
  6916.                 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/forms'),
  6917.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  6918.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  6919.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  6920.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  6921.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  6922.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  6923.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  6924.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  6925.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  6926.                 10 => (\dirname(__DIR__5).'/config/forms'),
  6927.             ],
  6928.             'sulu_admin.lists.directories' => [
  6929.                 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/lists'),
  6930.                 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/DependencyInjection/../Resources/config/lists'),
  6931.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6932.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  6933.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  6934.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  6935.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  6936.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  6937.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  6938.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  6939.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  6940.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  6941.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  6942.                 13 => (\dirname(__DIR__5).'/config/lists'),
  6943.             ],
  6944.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  6945.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  6946.             'sulu_search.indexes' => [
  6947.                 'snippet' => [
  6948.                     'name' => 'sulu_snippet.snippets',
  6949.                     'icon' => 'su-snippet',
  6950.                     'view' => [
  6951.                         'name' => 'sulu_snippet.edit_form',
  6952.                         'result_to_view' => [
  6953.                             'id' => 'id',
  6954.                             'locale' => 'locale',
  6955.                         ],
  6956.                     ],
  6957.                     'security_context' => 'sulu.global.snippets',
  6958.                     'contexts' => [
  6959.                     ],
  6960.                 ],
  6961.                 'category' => [
  6962.                     'name' => 'sulu_category.categories',
  6963.                     'icon' => 'su-tag',
  6964.                     'view' => [
  6965.                         'name' => 'sulu_category.edit_form',
  6966.                         'result_to_view' => [
  6967.                             'id' => 'id',
  6968.                             'locale' => 'locale',
  6969.                         ],
  6970.                     ],
  6971.                     'security_context' => 'sulu.settings.categories',
  6972.                     'contexts' => [
  6973.                     ],
  6974.                 ],
  6975.                 'media' => [
  6976.                     'name' => 'sulu_media.media',
  6977.                     'icon' => 'su-image',
  6978.                     'view' => [
  6979.                         'name' => 'sulu_media.form',
  6980.                         'result_to_view' => [
  6981.                             'id' => 'id',
  6982.                             'locale' => 'locale',
  6983.                         ],
  6984.                     ],
  6985.                     'security_context' => 'sulu.media.collections',
  6986.                     'contexts' => [
  6987.                     ],
  6988.                 ],
  6989.                 'contact' => [
  6990.                     'name' => 'sulu_contact.people',
  6991.                     'icon' => 'su-user',
  6992.                     'view' => [
  6993.                         'name' => 'sulu_contact.contact_edit_form',
  6994.                         'result_to_view' => [
  6995.                             'id' => 'id',
  6996.                             'locale' => 'locale',
  6997.                         ],
  6998.                     ],
  6999.                     'security_context' => 'sulu.contact.people',
  7000.                     'contexts' => [
  7001.                     ],
  7002.                 ],
  7003.                 'account' => [
  7004.                     'name' => 'sulu_contact.organizations',
  7005.                     'icon' => 'su-house',
  7006.                     'view' => [
  7007.                         'name' => 'sulu_contact.account_edit_form',
  7008.                         'result_to_view' => [
  7009.                             'id' => 'id',
  7010.                             'locale' => 'locale',
  7011.                         ],
  7012.                     ],
  7013.                     'security_context' => 'sulu.contact.organizations',
  7014.                     'contexts' => [
  7015.                     ],
  7016.                 ],
  7017.                 'articles' => [
  7018.                     'name' => 'app.articles',
  7019.                     'icon' => 'su-newspaper',
  7020.                     'security_context' => 'sulu.entities.articles',
  7021.                     'contexts' => [
  7022.                     ],
  7023.                     'view' => [
  7024.                         'name' => 'app.article.edit_form',
  7025.                         'result_to_view' => [
  7026.                             'id' => 'id',
  7027.                             'locale' => 'locale',
  7028.                             'webspace' => 'webspace',
  7029.                         ],
  7030.                     ],
  7031.                 ],
  7032.                 'products' => [
  7033.                     'name' => 'app.products',
  7034.                     'icon' => 'su-list-check',
  7035.                     'security_context' => 'sulu.entities.products',
  7036.                     'contexts' => [
  7037.                     ],
  7038.                     'view' => [
  7039.                         'name' => 'app.product.edit_form',
  7040.                         'result_to_view' => [
  7041.                             'id' => 'id',
  7042.                             'locale' => 'locale',
  7043.                             'webspace' => 'webspace',
  7044.                         ],
  7045.                     ],
  7046.                 ],
  7047.                 'page_hormen' => [
  7048.                     'name' => 'Hormen',
  7049.                     'icon' => 'su-document',
  7050.                     'view' => [
  7051.                         'name' => 'sulu_page.page_edit_form',
  7052.                         'result_to_view' => [
  7053.                             'id' => 'id',
  7054.                             'locale' => 'locale',
  7055.                             'properties/webspace_key' => 'webspace',
  7056.                         ],
  7057.                     ],
  7058.                     'security_context' => 'sulu.webspaces.hormen',
  7059.                 ],
  7060.                 'page_hormen_published' => [
  7061.                     'name' => 'Hormen',
  7062.                     'icon' => 'su-document',
  7063.                     'view' => [
  7064.                         'name' => 'sulu_page.page_edit_form',
  7065.                         'result_to_view' => [
  7066.                             'id' => 'id',
  7067.                             'locale' => 'locale',
  7068.                             'properties/webspace_key' => 'webspace',
  7069.                         ],
  7070.                     ],
  7071.                     'security_context' => 'sulu.webspaces.hormen',
  7072.                     'contexts' => [
  7073.                         => 'website',
  7074.                     ],
  7075.                 ],
  7076.             ],
  7077.             'sulu_search.website.indexes' => [
  7078.                 => 'page_#webspace#_published',
  7079.                 => 'article_#webspace#',
  7080.                 => 'product_#webspace#',
  7081.             ],
  7082.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  7083.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  7084.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  7085.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  7086.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  7087.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  7088.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  7089.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  7090.             'sulu_contact.defaults' => [
  7091.                 'phoneType' => '1',
  7092.                 'phoneTypeMobile' => '3',
  7093.                 'phoneTypeIsdn' => '1',
  7094.                 'emailType' => '1',
  7095.                 'addressType' => '1',
  7096.                 'urlType' => '1',
  7097.                 'faxType' => '1',
  7098.                 'socialMediaProfileType' => '1',
  7099.                 'country' => 'AT',
  7100.             ],
  7101.             'sulu_contact.form_of_address' => [
  7102.                 'male' => [
  7103.                     'id' => 0,
  7104.                     'name' => 'male',
  7105.                     'translation' => 'contact.contacts.formOfAddress.male',
  7106.                 ],
  7107.                 'female' => [
  7108.                     'id' => 1,
  7109.                     'name' => 'female',
  7110.                     'translation' => 'contact.contacts.formOfAddress.female',
  7111.                 ],
  7112.             ],
  7113.             'sulu_contact.contact_form.category_root' => NULL,
  7114.             'sulu_contact.account_form.category_root' => NULL,
  7115.             'sulu.model.contact.class' => 'App\\Entity\\Contact',
  7116.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  7117.             'sulu.model.account.class' => 'App\\Entity\\Account',
  7118.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  7119.             'sulu.persistence.objects' => [
  7120.                 'sulu' => [
  7121.                     'redirect_route' => [
  7122.                         'model' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute',
  7123.                         'repository' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRouteRepository',
  7124.                     ],
  7125.                     'task' => [
  7126.                         'model' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\Task',
  7127.                         'repository' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\DoctrineTaskRepository',
  7128.                     ],
  7129.                     'trash_item' => [
  7130.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  7131.                     ],
  7132.                     'activity' => [
  7133.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  7134.                     ],
  7135.                     'preview_link' => [
  7136.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  7137.                     ],
  7138.                     'route' => [
  7139.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  7140.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  7141.                     ],
  7142.                     'analytics' => [
  7143.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  7144.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  7145.                     ],
  7146.                     'tag' => [
  7147.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  7148.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  7149.                     ],
  7150.                     'category' => [
  7151.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7152.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  7153.                     ],
  7154.                     'category_meta' => [
  7155.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  7156.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  7157.                     ],
  7158.                     'category_translation' => [
  7159.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  7160.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  7161.                     ],
  7162.                     'keyword' => [
  7163.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7164.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  7165.                     ],
  7166.                     'user' => [
  7167.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  7168.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  7169.                     ],
  7170.                     'role' => [
  7171.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  7172.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  7173.                     ],
  7174.                     'role_setting' => [
  7175.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  7176.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  7177.                     ],
  7178.                     'access_control' => [
  7179.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  7180.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  7181.                     ],
  7182.                     'media' => [
  7183.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  7184.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  7185.                     ],
  7186.                     'contact' => [
  7187.                         'model' => 'App\\Entity\\Contact',
  7188.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  7189.                     ],
  7190.                     'account' => [
  7191.                         'model' => 'App\\Entity\\Account',
  7192.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  7193.                     ],
  7194.                 ],
  7195.             ],
  7196.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7197.             'sulu_media.image_format_files' => [
  7198.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  7199.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  7200.             ],
  7201.             'sulu_media.system_collections' => [
  7202.                 'sulu_media' => [
  7203.                     'meta_title' => [
  7204.                         'en' => 'Sulu media',
  7205.                         'de' => 'Sulu Medien',
  7206.                     ],
  7207.                     'collections' => [
  7208.                         'preview_image' => [
  7209.                             'meta_title' => [
  7210.                                 'en' => 'Preview images',
  7211.                                 'de' => 'Vorschaubilder',
  7212.                             ],
  7213.                         ],
  7214.                     ],
  7215.                 ],
  7216.                 'sulu_contact' => [
  7217.                     'meta_title' => [
  7218.                         'en' => 'Sulu contacts',
  7219.                         'de' => 'Sulu Kontakte',
  7220.                     ],
  7221.                     'collections' => [
  7222.                         'contact' => [
  7223.                             'meta_title' => [
  7224.                                 'en' => 'People',
  7225.                                 'de' => 'Personen',
  7226.                             ],
  7227.                         ],
  7228.                         'account' => [
  7229.                             'meta_title' => [
  7230.                                 'en' => 'Organizations',
  7231.                                 'de' => 'Organisationen',
  7232.                             ],
  7233.                         ],
  7234.                     ],
  7235.                 ],
  7236.             ],
  7237.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  7238.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  7239.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  7240.             'sulu_media.format_manager.response_headers' => [
  7241.                 'Expires' => '+1 month',
  7242.                 'Pragma' => 'public',
  7243.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  7244.             ],
  7245.             'sulu_media.format_manager.default_imagine_options' => [
  7246.                 'jpeg_quality' => 100,
  7247.                 'webp_quality' => 100,
  7248.             ],
  7249.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  7250.             'sulu_media.format_cache.save_image' => true,
  7251.             'sulu_media.format_cache.segments' => 10,
  7252.             'sulu_media.ghost_script.path' => 'gs',
  7253.             'sulu_media.media.blocked_file_types' => [
  7254.             ],
  7255.             'sulu_media.collection.type.default' => [
  7256.                 'id' => 1,
  7257.             ],
  7258.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  7259.             'sulu_media.media.types' => [
  7260.                 => [
  7261.                     'type' => 'document',
  7262.                     'mimeTypes' => [
  7263.                         => '*',
  7264.                     ],
  7265.                 ],
  7266.                 => [
  7267.                     'type' => 'image',
  7268.                     'mimeTypes' => [
  7269.                         => 'image/*',
  7270.                     ],
  7271.                 ],
  7272.                 => [
  7273.                     'type' => 'video',
  7274.                     'mimeTypes' => [
  7275.                         => 'video/*',
  7276.                     ],
  7277.                 ],
  7278.                 => [
  7279.                     'type' => 'audio',
  7280.                     'mimeTypes' => [
  7281.                         => 'audio/*',
  7282.                     ],
  7283.                 ],
  7284.             ],
  7285.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  7286.             'sulu_media.disposition_type.default' => 'attachment',
  7287.             'sulu_media.disposition_type.mime_types_inline' => [
  7288.             ],
  7289.             'sulu_media.disposition_type.mime_types_attachment' => [
  7290.             ],
  7291.             'sulu_media.upload.max_filesize' => 20,
  7292.             'sulu_media.media.max_file_size' => '20MB',
  7293.             'sulu_media.adobe_creative_key' => NULL,
  7294.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  7295.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  7296.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  7297.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  7298.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  7299.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  7300.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  7301.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  7302.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  7303.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  7304.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  7305.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  7306.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  7307.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  7308.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  7309.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  7310.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  7311.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  7312.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  7313.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  7314.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  7315.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  7316.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  7317.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  7318.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  7319.             'sulu_media.format_manager.mime_types' => [
  7320.                 => 'image/*',
  7321.             ],
  7322.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  7323.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  7324.             'sulu_media.media.storage' => 'local',
  7325.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  7326.             'sulu_media.media.storage.local.segments' => 10,
  7327.             'sulu_security.system' => 'Sulu',
  7328.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  7329.             'sulu_security.password_policy_pattern' => NULL,
  7330.             'sulu_security.password_policy_info_translation_key' => NULL,
  7331.             'sulu_security.two_factor_email_template' => '@SuluSecurity/mail_templates/two_factor',
  7332.             'sulu_security.two_factor_force_pattern' => NULL,
  7333.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  7334.             'sulu_security.reset_password.mail.sender' => '',
  7335.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  7336.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  7337.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  7338.             'sulu_security.permissions' => [
  7339.                 'view' => 64,
  7340.                 'add' => 32,
  7341.                 'edit' => 16,
  7342.                 'delete' => 8,
  7343.                 'archive' => 4,
  7344.                 'live' => 2,
  7345.                 'security' => 1,
  7346.             ],
  7347.             'permissions' => [
  7348.                 'view' => 64,
  7349.                 'add' => 32,
  7350.                 'edit' => 16,
  7351.                 'delete' => 8,
  7352.                 'archive' => 4,
  7353.                 'live' => 2,
  7354.                 'security' => 1,
  7355.             ],
  7356.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  7357.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  7358.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  7359.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  7360.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  7361.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  7362.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  7363.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  7364.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  7365.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  7366.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  7367.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  7368.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  7369.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  7370.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  7371.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  7372.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  7373.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  7374.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  7375.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  7376.             'sulu.model.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\User',
  7377.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  7378.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  7379.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  7380.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  7381.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  7382.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  7383.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  7384.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7385.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  7386.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  7387.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  7388.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  7389.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  7390.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7391.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  7392.             'sulu_snippet.content-type.default_enabled' => true,
  7393.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  7394.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  7395.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  7396.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  7397.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  7398.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7399.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  7400.             'sulu_snippet.export.snippet.formats' => [
  7401.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  7402.             ],
  7403.             'sulu_page.search.mapping' => [
  7404.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  7405.                     'index' => 'page',
  7406.                     'decorate_index' => true,
  7407.                 ],
  7408.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  7409.                     'index' => 'page',
  7410.                     'decorate_index' => true,
  7411.                 ],
  7412.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  7413.                     'index' => 'snippet',
  7414.                     'decorate_index' => false,
  7415.                 ],
  7416.             ],
  7417.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  7418.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  7419.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  7420.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  7421.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  7422.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  7423.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  7424.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  7425.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  7426.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  7427.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  7428.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  7429.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  7430.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  7431.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  7432.             'sulu_page.export.webspace.formats' => [
  7433.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  7434.             ],
  7435.             'sulu_page.default_author' => true,
  7436.             'sulu_page.seo' => [
  7437.                 'max_title_length' => 70,
  7438.                 'max_description_length' => 160,
  7439.                 'max_keywords' => 5,
  7440.                 'keywords_separator' => ',',
  7441.                 'url_prefix' => 'www.yoursite.com/{locale}',
  7442.             ],
  7443.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  7444.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  7445.             'sulu_website.navigation.cache.lifetime' => 1,
  7446.             'sulu_website.content.cache.lifetime' => 1,
  7447.             'sulu_website.sitemap.cache.lifetime' => 1,
  7448.             'sulu_website.enabled_twig_attributes' => [
  7449.                 'urls' => false,
  7450.                 'path' => false,
  7451.             ],
  7452.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  7453.             'sulu_website.segment_cookie_name' => '_ss',
  7454.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  7455.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  7456.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  7457.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  7458.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  7459.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  7460.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  7461.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  7462.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  7463.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  7464.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  7465.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  7466.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  7467.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  7468.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  7469.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  7470.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  7471.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  7472.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  7473.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  7474.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  7475.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  7476.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  7477.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  7478.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  7479.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  7480.             'sulu_location.geolocator.name' => 'nominatim',
  7481.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  7482.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  7483.             'sulu_location.geolocator.service.google.api_key' => '',
  7484.             'sulu_http_cache.cache.max_age' => 240,
  7485.             'sulu_http_cache.cache.shared_max_age' => 240,
  7486.             'sulu_http_cache.tags.enabled' => true,
  7487.             'sulu_document_manager.mapping' => [
  7488.                 => [
  7489.                     'alias' => 'custom_url',
  7490.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  7491.                     'phpcr_type' => 'sulu:custom_url',
  7492.                     'mapping' => [
  7493.                         'published' => [
  7494.                             'property' => 'published',
  7495.                             'encoding' => 'content',
  7496.                             'mapped' => true,
  7497.                             'multiple' => false,
  7498.                             'default' => NULL,
  7499.                         ],
  7500.                         'baseDomain' => [
  7501.                             'property' => 'baseDomain',
  7502.                             'encoding' => 'content',
  7503.                             'mapped' => true,
  7504.                             'multiple' => false,
  7505.                             'default' => NULL,
  7506.                         ],
  7507.                         'domainParts' => [
  7508.                             'property' => 'domainParts',
  7509.                             'type' => 'json_array',
  7510.                             'encoding' => 'content',
  7511.                             'mapped' => true,
  7512.                             'multiple' => false,
  7513.                             'default' => NULL,
  7514.                         ],
  7515.                         'canonical' => [
  7516.                             'property' => 'canonical',
  7517.                             'encoding' => 'content',
  7518.                             'mapped' => true,
  7519.                             'multiple' => false,
  7520.                             'default' => NULL,
  7521.                         ],
  7522.                         'redirect' => [
  7523.                             'property' => 'redirect',
  7524.                             'encoding' => 'content',
  7525.                             'mapped' => true,
  7526.                             'multiple' => false,
  7527.                             'default' => NULL,
  7528.                         ],
  7529.                         'targetLocale' => [
  7530.                             'property' => 'targetLocale',
  7531.                             'encoding' => 'content',
  7532.                             'mapped' => true,
  7533.                             'multiple' => false,
  7534.                             'default' => NULL,
  7535.                         ],
  7536.                     ],
  7537.                 ],
  7538.                 => [
  7539.                     'alias' => 'custom_url_route',
  7540.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  7541.                     'phpcr_type' => 'sulu:custom_url_route',
  7542.                     'mapping' => [
  7543.                         'locale' => [
  7544.                             'property' => 'locale',
  7545.                             'encoding' => 'content',
  7546.                             'mapped' => true,
  7547.                             'multiple' => false,
  7548.                             'default' => NULL,
  7549.                         ],
  7550.                     ],
  7551.                 ],
  7552.                 => [
  7553.                     'alias' => 'page',
  7554.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  7555.                     'phpcr_type' => 'sulu:page',
  7556.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  7557.                     'set_default_author' => true,
  7558.                     'mapping' => [
  7559.                     ],
  7560.                 ],
  7561.                 => [
  7562.                     'alias' => 'home',
  7563.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  7564.                     'phpcr_type' => 'sulu:home',
  7565.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  7566.                     'set_default_author' => true,
  7567.                     'mapping' => [
  7568.                     ],
  7569.                 ],
  7570.                 => [
  7571.                     'alias' => 'route',
  7572.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  7573.                     'phpcr_type' => 'sulu:path',
  7574.                     'mapping' => [
  7575.                     ],
  7576.                 ],
  7577.                 => [
  7578.                     'alias' => 'snippet',
  7579.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  7580.                     'phpcr_type' => 'sulu:snippet',
  7581.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7582.                     'mapping' => [
  7583.                     ],
  7584.                 ],
  7585.                 => [
  7586.                     'alias' => 'block',
  7587.                     'class' => 'App\\Document\\BlockDocument',
  7588.                     'phpcr_type' => 'sulu:block',
  7589.                     'form_type' => 'App\\Form\\BlockType',
  7590.                     'mapping' => [
  7591.                     ],
  7592.                 ],
  7593.             ],
  7594.             'sulu_document_manager.namespace_mapping' => [
  7595.                 'extension_localized' => 'i18n',
  7596.                 'system' => 'sulu',
  7597.                 'system_localized' => 'i18n',
  7598.                 'content' => NULL,
  7599.                 'content_localized' => 'i18n',
  7600.             ],
  7601.             'sulu_document_manager.versioning.enabled' => false,
  7602.             'sulu_document_manager.show_drafts' => false,
  7603.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  7604.             'sulu_document_manager.segments' => [
  7605.                 'custom_urls' => 'custom-urls',
  7606.                 'custom_urls_items' => 'items',
  7607.                 'custom_urls_routes' => 'routes',
  7608.                 'block' => 'blocks',
  7609.                 'base' => 'cmf',
  7610.                 'content' => 'contents',
  7611.                 'route' => 'routes',
  7612.                 'snippet' => 'snippets',
  7613.             ],
  7614.             'sulu_custom_urls.uri_filter_regexp' => '',
  7615.             'sulu_route.mappings' => [
  7616.             ],
  7617.             'sulu_route.resource_key_mappings' => [
  7618.             ],
  7619.             'sulu_route.routing.uri_filter_regexp' => '',
  7620.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  7621.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  7622.             'sulu_markup.link_tag.provider_attribute' => NULL,
  7623.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  7624.             'phpcr_migrations.paths' => [
  7625.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  7626.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  7627.             ],
  7628.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  7629.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  7630.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7631.             'web_profiler.debug_toolbar.mode' => 2,
  7632.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7633.             'security.role_hierarchy.roles' => [
  7634.             ],
  7635.             'security.access.denied_url' => NULL,
  7636.             'security.authentication.manager.erase_credentials' => true,
  7637.             'security.authentication.session_strategy.strategy' => 'migrate',
  7638.             'security.access.always_authenticate_before_granting' => false,
  7639.             'security.authentication.hide_user_not_found' => true,
  7640.             'security.firewalls' => [
  7641.                 => 'dev',
  7642.                 => 'admin',
  7643.             ],
  7644.             'security.admin._indexed_authenticators' => [
  7645.             ],
  7646.             'sulu_preview.mode' => 'auto',
  7647.             'sulu_preview.delay' => 500,
  7648.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  7649.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  7650.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7651.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7652.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7653.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7654.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7655.             'fos_js_routing.request_context_base_url' => NULL,
  7656.             'fos_js_routing.cache_control' => [
  7657.                 'enabled' => false,
  7658.             ],
  7659.             'cmf_routing.uri_filter_regexp' => '',
  7660.             'cmf_routing.default_controller' => NULL,
  7661.             'cmf_routing.generic_controller' => NULL,
  7662.             'cmf_routing.controllers_by_type' => [
  7663.             ],
  7664.             'cmf_routing.controllers_by_class' => [
  7665.             ],
  7666.             'cmf_routing.templates_by_class' => [
  7667.             ],
  7668.             'cmf_routing.route_collection_limit' => 0,
  7669.             'cmf_routing.dynamic.limit_candidates' => 20,
  7670.             'cmf_routing.dynamic.locales' => [
  7671.             ],
  7672.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  7673.             'cmf_routing.replace_symfony_router' => true,
  7674.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  7675.             'sulu_activity.storage.adapter' => 'doctrine',
  7676.             'sulu_activity.storage.persist_payload' => false,
  7677.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  7678.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7679.             'stof_doctrine_extensions.default_locale' => 'cs',
  7680.             'stof_doctrine_extensions.translation_fallback' => false,
  7681.             'stof_doctrine_extensions.persist_default_translation' => false,
  7682.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7683.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7684.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7685.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7686.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7687.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7688.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7689.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7690.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7691.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7692.             'doctrine.migrations.preferred_em' => NULL,
  7693.             'doctrine.migrations.preferred_connection' => NULL,
  7694.             'task.system_tasks' => [
  7695.             ],
  7696.             'task.events.create' => 'tasks.create',
  7697.             'task.events.create_execution' => 'tasks.create_execution',
  7698.             'task.events.before' => 'tasks.before',
  7699.             'task.events.after' => 'tasks.after',
  7700.             'task.events.finished' => 'tasks.finished',
  7701.             'task.events.passed' => 'tasks.pass',
  7702.             'task.events.failed' => 'tasks.failed',
  7703.             'task.events.retried' => 'tasks.retried',
  7704.             'sulu_automation.events.create' => 'sulu_automation.task.create',
  7705.             'sulu_automation.events.update' => 'sulu_automation.task.update',
  7706.             'sulu_automation.events.remove' => 'sulu_automation.task.remove',
  7707.             'sulu.model.task.class' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\Task',
  7708.             'sulu.repository.task.class' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\DoctrineTaskRepository',
  7709.             'sulu_redirect.imports.path' => (\dirname(__DIR__4).'/uploads/redirects'),
  7710.             'sulu.model.redirect_route.class' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute',
  7711.             'sulu.repository.redirect_route.class' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRouteRepository',
  7712.             'babdev_pagerfanta.default_twig_template' => '@Pagerfanta/default.html.twig',
  7713.             'babdev_pagerfanta.default_view' => 'default',
  7714.             'nelmio_api_doc.areas' => [
  7715.                 => 'default',
  7716.             ],
  7717.             'nelmio_api_doc.use_validation_groups' => false,
  7718.             'data_collector.templates' => [
  7719.                 'data_collector.request' => [
  7720.                     => 'request',
  7721.                     => '@WebProfiler/Collector/request.html.twig',
  7722.                 ],
  7723.                 'data_collector.time' => [
  7724.                     => 'time',
  7725.                     => '@WebProfiler/Collector/time.html.twig',
  7726.                 ],
  7727.                 'data_collector.memory' => [
  7728.                     => 'memory',
  7729.                     => '@WebProfiler/Collector/memory.html.twig',
  7730.                 ],
  7731.                 'data_collector.validator' => [
  7732.                     => 'validator',
  7733.                     => '@WebProfiler/Collector/validator.html.twig',
  7734.                 ],
  7735.                 'data_collector.ajax' => [
  7736.                     => 'ajax',
  7737.                     => '@WebProfiler/Collector/ajax.html.twig',
  7738.                 ],
  7739.                 'data_collector.form' => [
  7740.                     => 'form',
  7741.                     => '@WebProfiler/Collector/form.html.twig',
  7742.                 ],
  7743.                 'data_collector.exception' => [
  7744.                     => 'exception',
  7745.                     => '@WebProfiler/Collector/exception.html.twig',
  7746.                 ],
  7747.                 'data_collector.logger' => [
  7748.                     => 'logger',
  7749.                     => '@WebProfiler/Collector/logger.html.twig',
  7750.                 ],
  7751.                 'data_collector.events' => [
  7752.                     => 'events',
  7753.                     => '@WebProfiler/Collector/events.html.twig',
  7754.                 ],
  7755.                 'data_collector.router' => [
  7756.                     => 'router',
  7757.                     => '@WebProfiler/Collector/router.html.twig',
  7758.                 ],
  7759.                 'data_collector.cache' => [
  7760.                     => 'cache',
  7761.                     => '@WebProfiler/Collector/cache.html.twig',
  7762.                 ],
  7763.                 'data_collector.translation' => [
  7764.                     => 'translation',
  7765.                     => '@WebProfiler/Collector/translation.html.twig',
  7766.                 ],
  7767.                 'data_collector.security' => [
  7768.                     => 'security',
  7769.                     => '@Security/Collector/security.html.twig',
  7770.                 ],
  7771.                 'data_collector.twig' => [
  7772.                     => 'twig',
  7773.                     => '@WebProfiler/Collector/twig.html.twig',
  7774.                 ],
  7775.                 'data_collector.http_client' => [
  7776.                     => 'http_client',
  7777.                     => '@WebProfiler/Collector/http_client.html.twig',
  7778.                 ],
  7779.                 'data_collector.doctrine' => [
  7780.                     => 'db',
  7781.                     => '@Doctrine/Collector/db.html.twig',
  7782.                 ],
  7783.                 'doctrine_phpcr.data_collector' => [
  7784.                     => 'phpcr',
  7785.                     => '@DoctrinePHPCR/Collector/phpcr',
  7786.                 ],
  7787.                 'data_collector.dump' => [
  7788.                     => 'dump',
  7789.                     => '@Debug/Profiler/dump.html.twig',
  7790.                 ],
  7791.                 'mailer.data_collector' => [
  7792.                     => 'mailer',
  7793.                     => '@WebProfiler/Collector/mailer.html.twig',
  7794.                 ],
  7795.                 'data_collector.jms_serializer' => [
  7796.                     => 'jms_serializer',
  7797.                     => '@JMSSerializer/Collector/panel.html.twig',
  7798.                 ],
  7799.                 'sulu_website.data_collector.sulu_collector' => [
  7800.                     => 'sulu',
  7801.                     => '@SuluWebsite/Profiler/layout.html.twig',
  7802.                 ],
  7803.                 'data_collector.config' => [
  7804.                     => 'config',
  7805.                     => '@WebProfiler/Collector/config.html.twig',
  7806.                 ],
  7807.             ],
  7808.             'doctrine_phpcr.migrate.migrators' => [
  7809.             ],
  7810.             'sulu_media.image.formats' => [
  7811.                 'sulu-400x400' => [
  7812.                     'key' => 'sulu-400x400',
  7813.                     'internal' => true,
  7814.                     'meta' => [
  7815.                         'title' => [
  7816.                             'en' => 'Contact avatar (Sulu)',
  7817.                             'de' => 'Kontaktavatar (Sulu)',
  7818.                             'fr' => 'Avatar du contact (Sulu)',
  7819.                             'nl' => 'Contact avatar (Sulu)',
  7820.                         ],
  7821.                     ],
  7822.                     'scale' => [
  7823.                         'x' => 400,
  7824.                         'y' => 400,
  7825.                         'mode' => 2,
  7826.                         'retina' => false,
  7827.                         'forceRatio' => true,
  7828.                     ],
  7829.                     'transformations' => [
  7830.                     ],
  7831.                     'options' => [
  7832.                         'jpeg_quality' => 100,
  7833.                         'webp_quality' => 100,
  7834.                     ],
  7835.                 ],
  7836.                 'sulu-260x' => [
  7837.                     'key' => 'sulu-260x',
  7838.                     'internal' => true,
  7839.                     'meta' => [
  7840.                         'title' => [
  7841.                             'en' => 'Masonry preview (Sulu)',
  7842.                             'de' => 'Masonry Vorschau (Sulu)',
  7843.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7844.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7845.                         ],
  7846.                     ],
  7847.                     'scale' => [
  7848.                         'x' => 260,
  7849.                         'y' => NULL,
  7850.                         'mode' => 2,
  7851.                         'retina' => false,
  7852.                         'forceRatio' => true,
  7853.                     ],
  7854.                     'transformations' => [
  7855.                     ],
  7856.                     'options' => [
  7857.                         'jpeg_quality' => 100,
  7858.                         'webp_quality' => 100,
  7859.                     ],
  7860.                 ],
  7861.                 'sulu-170x170' => [
  7862.                     'key' => 'sulu-170x170',
  7863.                     'internal' => true,
  7864.                     'meta' => [
  7865.                         'title' => [
  7866.                             'en' => 'Search (Sulu)',
  7867.                             'de' => 'Suche (Sulu)',
  7868.                             'fr' => 'Recherche (Sulu)',
  7869.                             'nl' => 'Zoeken (Sulu)',
  7870.                         ],
  7871.                     ],
  7872.                     'scale' => [
  7873.                         'x' => 170,
  7874.                         'y' => 170,
  7875.                         'mode' => 2,
  7876.                         'retina' => false,
  7877.                         'forceRatio' => true,
  7878.                     ],
  7879.                     'transformations' => [
  7880.                     ],
  7881.                     'options' => [
  7882.                         'jpeg_quality' => 100,
  7883.                         'webp_quality' => 100,
  7884.                     ],
  7885.                 ],
  7886.                 'sulu-100x100-inset' => [
  7887.                     'key' => 'sulu-100x100-inset',
  7888.                     'internal' => true,
  7889.                     'meta' => [
  7890.                         'title' => [
  7891.                             'en' => 'Organization card (Sulu)',
  7892.                             'de' => 'Organisationskarte (Sulu)',
  7893.                             'fr' => 'Carte d\'organisation (Sulu)',
  7894.                             'nl' => 'Organisatie kaart (Sulu)',
  7895.                         ],
  7896.                     ],
  7897.                     'scale' => [
  7898.                         'x' => 100,
  7899.                         'y' => 100,
  7900.                         'mode' => 1,
  7901.                         'retina' => false,
  7902.                         'forceRatio' => true,
  7903.                     ],
  7904.                     'transformations' => [
  7905.                     ],
  7906.                     'options' => [
  7907.                         'jpeg_quality' => 100,
  7908.                         'webp_quality' => 100,
  7909.                     ],
  7910.                 ],
  7911.                 'sulu-50x50' => [
  7912.                     'key' => 'sulu-50x50',
  7913.                     'internal' => true,
  7914.                     'meta' => [
  7915.                         'title' => [
  7916.                             'en' => 'Small thumbnail (Sulu)',
  7917.                             'de' => 'Kleines Thumbnail (Sulu)',
  7918.                             'fr' => 'Image miniature (Sulu)',
  7919.                             'nl' => 'Kleine thumbnail (Sulu)',
  7920.                         ],
  7921.                     ],
  7922.                     'scale' => [
  7923.                         'x' => 50,
  7924.                         'y' => 50,
  7925.                         'mode' => 2,
  7926.                         'retina' => false,
  7927.                         'forceRatio' => true,
  7928.                     ],
  7929.                     'transformations' => [
  7930.                     ],
  7931.                     'options' => [
  7932.                         'jpeg_quality' => 100,
  7933.                         'webp_quality' => 100,
  7934.                     ],
  7935.                 ],
  7936.                 'sulu-25x25' => [
  7937.                     'key' => 'sulu-25x25',
  7938.                     'internal' => true,
  7939.                     'meta' => [
  7940.                         'title' => [
  7941.                             'en' => 'Micro thumbnail',
  7942.                             'de' => 'Mikro Thumbnail',
  7943.                             'fr' => 'Image micro',
  7944.                             'nl' => 'Micro thumbnail',
  7945.                         ],
  7946.                     ],
  7947.                     'scale' => [
  7948.                         'x' => 25,
  7949.                         'y' => 25,
  7950.                         'mode' => 2,
  7951.                         'retina' => false,
  7952.                         'forceRatio' => true,
  7953.                     ],
  7954.                     'transformations' => [
  7955.                     ],
  7956.                     'options' => [
  7957.                         'jpeg_quality' => 100,
  7958.                         'webp_quality' => 100,
  7959.                     ],
  7960.                 ],
  7961.                 'sulu-40x40' => [
  7962.                     'key' => 'sulu-40x40',
  7963.                     'internal' => true,
  7964.                     'meta' => [
  7965.                         'title' => [
  7966.                             'en' => 'Small thumbnail (Sulu)',
  7967.                             'de' => 'Kleines Thumbnail (Sulu)',
  7968.                             'fr' => 'Image miniature (Sulu)',
  7969.                             'nl' => 'Kleine thumbnail (Sulu)',
  7970.                         ],
  7971.                     ],
  7972.                     'scale' => [
  7973.                         'x' => 40,
  7974.                         'y' => 40,
  7975.                         'mode' => 2,
  7976.                         'retina' => false,
  7977.                         'forceRatio' => true,
  7978.                     ],
  7979.                     'transformations' => [
  7980.                     ],
  7981.                     'options' => [
  7982.                         'jpeg_quality' => 100,
  7983.                         'webp_quality' => 100,
  7984.                     ],
  7985.                 ],
  7986.                 'sulu-240x' => [
  7987.                     'key' => 'sulu-240x',
  7988.                     'internal' => true,
  7989.                     'meta' => [
  7990.                         'title' => [
  7991.                             'en' => 'Masonry preview (Sulu)',
  7992.                             'de' => 'Masonry Vorschau (Sulu)',
  7993.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  7994.                             'nl' => 'Masonry voorbeeld (Sulu)',
  7995.                         ],
  7996.                     ],
  7997.                     'scale' => [
  7998.                         'x' => 240,
  7999.                         'y' => NULL,
  8000.                         'mode' => 2,
  8001.                         'retina' => false,
  8002.                         'forceRatio' => true,
  8003.                     ],
  8004.                     'transformations' => [
  8005.                     ],
  8006.                     'options' => [
  8007.                         'jpeg_quality' => 100,
  8008.                         'webp_quality' => 100,
  8009.                     ],
  8010.                 ],
  8011.                 'sulu-400x400-inset' => [
  8012.                     'key' => 'sulu-400x400-inset',
  8013.                     'internal' => true,
  8014.                     'meta' => [
  8015.                         'title' => [
  8016.                             'en' => 'Organization logo (Sulu)',
  8017.                             'de' => 'Organisationslogo (Sulu)',
  8018.                             'fr' => 'Logo d\'organisation (Sulu)',
  8019.                             'nl' => 'Organisatie logo (Sulu)',
  8020.                         ],
  8021.                     ],
  8022.                     'scale' => [
  8023.                         'x' => 400,
  8024.                         'y' => 400,
  8025.                         'mode' => 1,
  8026.                         'retina' => false,
  8027.                         'forceRatio' => true,
  8028.                     ],
  8029.                     'transformations' => [
  8030.                     ],
  8031.                     'options' => [
  8032.                         'jpeg_quality' => 100,
  8033.                         'webp_quality' => 100,
  8034.                     ],
  8035.                 ],
  8036.                 'sulu-100x100' => [
  8037.                     'key' => 'sulu-100x100',
  8038.                     'internal' => true,
  8039.                     'meta' => [
  8040.                         'title' => [
  8041.                             'en' => 'Contact card (Sulu)',
  8042.                             'de' => 'Personenkarte (Sulu)',
  8043.                             'fr' => 'Carte personnelle (Sulu)',
  8044.                             'nl' => 'Contact kaart (Sulu)',
  8045.                         ],
  8046.                     ],
  8047.                     'scale' => [
  8048.                         'x' => 100,
  8049.                         'y' => 100,
  8050.                         'mode' => 2,
  8051.                         'retina' => false,
  8052.                         'forceRatio' => true,
  8053.                     ],
  8054.                     'transformations' => [
  8055.                     ],
  8056.                     'options' => [
  8057.                         'jpeg_quality' => 100,
  8058.                         'webp_quality' => 100,
  8059.                     ],
  8060.                 ],
  8061.                 '50x' => [
  8062.                     'key' => '50x',
  8063.                     'internal' => false,
  8064.                     'meta' => [
  8065.                         'title' => [
  8066.                             'en' => 'Payment, Delivery',
  8067.                             'cs' => 'Platba, Doprava',
  8068.                         ],
  8069.                     ],
  8070.                     'scale' => [
  8071.                         'x' => 50,
  8072.                         'y' => NULL,
  8073.                         'mode' => 2,
  8074.                         'retina' => false,
  8075.                         'forceRatio' => true,
  8076.                     ],
  8077.                     'transformations' => [
  8078.                     ],
  8079.                     'options' => [
  8080.                         'jpeg_quality' => 100,
  8081.                         'webp_quality' => 100,
  8082.                     ],
  8083.                 ],
  8084.                 '80x' => [
  8085.                     'key' => '80x',
  8086.                     'internal' => false,
  8087.                     'meta' => [
  8088.                         'title' => [
  8089.                             'en' => 'Small banner image',
  8090.                             'cs' => 'Malý banner',
  8091.                         ],
  8092.                     ],
  8093.                     'scale' => [
  8094.                         'x' => 80,
  8095.                         'y' => NULL,
  8096.                         'mode' => 2,
  8097.                         'retina' => false,
  8098.                         'forceRatio' => true,
  8099.                     ],
  8100.                     'transformations' => [
  8101.                     ],
  8102.                     'options' => [
  8103.                         'jpeg_quality' => 100,
  8104.                         'webp_quality' => 100,
  8105.                     ],
  8106.                 ],
  8107.                 '250x' => [
  8108.                     'key' => '250x',
  8109.                     'internal' => false,
  8110.                     'meta' => [
  8111.                         'title' => [
  8112.                             'en' => 'Preview image',
  8113.                             'cs' => 'Náhledový obrázek',
  8114.                         ],
  8115.                     ],
  8116.                     'scale' => [
  8117.                         'x' => 250,
  8118.                         'y' => NULL,
  8119.                         'mode' => 2,
  8120.                         'retina' => false,
  8121.                         'forceRatio' => true,
  8122.                     ],
  8123.                     'transformations' => [
  8124.                     ],
  8125.                     'options' => [
  8126.                         'jpeg_quality' => 100,
  8127.                         'webp_quality' => 100,
  8128.                     ],
  8129.                 ],
  8130.                 '400x' => [
  8131.                     'key' => '400x',
  8132.                     'internal' => false,
  8133.                     'meta' => [
  8134.                         'title' => [
  8135.                             'en' => 'Preview image',
  8136.                             'cs' => 'Náhledový obrázek',
  8137.                         ],
  8138.                     ],
  8139.                     'scale' => [
  8140.                         'x' => 400,
  8141.                         'y' => NULL,
  8142.                         'mode' => 2,
  8143.                         'retina' => false,
  8144.                         'forceRatio' => true,
  8145.                     ],
  8146.                     'transformations' => [
  8147.                     ],
  8148.                     'options' => [
  8149.                         'jpeg_quality' => 100,
  8150.                         'webp_quality' => 100,
  8151.                     ],
  8152.                 ],
  8153.                 '640x' => [
  8154.                     'key' => '640x',
  8155.                     'internal' => false,
  8156.                     'meta' => [
  8157.                         'title' => [
  8158.                             'en' => 'Preview image',
  8159.                             'cs' => 'Náhledový obrázek',
  8160.                         ],
  8161.                     ],
  8162.                     'scale' => [
  8163.                         'x' => 640,
  8164.                         'y' => NULL,
  8165.                         'mode' => 2,
  8166.                         'retina' => false,
  8167.                         'forceRatio' => true,
  8168.                     ],
  8169.                     'transformations' => [
  8170.                     ],
  8171.                     'options' => [
  8172.                         'jpeg_quality' => 100,
  8173.                         'webp_quality' => 100,
  8174.                     ],
  8175.                 ],
  8176.                 '930x' => [
  8177.                     'key' => '930x',
  8178.                     'internal' => false,
  8179.                     'meta' => [
  8180.                         'title' => [
  8181.                             'en' => 'Preview image',
  8182.                             'cs' => 'Náhledový obrázek',
  8183.                         ],
  8184.                     ],
  8185.                     'scale' => [
  8186.                         'x' => 930,
  8187.                         'y' => NULL,
  8188.                         'mode' => 2,
  8189.                         'retina' => false,
  8190.                         'forceRatio' => true,
  8191.                     ],
  8192.                     'transformations' => [
  8193.                     ],
  8194.                     'options' => [
  8195.                         'jpeg_quality' => 100,
  8196.                         'webp_quality' => 100,
  8197.                     ],
  8198.                 ],
  8199.                 '1030x' => [
  8200.                     'key' => '1030x',
  8201.                     'internal' => false,
  8202.                     'meta' => [
  8203.                         'title' => [
  8204.                             'en' => 'Intro',
  8205.                             'cs' => 'Intro',
  8206.                         ],
  8207.                     ],
  8208.                     'scale' => [
  8209.                         'x' => 1030,
  8210.                         'y' => NULL,
  8211.                         'mode' => 2,
  8212.                         'retina' => false,
  8213.                         'forceRatio' => true,
  8214.                     ],
  8215.                     'transformations' => [
  8216.                     ],
  8217.                     'options' => [
  8218.                         'jpeg_quality' => 100,
  8219.                         'webp_quality' => 100,
  8220.                     ],
  8221.                 ],
  8222.                 '1280x' => [
  8223.                     'key' => '1280x',
  8224.                     'internal' => false,
  8225.                     'meta' => [
  8226.                         'title' => [
  8227.                             'en' => 'Intro',
  8228.                             'cs' => 'Intro',
  8229.                         ],
  8230.                     ],
  8231.                     'scale' => [
  8232.                         'x' => 1280,
  8233.                         'y' => NULL,
  8234.                         'mode' => 2,
  8235.                         'retina' => false,
  8236.                         'forceRatio' => true,
  8237.                     ],
  8238.                     'transformations' => [
  8239.                     ],
  8240.                     'options' => [
  8241.                         'jpeg_quality' => 100,
  8242.                         'webp_quality' => 100,
  8243.                     ],
  8244.                 ],
  8245.                 '1500x' => [
  8246.                     'key' => '1500x',
  8247.                     'internal' => false,
  8248.                     'meta' => [
  8249.                         'title' => [
  8250.                             'en' => 'Intro',
  8251.                             'cs' => 'Intro',
  8252.                         ],
  8253.                     ],
  8254.                     'scale' => [
  8255.                         'x' => 1500,
  8256.                         'y' => NULL,
  8257.                         'mode' => 2,
  8258.                         'retina' => false,
  8259.                         'forceRatio' => true,
  8260.                     ],
  8261.                     'transformations' => [
  8262.                     ],
  8263.                     'options' => [
  8264.                         'jpeg_quality' => 100,
  8265.                         'webp_quality' => 100,
  8266.                     ],
  8267.                 ],
  8268.                 '1810x' => [
  8269.                     'key' => '1810x',
  8270.                     'internal' => false,
  8271.                     'meta' => [
  8272.                         'title' => [
  8273.                             'en' => 'Intro',
  8274.                             'cs' => 'Intro',
  8275.                         ],
  8276.                     ],
  8277.                     'scale' => [
  8278.                         'x' => 1810,
  8279.                         'y' => NULL,
  8280.                         'mode' => 2,
  8281.                         'retina' => false,
  8282.                         'forceRatio' => true,
  8283.                     ],
  8284.                     'transformations' => [
  8285.                     ],
  8286.                     'options' => [
  8287.                         'jpeg_quality' => 100,
  8288.                         'webp_quality' => 100,
  8289.                     ],
  8290.                 ],
  8291.                 '1960x' => [
  8292.                     'key' => '1960x',
  8293.                     'internal' => false,
  8294.                     'meta' => [
  8295.                         'title' => [
  8296.                             'en' => 'Intro',
  8297.                             'cs' => 'Intro',
  8298.                         ],
  8299.                     ],
  8300.                     'scale' => [
  8301.                         'x' => 1960,
  8302.                         'y' => NULL,
  8303.                         'mode' => 2,
  8304.                         'retina' => false,
  8305.                         'forceRatio' => true,
  8306.                     ],
  8307.                     'transformations' => [
  8308.                     ],
  8309.                     'options' => [
  8310.                         'jpeg_quality' => 100,
  8311.                         'webp_quality' => 100,
  8312.                     ],
  8313.                 ],
  8314.                 'x100' => [
  8315.                     'key' => 'x100',
  8316.                     'internal' => false,
  8317.                     'meta' => [
  8318.                         'title' => [
  8319.                             'en' => 'Logo',
  8320.                             'cs' => 'Logo',
  8321.                         ],
  8322.                     ],
  8323.                     'scale' => [
  8324.                         'x' => NULL,
  8325.                         'y' => 100,
  8326.                         'mode' => 2,
  8327.                         'retina' => false,
  8328.                         'forceRatio' => true,
  8329.                     ],
  8330.                     'transformations' => [
  8331.                     ],
  8332.                     'options' => [
  8333.                         'jpeg_quality' => 100,
  8334.                         'webp_quality' => 100,
  8335.                     ],
  8336.                 ],
  8337.                 '16x16' => [
  8338.                     'key' => '16x16',
  8339.                     'internal' => false,
  8340.                     'meta' => [
  8341.                         'title' => [
  8342.                             'en' => 'Favicon',
  8343.                             'cs' => 'Favikona',
  8344.                         ],
  8345.                     ],
  8346.                     'scale' => [
  8347.                         'x' => 16,
  8348.                         'y' => 16,
  8349.                         'mode' => 2,
  8350.                         'retina' => false,
  8351.                         'forceRatio' => true,
  8352.                     ],
  8353.                     'transformations' => [
  8354.                     ],
  8355.                     'options' => [
  8356.                         'jpeg_quality' => 100,
  8357.                         'webp_quality' => 100,
  8358.                     ],
  8359.                 ],
  8360.                 '32x32' => [
  8361.                     'key' => '32x32',
  8362.                     'internal' => false,
  8363.                     'meta' => [
  8364.                         'title' => [
  8365.                             'en' => 'Favicon',
  8366.                             'cs' => 'Favikona',
  8367.                         ],
  8368.                     ],
  8369.                     'scale' => [
  8370.                         'x' => 32,
  8371.                         'y' => 32,
  8372.                         'mode' => 2,
  8373.                         'retina' => false,
  8374.                         'forceRatio' => true,
  8375.                     ],
  8376.                     'transformations' => [
  8377.                     ],
  8378.                     'options' => [
  8379.                         'jpeg_quality' => 100,
  8380.                         'webp_quality' => 100,
  8381.                     ],
  8382.                 ],
  8383.                 '180x180' => [
  8384.                     'key' => '180x180',
  8385.                     'internal' => false,
  8386.                     'meta' => [
  8387.                         'title' => [
  8388.                             'en' => 'Apple touch icon',
  8389.                             'cs' => 'Apple touch icon',
  8390.                         ],
  8391.                     ],
  8392.                     'scale' => [
  8393.                         'x' => 180,
  8394.                         'y' => 180,
  8395.                         'mode' => 2,
  8396.                         'retina' => false,
  8397.                         'forceRatio' => true,
  8398.                     ],
  8399.                     'transformations' => [
  8400.                     ],
  8401.                     'options' => [
  8402.                         'jpeg_quality' => 100,
  8403.                         'webp_quality' => 100,
  8404.                     ],
  8405.                 ],
  8406.                 '360x360' => [
  8407.                     'key' => '360x360',
  8408.                     'internal' => false,
  8409.                     'meta' => [
  8410.                         'title' => [
  8411.                             'en' => '360x360',
  8412.                             'cs' => '360x360',
  8413.                         ],
  8414.                     ],
  8415.                     'scale' => [
  8416.                         'x' => 360,
  8417.                         'y' => 360,
  8418.                         'mode' => 2,
  8419.                         'retina' => false,
  8420.                         'forceRatio' => true,
  8421.                     ],
  8422.                     'transformations' => [
  8423.                     ],
  8424.                     'options' => [
  8425.                         'jpeg_quality' => 100,
  8426.                         'webp_quality' => 100,
  8427.                     ],
  8428.                 ],
  8429.                 '256x128' => [
  8430.                     'key' => '256x128',
  8431.                     'internal' => false,
  8432.                     'meta' => [
  8433.                         'title' => [
  8434.                             'en' => 'Accessories',
  8435.                             'cs' => 'Příslušenství',
  8436.                         ],
  8437.                     ],
  8438.                     'scale' => [
  8439.                         'x' => 256,
  8440.                         'y' => 128,
  8441.                         'mode' => 2,
  8442.                         'retina' => false,
  8443.                         'forceRatio' => true,
  8444.                     ],
  8445.                     'transformations' => [
  8446.                     ],
  8447.                     'options' => [
  8448.                         'jpeg_quality' => 100,
  8449.                         'webp_quality' => 100,
  8450.                     ],
  8451.                 ],
  8452.                 '330x250' => [
  8453.                     'key' => '330x250',
  8454.                     'internal' => false,
  8455.                     'meta' => [
  8456.                         'title' => [
  8457.                             'en' => 'Image - Category cards',
  8458.                             'cs' => 'Obrázek - Karty kategorií',
  8459.                         ],
  8460.                     ],
  8461.                     'scale' => [
  8462.                         'x' => 330,
  8463.                         'y' => 250,
  8464.                         'mode' => 2,
  8465.                         'retina' => false,
  8466.                         'forceRatio' => true,
  8467.                     ],
  8468.                     'transformations' => [
  8469.                     ],
  8470.                     'options' => [
  8471.                         'jpeg_quality' => 100,
  8472.                         'webp_quality' => 100,
  8473.                     ],
  8474.                 ],
  8475.                 '175x130' => [
  8476.                     'key' => '175x130',
  8477.                     'internal' => false,
  8478.                     'meta' => [
  8479.                         'title' => [
  8480.                             'en' => 'Gallery',
  8481.                             'cs' => 'Galerie',
  8482.                         ],
  8483.                     ],
  8484.                     'scale' => [
  8485.                         'x' => 175,
  8486.                         'y' => 130,
  8487.                         'mode' => 2,
  8488.                         'retina' => false,
  8489.                         'forceRatio' => true,
  8490.                     ],
  8491.                     'transformations' => [
  8492.                     ],
  8493.                     'options' => [
  8494.                         'jpeg_quality' => 100,
  8495.                         'webp_quality' => 100,
  8496.                     ],
  8497.                 ],
  8498.                 '350x260' => [
  8499.                     'key' => '350x260',
  8500.                     'internal' => false,
  8501.                     'meta' => [
  8502.                         'title' => [
  8503.                             'en' => 'Gallery',
  8504.                             'cs' => 'Galerie',
  8505.                         ],
  8506.                     ],
  8507.                     'scale' => [
  8508.                         'x' => 350,
  8509.                         'y' => 260,
  8510.                         'mode' => 2,
  8511.                         'retina' => false,
  8512.                         'forceRatio' => true,
  8513.                     ],
  8514.                     'transformations' => [
  8515.                     ],
  8516.                     'options' => [
  8517.                         'jpeg_quality' => 100,
  8518.                         'webp_quality' => 100,
  8519.                     ],
  8520.                 ],
  8521.                 '715x540' => [
  8522.                     'key' => '715x540',
  8523.                     'internal' => false,
  8524.                     'meta' => [
  8525.                         'title' => [
  8526.                             'en' => 'Gallery',
  8527.                             'cs' => 'Galerie',
  8528.                         ],
  8529.                     ],
  8530.                     'scale' => [
  8531.                         'x' => 715,
  8532.                         'y' => 540,
  8533.                         'mode' => 2,
  8534.                         'retina' => false,
  8535.                         'forceRatio' => true,
  8536.                     ],
  8537.                     'transformations' => [
  8538.                     ],
  8539.                     'options' => [
  8540.                         'jpeg_quality' => 100,
  8541.                         'webp_quality' => 100,
  8542.                     ],
  8543.                 ],
  8544.                 '930x700' => [
  8545.                     'key' => '930x700',
  8546.                     'internal' => false,
  8547.                     'meta' => [
  8548.                         'title' => [
  8549.                             'en' => 'Gallery',
  8550.                             'cs' => 'Galerie',
  8551.                         ],
  8552.                     ],
  8553.                     'scale' => [
  8554.                         'x' => 930,
  8555.                         'y' => 700,
  8556.                         'mode' => 2,
  8557.                         'retina' => false,
  8558.                         'forceRatio' => true,
  8559.                     ],
  8560.                     'transformations' => [
  8561.                     ],
  8562.                     'options' => [
  8563.                         'jpeg_quality' => 100,
  8564.                         'webp_quality' => 100,
  8565.                     ],
  8566.                 ],
  8567.                 '1200x900' => [
  8568.                     'key' => '1200x900',
  8569.                     'internal' => false,
  8570.                     'meta' => [
  8571.                         'title' => [
  8572.                             'en' => 'Gallery',
  8573.                             'cs' => 'Galerie',
  8574.                         ],
  8575.                     ],
  8576.                     'scale' => [
  8577.                         'x' => 1200,
  8578.                         'y' => 900,
  8579.                         'mode' => 2,
  8580.                         'retina' => false,
  8581.                         'forceRatio' => true,
  8582.                     ],
  8583.                     'transformations' => [
  8584.                     ],
  8585.                     'options' => [
  8586.                         'jpeg_quality' => 100,
  8587.                         'webp_quality' => 100,
  8588.                     ],
  8589.                 ],
  8590.                 '1430x1080' => [
  8591.                     'key' => '1430x1080',
  8592.                     'internal' => false,
  8593.                     'meta' => [
  8594.                         'title' => [
  8595.                             'en' => 'Gallery',
  8596.                             'cs' => 'Galerie',
  8597.                         ],
  8598.                     ],
  8599.                     'scale' => [
  8600.                         'x' => 1430,
  8601.                         'y' => 1080,
  8602.                         'mode' => 2,
  8603.                         'retina' => false,
  8604.                         'forceRatio' => true,
  8605.                     ],
  8606.                     'transformations' => [
  8607.                     ],
  8608.                     'options' => [
  8609.                         'jpeg_quality' => 100,
  8610.                         'webp_quality' => 100,
  8611.                     ],
  8612.                 ],
  8613.                 '1860x1400' => [
  8614.                     'key' => '1860x1400',
  8615.                     'internal' => false,
  8616.                     'meta' => [
  8617.                         'title' => [
  8618.                             'en' => 'Gallery',
  8619.                             'cs' => 'Galerie',
  8620.                         ],
  8621.                     ],
  8622.                     'scale' => [
  8623.                         'x' => 1860,
  8624.                         'y' => 1400,
  8625.                         'mode' => 2,
  8626.                         'retina' => false,
  8627.                         'forceRatio' => true,
  8628.                     ],
  8629.                     'transformations' => [
  8630.                     ],
  8631.                     'options' => [
  8632.                         'jpeg_quality' => 100,
  8633.                         'webp_quality' => 100,
  8634.                     ],
  8635.                 ],
  8636.                 '448x299' => [
  8637.                     'key' => '448x299',
  8638.                     'internal' => false,
  8639.                     'meta' => [
  8640.                         'title' => [
  8641.                             'en' => 'Contacts',
  8642.                             'cs' => 'Kontakty',
  8643.                         ],
  8644.                     ],
  8645.                     'scale' => [
  8646.                         'x' => 448,
  8647.                         'y' => 299,
  8648.                         'mode' => 2,
  8649.                         'retina' => false,
  8650.                         'forceRatio' => true,
  8651.                     ],
  8652.                     'transformations' => [
  8653.                     ],
  8654.                     'options' => [
  8655.                         'jpeg_quality' => 100,
  8656.                         'webp_quality' => 100,
  8657.                     ],
  8658.                 ],
  8659.                 '896x598' => [
  8660.                     'key' => '896x598',
  8661.                     'internal' => false,
  8662.                     'meta' => [
  8663.                         'title' => [
  8664.                             'en' => 'Contacts',
  8665.                             'cs' => 'Kontakty',
  8666.                         ],
  8667.                     ],
  8668.                     'scale' => [
  8669.                         'x' => 896,
  8670.                         'y' => 598,
  8671.                         'mode' => 2,
  8672.                         'retina' => false,
  8673.                         'forceRatio' => true,
  8674.                     ],
  8675.                     'transformations' => [
  8676.                     ],
  8677.                     'options' => [
  8678.                         'jpeg_quality' => 100,
  8679.                         'webp_quality' => 100,
  8680.                     ],
  8681.                 ],
  8682.                 '500x500' => [
  8683.                     'key' => '500x500',
  8684.                     'internal' => false,
  8685.                     'meta' => [
  8686.                         'title' => [
  8687.                             'en' => 'Preview image - Content with images',
  8688.                             'cs' => 'Náhledový obrázek - Obsah s obrázky',
  8689.                         ],
  8690.                     ],
  8691.                     'scale' => [
  8692.                         'x' => 500,
  8693.                         'y' => 500,
  8694.                         'mode' => 2,
  8695.                         'retina' => false,
  8696.                         'forceRatio' => true,
  8697.                     ],
  8698.                     'transformations' => [
  8699.                     ],
  8700.                     'options' => [
  8701.                         'jpeg_quality' => 100,
  8702.                         'webp_quality' => 100,
  8703.                     ],
  8704.                 ],
  8705.                 '1000x1000' => [
  8706.                     'key' => '1000x1000',
  8707.                     'internal' => false,
  8708.                     'meta' => [
  8709.                         'title' => [
  8710.                             'en' => 'Preview image - Content with images',
  8711.                             'cs' => 'Náhledový obrázek - Obsah s obrázky',
  8712.                         ],
  8713.                     ],
  8714.                     'scale' => [
  8715.                         'x' => 1000,
  8716.                         'y' => 1000,
  8717.                         'mode' => 2,
  8718.                         'retina' => false,
  8719.                         'forceRatio' => true,
  8720.                     ],
  8721.                     'transformations' => [
  8722.                     ],
  8723.                     'options' => [
  8724.                         'jpeg_quality' => 100,
  8725.                         'webp_quality' => 100,
  8726.                     ],
  8727.                 ],
  8728.                 '700x700' => [
  8729.                     'key' => '700x700',
  8730.                     'internal' => false,
  8731.                     'meta' => [
  8732.                         'title' => [
  8733.                             'en' => 'Preview image - Content with images',
  8734.                             'cs' => 'Náhledový obrázek - Obsah s obrázky',
  8735.                         ],
  8736.                     ],
  8737.                     'scale' => [
  8738.                         'x' => 700,
  8739.                         'y' => 700,
  8740.                         'mode' => 2,
  8741.                         'retina' => false,
  8742.                         'forceRatio' => true,
  8743.                     ],
  8744.                     'transformations' => [
  8745.                     ],
  8746.                     'options' => [
  8747.                         'jpeg_quality' => 100,
  8748.                         'webp_quality' => 100,
  8749.                     ],
  8750.                 ],
  8751.                 '1200x580' => [
  8752.                     'key' => '1200x580',
  8753.                     'internal' => false,
  8754.                     'meta' => [
  8755.                         'title' => [
  8756.                             'en' => 'Preview image - Content with images',
  8757.                             'cs' => 'Náhledový obrázek - Obsah s obrázky',
  8758.                         ],
  8759.                     ],
  8760.                     'scale' => [
  8761.                         'x' => 1200,
  8762.                         'y' => 580,
  8763.                         'mode' => 2,
  8764.                         'retina' => false,
  8765.                         'forceRatio' => true,
  8766.                     ],
  8767.                     'transformations' => [
  8768.                     ],
  8769.                     'options' => [
  8770.                         'jpeg_quality' => 100,
  8771.                         'webp_quality' => 100,
  8772.                     ],
  8773.                 ],
  8774.                 '1960x900' => [
  8775.                     'key' => '1960x900',
  8776.                     'internal' => false,
  8777.                     'meta' => [
  8778.                         'title' => [
  8779.                             'en' => 'Preview image - Content with images',
  8780.                             'cs' => 'Náhledový obrázek - Obsah s obrázky',
  8781.                         ],
  8782.                     ],
  8783.                     'scale' => [
  8784.                         'x' => 1960,
  8785.                         'y' => 900,
  8786.                         'mode' => 2,
  8787.                         'retina' => false,
  8788.                         'forceRatio' => true,
  8789.                     ],
  8790.                     'transformations' => [
  8791.                     ],
  8792.                     'options' => [
  8793.                         'jpeg_quality' => 100,
  8794.                         'webp_quality' => 100,
  8795.                     ],
  8796.                 ],
  8797.                 '120x120-inset' => [
  8798.                     'key' => '120x120-inset',
  8799.                     'internal' => false,
  8800.                     'meta' => [
  8801.                         'title' => [
  8802.                             'en' => 'Icon',
  8803.                             'cs' => 'Ikonka',
  8804.                         ],
  8805.                     ],
  8806.                     'scale' => [
  8807.                         'x' => 120,
  8808.                         'y' => 120,
  8809.                         'mode' => 1,
  8810.                         'retina' => false,
  8811.                         'forceRatio' => true,
  8812.                     ],
  8813.                     'transformations' => [
  8814.                     ],
  8815.                     'options' => [
  8816.                         'jpeg_quality' => 100,
  8817.                         'webp_quality' => 100,
  8818.                     ],
  8819.                 ],
  8820.                 '1200x630' => [
  8821.                     'key' => '1200x630',
  8822.                     'internal' => false,
  8823.                     'meta' => [
  8824.                         'title' => [
  8825.                             'en' => 'OG:Image',
  8826.                             'cs' => 'OG:Image',
  8827.                         ],
  8828.                     ],
  8829.                     'scale' => [
  8830.                         'x' => 1200,
  8831.                         'y' => 630,
  8832.                         'mode' => 2,
  8833.                         'retina' => false,
  8834.                         'forceRatio' => true,
  8835.                     ],
  8836.                     'transformations' => [
  8837.                     ],
  8838.                     'options' => [
  8839.                         'jpeg_quality' => 100,
  8840.                         'webp_quality' => 100,
  8841.                     ],
  8842.                 ],
  8843.                 '800x400' => [
  8844.                     'key' => '800x400',
  8845.                     'internal' => false,
  8846.                     'meta' => [
  8847.                         'title' => [
  8848.                             'en' => 'Twitter:Image',
  8849.                             'cs' => 'Twitter:Image',
  8850.                         ],
  8851.                     ],
  8852.                     'scale' => [
  8853.                         'x' => 800,
  8854.                         'y' => 400,
  8855.                         'mode' => 2,
  8856.                         'retina' => false,
  8857.                         'forceRatio' => true,
  8858.                     ],
  8859.                     'transformations' => [
  8860.                     ],
  8861.                     'options' => [
  8862.                         'jpeg_quality' => 100,
  8863.                         'webp_quality' => 100,
  8864.                     ],
  8865.                 ],
  8866.                 '1408x540' => [
  8867.                     'key' => '1408x540',
  8868.                     'internal' => false,
  8869.                     'meta' => [
  8870.                         'title' => [
  8871.                             'en' => 'Block Intro',
  8872.                             'cs' => 'Blok Intro',
  8873.                         ],
  8874.                     ],
  8875.                     'scale' => [
  8876.                         'x' => 1408,
  8877.                         'y' => 540,
  8878.                         'mode' => 2,
  8879.                         'retina' => false,
  8880.                         'forceRatio' => true,
  8881.                     ],
  8882.                     'transformations' => [
  8883.                     ],
  8884.                     'options' => [
  8885.                         'jpeg_quality' => 100,
  8886.                         'webp_quality' => 100,
  8887.                     ],
  8888.                 ],
  8889.                 '2048x785' => [
  8890.                     'key' => '2048x785',
  8891.                     'internal' => false,
  8892.                     'meta' => [
  8893.                         'title' => [
  8894.                             'en' => 'Block Intro',
  8895.                             'cs' => 'Blok Intro',
  8896.                         ],
  8897.                     ],
  8898.                     'scale' => [
  8899.                         'x' => 2048,
  8900.                         'y' => 785,
  8901.                         'mode' => 2,
  8902.                         'retina' => false,
  8903.                         'forceRatio' => true,
  8904.                     ],
  8905.                     'transformations' => [
  8906.                     ],
  8907.                     'options' => [
  8908.                         'jpeg_quality' => 100,
  8909.                         'webp_quality' => 100,
  8910.                     ],
  8911.                 ],
  8912.                 '1816x696' => [
  8913.                     'key' => '1816x696',
  8914.                     'internal' => false,
  8915.                     'meta' => [
  8916.                         'title' => [
  8917.                             'en' => 'Block Intro',
  8918.                             'cs' => 'Blok Intro',
  8919.                         ],
  8920.                     ],
  8921.                     'scale' => [
  8922.                         'x' => 1816,
  8923.                         'y' => 696,
  8924.                         'mode' => 2,
  8925.                         'retina' => false,
  8926.                         'forceRatio' => true,
  8927.                     ],
  8928.                     'transformations' => [
  8929.                     ],
  8930.                     'options' => [
  8931.                         'jpeg_quality' => 100,
  8932.                         'webp_quality' => 100,
  8933.                     ],
  8934.                 ],
  8935.                 '1088x417' => [
  8936.                     'key' => '1088x417',
  8937.                     'internal' => false,
  8938.                     'meta' => [
  8939.                         'title' => [
  8940.                             'en' => 'Block Intro',
  8941.                             'cs' => 'Blok Intro',
  8942.                         ],
  8943.                     ],
  8944.                     'scale' => [
  8945.                         'x' => 1088,
  8946.                         'y' => 417,
  8947.                         'mode' => 2,
  8948.                         'retina' => false,
  8949.                         'forceRatio' => true,
  8950.                     ],
  8951.                     'transformations' => [
  8952.                     ],
  8953.                     'options' => [
  8954.                         'jpeg_quality' => 100,
  8955.                         'webp_quality' => 100,
  8956.                     ],
  8957.                 ],
  8958.                 '668x256' => [
  8959.                     'key' => '668x256',
  8960.                     'internal' => false,
  8961.                     'meta' => [
  8962.                         'title' => [
  8963.                             'en' => 'Block Intro',
  8964.                             'cs' => 'Blok Intro',
  8965.                         ],
  8966.                     ],
  8967.                     'scale' => [
  8968.                         'x' => 668,
  8969.                         'y' => 256,
  8970.                         'mode' => 2,
  8971.                         'retina' => false,
  8972.                         'forceRatio' => true,
  8973.                     ],
  8974.                     'transformations' => [
  8975.                     ],
  8976.                     'options' => [
  8977.                         'jpeg_quality' => 100,
  8978.                         'webp_quality' => 100,
  8979.                     ],
  8980.                 ],
  8981.                 '448x337' => [
  8982.                     'key' => '448x337',
  8983.                     'internal' => false,
  8984.                     'meta' => [
  8985.                         'title' => [
  8986.                             'en' => 'Block Signpost',
  8987.                             'cs' => 'Blok Rozcestník',
  8988.                         ],
  8989.                     ],
  8990.                     'scale' => [
  8991.                         'x' => 448,
  8992.                         'y' => 337,
  8993.                         'mode' => 2,
  8994.                         'retina' => false,
  8995.                         'forceRatio' => true,
  8996.                     ],
  8997.                     'transformations' => [
  8998.                     ],
  8999.                     'options' => [
  9000.                         'jpeg_quality' => 100,
  9001.                         'webp_quality' => 100,
  9002.                     ],
  9003.                 ],
  9004.                 '896x674' => [
  9005.                     'key' => '896x674',
  9006.                     'internal' => false,
  9007.                     'meta' => [
  9008.                         'title' => [
  9009.                             'en' => 'Block Signpost',
  9010.                             'cs' => 'Blok Rozcestník',
  9011.                         ],
  9012.                     ],
  9013.                     'scale' => [
  9014.                         'x' => 896,
  9015.                         'y' => 674,
  9016.                         'mode' => 2,
  9017.                         'retina' => false,
  9018.                         'forceRatio' => true,
  9019.                     ],
  9020.                     'transformations' => [
  9021.                     ],
  9022.                     'options' => [
  9023.                         'jpeg_quality' => 100,
  9024.                         'webp_quality' => 100,
  9025.                     ],
  9026.                 ],
  9027.                 '568x568' => [
  9028.                     'key' => '568x568',
  9029.                     'internal' => false,
  9030.                     'meta' => [
  9031.                         'title' => [
  9032.                             'en' => 'Block Mediia with text',
  9033.                             'cs' => 'Blok Obrázek s textem',
  9034.                         ],
  9035.                     ],
  9036.                     'scale' => [
  9037.                         'x' => 568,
  9038.                         'y' => 568,
  9039.                         'mode' => 2,
  9040.                         'retina' => false,
  9041.                         'forceRatio' => true,
  9042.                     ],
  9043.                     'transformations' => [
  9044.                     ],
  9045.                     'options' => [
  9046.                         'jpeg_quality' => 100,
  9047.                         'webp_quality' => 100,
  9048.                     ],
  9049.                 ],
  9050.                 '1136x1136' => [
  9051.                     'key' => '1136x1136',
  9052.                     'internal' => false,
  9053.                     'meta' => [
  9054.                         'title' => [
  9055.                             'en' => 'Block Mediia with text',
  9056.                             'cs' => 'Blok Obrázek s textem',
  9057.                         ],
  9058.                     ],
  9059.                     'scale' => [
  9060.                         'x' => 1136,
  9061.                         'y' => 1136,
  9062.                         'mode' => 2,
  9063.                         'retina' => false,
  9064.                         'forceRatio' => true,
  9065.                     ],
  9066.                     'transformations' => [
  9067.                     ],
  9068.                     'options' => [
  9069.                         'jpeg_quality' => 100,
  9070.                         'webp_quality' => 100,
  9071.                     ],
  9072.                 ],
  9073.                 '136x' => [
  9074.                     'key' => '136x',
  9075.                     'internal' => false,
  9076.                     'meta' => [
  9077.                         'title' => [
  9078.                             'en' => 'Block Testimonials',
  9079.                             'cs' => 'Blok Naši klienti',
  9080.                         ],
  9081.                     ],
  9082.                     'scale' => [
  9083.                         'x' => 136,
  9084.                         'y' => NULL,
  9085.                         'mode' => 2,
  9086.                         'retina' => false,
  9087.                         'forceRatio' => true,
  9088.                     ],
  9089.                     'transformations' => [
  9090.                     ],
  9091.                     'options' => [
  9092.                         'jpeg_quality' => 100,
  9093.                         'webp_quality' => 100,
  9094.                     ],
  9095.                 ],
  9096.                 '688x459' => [
  9097.                     'key' => '688x459',
  9098.                     'internal' => false,
  9099.                     'meta' => [
  9100.                         'title' => [
  9101.                             'en' => 'Posts grid',
  9102.                             'cs' => 'Výpis novinek',
  9103.                         ],
  9104.                     ],
  9105.                     'scale' => [
  9106.                         'x' => 688,
  9107.                         'y' => 459,
  9108.                         'mode' => 2,
  9109.                         'retina' => false,
  9110.                         'forceRatio' => true,
  9111.                     ],
  9112.                     'transformations' => [
  9113.                     ],
  9114.                     'options' => [
  9115.                         'jpeg_quality' => 100,
  9116.                         'webp_quality' => 100,
  9117.                     ],
  9118.                 ],
  9119.                 '1376x918' => [
  9120.                     'key' => '1376x918',
  9121.                     'internal' => false,
  9122.                     'meta' => [
  9123.                         'title' => [
  9124.                             'en' => 'Posts grid',
  9125.                             'cs' => 'Výpis novinek',
  9126.                         ],
  9127.                     ],
  9128.                     'scale' => [
  9129.                         'x' => 1376,
  9130.                         'y' => 918,
  9131.                         'mode' => 2,
  9132.                         'retina' => false,
  9133.                         'forceRatio' => true,
  9134.                     ],
  9135.                     'transformations' => [
  9136.                     ],
  9137.                     'options' => [
  9138.                         'jpeg_quality' => 100,
  9139.                         'webp_quality' => 100,
  9140.                     ],
  9141.                 ],
  9142.                 '448x296' => [
  9143.                     'key' => '448x296',
  9144.                     'internal' => false,
  9145.                     'meta' => [
  9146.                         'title' => [
  9147.                             'en' => 'Posts grid',
  9148.                             'cs' => 'Výpis novinek',
  9149.                         ],
  9150.                     ],
  9151.                     'scale' => [
  9152.                         'x' => 448,
  9153.                         'y' => 296,
  9154.                         'mode' => 2,
  9155.                         'retina' => false,
  9156.                         'forceRatio' => true,
  9157.                     ],
  9158.                     'transformations' => [
  9159.                     ],
  9160.                     'options' => [
  9161.                         'jpeg_quality' => 100,
  9162.                         'webp_quality' => 100,
  9163.                     ],
  9164.                 ],
  9165.                 '896x592' => [
  9166.                     'key' => '896x592',
  9167.                     'internal' => false,
  9168.                     'meta' => [
  9169.                         'title' => [
  9170.                             'en' => 'Posts grid',
  9171.                             'cs' => 'Výpis novinek',
  9172.                         ],
  9173.                     ],
  9174.                     'scale' => [
  9175.                         'x' => 896,
  9176.                         'y' => 592,
  9177.                         'mode' => 2,
  9178.                         'retina' => false,
  9179.                         'forceRatio' => true,
  9180.                     ],
  9181.                     'transformations' => [
  9182.                     ],
  9183.                     'options' => [
  9184.                         'jpeg_quality' => 100,
  9185.                         'webp_quality' => 100,
  9186.                     ],
  9187.                 ],
  9188.                 '296x296' => [
  9189.                     'key' => '296x296',
  9190.                     'internal' => false,
  9191.                     'meta' => [
  9192.                         'title' => [
  9193.                             'en' => 'Product thumbnail',
  9194.                             'cs' => 'Produkt - náhledový obrázek',
  9195.                         ],
  9196.                     ],
  9197.                     'scale' => [
  9198.                         'x' => 296,
  9199.                         'y' => 296,
  9200.                         'mode' => 2,
  9201.                         'retina' => false,
  9202.                         'forceRatio' => true,
  9203.                     ],
  9204.                     'transformations' => [
  9205.                     ],
  9206.                     'options' => [
  9207.                         'jpeg_quality' => 100,
  9208.                         'webp_quality' => 100,
  9209.                     ],
  9210.                 ],
  9211.                 '582x582' => [
  9212.                     'key' => '582x582',
  9213.                     'internal' => false,
  9214.                     'meta' => [
  9215.                         'title' => [
  9216.                             'en' => 'Product thumbnail',
  9217.                             'cs' => 'Produkt - náhledový obrázek',
  9218.                         ],
  9219.                     ],
  9220.                     'scale' => [
  9221.                         'x' => 582,
  9222.                         'y' => 582,
  9223.                         'mode' => 2,
  9224.                         'retina' => false,
  9225.                         'forceRatio' => true,
  9226.                     ],
  9227.                     'transformations' => [
  9228.                     ],
  9229.                     'options' => [
  9230.                         'jpeg_quality' => 100,
  9231.                         'webp_quality' => 100,
  9232.                     ],
  9233.                 ],
  9234.                 '656x656' => [
  9235.                     'key' => '656x656',
  9236.                     'internal' => false,
  9237.                     'meta' => [
  9238.                         'title' => [
  9239.                             'en' => 'Product detail',
  9240.                             'cs' => 'Produkt detailk',
  9241.                         ],
  9242.                     ],
  9243.                     'scale' => [
  9244.                         'x' => 656,
  9245.                         'y' => 656,
  9246.                         'mode' => 2,
  9247.                         'retina' => false,
  9248.                         'forceRatio' => true,
  9249.                     ],
  9250.                     'transformations' => [
  9251.                     ],
  9252.                     'options' => [
  9253.                         'jpeg_quality' => 100,
  9254.                         'webp_quality' => 100,
  9255.                     ],
  9256.                 ],
  9257.                 '1312x1312' => [
  9258.                     'key' => '1312x1312',
  9259.                     'internal' => false,
  9260.                     'meta' => [
  9261.                         'title' => [
  9262.                             'en' => 'Product detail',
  9263.                             'cs' => 'Produkt detailk',
  9264.                         ],
  9265.                     ],
  9266.                     'scale' => [
  9267.                         'x' => 1312,
  9268.                         'y' => 1312,
  9269.                         'mode' => 2,
  9270.                         'retina' => false,
  9271.                         'forceRatio' => true,
  9272.                     ],
  9273.                     'transformations' => [
  9274.                     ],
  9275.                     'options' => [
  9276.                         'jpeg_quality' => 100,
  9277.                         'webp_quality' => 100,
  9278.                     ],
  9279.                 ],
  9280.                 '248x248' => [
  9281.                     'key' => '248x248',
  9282.                     'internal' => false,
  9283.                     'meta' => [
  9284.                         'title' => [
  9285.                             'en' => 'Product - gallery',
  9286.                             'cs' => 'Produkt - galerie',
  9287.                         ],
  9288.                     ],
  9289.                     'scale' => [
  9290.                         'x' => 248,
  9291.                         'y' => 248,
  9292.                         'mode' => 2,
  9293.                         'retina' => false,
  9294.                         'forceRatio' => true,
  9295.                     ],
  9296.                     'transformations' => [
  9297.                     ],
  9298.                     'options' => [
  9299.                         'jpeg_quality' => 100,
  9300.                         'webp_quality' => 100,
  9301.                     ],
  9302.                 ],
  9303.                 '478x478' => [
  9304.                     'key' => '478x478',
  9305.                     'internal' => false,
  9306.                     'meta' => [
  9307.                         'title' => [
  9308.                             'en' => 'Product - gallery',
  9309.                             'cs' => 'Produkt - galerie',
  9310.                         ],
  9311.                     ],
  9312.                     'scale' => [
  9313.                         'x' => 478,
  9314.                         'y' => 478,
  9315.                         'mode' => 2,
  9316.                         'retina' => false,
  9317.                         'forceRatio' => true,
  9318.                     ],
  9319.                     'transformations' => [
  9320.                     ],
  9321.                     'options' => [
  9322.                         'jpeg_quality' => 100,
  9323.                         'webp_quality' => 100,
  9324.                     ],
  9325.                 ],
  9326.                 '956x956' => [
  9327.                     'key' => '956x956',
  9328.                     'internal' => false,
  9329.                     'meta' => [
  9330.                         'title' => [
  9331.                             'en' => 'Product - gallery',
  9332.                             'cs' => 'Produkt - galerie',
  9333.                         ],
  9334.                     ],
  9335.                     'scale' => [
  9336.                         'x' => 956,
  9337.                         'y' => 956,
  9338.                         'mode' => 2,
  9339.                         'retina' => false,
  9340.                         'forceRatio' => true,
  9341.                     ],
  9342.                     'transformations' => [
  9343.                     ],
  9344.                     'options' => [
  9345.                         'jpeg_quality' => 100,
  9346.                         'webp_quality' => 100,
  9347.                     ],
  9348.                 ],
  9349.                 '1200x1200' => [
  9350.                     'key' => '1200x1200',
  9351.                     'internal' => false,
  9352.                     'meta' => [
  9353.                         'title' => [
  9354.                             'en' => 'Product - gallery',
  9355.                             'cs' => 'Produkt - galerie',
  9356.                         ],
  9357.                     ],
  9358.                     'scale' => [
  9359.                         'x' => 1200,
  9360.                         'y' => 1200,
  9361.                         'mode' => 2,
  9362.                         'retina' => false,
  9363.                         'forceRatio' => true,
  9364.                     ],
  9365.                     'transformations' => [
  9366.                     ],
  9367.                     'options' => [
  9368.                         'jpeg_quality' => 100,
  9369.                         'webp_quality' => 100,
  9370.                     ],
  9371.                 ],
  9372.                 '1430x1430' => [
  9373.                     'key' => '1430x1430',
  9374.                     'internal' => false,
  9375.                     'meta' => [
  9376.                         'title' => [
  9377.                             'en' => 'Product - gallery',
  9378.                             'cs' => 'Produkt - galerie',
  9379.                         ],
  9380.                     ],
  9381.                     'scale' => [
  9382.                         'x' => 1430,
  9383.                         'y' => 1430,
  9384.                         'mode' => 2,
  9385.                         'retina' => false,
  9386.                         'forceRatio' => true,
  9387.                     ],
  9388.                     'transformations' => [
  9389.                     ],
  9390.                     'options' => [
  9391.                         'jpeg_quality' => 100,
  9392.                         'webp_quality' => 100,
  9393.                     ],
  9394.                 ],
  9395.                 '1860x1860' => [
  9396.                     'key' => '1860x1860',
  9397.                     'internal' => false,
  9398.                     'meta' => [
  9399.                         'title' => [
  9400.                             'en' => 'Product - gallery',
  9401.                             'cs' => 'Produkt - galerie',
  9402.                         ],
  9403.                     ],
  9404.                     'scale' => [
  9405.                         'x' => 1860,
  9406.                         'y' => 1860,
  9407.                         'mode' => 2,
  9408.                         'retina' => false,
  9409.                         'forceRatio' => true,
  9410.                     ],
  9411.                     'transformations' => [
  9412.                     ],
  9413.                     'options' => [
  9414.                         'jpeg_quality' => 100,
  9415.                         'webp_quality' => 100,
  9416.                     ],
  9417.                 ],
  9418.                 '328x216' => [
  9419.                     'key' => '328x216',
  9420.                     'internal' => false,
  9421.                     'meta' => [
  9422.                         'title' => [
  9423.                             'en' => 'Article - Preview image',
  9424.                             'cs' => 'Článek - Náhledový obrázek',
  9425.                         ],
  9426.                     ],
  9427.                     'scale' => [
  9428.                         'x' => 328,
  9429.                         'y' => 216,
  9430.                         'mode' => 2,
  9431.                         'retina' => false,
  9432.                         'forceRatio' => true,
  9433.                     ],
  9434.                     'transformations' => [
  9435.                     ],
  9436.                     'options' => [
  9437.                         'jpeg_quality' => 100,
  9438.                         'webp_quality' => 100,
  9439.                     ],
  9440.                 ],
  9441.                 '656x432' => [
  9442.                     'key' => '656x432',
  9443.                     'internal' => false,
  9444.                     'meta' => [
  9445.                         'title' => [
  9446.                             'en' => 'Article - Preview image',
  9447.                             'cs' => 'Článek - Náhledový obrázek',
  9448.                         ],
  9449.                     ],
  9450.                     'scale' => [
  9451.                         'x' => 656,
  9452.                         'y' => 432,
  9453.                         'mode' => 2,
  9454.                         'retina' => false,
  9455.                         'forceRatio' => true,
  9456.                     ],
  9457.                     'transformations' => [
  9458.                     ],
  9459.                     'options' => [
  9460.                         'jpeg_quality' => 100,
  9461.                         'webp_quality' => 100,
  9462.                     ],
  9463.                 ],
  9464.                 '416x416' => [
  9465.                     'key' => '416x416',
  9466.                     'internal' => false,
  9467.                     'meta' => [
  9468.                         'title' => [
  9469.                             'en' => 'Sidebar - image',
  9470.                             'cs' => 'Sidebar - obrázek',
  9471.                         ],
  9472.                     ],
  9473.                     'scale' => [
  9474.                         'x' => 416,
  9475.                         'y' => 416,
  9476.                         'mode' => 2,
  9477.                         'retina' => false,
  9478.                         'forceRatio' => true,
  9479.                     ],
  9480.                     'transformations' => [
  9481.                     ],
  9482.                     'options' => [
  9483.                         'jpeg_quality' => 100,
  9484.                         'webp_quality' => 100,
  9485.                     ],
  9486.                 ],
  9487.                 '832x832' => [
  9488.                     'key' => '832x832',
  9489.                     'internal' => false,
  9490.                     'meta' => [
  9491.                         'title' => [
  9492.                             'en' => 'Sidebar - image',
  9493.                             'cs' => 'Sidebar - obrázek',
  9494.                         ],
  9495.                     ],
  9496.                     'scale' => [
  9497.                         'x' => 832,
  9498.                         'y' => 832,
  9499.                         'mode' => 2,
  9500.                         'retina' => false,
  9501.                         'forceRatio' => true,
  9502.                     ],
  9503.                     'transformations' => [
  9504.                     ],
  9505.                     'options' => [
  9506.                         'jpeg_quality' => 100,
  9507.                         'webp_quality' => 100,
  9508.                     ],
  9509.                 ],
  9510.                 '64x64' => [
  9511.                     'key' => '64x64',
  9512.                     'internal' => false,
  9513.                     'meta' => [
  9514.                         'title' => [
  9515.                             'en' => 'Avatar',
  9516.                             'cs' => 'Avatar',
  9517.                         ],
  9518.                     ],
  9519.                     'scale' => [
  9520.                         'x' => 64,
  9521.                         'y' => 64,
  9522.                         'mode' => 2,
  9523.                         'retina' => false,
  9524.                         'forceRatio' => true,
  9525.                     ],
  9526.                     'transformations' => [
  9527.                     ],
  9528.                     'options' => [
  9529.                         'jpeg_quality' => 100,
  9530.                         'webp_quality' => 100,
  9531.                     ],
  9532.                 ],
  9533.                 '128x128' => [
  9534.                     'key' => '128x128',
  9535.                     'internal' => false,
  9536.                     'meta' => [
  9537.                         'title' => [
  9538.                             'en' => 'Avatar',
  9539.                             'cs' => 'Avatar',
  9540.                         ],
  9541.                     ],
  9542.                     'scale' => [
  9543.                         'x' => 128,
  9544.                         'y' => 128,
  9545.                         'mode' => 2,
  9546.                         'retina' => false,
  9547.                         'forceRatio' => true,
  9548.                     ],
  9549.                     'transformations' => [
  9550.                     ],
  9551.                     'options' => [
  9552.                         'jpeg_quality' => 100,
  9553.                         'webp_quality' => 100,
  9554.                     ],
  9555.                 ],
  9556.                 '640x240' => [
  9557.                     'key' => '640x240',
  9558.                     'internal' => false,
  9559.                     'meta' => [
  9560.                         'title' => [
  9561.                             'en' => 'Content image',
  9562.                             'cs' => 'Obrázek v obsahu',
  9563.                         ],
  9564.                     ],
  9565.                     'scale' => [
  9566.                         'x' => 640,
  9567.                         'y' => 240,
  9568.                         'mode' => 2,
  9569.                         'retina' => false,
  9570.                         'forceRatio' => true,
  9571.                     ],
  9572.                     'transformations' => [
  9573.                     ],
  9574.                     'options' => [
  9575.                         'jpeg_quality' => 100,
  9576.                         'webp_quality' => 100,
  9577.                     ],
  9578.                 ],
  9579.                 '208x208' => [
  9580.                     'key' => '208x208',
  9581.                     'internal' => false,
  9582.                     'meta' => [
  9583.                         'title' => [
  9584.                             'en' => 'Person',
  9585.                             'cs' => 'Osoba',
  9586.                         ],
  9587.                     ],
  9588.                     'scale' => [
  9589.                         'x' => 208,
  9590.                         'y' => 208,
  9591.                         'mode' => 2,
  9592.                         'retina' => false,
  9593.                         'forceRatio' => true,
  9594.                     ],
  9595.                     'transformations' => [
  9596.                     ],
  9597.                     'options' => [
  9598.                         'jpeg_quality' => 100,
  9599.                         'webp_quality' => 100,
  9600.                     ],
  9601.                 ],
  9602.             ],
  9603.             'sulu_security.two_factor_methods' => [
  9604.             ],
  9605.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  9606.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  9607.             'sulu.version' => '2.5.9',
  9608.             'app.version' => NULL,
  9609.             'sulu_snippet.areas' => [
  9610.                 'error_settings' => [
  9611.                     'key' => 'error_settings',
  9612.                     'template' => 'error_settings',
  9613.                     'title' => [
  9614.                         'cs' => 'Nastavení 404',
  9615.                         'en' => 'Error 404 settings',
  9616.                     ],
  9617.                 ],
  9618.                 'favicon_settings' => [
  9619.                     'key' => 'favicon_settings',
  9620.                     'template' => 'favicon_settings',
  9621.                     'title' => [
  9622.                         'cs' => 'Nastavení favikony',
  9623.                         'en' => 'Favicon settings',
  9624.                     ],
  9625.                 ],
  9626.                 'filtration_settings' => [
  9627.                     'key' => 'filtration_settings',
  9628.                     'template' => 'filtration_settings',
  9629.                     'title' => [
  9630.                         'cs' => 'Nastavení filtrace',
  9631.                         'en' => 'Filtration settings',
  9632.                     ],
  9633.                 ],
  9634.                 'footer_settings' => [
  9635.                     'key' => 'footer_settings',
  9636.                     'template' => 'footer_settings',
  9637.                     'title' => [
  9638.                         'cs' => 'Patička',
  9639.                         'en' => 'Footer',
  9640.                     ],
  9641.                 ],
  9642.                 'header_settings' => [
  9643.                     'key' => 'header_settings',
  9644.                     'template' => 'header_settings',
  9645.                     'title' => [
  9646.                         'cs' => 'Nastavení hlavičky',
  9647.                         'en' => 'Header settings',
  9648.                     ],
  9649.                 ],
  9650.                 'organization' => [
  9651.                     'key' => 'organization',
  9652.                     'template' => 'organization',
  9653.                     'title' => [
  9654.                         'cs' => 'Organizace',
  9655.                         'en' => 'Organization',
  9656.                     ],
  9657.                 ],
  9658.                 'page_blog_setting' => [
  9659.                     'key' => 'page_blog_setting',
  9660.                     'template' => 'page_blog',
  9661.                     'title' => [
  9662.                         'cs' => 'Nastavení Blogu',
  9663.                         'en' => 'Blog settings',
  9664.                     ],
  9665.                 ],
  9666.                 'post_settings' => [
  9667.                     'key' => 'post_settings',
  9668.                     'template' => 'post_settings',
  9669.                     'title' => [
  9670.                         'cs' => 'Nastavení příspěvku',
  9671.                         'en' => 'Post settings',
  9672.                     ],
  9673.                 ],
  9674.                 'product_catalog_settings' => [
  9675.                     'key' => 'product_catalog_settings',
  9676.                     'template' => 'product_catalog_settings',
  9677.                     'title' => [
  9678.                         'cs' => 'Nastavení produktového katalogu',
  9679.                         'en' => 'Product catalog settings',
  9680.                     ],
  9681.                 ],
  9682.                 'product_detail_settings' => [
  9683.                     'key' => 'product_detail_settings',
  9684.                     'template' => 'product_detail_settings',
  9685.                     'title' => [
  9686.                         'cs' => 'Nastavení detailu produktu',
  9687.                         'en' => 'Product detail settings',
  9688.                     ],
  9689.                 ],
  9690.                 'search_settings' => [
  9691.                     'key' => 'search_settings',
  9692.                     'template' => 'search_settings',
  9693.                     'title' => [
  9694.                         'cs' => 'Nastavení vyhledávání',
  9695.                         'en' => 'Search settings',
  9696.                     ],
  9697.                 ],
  9698.                 'theme_setting' => [
  9699.                     'key' => 'theme_setting',
  9700.                     'template' => 'theme_settings',
  9701.                     'title' => [
  9702.                         'cs' => 'Nastavení barevného schema',
  9703.                         'en' => 'Header settings',
  9704.                     ],
  9705.                 ],
  9706.             ],
  9707.             'console.command.ids' => [
  9708.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  9709.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  9710.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  9711.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  9712.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  9713.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  9714.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  9715.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  9716.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  9717.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  9718.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  9719.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  9720.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  9721.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  9722.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  9723.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  9724.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  9725.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  9726.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  9727.                 19 => 'phpcr_migrations.command.status',
  9728.                 20 => 'phpcr_migrations.command.migrate',
  9729.                 21 => 'phpcr_migrations.command.initialize',
  9730.                 22 => 'task.command.schedule_system_tasks',
  9731.                 23 => 'task.command.run',
  9732.                 24 => 'task.command.run_handler',
  9733.                 25 => 'task.command.executor',
  9734.                 26 => 'task.command.schedule_task',
  9735.                 27 => 'task.command.debug_tasks',
  9736.                 28 => 'console.command.public_alias.sulu_redirect.import_command',
  9737.             ],
  9738.         ];
  9739.     }
  9740.     protected function throw($message)
  9741.     {
  9742.         throw new RuntimeException($message);
  9743.     }
  9744. }