var/cache/website/dev/ContainerFRgCiKS/App_KernelDevDebugContainer.php line 1376

Open in your IDE?
  1. <?php
  2. namespace ContainerFRgCiKS;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  50.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  51.             'es.annotations.cached_reader' => 'getEs_Annotations_CachedReaderService',
  52.             'es.cache_engine' => 'getEs_CacheEngineService',
  53.             'es.document_finder' => 'getEs_DocumentFinderService',
  54.             'es.document_parser' => 'getEs_DocumentParserService',
  55.             'es.manager.default' => 'getEs_Manager_DefaultService',
  56.             'es.manager.live' => 'getEs_Manager_LiveService',
  57.             'es.manager_factory' => 'getEs_ManagerFactoryService',
  58.             'es.metadata_collector' => 'getEs_MetadataCollectorService',
  59.             'es.profiler' => 'getEs_ProfilerService',
  60.             'es.result_converter' => 'getEs_ResultConverterService',
  61.             'es.tracer' => 'getEs_TracerService',
  62.             'event_dispatcher' => 'getEventDispatcherService',
  63.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  64.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  65.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  66.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  67.             'http_kernel' => 'getHttpKernelService',
  68.             'jms_serializer' => 'getJmsSerializerService',
  69.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  70.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  71.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  72.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  76.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  77.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  78.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  79.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  80.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  81.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  82.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  83.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  84.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  85.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  86.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  87.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  88.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  89.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  90.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  91.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  92.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  93.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  94.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  95.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  96.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  97.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  98.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  99.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  100.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  101.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  102.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  103.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  104.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  105.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  106.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  107.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  108.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  109.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  110.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  111.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  112.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  113.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  114.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  115.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  116.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  117.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  118.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  119.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  120.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  121.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  122.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  123.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  124.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  125.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  126.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  127.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  128.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  129.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  130.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  131.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  132.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  133.             'translator' => 'getTranslatorService',
  134.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  135.             'cache_clearer' => 'getCacheClearerService',
  136.             'filesystem' => 'getFilesystemService',
  137.             'serializer' => 'getSerializerService',
  138.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  139.             'form.factory' => 'getForm_FactoryService',
  140.             'form.type.file' => 'getForm_Type_FileService',
  141.             'profiler' => 'getProfilerService',
  142.             'twig' => 'getTwigService',
  143.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  144.             'security.token_storage' => 'getSecurity_TokenStorageService',
  145.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  146.             'session' => 'getSessionService',
  147.             'validator' => 'getValidatorService',
  148.         ];
  149.         $this->fileMap = [
  150.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  151.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  152.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  153.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  154.             '.container.private.session' => 'get_Container_Private_SessionService',
  155.             'App\\Controller\\Admin\\DynamicController' => 'getDynamicControllerService',
  156.             'App\\Controller\\Website\\ApiSearchController' => 'getApiSearchControllerService',
  157.             'App\\Controller\\Website\\ApiTerritoryExperienceController' => 'getApiTerritoryExperienceControllerService',
  158.             'App\\Controller\\Website\\ArticleOverviewController' => 'getArticleOverviewControllerService',
  159.             'App\\Controller\\Website\\ArticlesController' => 'getArticlesControllerService',
  160.             'App\\Controller\\Website\\ContactController' => 'getContactControllerService',
  161.             'App\\Controller\\Website\\DepartementController' => 'getDepartementControllerService',
  162.             'App\\Controller\\Website\\GTInscriptionController' => 'getGTInscriptionControllerService',
  163.             'App\\Controller\\Website\\GlobalSearchController' => 'getGlobalSearchControllerService',
  164.             'App\\Controller\\Website\\LoginController' => 'getLoginControllerService',
  165.             'App\\Controller\\Website\\MonEspaceController' => 'getMonEspaceControllerService',
  166.             'App\\Controller\\Website\\MyWebsiteSearchController' => 'getMyWebsiteSearchControllerService',
  167.             'App\\Controller\\Website\\PayboxController' => 'getPayboxControllerService',
  168.             'App\\Controller\\Website\\SearchTerritoireByDepartementController' => 'getSearchTerritoireByDepartementControllerService',
  169.             'App\\Controller\\Website\\SubCategoryFilterController' => 'getSubCategoryFilterControllerService',
  170.             'App\\Controller\\Website\\TerritoireInterventionController' => 'getTerritoireInterventionControllerService',
  171.             'App\\Controller\\Website\\UserController' => 'getUserControllerService',
  172.             'App\\Service\\TerritoryDataProvider' => 'getTerritoryDataProviderService',
  173.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  174.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\ContentController' => 'getContentControllerService',
  175.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\FormController' => 'getFormControllerService',
  176.             'Sulu\\Bundle\\CommunityBundle\\Controller\\BlacklistConfirmationController' => 'getBlacklistConfirmationControllerService',
  177.             'Sulu\\Bundle\\CommunityBundle\\Controller\\CompletionController' => 'getCompletionControllerService',
  178.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ConfirmationController' => 'getConfirmationControllerService',
  179.             'Sulu\\Bundle\\CommunityBundle\\Controller\\EmailConfirmationController' => 'getEmailConfirmationControllerService',
  180.             'Sulu\\Bundle\\CommunityBundle\\Controller\\LoginController' => 'getLoginController2Service',
  181.             'Sulu\\Bundle\\CommunityBundle\\Controller\\PasswordController' => 'getPasswordControllerService',
  182.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  183.             'Sulu\\Bundle\\CommunityBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  184.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  186.             'adresse' => 'getAdresseService',
  187.             'cache.app_clearer' => 'getCache_AppClearerService',
  188.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  189.             'cache.system_clearer' => 'getCache_SystemClearerService',
  190.             'cache_warmer' => 'getCacheWarmerService',
  191.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  192.             'color_picker_custom' => 'getColorPickerCustomService',
  193.             'console.command.public_alias.App\\Command\\ArchiveArticlesCommand' => 'getArchiveArticlesCommandService',
  194.             'console.command.public_alias.App\\Command\\CreateCsvCommand' => 'getCreateCsvCommandService',
  195.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  196.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  197.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  198.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  199.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  200.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  201.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  202.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  203.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  204.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  205.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  206.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  207.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  208.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  209.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  210.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  211.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  212.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  213.             'console.command.public_alias.fos_http_cache.command.clear' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_ClearService',
  214.             'console.command.public_alias.fos_http_cache.command.invalidate_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidatePathService',
  215.             'console.command.public_alias.fos_http_cache.command.invalidate_regex' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidateRegexService',
  216.             'console.command.public_alias.fos_http_cache.command.refresh_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_RefreshPathService',
  217.             'console.command.public_alias.sulu_article.reindex_command' => 'getConsole_Command_PublicAlias_SuluArticle_ReindexCommandService',
  218.             'console.command.public_alias.sulu_form.form_generator_command' => 'getConsole_Command_PublicAlias_SuluForm_FormGeneratorCommandService',
  219.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  220.             'console.command_loader' => 'getConsole_CommandLoaderService',
  221.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  222.             'custom_toggle' => 'getCustomToggleService',
  223.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  224.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  225.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  226.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  227.             'error_controller' => 'getErrorControllerService',
  228.             'es.client.index_suffix_finder' => 'getEs_Client_IndexSuffixFinderService',
  229.             'es.export' => 'getEs_ExportService',
  230.             'es.generate' => 'getEs_GenerateService',
  231.             'es.generator.document' => 'getEs_Generator_DocumentService',
  232.             'es.import' => 'getEs_ImportService',
  233.             'es.manager.default.article' => 'getEs_Manager_Default_ArticleService',
  234.             'es.manager.live.article' => 'getEs_Manager_Live_ArticleService',
  235.             'es.terminate_listener' => 'getEs_TerminateListenerService',
  236.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  237.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  238.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  239.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  240.             'font_icon_picker' => 'getFontIconPickerService',
  241.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  242.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  243.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  244.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  245.             'icon_list' => 'getIconListService',
  246.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  247.             'massive_search.adapter.elastic' => 'getMassiveSearch_Adapter_ElasticService',
  248.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  249.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  250.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  251.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  252.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  253.             'routing.loader' => 'getRouting_LoaderService',
  254.             'services_resetter' => 'getServicesResetterService',
  255.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  256.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  257.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  258.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  259.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  260.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  261.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  262.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  263.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  264.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  265.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  266.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  267.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  268.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  269.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  270.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  271.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  272.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  273.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  274.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  275.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  276.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  277.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  278.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  279.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  280.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  281.             'sulu.repository.blacklist_item' => 'getSulu_Repository_BlacklistItemService',
  282.             'sulu.repository.blacklist_user' => 'getSulu_Repository_BlacklistUserService',
  283.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  284.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  285.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  286.             'sulu_article.article_content_resolver' => 'getSuluArticle_ArticleContentResolverService',
  287.             'sulu_article.content_types.article_selection' => 'getSuluArticle_ContentTypes_ArticleSelectionService',
  288.             'sulu_article.content_types.single_article_selection' => 'getSuluArticle_ContentTypes_SingleArticleSelectionService',
  289.             'sulu_article.initializer' => 'getSuluArticle_InitializerService',
  290.             'sulu_article.view_document.factory' => 'getSuluArticle_ViewDocument_FactoryService',
  291.             'sulu_article.website_article_controller' => 'getSuluArticle_WebsiteArticleControllerService',
  292.             'sulu_article.webspace_select_helper' => 'getSuluArticle_WebspaceSelectHelperService',
  293.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  294.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  295.             'sulu_community.blacklisting.item_manager' => 'getSuluCommunity_Blacklisting_ItemManagerService',
  296.             'sulu_community.blacklisting.item_repository' => 'getSuluCommunity_Blacklisting_ItemRepositoryService',
  297.             'sulu_community.blacklisting.user_repository' => 'getSuluCommunity_Blacklisting_UserRepositoryService',
  298.             'sulu_community.community_manager.registry' => 'getSuluCommunity_CommunityManager_RegistryService',
  299.             'sulu_community.controller.blacklist_item' => 'getSuluCommunity_Controller_BlacklistItemService',
  300.             'sulu_community.email_confirmation.repository' => 'getSuluCommunity_EmailConfirmation_RepositoryService',
  301.             'sulu_community.user_manager' => 'getSuluCommunity_UserManagerService',
  302.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  303.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  304.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  305.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  306.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  307.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  308.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  309.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  310.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  311.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  312.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  313.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  314.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  315.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  316.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  317.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  318.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  319.             'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  320.             'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  321.             'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  322.             'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  323.             'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  324.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  325.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  326.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  327.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  328.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  329.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  330.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  331.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  332.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  333.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  334.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  335.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  336.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  337.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  338.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  339.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  340.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  341.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  342.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  343.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  344.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  345.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  346.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  347.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  348.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  349.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  350.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  351.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  352.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  353.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  354.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  355.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  356.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  357.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  358.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  359.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  360.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  361.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  362.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  363.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  364.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  365.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  366.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  367.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  368.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  369.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  370.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  371.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  372.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  373.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  374.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  375.         ];
  376.         $this->aliases = [
  377.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  378.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  379.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  380.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  381.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  382.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  383.             'Sulu\\Bundle\\ArticleBundle\\Controller\\WebsiteArticleController' => 'sulu_article.website_article_controller',
  384.             'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  385.             'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  386.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  387.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  388.             'database_connection' => 'doctrine.dbal.default_connection',
  389.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  390.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  391.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  392.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  393.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  394.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  395.             'es.manager' => 'es.manager.default',
  396.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  397.             'mailer' => 'swiftmailer.mailer.default',
  398.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  399.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  400.         ];
  401.         $this->privates['service_container'] = function () {
  402.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  408.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  409.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  410.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  412.             include_once \dirname(__DIR__5).'/src/Event/PqnaRoutesListener.php';
  413.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  414.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  415.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityRepository.php';
  416.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  417.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  418.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  419.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Rest/RequestParametersTrait.php';
  420.             include_once \dirname(__DIR__5).'/src/Repository/ArticlesRepository.php';
  421.             include_once \dirname(__DIR__5).'/src/Repository/CategoryRepository.php';
  422.             include_once \dirname(__DIR__5).'/src/Repository/ContactRepository.php';
  423.             include_once \dirname(__DIR__5).'/src/Repository/SuluUsersRepository.php';
  424.             include_once \dirname(__DIR__5).'/src/Service/SynchroHubService.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  434.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/UriSigner.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  458.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  465.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  466.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  467.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  505.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  506.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  507.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  508.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  509.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  511.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  512.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  514.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  515.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  516.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  517.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  518.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  519.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  520.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  521.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  522.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  523.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  524.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  525.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  534.             include_once \dirname(__DIR__5).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  536.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  538.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  539.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  540.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  541.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  542.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  543.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  544.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  545.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  546.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  547.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  548.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  549.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  550.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  551.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  552.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  553.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  554.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  556.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  558.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  559.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  560.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  561.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  562.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  563.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  564.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  565.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  567.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  568.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  569.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  570.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  571.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  572.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  573.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  574.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  575.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  576.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  577.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  578.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  579.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  580.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  581.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  582.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  583.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  584.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  585.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  586.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  587.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  588.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  589.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  590.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  591.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  592.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  593.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  594.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  595.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  596.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  597.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  598.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  599.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  600.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  601.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  602.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  603.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  604.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  605.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  606.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  607.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  608.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  609.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  610.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  611.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  612.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  613.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  616.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  617.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  618.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  619.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  620.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  621.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  622.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  625.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  626.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  627.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  628.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  629.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  630.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  631.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  632.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  633.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  634.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  635.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  636.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  637.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  638.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  639.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  640.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  641.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  649.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  650.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  651.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  652.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  653.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  654.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  655.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  656.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  657.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  658.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  659.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  660.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  661.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  662.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  663.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  664.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  665.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  666.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  667.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  669.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  670.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  671.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  672.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  673.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  674.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  675.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  676.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  677.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  678.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  679.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  680.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  681.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  682.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  683.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  684.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  685.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  686.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  687.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  688.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  689.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  690.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  691.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  692.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  693.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  694.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  695.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  696.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  697.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  698.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  699.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  700.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  701.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  702.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  703.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  704.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  705.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  706.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  707.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  708.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  709.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  710.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  711.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  712.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  713.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  714.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  715.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  716.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  717.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  718.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  720.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  721.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  722.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  723.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  724.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  725.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  726.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  727.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  728.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  729.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  730.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  731.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  732.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  733.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  734.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  735.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  736.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  737.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  738.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  739.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  740.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  741.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  742.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  743.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  744.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  752.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  753.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  754.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  755.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tool/ORM/Repository/EntityRepositoryCompat.php';
  756.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  763.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  764.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  765.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  766.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  767.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  768.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  771.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  804.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  835.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  839.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  850.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  862.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  864.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  865.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  866.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  867.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  868.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  869.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  871.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  872.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  873.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  874.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  875.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  877.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  878.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  884.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  897.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  898.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  899.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  900.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  901.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  902.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  903.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  904.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  905.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  907.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  910.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  915.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  917.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  918.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  919.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  920.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/ArticleViewDocumentIdTrait.php';
  921.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Markup/ArticleLinkProvider.php';
  922.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  923.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  924.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  925.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  926.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  927.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  928.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  929.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  930.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  931.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  932.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  933.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  934.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  935.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  936.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  937.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  938.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  939.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  940.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  941.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  942.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  943.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  944.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  945.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  947.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  948.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  949.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  950.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  951.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  952.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  954.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  958.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  959.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  960.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  961.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  962.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  963.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  967.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  968.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Handler.php';
  969.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  970.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/Helper.php';
  971.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  972.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  973.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategySingle.php';
  974.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  975.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Builder.php';
  976.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  977.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  978.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  979.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  980.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  981.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  982.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/DynamicRepository.php';
  983.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  984.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  985.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  986.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  987.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  988.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  989.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  990.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  991.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  992.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  993.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  994.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  995.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  996.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  997.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  998.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  999.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HiddenType.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RecaptchaType.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/ProtectedMediaSubscriber.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentFinder.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentParser.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/Handler/CollectionHandler.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/CollectTrait.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Result/Converter.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/EventAwareConverter.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStoreInterface.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStore.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Content/ArticleResourceItemFactory.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Resolver/WebspaceResolver.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/WebspaceSettingsConfigurationResolver.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteEnhancer.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBusInterface.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBus.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1112.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/AnnotationReader.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1153.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1154.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1155.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1156.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1157.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1158.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1159.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1160.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1161.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1162.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1163.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1164.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1165.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1166.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1167.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1168.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1169.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1170.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1171.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1172.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1173.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1174.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1175.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1176.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1177.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1178.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1179.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1180.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1181.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1182.             include_once \dirname(__DIR__5).'/src/Filters/Base64.php';
  1183.             include_once \dirname(__DIR__5).'/src/Twig/AltImageExtension.php';
  1184.             include_once \dirname(__DIR__5).'/src/Twig/ArticleViewDocumentTwigExtension.php';
  1185.             include_once \dirname(__DIR__5).'/src/Twig/ArticlesExtension.php';
  1186.             include_once \dirname(__DIR__5).'/src/Twig/CheckInstanceOfExtension.php';
  1187.             include_once \dirname(__DIR__5).'/src/Twig/GetUserByContactIdExtension.php';
  1188.             include_once \dirname(__DIR__5).'/src/Twig/HashHmacExtension.php';
  1189.             include_once \dirname(__DIR__5).'/src/Twig/LoadCategoriesByIdsExtension.php';
  1190.             include_once \dirname(__DIR__5).'/src/Twig/RandomBytesExtension.php';
  1191.             include_once \dirname(__DIR__5).'/src/Twig/SearchDynamicEntryExtension.php';
  1192.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1193.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1194.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1195.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1196.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1197.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1198.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1199.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1200.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1201.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1202.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1203.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1204.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1205.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1206.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1207.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1208.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1209.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1210.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1211.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1212.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1213.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1214.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1215.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1216.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1217.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1218.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1219.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1220.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1221.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1222.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1223.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1224.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1225.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1226.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1227.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1228.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1229.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1230.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1231.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1232.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1233.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1234.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1235.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/StructureTagTrait.php';
  1236.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Twig/ArticleViewDocumentTwigExtension.php';
  1237.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Repository/ArticleViewDocumentRepository.php';
  1238.             include_once \dirname(__DIR__5).'/vendor/twig/intl-extra/IntlExtension.php';
  1239.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1240.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1241.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1242.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1243.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1244.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1245.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1246.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1247.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1248.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1249.         };
  1250.     }
  1251.     public function compile(): void
  1252.     {
  1253.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1254.     }
  1255.     public function isCompiled(): bool
  1256.     {
  1257.         return true;
  1258.     }
  1259.     public function getRemovedIds(): array
  1260.     {
  1261.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1262.     }
  1263.     protected function load($file$lazyLoad true)
  1264.     {
  1265.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1266.             return $class::do($this$lazyLoad);
  1267.         }
  1268.         if ('.' === $file[-4]) {
  1269.             $class substr($class0, -4);
  1270.         } else {
  1271.             $file .= '.php';
  1272.         }
  1273.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1274.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1275.     }
  1276.     protected function createProxy($class, \Closure $factory)
  1277.     {
  1278.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1279.         return $factory();
  1280.     }
  1281.     /**
  1282.      * Gets the public '.container.private.filesystem' shared service.
  1283.      *
  1284.      * @return \Symfony\Component\Filesystem\Filesystem
  1285.      */
  1286.     protected function get_Container_Private_FilesystemService()
  1287.     {
  1288.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1289.     }
  1290.     /**
  1291.      * Gets the public '.container.private.form.factory' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\Form\FormFactory
  1294.      */
  1295.     protected function get_Container_Private_Form_FactoryService()
  1296.     {
  1297.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1298.         if (isset($this->services['.container.private.form.factory'])) {
  1299.             return $this->services['.container.private.form.factory'];
  1300.         }
  1301.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1302.     }
  1303.     /**
  1304.      * Gets the public '.container.private.profiler' shared service.
  1305.      *
  1306.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1307.      */
  1308.     protected function get_Container_Private_ProfilerService()
  1309.     {
  1310.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1311.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1312.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1313.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1314.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1315.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1316.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1317.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1318.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1319.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1320.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1321.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1322.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1323.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1324.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1325.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1326.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1327.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1328.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1329.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1330.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1331.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1332.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1333.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1334.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1335.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1336.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1337.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1338.         if ($this->has('kernel')) {
  1339.             $g->setKernel($b);
  1340.         }
  1341.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1342.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1343.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1344.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1345.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1346.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1347.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1348.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1349.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1350.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1351.         $instance->add($d);
  1352.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1353.         $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));
  1354.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1355.         $instance->add($e);
  1356.         $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([])))));
  1357.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1358.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1359.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1360.         $instance->add($f);
  1361.         $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()))));
  1362.         $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\\ArticleBundle' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/community-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()))));
  1363.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1364.         $instance->add(($this->services['es.profiler'] ?? $this->getEs_ProfilerService()));
  1365.         $instance->add($g);
  1366.         return $instance;
  1367.     }
  1368.     /**
  1369.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1370.      *
  1371.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1372.      */
  1373.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1374.     {
  1375.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1376.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1377.             return $this->services['.container.private.security.authorization_checker'];
  1378.         }
  1379.         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);
  1380.     }
  1381.     /**
  1382.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1385.      */
  1386.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1387.     {
  1388.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1389.     }
  1390.     /**
  1391.      * Gets the public '.container.private.security.token_storage' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1394.      */
  1395.     protected function get_Container_Private_Security_TokenStorageService()
  1396.     {
  1397.         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, [
  1398.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1399.         ], [
  1400.             'request_stack' => '?',
  1401.         ]));
  1402.     }
  1403.     /**
  1404.      * Gets the public '.container.private.twig' shared service.
  1405.      *
  1406.      * @return \Twig\Environment
  1407.      */
  1408.     protected function get_Container_Private_TwigService()
  1409.     {
  1410.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1411.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1412.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1413.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1414.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1415.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1416.         $f = ($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService());
  1417.         $g = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1418.         $h = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1419.         $i = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1420.         $j = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1421.         $k = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1422.         $l = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1423.         $m = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1424.         $n = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1425.         $o = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($n'dev'$j);
  1426.         $p = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1427.         $q = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1428.         $r = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1429.         $s = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1430.         $t = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1431.         $t->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1432.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1433.         $u->setEnvironment('dev');
  1434.         $u->setDebug(true);
  1435.         if ($this->has('.container.private.security.token_storage')) {
  1436.             $u->setTokenStorage($e);
  1437.         }
  1438.         if ($this->has('request_stack')) {
  1439.             $u->setRequestStack($d);
  1440.         }
  1441.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1442.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1443.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1444.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1445.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1446.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__5), 'UTF-8'));
  1447.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1448.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1449.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1450.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1451.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1452.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1453.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1454.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1455.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1456.         $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())));
  1457.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1458.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $e)));
  1459.         $instance->addExtension(new \App\Filters\Base64());
  1460.         $instance->addExtension(new \App\Twig\AltImageExtension());
  1461.         $instance->addExtension(new \App\Twig\ArticleViewDocumentTwigExtension(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService())));
  1462.         $instance->addExtension(new \App\Twig\ArticlesExtension(($this->privates['App\\Repository\\ArticlesRepository'] ?? $this->getArticlesRepositoryService())));
  1463.         $instance->addExtension(new \App\Twig\CheckInstanceOfExtension());
  1464.         $instance->addExtension(new \App\Twig\GetUserByContactIdExtension(($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService())));
  1465.         $instance->addExtension(new \App\Twig\HashHmacExtension());
  1466.         $instance->addExtension(new \App\Twig\LoadCategoriesByIdsExtension($f));
  1467.         $instance->addExtension(new \App\Twig\RandomBytesExtension());
  1468.         $instance->addExtension(new \App\Twig\SearchDynamicEntryExtension(($this->privates['sulu_form.repository.dynamic'] ?? $this->getSuluForm_Repository_DynamicService())));
  1469.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1470.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1471.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1472.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1473.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1474.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1475.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1476.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension($f, ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $g$h));
  1477.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($i$j$k), $h1));
  1478.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($l$j$m));
  1479.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($l$j$m));
  1480.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1481.         $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));
  1482.         $instance->addExtension($o);
  1483.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($i, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($i$p, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($q$r'i18n'), $s$a$this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $j), $h1));
  1484.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($p$n, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($q$r'i18n'), 'dev'), $n'dev'$j), $h1));
  1485.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($i$k$s$j, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $n$d), $h1));
  1486.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($j$o));
  1487.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($j$o$d));
  1488.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1489.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($t));
  1490.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1491.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1492.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1493.         ], [
  1494.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1495.             'webpack_encore.tag_renderer' => '?',
  1496.         ])));
  1497.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1498.         $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1499.         $instance->addExtension(new \Sulu\Bundle\ArticleBundle\Twig\ArticleViewDocumentTwigExtension(new \Sulu\Bundle\ArticleBundle\Document\Repository\ArticleViewDocumentRepository(($this->services['es.manager.live'] ?? $this->getEs_Manager_LiveService()), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument'$this->parameters['sulu_article.search_fields']), ($this->privates['sulu_article.factory.resource_item'] ?? $this->getSuluArticle_Factory_ResourceItemService()), ($this->privates['sulu_article.reference_store.article'] ?? ($this->privates['sulu_article.reference_store.article'] = new \Sulu\Bundle\WebsiteBundle\ReferenceStore\ReferenceStore())), ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), $d));
  1500.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1501.         $instance->addGlobal('app'$u);
  1502.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1503.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1504.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1505.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1506.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1507.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1508.         ], [
  1509.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1510.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1511.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1512.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1513.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1514.         ])));
  1515.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1516.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1517.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1518.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1519.         return $instance;
  1520.     }
  1521.     /**
  1522.      * Gets the public '.container.private.validator' shared service.
  1523.      *
  1524.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1525.      */
  1526.     protected function get_Container_Private_ValidatorService()
  1527.     {
  1528.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1529.         if (isset($this->services['.container.private.validator'])) {
  1530.             return $this->services['.container.private.validator'];
  1531.         }
  1532.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1533.     }
  1534.     /**
  1535.      * Gets the public 'cache.app' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1538.      */
  1539.     protected function getCache_AppService()
  1540.     {
  1541.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1542.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1543.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1544.     }
  1545.     /**
  1546.      * Gets the public 'cache.system' shared service.
  1547.      *
  1548.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1549.      */
  1550.     protected function getCache_SystemService()
  1551.     {
  1552.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1553.     }
  1554.     /**
  1555.      * Gets the public 'cache.validator_expression_language' shared service.
  1556.      *
  1557.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1558.      */
  1559.     protected function getCache_ValidatorExpressionLanguageService()
  1560.     {
  1561.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1562.     }
  1563.     /**
  1564.      * Gets the public 'cmf_routing.route_provider' shared service.
  1565.      *
  1566.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1567.      */
  1568.     protected function getCmfRouting_RouteProviderService()
  1569.     {
  1570.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1571.         if (isset($this->services['cmf_routing.route_provider'])) {
  1572.             return $this->services['cmf_routing.route_provider'];
  1573.         }
  1574.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1575.         if (isset($this->services['cmf_routing.route_provider'])) {
  1576.             return $this->services['cmf_routing.route_provider'];
  1577.         }
  1578.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1579.         if (isset($this->services['cmf_routing.route_provider'])) {
  1580.             return $this->services['cmf_routing.route_provider'];
  1581.         }
  1582.         $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1583.         if (isset($this->services['cmf_routing.route_provider'])) {
  1584.             return $this->services['cmf_routing.route_provider'];
  1585.         }
  1586.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider($a$b, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), $c, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $d, ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), ['utf8' => true]);
  1587.     }
  1588.     /**
  1589.      * Gets the public 'data_collector.dump' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1592.      */
  1593.     protected function getDataCollector_DumpService()
  1594.     {
  1595.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1596.         if (isset($this->services['data_collector.dump'])) {
  1597.             return $this->services['data_collector.dump'];
  1598.         }
  1599.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1600.         if (isset($this->services['data_collector.dump'])) {
  1601.             return $this->services['data_collector.dump'];
  1602.         }
  1603.         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))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1604.     }
  1605.     /**
  1606.      * Gets the public 'doctrine' shared service.
  1607.      *
  1608.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1609.      */
  1610.     protected function getDoctrineService()
  1611.     {
  1612.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1613.     }
  1614.     /**
  1615.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1616.      *
  1617.      * @return \Doctrine\DBAL\Connection
  1618.      */
  1619.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1620.     {
  1621.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1622.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1623.             return $this->services['doctrine.dbal.default_connection'];
  1624.         }
  1625.         $b = new \Doctrine\DBAL\Configuration();
  1626.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1627.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1628.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1630.         $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))));
  1631.         $d->setConnectionName('default');
  1632.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1633.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1634.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1635.     }
  1636.     /**
  1637.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1638.      *
  1639.      * @return \Doctrine\ORM\EntityManager
  1640.      */
  1641.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1642.     {
  1643.         if ($lazyLoad) {
  1644.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1645.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1646.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1647.                     $proxy->setProxyInitializer(null);
  1648.                     return true;
  1649.                 });
  1650.             });
  1651.         }
  1652.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1653.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1654.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1655.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1656.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManager.php';
  1657.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Configuration.php';
  1658.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1659.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1660.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1661.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1662.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1663.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1664.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1665.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1666.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1667.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1668.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1669.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1670.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1671.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1672.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1673.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1674.         $a = new \Doctrine\ORM\Configuration();
  1675.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1676.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1677.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1678.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1679.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1680.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1681.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1682.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1683.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1684.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1685.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1686.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1687.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1688.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1689.         $b->addDriver($c'Sulu\\Bundle\\FormBundle\\Entity');
  1690.         $b->addDriver($c'Sulu\\Bundle\\CommunityBundle\\Entity');
  1691.         $b->addDriver($d'App\\Entity');
  1692.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1693.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1694.         $a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model''SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model''SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model''GedmoTree' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\Entity''SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\Entity''SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\Entity''SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\Entity''SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\Entity''SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\Entity''SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\Entity''SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\Entity''SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\Entity''SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\Entity''SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\Entity']);
  1695.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1696.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1697.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1698.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1699.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1700.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1701.         ], [
  1702.             'doctrine.ulid_generator' => '?',
  1703.             'doctrine.uuid_generator' => '?',
  1704.         ])));
  1705.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1706.         $a->setProxyNamespace('Proxies');
  1707.         $a->setAutoGenerateProxyClasses(true);
  1708.         $a->setSchemaIgnoreClasses([]);
  1709.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1710.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1711.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1712.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1713.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1714.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1715.         $a->setLazyGhostObjectEnabled(false);
  1716.         $a->setIdentityGenerationPreferences([]);
  1717.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1718.             'App\\Repository\\ArticlesRepository' => ['privates''App\\Repository\\ArticlesRepository''getArticlesRepositoryService'false],
  1719.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1720.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1721.             'App\\Repository\\FonctionRepository' => ['privates''App\\Repository\\FonctionRepository''getFonctionRepositoryService'true],
  1722.             'App\\Repository\\GlobalSearchRepository' => ['privates''App\\Repository\\GlobalSearchRepository''getGlobalSearchRepositoryService'true],
  1723.             'App\\Repository\\SuluUsersRepository' => ['privates''App\\Repository\\SuluUsersRepository''getSuluUsersRepositoryService'false],
  1724.             'App\\Repository\\TypologieActeurRepository' => ['privates''App\\Repository\\TypologieActeurRepository''getTypologieActeurRepositoryService'true],
  1725.             'App\\Repository\\TypologieStructureRepository' => ['privates''App\\Repository\\TypologieStructureRepository''getTypologieStructureRepositoryService'true],
  1726.         ], [
  1727.             'App\\Repository\\ArticlesRepository' => '?',
  1728.             'App\\Repository\\CategoryRepository' => '?',
  1729.             'App\\Repository\\ContactRepository' => '?',
  1730.             'App\\Repository\\FonctionRepository' => '?',
  1731.             'App\\Repository\\GlobalSearchRepository' => '?',
  1732.             'App\\Repository\\SuluUsersRepository' => '?',
  1733.             'App\\Repository\\TypologieActeurRepository' => '?',
  1734.             'App\\Repository\\TypologieStructureRepository' => '?',
  1735.         ])));
  1736.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1737.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1738.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1739.         $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()));
  1740.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'doctrine_phpcr' shared service.
  1745.      *
  1746.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1747.      */
  1748.     protected function getDoctrinePhpcrService()
  1749.     {
  1750.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1751.     }
  1752.     /**
  1753.      * Gets the public 'doctrine_phpcr.session' shared service.
  1754.      *
  1755.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1756.      */
  1757.     protected function getDoctrinePhpcr_SessionService()
  1758.     {
  1759.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1760.         if (isset($this->services['doctrine_phpcr.session'])) {
  1761.             return $this->services['doctrine_phpcr.session'];
  1762.         }
  1763.         return $this->services['doctrine_phpcr.session'] = new \Sulu\Bundle\DocumentManagerBundle\Session\Session(new \Sulu\Bundle\DocumentManagerBundle\Session\Session([($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] ?? ($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] = new \Jackalope\RepositoryFactoryDoctrineDBAL()))->getRepository(['jackalope.doctrine_dbal_connection' => $a'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin''admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live')));
  1764.     }
  1765.     /**
  1766.      * Gets the public 'es.annotations.cached_reader' shared service.
  1767.      *
  1768.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\AnnotationReader
  1769.      */
  1770.     protected function getEs_Annotations_CachedReaderService()
  1771.     {
  1772.         $a = new \Doctrine\Common\Annotations\AnnotationReader();
  1773.         $a->addGlobalIgnoredName('required');
  1774.         return $this->services['es.annotations.cached_reader'] = new \Sulu\Bundle\ArticleBundle\Elasticsearch\AnnotationReader(new \Doctrine\Common\Annotations\CachedReader($a, ($this->services['es.cache_engine'] ?? ($this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data'))), true), 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument');
  1775.     }
  1776.     /**
  1777.      * Gets the public 'es.cache_engine' shared service.
  1778.      *
  1779.      * @return \Doctrine\Common\Cache\FilesystemCache
  1780.      */
  1781.     protected function getEs_CacheEngineService()
  1782.     {
  1783.         return $this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data');
  1784.     }
  1785.     /**
  1786.      * Gets the public 'es.document_finder' shared service.
  1787.      *
  1788.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentFinder
  1789.      */
  1790.     protected function getEs_DocumentFinderService()
  1791.     {
  1792.         return $this->services['es.document_finder'] = new \ONGR\ElasticsearchBundle\Mapping\DocumentFinder($this->parameters['kernel.bundles'], 'App\\Kernel');
  1793.     }
  1794.     /**
  1795.      * Gets the public 'es.document_parser' shared service.
  1796.      *
  1797.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentParser
  1798.      */
  1799.     protected function getEs_DocumentParserService()
  1800.     {
  1801.         return $this->services['es.document_parser'] = new \ONGR\ElasticsearchBundle\Mapping\DocumentParser(($this->services['es.annotations.cached_reader'] ?? $this->getEs_Annotations_CachedReaderService()), ($this->services['es.document_finder'] ?? $this->getEs_DocumentFinderService()));
  1802.     }
  1803.     /**
  1804.      * Gets the public 'es.manager.default' shared service.
  1805.      *
  1806.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1807.      */
  1808.     protected function getEs_Manager_DefaultService()
  1809.     {
  1810.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1811.         if (isset($this->services['es.manager.default'])) {
  1812.             return $this->services['es.manager.default'];
  1813.         }
  1814.         return $this->services['es.manager.default'] = $a->createManager('default', ['index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'), 'hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], $this->parameters['es.analysis'], ['index' => ['index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'), 'hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], 'mappings' => [=> 'SuluArticleBundle'], 'bulk_size' => 100'commit_mode' => 'refresh''logger' => ['enabled' => false'level' => 'warning''log_file_name' => NULL], 'force_commit' => true]);
  1815.     }
  1816.     /**
  1817.      * Gets the public 'es.manager.live' shared service.
  1818.      *
  1819.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1820.      */
  1821.     protected function getEs_Manager_LiveService()
  1822.     {
  1823.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1824.         if (isset($this->services['es.manager.live'])) {
  1825.             return $this->services['es.manager.live'];
  1826.         }
  1827.         return $this->services['es.manager.live'] = $a->createManager('live', ['index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live''hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], $this->parameters['es.analysis'], ['index' => ['index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live''hosts' => [=> $this->getEnv('resolve:ELASTICSEARCH_HOST')], 'settings' => ['number_of_replicas' => 0'number_of_shards' => 1'refresh_interval' => -1]], 'mappings' => [=> 'SuluArticleBundle'], 'bulk_size' => 100'commit_mode' => 'refresh''logger' => ['enabled' => false'level' => 'warning''log_file_name' => NULL], 'force_commit' => true]);
  1828.     }
  1829.     /**
  1830.      * Gets the public 'es.manager_factory' shared service.
  1831.      *
  1832.      * @return \ONGR\ElasticsearchBundle\Service\ManagerFactory
  1833.      */
  1834.     protected function getEs_ManagerFactoryService()
  1835.     {
  1836.         $a = ($this->services['es.result_converter'] ?? $this->getEs_ResultConverterService());
  1837.         if (isset($this->services['es.manager_factory'])) {
  1838.             return $this->services['es.manager_factory'];
  1839.         }
  1840.         $this->services['es.manager_factory'] = $instance = new \ONGR\ElasticsearchBundle\Service\ManagerFactory(($this->services['es.metadata_collector'] ?? $this->getEs_MetadataCollectorService()), $a, ($this->services['es.tracer'] ?? $this->getEs_TracerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1841.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1842.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1843.         return $instance;
  1844.     }
  1845.     /**
  1846.      * Gets the public 'es.metadata_collector' shared service.
  1847.      *
  1848.      * @return \ONGR\ElasticsearchBundle\Mapping\MetadataCollector
  1849.      */
  1850.     protected function getEs_MetadataCollectorService()
  1851.     {
  1852.         $this->services['es.metadata_collector'] = $instance = new \ONGR\ElasticsearchBundle\Mapping\MetadataCollector(($this->services['es.document_finder'] ?? $this->getEs_DocumentFinderService()), ($this->services['es.document_parser'] ?? $this->getEs_DocumentParserService()), ($this->services['es.cache_engine'] ?? ($this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data'))));
  1853.         $instance->setEnableCache(false);
  1854.         return $instance;
  1855.     }
  1856.     /**
  1857.      * Gets the public 'es.profiler' shared service.
  1858.      *
  1859.      * @return \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler
  1860.      */
  1861.     protected function getEs_ProfilerService()
  1862.     {
  1863.         $this->services['es.profiler'] = $instance = new \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler();
  1864.         $instance->setManagers($this->getParameter('es.managers'));
  1865.         $instance->addLogger(($this->services['es.tracer'] ?? $this->getEs_TracerService()));
  1866.         return $instance;
  1867.     }
  1868.     /**
  1869.      * Gets the public 'es.result_converter' shared service.
  1870.      *
  1871.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter
  1872.      */
  1873.     protected function getEs_ResultConverterService()
  1874.     {
  1875.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1876.         if (isset($this->services['es.result_converter'])) {
  1877.             return $this->services['es.result_converter'];
  1878.         }
  1879.         return $this->services['es.result_converter'] = new \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter(($this->services['es.metadata_collector'] ?? $this->getEs_MetadataCollectorService()), $a);
  1880.     }
  1881.     /**
  1882.      * Gets the public 'es.tracer' shared service.
  1883.      *
  1884.      * @return \Monolog\Logger
  1885.      */
  1886.     protected function getEs_TracerService()
  1887.     {
  1888.         $this->services['es.tracer'] = $instance = new \Monolog\Logger('ongr');
  1889.         $instance->pushHandler(new \ONGR\ElasticsearchBundle\Profiler\Handler\CollectionHandler());
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'event_dispatcher' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1896.      */
  1897.     protected function getEventDispatcherService()
  1898.     {
  1899.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1900.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1901.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1902.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1903.         $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())));
  1904.         $instance->addListener('kernel.controller', [=> function () {
  1905.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1906.         }, => 'onKernelController'], 0);
  1907.         $instance->addListener('kernel.request', [=> function () {
  1908.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1909.         }, => 'onKernelRequest'], 10);
  1910.         $instance->addListener('kernel.request', [=> function () {
  1911.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1912.         }, => 'onKernelRequest'], 248);
  1913.         $instance->addListener('massive_search.index', [=> function () {
  1914.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1915.         }, => 'onIndex'], 0);
  1916.         $instance->addListener('massive_search.deindex', [=> function () {
  1917.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1918.         }, => 'onDeindex'], 0);
  1919.         $instance->addListener('massive_search.hit', [=> function () {
  1920.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1921.         }, => 'onHit'], 0);
  1922.         $instance->addListener('kernel.response', [=> function () {
  1923.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1924.         }, => 'onResponse'], -5);
  1925.         $instance->addListener('kernel.exception', [=> function () {
  1926.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1927.         }, => 'onKernelException'], 0);
  1928.         $instance->addListener('kernel.request', [=> function () {
  1929.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1930.         }, => 'onKernelRequest'], 0);
  1931.         $instance->addListener('kernel.response', [=> function () {
  1932.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1933.         }, => 'onKernelResponse'], 0);
  1934.         $instance->addListener('kernel.terminate', [=> function () {
  1935.             return ($this->services['es.terminate_listener'] ?? $this->load('getEs_TerminateListenerService'));
  1936.         }, => 'onKernelTerminate'], 0);
  1937.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1938.             return ($this->privates['sulu_article.content_proxy_listener'] ?? $this->load('getSuluArticle_ContentProxyListenerService'));
  1939.         }, => 'onPostConvertToDocument'], 0);
  1940.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1941.             return ($this->privates['sulu_article.target_webspace_listener'] ?? $this->load('getSuluArticle_TargetWebspaceListenerService'));
  1942.         }, => 'onPostConvertToDocument'], 0);
  1943.         $instance->addListener('kernel.request', [=> function () {
  1944.             return ($this->privates['App\\Event\\PqnaRoutesListener'] ?? $this->getPqnaRoutesListenerService());
  1945.         }, => 'onKernelRequest'], 0);
  1946.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1947.             return ($this->privates['App\\Event\\SuluApiEventSubscriber'] ?? $this->load('getSuluApiEventSubscriberService'));
  1948.         }, => 'suluApi'], 0);
  1949.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1950.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  1951.         }, => 'noPayboxInscription'], 0);
  1952.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  1953.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  1954.         }, => 'onPublish'], 0);
  1955.         $instance->addListener('massive_search.pre_index', [=> function () {
  1956.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  1957.         }, => 'onPreIndex'], -200);
  1958.         $instance->addListener('kernel.response', [=> function () {
  1959.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1960.         }, => 'onKernelResponse'], 0);
  1961.         $instance->addListener('kernel.response', [=> function () {
  1962.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1963.         }, => 'onKernelResponse'], -1024);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1966.         }, => 'setDefaultLocale'], 100);
  1967.         $instance->addListener('kernel.request', [=> function () {
  1968.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1969.         }, => 'onKernelRequest'], 16);
  1970.         $instance->addListener('kernel.finish_request', [=> function () {
  1971.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1972.         }, => 'onKernelFinishRequest'], 0);
  1973.         $instance->addListener('kernel.request', [=> function () {
  1974.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1975.         }, => 'onKernelRequest'], 256);
  1976.         $instance->addListener('kernel.response', [=> function () {
  1977.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1978.         }, => 'onResponse'], -255);
  1979.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1980.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1981.         }, => 'onControllerArguments'], 0);
  1982.         $instance->addListener('kernel.exception', [=> function () {
  1983.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1984.         }, => 'logKernelException'], 0);
  1985.         $instance->addListener('kernel.exception', [=> function () {
  1986.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1987.         }, => 'onKernelException'], -128);
  1988.         $instance->addListener('kernel.response', [=> function () {
  1989.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1990.         }, => 'removeCspHeader'], -128);
  1991.         $instance->addListener('kernel.request', [=> function () {
  1992.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1993.         }, => 'onKernelRequest'], 15);
  1994.         $instance->addListener('kernel.finish_request', [=> function () {
  1995.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1996.         }, => 'onKernelFinishRequest'], -15);
  1997.         $instance->addListener('console.error', [=> function () {
  1998.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1999.         }, => 'onConsoleError'], -128);
  2000.         $instance->addListener('console.terminate', [=> function () {
  2001.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2002.         }, => 'onConsoleTerminate'], -128);
  2003.         $instance->addListener('console.error', [=> function () {
  2004.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2005.         }, => 'onConsoleError'], 0);
  2006.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2007.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2008.         }, => 'onMessage'], -255);
  2009.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2010.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2011.         }, => 'onMessage'], -255);
  2012.         $instance->addListener('kernel.response', [=> function () {
  2013.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2014.         }, => 'onKernelResponse'], 0);
  2015.         $instance->addListener('kernel.request', [=> function () {
  2016.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2017.         }, => 'onKernelRequest'], 48);
  2018.         $instance->addListener('kernel.request', [=> function () {
  2019.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2020.         }, => 'configure'], 2048);
  2021.         $instance->addListener('console.command', [=> function () {
  2022.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2023.         }, => 'configure'], 2048);
  2024.         $instance->addListener('kernel.response', [=> function () {
  2025.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2026.         }, => 'onKernelResponse'], 0);
  2027.         $instance->addListener('kernel.request', [=> function () {
  2028.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2029.         }, => 'onKernelRequest'], 128);
  2030.         $instance->addListener('kernel.response', [=> function () {
  2031.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2032.         }, => 'onKernelResponse'], -1000);
  2033.         $instance->addListener('kernel.finish_request', [=> function () {
  2034.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2035.         }, => 'onFinishRequest'], 0);
  2036.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2037.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2038.         }, => 'onMessageFailed'], 100);
  2039.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2040.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2041.         }, => 'onMessageFailed'], 200);
  2042.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2043.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2044.         }, => 'onWorkerStarted'], 0);
  2045.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2046.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2047.         }, => 'onWorkerRunning'], 0);
  2048.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2049.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2050.         }, => 'onMessageFailed'], 0);
  2051.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2052.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2053.         }, => 'onWorkerRunning'], 0);
  2054.         $instance->addListener('kernel.response', [=> function () {
  2055.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2056.         }, => 'onKernelResponse'], -100);
  2057.         $instance->addListener('kernel.exception', [=> function () {
  2058.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2059.         }, => 'onKernelException'], 0);
  2060.         $instance->addListener('kernel.terminate', [=> function () {
  2061.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2062.         }, => 'onKernelTerminate'], -1024);
  2063.         $instance->addListener('kernel.controller', [=> function () {
  2064.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2065.         }, => 'onKernelController'], 0);
  2066.         $instance->addListener('kernel.response', [=> function () {
  2067.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2068.         }, => 'onKernelResponse'], 0);
  2069.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2070.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2071.         }, => 'onMessage'], 0);
  2072.         $instance->addListener('console.command', [=> function () {
  2073.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2074.         }, => 'onCommand'], 255);
  2075.         $instance->addListener('console.terminate', [=> function () {
  2076.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2077.         }, => 'onTerminate'], -255);
  2078.         $instance->addListener('kernel.exception', [=> function () {
  2079.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2080.         }, => 'onException'], 0);
  2081.         $instance->addListener('kernel.terminate', [=> function () {
  2082.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2083.         }, => 'onTerminate'], 0);
  2084.         $instance->addListener('console.error', [=> function () {
  2085.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2086.         }, => 'onException'], 0);
  2087.         $instance->addListener('console.terminate', [=> function () {
  2088.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2089.         }, => 'onTerminate'], 0);
  2090.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2091.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2092.         }, => 'onWorkerMessageHandled'], 0);
  2093.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2094.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2095.         }, => 'onWorkerMessageFailed'], 0);
  2096.         $instance->addListener('kernel.exception', [=> function () {
  2097.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2098.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  2099.         $instance->addListener('kernel.response', [=> function () {
  2100.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2101.         }, => 'setResponseStatusCode'], 0);
  2102.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  2103.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  2104.         }, => 'purgeIndexes'], 500);
  2105.         $instance->addListener('kernel.response', [=> function () {
  2106.             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')));
  2107.         }, => 'onKernelResponse'], 10);
  2108.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  2109.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2110.         }, => 'onProxyUnreachableError'], 0);
  2111.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  2112.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2113.         }, => 'onProxyResponseError'], 0);
  2114.         $instance->addListener('kernel.response', [=> function () {
  2115.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  2116.         }, => 'onKernelResponse'], 0);
  2117.         $instance->addListener('kernel.terminate', [=> function () {
  2118.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2119.         }, => 'onKernelTerminate'], 0);
  2120.         $instance->addListener('kernel.exception', [=> function () {
  2121.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2122.         }, => 'onKernelException'], 0);
  2123.         $instance->addListener('console.terminate', [=> function () {
  2124.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2125.         }, => 'onConsoleTerminate'], 0);
  2126.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2127.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  2128.         }, => 'onPermissionUpdate'], 0);
  2129.         $instance->addListener('massive_search.pre_index', [=> function () {
  2130.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  2131.         }, => 'handlePreIndex'], 0);
  2132.         $instance->addListener('massive_search.pre_index', [=> function () {
  2133.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  2134.         }, => 'handlePreIndex'], 0);
  2135.         $instance->addListener('kernel.request', [=> function () {
  2136.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  2137.         }, => 'onKernelRequest'], 24);
  2138.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2139.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  2140.         }, => 'handlePermissionUpdate'], 0);
  2141.         $instance->addListener('kernel.controller', [=> function () {
  2142.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  2143.         }, => 'onKernelController'], 0);
  2144.         $instance->addListener('security.interactive_login', [=> function () {
  2145.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  2146.         }, => 'onSecurityInteractiveLogin'], 0);
  2147.         $instance->addListener('massive_search.pre_index', [=> function () {
  2148.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2149.         }, => 'handleBlameTimestamp'], 0);
  2150.         $instance->addListener('massive_search.hit', [=> function () {
  2151.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2152.         }, => 'handleBlameTimestampHitMapping'], 0);
  2153.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2154.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  2155.         }, => 'onPermissionUpdate'], 0);
  2156.         $instance->addListener('kernel.request', [=> function () {
  2157.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  2158.         }, => 'onRequest'], 31);
  2159.         $instance->addListener('kernel.request', [=> function () {
  2160.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2161.         }, => 'onKernelRequest'], 32);
  2162.         $instance->addListener('kernel.finish_request', [=> function () {
  2163.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2164.         }, => 'onKernelFinishRequest'], 0);
  2165.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  2166.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  2167.         }, => 'onCacheClear'], 0);
  2168.         $instance->addListener('kernel.request', [=> function () {
  2169.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  2170.         }, => 'onKernelRequest'], 14);
  2171.         $instance->addListener('kernel.exception', [=> function () {
  2172.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2173.         }, => 'redirectPartialMatch'], 0);
  2174.         $instance->addListener('kernel.exception', [=> function () {
  2175.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2176.         }, => 'redirectTrailingSlashOrHtml'], 0);
  2177.         $instance->addListener('kernel.response', [=> function () {
  2178.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.5')));
  2179.         }, => 'onResponse'], 0);
  2180.         $instance->addListener('kernel.response', [=> function () {
  2181.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2182.         }, => 'addVaryHeader'], 0);
  2183.         $instance->addListener('kernel.response', [=> function () {
  2184.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2185.         }, => 'addCookieHeader'], 0);
  2186.         $instance->addListener('kernel.response', [=> function () {
  2187.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  2188.         }, => 'replaceMarkup'], -10);
  2189.         $instance->addListener('kernel.response', [=> function () {
  2190.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2191.         }, => 'onKernelResponse'], -128);
  2192.         $instance->addListener('console.command', [=> function () {
  2193.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2194.         }, => 'configure'], 1024);
  2195.         $instance->addListener('kernel.response', [=> function () {
  2196.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2197.         }, => 'onKernelResponse'], 0);
  2198.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2199.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2200.         }, => 'onVoterVote'], 0);
  2201.         $instance->addListener('kernel.request', [=> function () {
  2202.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2203.         }, => 'configureLogoutUrlGenerator'], 8);
  2204.         $instance->addListener('kernel.request', [=> function () {
  2205.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2206.         }, => 'onKernelRequest'], 8);
  2207.         $instance->addListener('kernel.finish_request', [=> function () {
  2208.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2209.         }, => 'onKernelFinishRequest'], 0);
  2210.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2211.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  2212.         }, => 'storeActivity'], -256);
  2213.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2214.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  2215.         }, => 'setDomainEventUser'], 256);
  2216.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2217.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  2218.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  2219.         $instance->addListener('kernel.finish_request', [=> function () {
  2220.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2221.         }, => 'resetAssets'], 0);
  2222.         $instance->addListener('kernel.request', [=> function () {
  2223.             return ($this->privates['sulu_form.private_media_subscriber'] ?? $this->getSuluForm_PrivateMediaSubscriberService());
  2224.         }, => 'onRequest'], 0);
  2225.         $instance->addListener('massive_search.pre_index', [=> function () {
  2226.             return ($this->privates['sulu_article.search.subscriber'] ?? $this->load('getSuluArticle_Search_SubscriberService'));
  2227.         }, => 'handlePreIndex'], 0);
  2228.         $instance->addListener('console.error', [=> function () {
  2229.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2230.         }, => 'onConsoleError'], 0);
  2231.         $instance->addListener('console.terminate', [=> function () {
  2232.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2233.         }, => 'onConsoleTerminate'], 0);
  2234.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2235.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2236.         }, => 'sendRegistrationEmails'], 50);
  2237.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserConfirmedEvent', [=> function () {
  2238.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2239.         }, => 'sendConfirmationEmails'], 0);
  2240.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordForgotEvent', [=> function () {
  2241.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2242.         }, => 'sendPasswordForgetEmails'], 0);
  2243.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordResetedEvent', [=> function () {
  2244.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2245.         }, => 'sendPasswordResetEmails'], 0);
  2246.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserCompletedEvent', [=> function () {
  2247.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2248.         }, => 'sendCompletionEmails'], 0);
  2249.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2250.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2251.         }, => 'sendNotificationSaveProfile'], 0);
  2252.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2253.             return ($this->privates['sulu_community.black_listener'] ?? $this->load('getSuluCommunity_BlackListenerService'));
  2254.         }, => 'validateEmail'], 51);
  2255.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2256.             return ($this->privates['sulu_community.email_confirmation.listener'] ?? $this->load('getSuluCommunity_EmailConfirmation_ListenerService'));
  2257.         }, => 'sendConfirmationOnEmailChange'], 0);
  2258.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2259.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2260.         }, => 'onLogout'], 0);
  2261.         return $instance;
  2262.     }
  2263.     /**
  2264.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  2265.      *
  2266.      * @return \FOS\HttpCacheBundle\CacheManager
  2267.      */
  2268.     protected function getFosHttpCache_CacheManagerService()
  2269.     {
  2270.         $a = ($this->services['router'] ?? $this->getRouterService());
  2271.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  2272.             return $this->services['fos_http_cache.cache_manager'];
  2273.         }
  2274.         $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);
  2275.         if ($this->has('event_dispatcher')) {
  2276.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2277.         }
  2278.         $instance->setGenerateUrlType(0);
  2279.         return $instance;
  2280.     }
  2281.     /**
  2282.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  2283.      *
  2284.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  2285.      */
  2286.     protected function getFosHttpCache_EventListener_CacheControlService()
  2287.     {
  2288.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  2289.     }
  2290.     /**
  2291.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  2292.      *
  2293.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  2294.      */
  2295.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  2296.     {
  2297.         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]);
  2298.     }
  2299.     /**
  2300.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  2301.      *
  2302.      * @return \FOS\HttpCache\ProxyClient\Symfony
  2303.      */
  2304.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  2305.     {
  2306.         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']);
  2307.     }
  2308.     /**
  2309.      * Gets the public 'http_kernel' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2312.      */
  2313.     protected function getHttpKernelService()
  2314.     {
  2315.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2316.         if (isset($this->services['http_kernel'])) {
  2317.             return $this->services['http_kernel'];
  2318.         }
  2319.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  2320.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2321.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2322.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2323.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2324.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2325.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2326.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2327.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2328.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2329.     }
  2330.     /**
  2331.      * Gets the public 'jms_serializer' shared service.
  2332.      *
  2333.      * @return \JMS\Serializer\Serializer
  2334.      */
  2335.     protected function getJmsSerializerService()
  2336.     {
  2337.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2338.         if (isset($this->services['jms_serializer'])) {
  2339.             return $this->services['jms_serializer'];
  2340.         }
  2341.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2342.         if (isset($this->services['jms_serializer'])) {
  2343.             return $this->services['jms_serializer'];
  2344.         }
  2345.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2346.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2347.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2348.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  2349.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  2350.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2351.         $g->setOptions(1216);
  2352.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2353.         $h->setFormatOutput(true);
  2354.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2355.         $i->setOptions(0);
  2356.         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())));
  2357.     }
  2358.     /**
  2359.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2360.      *
  2361.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2362.      */
  2363.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2364.     {
  2365.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2366.     }
  2367.     /**
  2368.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2369.      *
  2370.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2371.      */
  2372.     protected function getJmsSerializer_SerializationContextFactoryService()
  2373.     {
  2374.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2375.     }
  2376.     /**
  2377.      * Gets the public 'messenger.default_bus' shared service.
  2378.      *
  2379.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2380.      */
  2381.     protected function getMessenger_DefaultBusService()
  2382.     {
  2383.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2384.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2385.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2386.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2387.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2388.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2389.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2390.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2391.         }, 7)));
  2392.     }
  2393.     /**
  2394.      * Gets the public 'monolog.logger.deprecation' shared service.
  2395.      *
  2396.      * @return \Symfony\Bridge\Monolog\Logger
  2397.      */
  2398.     protected function getMonolog_Logger_DeprecationService()
  2399.     {
  2400.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2401.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2402.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2403.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2404.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2405.         return $instance;
  2406.     }
  2407.     /**
  2408.      * Gets the public 'request_stack' shared service.
  2409.      *
  2410.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2411.      */
  2412.     protected function getRequestStackService()
  2413.     {
  2414.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2415.     }
  2416.     /**
  2417.      * Gets the public 'router' shared service.
  2418.      *
  2419.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2420.      */
  2421.     protected function getRouterService()
  2422.     {
  2423.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2424.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2425.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2426.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2427.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2428.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2429.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2430.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2431.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2432.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2433.         ], [
  2434.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2435.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c'en');
  2436.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2437.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2438.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2439.         $f = new \Symfony\Component\Routing\RouteCollection();
  2440.         $g = new \Symfony\Component\Routing\RequestContext();
  2441.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2442.         $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);
  2443.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2444.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2445.         $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]);
  2446.         $k = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($j, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($j), NULL$h$j);
  2447.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2448.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2449.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2450.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2451.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2452.         $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);
  2453.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2454.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2455.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2456.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2457.         $n = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($m, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($m), NULL$h$m);
  2458.         $n->addRouteEnhancer(new \Sulu\Bundle\ArticleBundle\Routing\ArticleRouteEnhancer($l, ($this->privates['sulu_article.resolver.webspaces'] ?? $this->getSuluArticle_Resolver_WebspacesService()), 'dev'), 100);
  2459.         $instance->setContext($b);
  2460.         $instance->add($d'100');
  2461.         $instance->add($i'20');
  2462.         $instance->add($k30);
  2463.         $instance->add($n20);
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the public 'sulu.content.localization_finder' shared service.
  2468.      *
  2469.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2470.      */
  2471.     protected function getSulu_Content_LocalizationFinderService()
  2472.     {
  2473.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2474.     }
  2475.     /**
  2476.      * Gets the public 'sulu.content.mapper' shared service.
  2477.      *
  2478.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2479.      */
  2480.     protected function getSulu_Content_MapperService()
  2481.     {
  2482.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2483.         if (isset($this->services['sulu.content.mapper'])) {
  2484.             return $this->services['sulu.content.mapper'];
  2485.         }
  2486.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2487.         if (isset($this->services['sulu.content.mapper'])) {
  2488.             return $this->services['sulu.content.mapper'];
  2489.         }
  2490.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2491.         if (isset($this->services['sulu.content.mapper'])) {
  2492.             return $this->services['sulu.content.mapper'];
  2493.         }
  2494.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2495.         if (isset($this->services['sulu.content.mapper'])) {
  2496.             return $this->services['sulu.content.mapper'];
  2497.         }
  2498.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2499.         if (isset($this->services['sulu.content.mapper'])) {
  2500.             return $this->services['sulu.content.mapper'];
  2501.         }
  2502.         $f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2503.         if (isset($this->services['sulu.content.mapper'])) {
  2504.             return $this->services['sulu.content.mapper'];
  2505.         }
  2506.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2507.         if (isset($this->services['sulu.content.mapper'])) {
  2508.             return $this->services['sulu.content.mapper'];
  2509.         }
  2510.         return $this->services['sulu.content.mapper'] = new \Sulu\Component\Content\Mapper\ContentMapper($a, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $b$c, ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), $d, ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $e, ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $f$this->parameters['sulu_security.permissions'], $g);
  2511.     }
  2512.     /**
  2513.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2514.      *
  2515.      * @return \Sulu\Component\PHPCR\PathCleanup
  2516.      */
  2517.     protected function getSulu_Content_PathCleanerService()
  2518.     {
  2519.         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());
  2520.     }
  2521.     /**
  2522.      * Gets the public 'sulu.content.structure_manager' shared service.
  2523.      *
  2524.      * @return \Sulu\Component\Content\Compat\StructureManager
  2525.      */
  2526.     protected function getSulu_Content_StructureManagerService()
  2527.     {
  2528.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2529.         if (isset($this->services['sulu.content.structure_manager'])) {
  2530.             return $this->services['sulu.content.structure_manager'];
  2531.         }
  2532.         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']);
  2533.     }
  2534.     /**
  2535.      * Gets the public 'sulu.content.type_manager' shared service.
  2536.      *
  2537.      * @return \Sulu\Component\Content\ContentTypeManager
  2538.      */
  2539.     protected function getSulu_Content_TypeManagerService()
  2540.     {
  2541.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2542.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2543.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2544.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2545.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2546.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2547.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2548.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2549.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2550.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2551.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2552.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2553.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2554.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2555.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2556.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2557.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2558.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2559.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2560.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2561.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2562.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2563.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2564.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2565.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2566.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2567.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2568.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2569.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2570.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2571.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2572.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2573.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2574.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2575.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2576.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2577.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2578.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2579.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2580.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2581.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2582.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2583.         $instance->mapAliasToServiceId('single_form_selection''sulu_form.content_type.single_form_selection');
  2584.         $instance->mapAliasToServiceId('article_selection''sulu_article.content_types.article_selection');
  2585.         $instance->mapAliasToServiceId('single_article_selection''sulu_article.content_types.single_article_selection');
  2586.         $instance->mapAliasToServiceId('custom_toggle''custom_toggle');
  2587.         $instance->mapAliasToServiceId('adresse''adresse');
  2588.         $instance->mapAliasToServiceId('color_picker_custom''color_picker_custom');
  2589.         $instance->mapAliasToServiceId('font_icon_picker''font_icon_picker');
  2590.         $instance->mapAliasToServiceId('icon_list''icon_list');
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the public 'sulu.phpcr.session' shared service.
  2595.      *
  2596.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2597.      */
  2598.     protected function getSulu_Phpcr_SessionService()
  2599.     {
  2600.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2601.         if (isset($this->services['sulu.phpcr.session'])) {
  2602.             return $this->services['sulu.phpcr.session'];
  2603.         }
  2604.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2605.     }
  2606.     /**
  2607.      * Gets the public 'sulu.repository.access_control' shared service.
  2608.      *
  2609.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2610.      */
  2611.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2612.     {
  2613.         if ($lazyLoad) {
  2614.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2615.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2616.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2617.                     $proxy->setProxyInitializer(null);
  2618.                     return true;
  2619.                 });
  2620.             });
  2621.         }
  2622.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2623.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2624.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2625.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2626.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2627.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2628.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2629.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2630.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2631.     }
  2632.     /**
  2633.      * Gets the public 'sulu.repository.account' shared service.
  2634.      *
  2635.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2636.      */
  2637.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2638.     {
  2639.         if ($lazyLoad) {
  2640.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2641.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2642.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2643.                     $proxy->setProxyInitializer(null);
  2644.                     return true;
  2645.                 });
  2646.             });
  2647.         }
  2648.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2649.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2650.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2651.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2652.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2653.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2654.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2655.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2656.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2657.     }
  2658.     /**
  2659.      * Gets the public 'sulu.repository.analytics' shared service.
  2660.      *
  2661.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2662.      */
  2663.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2664.     {
  2665.         if ($lazyLoad) {
  2666.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2667.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2668.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2669.                     $proxy->setProxyInitializer(null);
  2670.                     return true;
  2671.                 });
  2672.             });
  2673.         }
  2674.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2675.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2676.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2677.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2678.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2679.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2680.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2681.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2682.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2683.     }
  2684.     /**
  2685.      * Gets the public 'sulu.repository.category' shared service.
  2686.      *
  2687.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2688.      */
  2689.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2690.     {
  2691.         if ($lazyLoad) {
  2692.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2693.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2694.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2695.                     $proxy->setProxyInitializer(null);
  2696.                     return true;
  2697.                 });
  2698.             });
  2699.         }
  2700.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2701.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2702.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2703.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2704.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2705.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2706.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2707.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('App\\Entity\\Category'));
  2708.     }
  2709.     /**
  2710.      * Gets the public 'sulu.repository.category_meta' shared service.
  2711.      *
  2712.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2713.      */
  2714.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2715.     {
  2716.         if ($lazyLoad) {
  2717.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2718.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2719.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2720.                     $proxy->setProxyInitializer(null);
  2721.                     return true;
  2722.                 });
  2723.             });
  2724.         }
  2725.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2726.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2727.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2728.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2729.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2730.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2731.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2732.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2733.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2734.     }
  2735.     /**
  2736.      * Gets the public 'sulu.repository.category_translation' shared service.
  2737.      *
  2738.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2739.      */
  2740.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2741.     {
  2742.         if ($lazyLoad) {
  2743.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2744.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2745.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2746.                     $proxy->setProxyInitializer(null);
  2747.                     return true;
  2748.                 });
  2749.             });
  2750.         }
  2751.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2752.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2753.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2754.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2755.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2756.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2757.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2758.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2759.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2760.     }
  2761.     /**
  2762.      * Gets the public 'sulu.repository.contact' shared service.
  2763.      *
  2764.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2765.      */
  2766.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2767.     {
  2768.         if ($lazyLoad) {
  2769.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2770.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2771.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2772.                     $proxy->setProxyInitializer(null);
  2773.                     return true;
  2774.                 });
  2775.             });
  2776.         }
  2777.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2778.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2779.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2780.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2781.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2782.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2783.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2784.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2785.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2786.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('App\\Entity\\Contact'));
  2787.     }
  2788.     /**
  2789.      * Gets the public 'sulu.repository.keyword' shared service.
  2790.      *
  2791.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2792.      */
  2793.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2794.     {
  2795.         if ($lazyLoad) {
  2796.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2797.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2798.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2799.                     $proxy->setProxyInitializer(null);
  2800.                     return true;
  2801.                 });
  2802.             });
  2803.         }
  2804.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2805.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2806.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2807.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2808.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2809.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2810.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2811.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2812.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2813.     }
  2814.     /**
  2815.      * Gets the public 'sulu.repository.media' shared service.
  2816.      *
  2817.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2818.      */
  2819.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2820.     {
  2821.         if ($lazyLoad) {
  2822.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2823.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2824.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2825.                     $proxy->setProxyInitializer(null);
  2826.                     return true;
  2827.                 });
  2828.             });
  2829.         }
  2830.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2831.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2832.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2833.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2834.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2835.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2836.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2837.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2838.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2839.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2840.         return $instance;
  2841.     }
  2842.     /**
  2843.      * Gets the public 'sulu.repository.role' shared service.
  2844.      *
  2845.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2846.      */
  2847.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2848.     {
  2849.         if ($lazyLoad) {
  2850.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2851.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2852.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2853.                     $proxy->setProxyInitializer(null);
  2854.                     return true;
  2855.                 });
  2856.             });
  2857.         }
  2858.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2859.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2860.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2861.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2862.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2863.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2864.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2865.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2866.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2867.     }
  2868.     /**
  2869.      * Gets the public 'sulu.repository.route' shared service.
  2870.      *
  2871.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2872.      */
  2873.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2874.     {
  2875.         if ($lazyLoad) {
  2876.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2877.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2878.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2879.                     $proxy->setProxyInitializer(null);
  2880.                     return true;
  2881.                 });
  2882.             });
  2883.         }
  2884.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2885.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2886.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2887.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2888.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2889.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2890.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2891.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2892.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2893.     }
  2894.     /**
  2895.      * Gets the public 'sulu.repository.tag' shared service.
  2896.      *
  2897.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2898.      */
  2899.     protected function getSulu_Repository_TagService($lazyLoad true)
  2900.     {
  2901.         if ($lazyLoad) {
  2902.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2903.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2904.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2905.                     $proxy->setProxyInitializer(null);
  2906.                     return true;
  2907.                 });
  2908.             });
  2909.         }
  2910.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2911.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2912.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2913.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2914.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2915.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2916.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2917.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2918.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2919.     }
  2920.     /**
  2921.      * Gets the public 'sulu.repository.user' shared service.
  2922.      *
  2923.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  2924.      */
  2925.     protected function getSulu_Repository_UserService($lazyLoad true)
  2926.     {
  2927.         if ($lazyLoad) {
  2928.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  2929.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2930.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2931.                     $proxy->setProxyInitializer(null);
  2932.                     return true;
  2933.                 });
  2934.             });
  2935.         }
  2936.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2937.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2938.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2939.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2940.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2941.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2942.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2943.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2944.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2945.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('App\\Entity\\User'));
  2946.     }
  2947.     /**
  2948.      * Gets the public 'sulu.util.node_helper' shared service.
  2949.      *
  2950.      * @return \Sulu\Component\Util\SuluNodeHelper
  2951.      */
  2952.     protected function getSulu_Util_NodeHelperService()
  2953.     {
  2954.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2955.         if (isset($this->services['sulu.util.node_helper'])) {
  2956.             return $this->services['sulu.util.node_helper'];
  2957.         }
  2958.         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()));
  2959.     }
  2960.     /**
  2961.      * Gets the public 'sulu_category.category_manager' shared service.
  2962.      *
  2963.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2964.      */
  2965.     protected function getSuluCategory_CategoryManagerService()
  2966.     {
  2967.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2968.         if (isset($this->services['sulu_category.category_manager'])) {
  2969.             return $this->services['sulu_category.category_manager'];
  2970.         }
  2971.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  2972.         if (isset($this->services['sulu_category.category_manager'])) {
  2973.             return $this->services['sulu_category.category_manager'];
  2974.         }
  2975.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2976.         if (isset($this->services['sulu_category.category_manager'])) {
  2977.             return $this->services['sulu_category.category_manager'];
  2978.         }
  2979.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2980.         if (isset($this->services['sulu_category.category_manager'])) {
  2981.             return $this->services['sulu_category.category_manager'];
  2982.         }
  2983.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2984.         if (isset($this->services['sulu_category.category_manager'])) {
  2985.             return $this->services['sulu_category.category_manager'];
  2986.         }
  2987.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2988.         if (isset($this->services['sulu_category.category_manager'])) {
  2989.             return $this->services['sulu_category.category_manager'];
  2990.         }
  2991.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2992.         if (isset($this->services['sulu_category.category_manager'])) {
  2993.             return $this->services['sulu_category.category_manager'];
  2994.         }
  2995.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2996.         if (isset($this->services['sulu_category.category_manager'])) {
  2997.             return $this->services['sulu_category.category_manager'];
  2998.         }
  2999.         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);
  3000.     }
  3001.     /**
  3002.      * Gets the public 'sulu_category.keyword_manager' shared service.
  3003.      *
  3004.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  3005.      */
  3006.     protected function getSuluCategory_KeywordManagerService()
  3007.     {
  3008.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  3009.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3010.             return $this->services['sulu_category.keyword_manager'];
  3011.         }
  3012.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  3013.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3014.             return $this->services['sulu_category.keyword_manager'];
  3015.         }
  3016.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3017.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3018.             return $this->services['sulu_category.keyword_manager'];
  3019.         }
  3020.         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()));
  3021.     }
  3022.     /**
  3023.      * Gets the public 'sulu_contact.contact_manager' shared service.
  3024.      *
  3025.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  3026.      */
  3027.     protected function getSuluContact_ContactManagerService()
  3028.     {
  3029.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3030.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3031.             return $this->services['sulu_contact.contact_manager'];
  3032.         }
  3033.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3034.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3035.             return $this->services['sulu_contact.contact_manager'];
  3036.         }
  3037.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  3038.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3039.             return $this->services['sulu_contact.contact_manager'];
  3040.         }
  3041.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  3042.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3043.             return $this->services['sulu_contact.contact_manager'];
  3044.         }
  3045.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  3046.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3047.             return $this->services['sulu_contact.contact_manager'];
  3048.         }
  3049.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3050.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3051.             return $this->services['sulu_contact.contact_manager'];
  3052.         }
  3053.         $g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3054.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3055.             return $this->services['sulu_contact.contact_manager'];
  3056.         }
  3057.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3058.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3059.             return $this->services['sulu_contact.contact_manager'];
  3060.         }
  3061.         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);
  3062.     }
  3063.     /**
  3064.      * Gets the public 'sulu_core.array_serializer' shared service.
  3065.      *
  3066.      * @return \Sulu\Component\Serializer\ArraySerializer
  3067.      */
  3068.     protected function getSuluCore_ArraySerializerService()
  3069.     {
  3070.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3071.         if (isset($this->services['sulu_core.array_serializer'])) {
  3072.             return $this->services['sulu_core.array_serializer'];
  3073.         }
  3074.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  3075.     }
  3076.     /**
  3077.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  3078.      *
  3079.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  3080.      */
  3081.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  3082.     {
  3083.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  3084.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3085.             return $this->services['sulu_core.webspace.request_analyzer'];
  3086.         }
  3087.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3088.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3089.             return $this->services['sulu_core.webspace.request_analyzer'];
  3090.         }
  3091.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  3092.         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()]);
  3093.     }
  3094.     /**
  3095.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  3096.      *
  3097.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  3098.      */
  3099.     protected function getSuluCore_Webspace_WebspaceManagerService()
  3100.     {
  3101.         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()));
  3102.     }
  3103.     /**
  3104.      * Gets the public 'sulu_custom_urls.manager' shared service.
  3105.      *
  3106.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  3107.      */
  3108.     protected function getSuluCustomUrls_ManagerService()
  3109.     {
  3110.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3111.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3112.             return $this->services['sulu_custom_urls.manager'];
  3113.         }
  3114.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  3115.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3116.             return $this->services['sulu_custom_urls.manager'];
  3117.         }
  3118.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  3119.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3120.             return $this->services['sulu_custom_urls.manager'];
  3121.         }
  3122.         $d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  3123.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3124.             return $this->services['sulu_custom_urls.manager'];
  3125.         }
  3126.         $e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3127.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3128.             return $this->services['sulu_custom_urls.manager'];
  3129.         }
  3130.         $f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
  3131.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3132.             return $this->services['sulu_custom_urls.manager'];
  3133.         }
  3134.         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);
  3135.     }
  3136.     /**
  3137.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  3138.      *
  3139.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  3140.      */
  3141.     protected function getSuluDocumentManager_DocumentInspectorService()
  3142.     {
  3143.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  3144.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3145.             return $this->services['sulu_document_manager.document_inspector'];
  3146.         }
  3147.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3148.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3149.             return $this->services['sulu_document_manager.document_inspector'];
  3150.         }
  3151.         return $this->services['sulu_document_manager.document_inspector'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector(($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()), ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $a$b, ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  3152.     }
  3153.     /**
  3154.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  3155.      *
  3156.      * @return \Sulu\Component\DocumentManager\DocumentManager
  3157.      */
  3158.     protected function getSuluDocumentManager_DocumentManagerService()
  3159.     {
  3160.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3161.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3162.             return $this->services['sulu_document_manager.document_manager'];
  3163.         }
  3164.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  3165.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3166.             return $this->services['sulu_document_manager.document_manager'];
  3167.         }
  3168.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  3169.     }
  3170.     /**
  3171.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  3172.      *
  3173.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  3174.      */
  3175.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  3176.     {
  3177.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3178.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  3179.             return $this->services['sulu_document_manager.metadata_factory.base'];
  3180.         }
  3181.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  3182.     }
  3183.     /**
  3184.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  3185.      *
  3186.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  3187.      */
  3188.     protected function getSuluDocumentManager_PropertyEncoderService()
  3189.     {
  3190.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  3191.     }
  3192.     /**
  3193.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  3194.      *
  3195.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  3196.      */
  3197.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  3198.     {
  3199.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  3200.     }
  3201.     /**
  3202.      * Gets the public 'sulu_media.collection_manager' shared service.
  3203.      *
  3204.      * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  3205.      */
  3206.     protected function getSuluMedia_CollectionManagerService()
  3207.     {
  3208.         $a = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3209.         if (isset($this->services['sulu_media.collection_manager'])) {
  3210.             return $this->services['sulu_media.collection_manager'];
  3211.         }
  3212.         $b = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3213.         if (isset($this->services['sulu_media.collection_manager'])) {
  3214.             return $this->services['sulu_media.collection_manager'];
  3215.         }
  3216.         $c = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3217.         if (isset($this->services['sulu_media.collection_manager'])) {
  3218.             return $this->services['sulu_media.collection_manager'];
  3219.         }
  3220.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3221.         if (isset($this->services['sulu_media.collection_manager'])) {
  3222.             return $this->services['sulu_media.collection_manager'];
  3223.         }
  3224.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3225.         if (isset($this->services['sulu_media.collection_manager'])) {
  3226.             return $this->services['sulu_media.collection_manager'];
  3227.         }
  3228.         $f = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3229.         if (isset($this->services['sulu_media.collection_manager'])) {
  3230.             return $this->services['sulu_media.collection_manager'];
  3231.         }
  3232.         return $this->services['sulu_media.collection_manager'] = new \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager($a$b$c$d$e, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $f'sulu-50x50'$this->parameters['sulu_security.permissions']);
  3233.     }
  3234.     /**
  3235.      * Gets the public 'sulu_media.collection_repository' shared service.
  3236.      *
  3237.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  3238.      */
  3239.     protected function getSuluMedia_CollectionRepositoryService()
  3240.     {
  3241.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3242.         if (isset($this->services['sulu_media.collection_repository'])) {
  3243.             return $this->services['sulu_media.collection_repository'];
  3244.         }
  3245.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  3246.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  3247.         return $instance;
  3248.     }
  3249.     /**
  3250.      * Gets the public 'sulu_media.format_cache' shared service.
  3251.      *
  3252.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  3253.      */
  3254.     protected function getSuluMedia_FormatCacheService()
  3255.     {
  3256.         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);
  3257.     }
  3258.     /**
  3259.      * Gets the public 'sulu_media.format_manager' shared service.
  3260.      *
  3261.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  3262.      */
  3263.     protected function getSuluMedia_FormatManagerService()
  3264.     {
  3265.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3266.         if (isset($this->services['sulu_media.format_manager'])) {
  3267.             return $this->services['sulu_media.format_manager'];
  3268.         }
  3269.         $b = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  3270.         $c = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  3271.         $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');
  3272.         $c->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  3273.         $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');
  3274.         $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');
  3275.         $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');
  3276.         $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');
  3277.         $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');
  3278.         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), '/usr/bin/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()));
  3279.     }
  3280.     /**
  3281.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  3282.      *
  3283.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  3284.      */
  3285.     protected function getSuluMedia_Image_Transformation_BlurService()
  3286.     {
  3287.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  3288.     }
  3289.     /**
  3290.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  3291.      *
  3292.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  3293.      */
  3294.     protected function getSuluMedia_Image_Transformation_CropService()
  3295.     {
  3296.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  3297.     }
  3298.     /**
  3299.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  3300.      *
  3301.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  3302.      */
  3303.     protected function getSuluMedia_Image_Transformation_GammaService()
  3304.     {
  3305.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  3306.     }
  3307.     /**
  3308.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  3309.      *
  3310.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  3311.      */
  3312.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  3313.     {
  3314.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  3315.     }
  3316.     /**
  3317.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  3318.      *
  3319.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  3320.      */
  3321.     protected function getSuluMedia_Image_Transformation_NegativeService()
  3322.     {
  3323.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  3324.     }
  3325.     /**
  3326.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  3327.      *
  3328.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  3329.      */
  3330.     protected function getSuluMedia_Image_Transformation_PasteService()
  3331.     {
  3332.         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))))));
  3333.     }
  3334.     /**
  3335.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  3336.      *
  3337.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  3338.      */
  3339.     protected function getSuluMedia_Image_Transformation_SharpenService()
  3340.     {
  3341.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  3342.     }
  3343.     /**
  3344.      * Gets the public 'sulu_media.media_manager' shared service.
  3345.      *
  3346.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  3347.      */
  3348.     protected function getSuluMedia_MediaManagerService()
  3349.     {
  3350.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3351.         if (isset($this->services['sulu_media.media_manager'])) {
  3352.             return $this->services['sulu_media.media_manager'];
  3353.         }
  3354.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3355.         if (isset($this->services['sulu_media.media_manager'])) {
  3356.             return $this->services['sulu_media.media_manager'];
  3357.         }
  3358.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3359.         if (isset($this->services['sulu_media.media_manager'])) {
  3360.             return $this->services['sulu_media.media_manager'];
  3361.         }
  3362.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  3363.         if (isset($this->services['sulu_media.media_manager'])) {
  3364.             return $this->services['sulu_media.media_manager'];
  3365.         }
  3366.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3367.         if (isset($this->services['sulu_media.media_manager'])) {
  3368.             return $this->services['sulu_media.media_manager'];
  3369.         }
  3370.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3371.         if (isset($this->services['sulu_media.media_manager'])) {
  3372.             return $this->services['sulu_media.media_manager'];
  3373.         }
  3374.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3375.         if (isset($this->services['sulu_media.media_manager'])) {
  3376.             return $this->services['sulu_media.media_manager'];
  3377.         }
  3378.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  3379.         if (isset($this->services['sulu_media.media_manager'])) {
  3380.             return $this->services['sulu_media.media_manager'];
  3381.         }
  3382.         $i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  3383.         if (isset($this->services['sulu_media.media_manager'])) {
  3384.             return $this->services['sulu_media.media_manager'];
  3385.         }
  3386.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3387.         if (isset($this->services['sulu_media.media_manager'])) {
  3388.             return $this->services['sulu_media.media_manager'];
  3389.         }
  3390.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  3391.         $k->setMaxFileSize('256MB');
  3392.         $k->setBlockedMimeTypes([]);
  3393.         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 () {
  3394.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  3395.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  3396.     }
  3397.     /**
  3398.      * Gets the public 'sulu_media.storage' shared service.
  3399.      *
  3400.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  3401.      */
  3402.     protected function getSuluMedia_StorageService()
  3403.     {
  3404.         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()));
  3405.     }
  3406.     /**
  3407.      * Gets the public 'sulu_media.system_collections.manager' shared service.
  3408.      *
  3409.      * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  3410.      */
  3411.     protected function getSuluMedia_SystemCollections_ManagerService()
  3412.     {
  3413.         $a = ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService());
  3414.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3415.             return $this->services['sulu_media.system_collections.manager'];
  3416.         }
  3417.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3418.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3419.             return $this->services['sulu_media.system_collections.manager'];
  3420.         }
  3421.         return $this->services['sulu_media.system_collections.manager'] = new \Sulu\Component\Media\SystemCollections\SystemCollectionManager($this->parameters['sulu_media.system_collections'], $a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Sulu\Component\Cache\DataCache(($this->targetDir.''.'/sulu/system_collection.cache')), 'en');
  3422.     }
  3423.     /**
  3424.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  3425.      *
  3426.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  3427.      */
  3428.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  3429.     {
  3430.         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()));
  3431.     }
  3432.     /**
  3433.      * Gets the public 'sulu_page.content_repository' shared service.
  3434.      *
  3435.      * @return \Sulu\Component\Content\Repository\ContentRepository
  3436.      */
  3437.     protected function getSuluPage_ContentRepositoryService()
  3438.     {
  3439.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  3440.         if (isset($this->services['sulu_page.content_repository'])) {
  3441.             return $this->services['sulu_page.content_repository'];
  3442.         }
  3443.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  3444.         if (isset($this->services['sulu_page.content_repository'])) {
  3445.             return $this->services['sulu_page.content_repository'];
  3446.         }
  3447.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  3448.         if (isset($this->services['sulu_page.content_repository'])) {
  3449.             return $this->services['sulu_page.content_repository'];
  3450.         }
  3451.         $d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  3452.         if (isset($this->services['sulu_page.content_repository'])) {
  3453.             return $this->services['sulu_page.content_repository'];
  3454.         }
  3455.         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']);
  3456.     }
  3457.     /**
  3458.      * Gets the public 'sulu_page.extension.manager' shared service.
  3459.      *
  3460.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  3461.      */
  3462.     protected function getSuluPage_Extension_ManagerService()
  3463.     {
  3464.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  3465.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  3466.         $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()))));
  3467.         return $instance;
  3468.     }
  3469.     /**
  3470.      * Gets the public 'sulu_page.structure.factory' shared service.
  3471.      *
  3472.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  3473.      */
  3474.     protected function getSuluPage_Structure_FactoryService()
  3475.     {
  3476.         return $this->services['sulu_page.structure.factory'] = new \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory(new \Sulu\Component\Content\Metadata\Loader\StructureXmlLoader(($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), ($this->privates['sulu_page.structure.properties_xml_parser'] ?? $this->getSuluPage_Structure_PropertiesXmlParserService()), ($this->privates['sulu_page.structure.schema_xml_parser'] ?? ($this->privates['sulu_page.structure.schema_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\SchemaXmlParser())), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $this->parameters['sulu.content.structure.required_properties'], $this->parameters['sulu.content.structure.required_tags']), $this->parameters['sulu.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
  3477.     }
  3478.     /**
  3479.      * Gets the public 'sulu_security.mask_converter' shared service.
  3480.      *
  3481.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  3482.      */
  3483.     protected function getSuluSecurity_MaskConverterService()
  3484.     {
  3485.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  3486.     }
  3487.     /**
  3488.      * Gets the public 'sulu_security.salt_generator' shared service.
  3489.      *
  3490.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  3491.      */
  3492.     protected function getSuluSecurity_SaltGeneratorService()
  3493.     {
  3494.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  3495.     }
  3496.     /**
  3497.      * Gets the public 'sulu_security.security_checker' shared service.
  3498.      *
  3499.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  3500.      */
  3501.     protected function getSuluSecurity_SecurityCheckerService()
  3502.     {
  3503.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3504.         if (isset($this->services['sulu_security.security_checker'])) {
  3505.             return $this->services['sulu_security.security_checker'];
  3506.         }
  3507.         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);
  3508.     }
  3509.     /**
  3510.      * Gets the public 'sulu_security.user_manager' shared service.
  3511.      *
  3512.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  3513.      */
  3514.     protected function getSuluSecurity_UserManagerService()
  3515.     {
  3516.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3517.         if (isset($this->services['sulu_security.user_manager'])) {
  3518.             return $this->services['sulu_security.user_manager'];
  3519.         }
  3520.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  3521.         if (isset($this->services['sulu_security.user_manager'])) {
  3522.             return $this->services['sulu_security.user_manager'];
  3523.         }
  3524.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  3525.         if (isset($this->services['sulu_security.user_manager'])) {
  3526.             return $this->services['sulu_security.user_manager'];
  3527.         }
  3528.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3529.         if (isset($this->services['sulu_security.user_manager'])) {
  3530.             return $this->services['sulu_security.user_manager'];
  3531.         }
  3532.         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()));
  3533.     }
  3534.     /**
  3535.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3536.      *
  3537.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3538.      */
  3539.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3540.     {
  3541.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3542.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3543.             return $this->services['sulu_snippet.default_snippet.manager'];
  3544.         }
  3545.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3546.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3547.             return $this->services['sulu_snippet.default_snippet.manager'];
  3548.         }
  3549.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager($a, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService())), $b, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $this->parameters['sulu_snippet.areas']);
  3550.     }
  3551.     /**
  3552.      * Gets the public 'sulu_snippet.resolver' shared service.
  3553.      *
  3554.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3555.      */
  3556.     protected function getSuluSnippet_ResolverService()
  3557.     {
  3558.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3559.         if (isset($this->services['sulu_snippet.resolver'])) {
  3560.             return $this->services['sulu_snippet.resolver'];
  3561.         }
  3562.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3563.     }
  3564.     /**
  3565.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3566.      *
  3567.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3568.      */
  3569.     protected function getSuluTag_TagManagerService()
  3570.     {
  3571.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3572.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3573.             return $this->services['sulu_tag.tag_manager'];
  3574.         }
  3575.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3576.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3577.             return $this->services['sulu_tag.tag_manager'];
  3578.         }
  3579.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3580.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3581.             return $this->services['sulu_tag.tag_manager'];
  3582.         }
  3583.         $d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3584.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3585.             return $this->services['sulu_tag.tag_manager'];
  3586.         }
  3587.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager($a$b$c, ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService()), $d);
  3588.     }
  3589.     /**
  3590.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3591.      *
  3592.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3593.      */
  3594.     protected function getSuluWebsite_Resolver_StructureService()
  3595.     {
  3596.         return $this->services['sulu_website.resolver.structure'] = new \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), $this->parameters['sulu_website.enabled_twig_attributes']);
  3597.     }
  3598.     /**
  3599.      * Gets the public 'translator' shared service.
  3600.      *
  3601.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3602.      */
  3603.     protected function getTranslatorService()
  3604.     {
  3605.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3606.     }
  3607.     /**
  3608.      * Gets the public 'var_dumper.cloner' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3611.      */
  3612.     protected function getVarDumper_ClonerService()
  3613.     {
  3614.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3615.         $instance->setMaxItems(2500);
  3616.         $instance->setMinDepth(1);
  3617.         $instance->setMaxString(-1);
  3618.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3619.         return $instance;
  3620.     }
  3621.     /**
  3622.      * Gets the private '.debug.http_client' shared service.
  3623.      *
  3624.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3625.      */
  3626.     protected function get_Debug_HttpClientService()
  3627.     {
  3628.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3629.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3630.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3631.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3632.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3633.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3634.         $a->setLogger($b);
  3635.         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))));
  3636.     }
  3637.     /**
  3638.      * Gets the private '.service_locator.3gtmNbi' shared service.
  3639.      *
  3640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3641.      */
  3642.     protected function get_ServiceLocator_3gtmNbiService()
  3643.     {
  3644.         return $this->privates['.service_locator.3gtmNbi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3645.             'security.firewall.map.context.pqna' => ['privates''security.firewall.map.context.pqna''getSecurity_Firewall_Map_Context_PqnaService'true],
  3646.         ], [
  3647.             'security.firewall.map.context.pqna' => '?',
  3648.         ]);
  3649.     }
  3650.     /**
  3651.      * Gets the private 'App\Event\PqnaRoutesListener' shared autowired service.
  3652.      *
  3653.      * @return \App\Event\PqnaRoutesListener
  3654.      */
  3655.     protected function getPqnaRoutesListenerService()
  3656.     {
  3657.         $a = ($this->services['router'] ?? $this->getRouterService());
  3658.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3659.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3660.         }
  3661.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3662.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3663.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3664.         }
  3665.         $c = ($this->privates['App\\Service\\SynchroHubService'] ?? $this->getSynchroHubServiceService());
  3666.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3667.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3668.         }
  3669.         return $this->privates['App\\Event\\PqnaRoutesListener'] = new \App\Event\PqnaRoutesListener($a$b$c);
  3670.     }
  3671.     /**
  3672.      * Gets the private 'App\Repository\ArticlesRepository' shared autowired service.
  3673.      *
  3674.      * @return \App\Repository\ArticlesRepository
  3675.      */
  3676.     protected function getArticlesRepositoryService()
  3677.     {
  3678.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3679.         if (isset($this->privates['App\\Repository\\ArticlesRepository'])) {
  3680.             return $this->privates['App\\Repository\\ArticlesRepository'];
  3681.         }
  3682.         return $this->privates['App\\Repository\\ArticlesRepository'] = new \App\Repository\ArticlesRepository($a);
  3683.     }
  3684.     /**
  3685.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3686.      *
  3687.      * @return \App\Repository\CategoryRepository
  3688.      */
  3689.     protected function getCategoryRepositoryService()
  3690.     {
  3691.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3692.         if (isset($this->privates['App\\Repository\\CategoryRepository'])) {
  3693.             return $this->privates['App\\Repository\\CategoryRepository'];
  3694.         }
  3695.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3696.     }
  3697.     /**
  3698.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  3699.      *
  3700.      * @return \App\Repository\ContactRepository
  3701.      */
  3702.     protected function getContactRepositoryService()
  3703.     {
  3704.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3705.         if (isset($this->privates['App\\Repository\\ContactRepository'])) {
  3706.             return $this->privates['App\\Repository\\ContactRepository'];
  3707.         }
  3708.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3709.     }
  3710.     /**
  3711.      * Gets the private 'App\Repository\SuluUsersRepository' shared autowired service.
  3712.      *
  3713.      * @return \App\Repository\SuluUsersRepository
  3714.      */
  3715.     protected function getSuluUsersRepositoryService()
  3716.     {
  3717.         $a = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3718.         if (isset($this->privates['App\\Repository\\SuluUsersRepository'])) {
  3719.             return $this->privates['App\\Repository\\SuluUsersRepository'];
  3720.         }
  3721.         return $this->privates['App\\Repository\\SuluUsersRepository'] = new \App\Repository\SuluUsersRepository($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3722.     }
  3723.     /**
  3724.      * Gets the private 'App\Service\SynchroHubService' shared autowired service.
  3725.      *
  3726.      * @return \App\Service\SynchroHubService
  3727.      */
  3728.     protected function getSynchroHubServiceService()
  3729.     {
  3730.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3731.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3732.             return $this->privates['App\\Service\\SynchroHubService'];
  3733.         }
  3734.         $b = ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService());
  3735.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3736.             return $this->privates['App\\Service\\SynchroHubService'];
  3737.         }
  3738.         $c = ($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService());
  3739.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3740.             return $this->privates['App\\Service\\SynchroHubService'];
  3741.         }
  3742.         $d = ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService());
  3743.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3744.             return $this->privates['App\\Service\\SynchroHubService'];
  3745.         }
  3746.         return $this->privates['App\\Service\\SynchroHubService'] = new \App\Service\SynchroHubService($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $b$c$d);
  3747.     }
  3748.     /**
  3749.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3750.      *
  3751.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3752.      */
  3753.     protected function getResetAssetsEventListenerService()
  3754.     {
  3755.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3756.     }
  3757.     /**
  3758.      * Gets the private 'annotations.cache_adapter' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3761.      */
  3762.     protected function getAnnotations_CacheAdapterService()
  3763.     {
  3764.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'annotations.cached_reader' shared service.
  3768.      *
  3769.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3770.      */
  3771.     protected function getAnnotations_CachedReaderService()
  3772.     {
  3773.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3774.     }
  3775.     /**
  3776.      * Gets the private 'annotations.reader' shared service.
  3777.      *
  3778.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3779.      */
  3780.     protected function getAnnotations_ReaderService()
  3781.     {
  3782.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3783.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3784.         $a->registerUniqueLoader('class_exists');
  3785.         $instance->addGlobalIgnoredName('required'$a);
  3786.         return $instance;
  3787.     }
  3788.     /**
  3789.      * Gets the private 'assets.context' shared service.
  3790.      *
  3791.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3792.      */
  3793.     protected function getAssets_ContextService()
  3794.     {
  3795.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3796.         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());
  3797.     }
  3798.     /**
  3799.      * Gets the private 'assets.packages' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\Asset\Packages
  3802.      */
  3803.     protected function getAssets_PackagesService()
  3804.     {
  3805.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__5).'/public/build/website/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3806.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  3807.         }, 1));
  3808.     }
  3809.     /**
  3810.      * Gets the private 'cache.annotations' shared service.
  3811.      *
  3812.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3813.      */
  3814.     protected function getCache_AnnotationsService()
  3815.     {
  3816.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3817.     }
  3818.     /**
  3819.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3820.      *
  3821.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3822.      */
  3823.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3824.     {
  3825.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3826.     }
  3827.     /**
  3828.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3829.      *
  3830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3831.      */
  3832.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3833.     {
  3834.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3835.     }
  3836.     /**
  3837.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3838.      *
  3839.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3840.      */
  3841.     protected function getCache_Messenger_RestartWorkersSignalService()
  3842.     {
  3843.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sxiiRtlnV2'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3844.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3845.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3846.     }
  3847.     /**
  3848.      * Gets the private 'cache.property_info' shared service.
  3849.      *
  3850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3851.      */
  3852.     protected function getCache_PropertyInfoService()
  3853.     {
  3854.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3855.     }
  3856.     /**
  3857.      * Gets the private 'cache.security_expression_language' shared service.
  3858.      *
  3859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3860.      */
  3861.     protected function getCache_SecurityExpressionLanguageService()
  3862.     {
  3863.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3864.     }
  3865.     /**
  3866.      * Gets the private 'cache.serializer' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3869.      */
  3870.     protected function getCache_SerializerService()
  3871.     {
  3872.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3873.     }
  3874.     /**
  3875.      * Gets the private 'cache.validator' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3878.      */
  3879.     protected function getCache_ValidatorService()
  3880.     {
  3881.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3882.     }
  3883.     /**
  3884.      * Gets the private 'cache.webpack_encore' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3887.      */
  3888.     protected function getCache_WebpackEncoreService()
  3889.     {
  3890.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3891.     }
  3892.     /**
  3893.      * Gets the private 'config_cache_factory' shared service.
  3894.      *
  3895.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3896.      */
  3897.     protected function getConfigCacheFactoryService()
  3898.     {
  3899.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3900.             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)));
  3901.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3902.         }, 2));
  3903.     }
  3904.     /**
  3905.      * Gets the private 'data_collector.form' shared service.
  3906.      *
  3907.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3908.      */
  3909.     protected function getDataCollector_FormService()
  3910.     {
  3911.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3912.     }
  3913.     /**
  3914.      * Gets the private 'data_collector.request' shared service.
  3915.      *
  3916.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3917.      */
  3918.     protected function getDataCollector_RequestService()
  3919.     {
  3920.         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())));
  3921.     }
  3922.     /**
  3923.      * Gets the private 'debug.controller_resolver' shared service.
  3924.      *
  3925.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3926.      */
  3927.     protected function getDebug_ControllerResolverService()
  3928.     {
  3929.         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))));
  3930.     }
  3931.     /**
  3932.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3933.      *
  3934.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3935.      */
  3936.     protected function getDebug_DebugHandlersListenerService()
  3937.     {
  3938.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3939.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3940.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3941.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3942.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3943.         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()));
  3944.     }
  3945.     /**
  3946.      * Gets the private 'debug.file_link_formatter' shared service.
  3947.      *
  3948.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3949.      */
  3950.     protected function getDebug_FileLinkFormatterService()
  3951.     {
  3952.         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 () {
  3953.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3954.         });
  3955.     }
  3956.     /**
  3957.      * Gets the private 'debug.log_processor' shared service.
  3958.      *
  3959.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3960.      */
  3961.     protected function getDebug_LogProcessorService()
  3962.     {
  3963.         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())));
  3964.     }
  3965.     /**
  3966.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3967.      *
  3968.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3969.      */
  3970.     protected function getDebug_Security_Access_DecisionManagerService()
  3971.     {
  3972.         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 () {
  3973.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3974.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3975.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3976.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3977.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3978.     }
  3979.     /**
  3980.      * Gets the private 'debug.security.firewall' shared service.
  3981.      *
  3982.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3983.      */
  3984.     protected function getDebug_Security_FirewallService()
  3985.     {
  3986.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3987.         if (isset($this->privates['debug.security.firewall'])) {
  3988.             return $this->privates['debug.security.firewall'];
  3989.         }
  3990.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3991.         if (isset($this->privates['debug.security.firewall'])) {
  3992.             return $this->privates['debug.security.firewall'];
  3993.         }
  3994.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3995.     }
  3996.     /**
  3997.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3998.      *
  3999.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4000.      */
  4001.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4002.     {
  4003.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4004.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  4005.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  4006.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4007.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4008.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4009.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  4010.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4011.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  4012.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  4013.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  4014.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  4015.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  4016.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  4017.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  4018.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  4019.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  4020.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  4021.             'sulu_form.cache_invalidation_listener' => ['privates''sulu_form.cache_invalidation_listener''getSuluForm_CacheInvalidationListenerService'true],
  4022.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  4023.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  4024.         ], [
  4025.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  4026.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4027.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4028.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4029.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4030.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  4031.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4032.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  4033.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  4034.             'stof_doctrine_extensions.listener.tree' => '?',
  4035.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  4036.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  4037.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  4038.             'sulu_activity.domain_event_collector_subscriber' => '?',
  4039.             'sulu_contact.account_listener' => '?',
  4040.             'sulu_contact.doctrine.invalidation_listener' => '?',
  4041.             'sulu_core.doctrine.references' => '?',
  4042.             'sulu_form.cache_invalidation_listener' => '?',
  4043.             'sulu_media.doctrine.invalidation_listener' => '?',
  4044.             'sulu_security.permission_inheritance_subscriber' => '?',
  4045.         ]), [=> 'sulu.persistence.event_subscriber.orm.metadata'=> 'sulu.persistence.event_subscriber.orm.user_blame'=> 'sulu_core.doctrine.references'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> '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'10 => 'sulu_security.permission_inheritance_subscriber'11 => 'cmf_routing.persistence.doctrine.route_condition_metadata_listener'12 => 'stof_doctrine_extensions.listener.tree'13 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 14 => [=> [=> 'postGenerateSchema'], => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 15 => [=> [=> 'postPersist'], => 'sulu_contact.account_listener'], 16 => [=> [=> 'postPersist'], => 'sulu_contact.doctrine.invalidation_listener'], 17 => [=> [=> 'postUpdate'], => 'sulu_contact.doctrine.invalidation_listener'], 18 => [=> [=> 'preRemove'], => 'sulu_contact.doctrine.invalidation_listener'], 19 => [=> [=> 'postPersist'], => 'sulu_media.doctrine.invalidation_listener'], 20 => [=> [=> 'postUpdate'], => 'sulu_media.doctrine.invalidation_listener'], 21 => [=> [=> 'preRemove'], => 'sulu_media.doctrine.invalidation_listener'], 22 => [=> [=> 'postUpdate'], => 'sulu_form.cache_invalidation_listener'], 23 => [=> [=> 'preRemove'], => 'sulu_form.cache_invalidation_listener'], 24 => 'sulu_activity.domain_event_collector_subscriber']);
  4046.     }
  4047.     /**
  4048.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4049.      *
  4050.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4051.      */
  4052.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4053.     {
  4054.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')], false);
  4055.     }
  4056.     /**
  4057.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4058.      *
  4059.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4060.      */
  4061.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4062.     {
  4063.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity') => 'Gedmo\\Tree\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ContactBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\MediaBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\SecurityBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CategoryBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TagBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\WebsiteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RouteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\FormBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CommunityBundle\\Entity'], '.orm.xml'false);
  4064.         $instance->setGlobalBasename('mapping');
  4065.         return $instance;
  4066.     }
  4067.     /**
  4068.      * Gets the private 'esi_listener' shared service.
  4069.      *
  4070.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4071.      */
  4072.     protected function getEsiListenerService()
  4073.     {
  4074.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4075.     }
  4076.     /**
  4077.      * Gets the private 'exception_listener' shared service.
  4078.      *
  4079.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4080.      */
  4081.     protected function getExceptionListenerService()
  4082.     {
  4083.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4084.     }
  4085.     /**
  4086.      * Gets the private 'form.registry' shared service.
  4087.      *
  4088.      * @return \Symfony\Component\Form\FormRegistry
  4089.      */
  4090.     protected function getForm_RegistryService()
  4091.     {
  4092.         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, [
  4093.             'App\\Form\\PasswordForgetType' => ['privates''App\\Form\\PasswordForgetType''getPasswordForgetTypeService'true],
  4094.             'App\\Form\\PasswordResetType' => ['privates''App\\Form\\PasswordResetType''getPasswordResetTypeService'true],
  4095.             'App\\Form\\ProfileType' => ['privates''App\\Form\\ProfileType''getProfileTypeService'true],
  4096.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService'true],
  4097.             'App\\Form\\SocialMediaType' => ['privates''App\\Form\\SocialMediaType''getSocialMediaTypeService'true],
  4098.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  4099.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4100.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4101.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates''sulu_form.form_type''getSuluForm_FormTypeService'true],
  4102.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  4103.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  4104.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  4105.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  4106.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4107.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  4108.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4109.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4110.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4111.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4112.         ], [
  4113.             'App\\Form\\PasswordForgetType' => '?',
  4114.             'App\\Form\\PasswordResetType' => '?',
  4115.             'App\\Form\\ProfileType' => '?',
  4116.             'App\\Form\\RegistrationType' => '?',
  4117.             'App\\Form\\SocialMediaType' => '?',
  4118.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  4119.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4120.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4121.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  4122.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  4123.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  4124.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  4125.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  4126.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4127.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  4128.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4129.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4130.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4131.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4132.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4133.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4134.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4135.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4136.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4137.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4138.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4139.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4140.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4141.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4142.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4143.         }, 1)], new RewindableGenerator(function () {
  4144.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4145.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4146.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4147.     }
  4148.     /**
  4149.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  4150.      *
  4151.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  4152.      */
  4153.     protected function getFosHttpCache_EventListener_TagService()
  4154.     {
  4155.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  4156.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  4157.             return $this->privates['fos_http_cache.event_listener.tag'];
  4158.         }
  4159.         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);
  4160.     }
  4161.     /**
  4162.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  4163.      *
  4164.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  4165.      */
  4166.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  4167.     {
  4168.         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());
  4169.     }
  4170.     /**
  4171.      * Gets the private 'fos_rest.body_listener' shared service.
  4172.      *
  4173.      * @return \FOS\RestBundle\EventListener\BodyListener
  4174.      */
  4175.     protected function getFosRest_BodyListenerService()
  4176.     {
  4177.         $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, [
  4178.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  4179.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  4180.         ], [
  4181.             'fos_rest.decoder.json' => '?',
  4182.             'fos_rest.decoder.xml' => '?',
  4183.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  4184.         $instance->setDefaultFormat(NULL);
  4185.         return $instance;
  4186.     }
  4187.     /**
  4188.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  4189.      *
  4190.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  4191.      */
  4192.     protected function getFosRest_Exception_CodesMapService()
  4193.     {
  4194.         return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\CommunityBundle\\Entity\\InvalidTypeException' => 409'Sulu\\Bundle\\ArticleBundle\\Exception\\ParameterNotAllowedException' => 400'Sulu\\Bundle\\ArticleBundle\\Exception\\ArticlePageNotFoundException' => 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]);
  4195.     }
  4196.     /**
  4197.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  4198.      *
  4199.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  4200.      */
  4201.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  4202.     {
  4203.         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()));
  4204.     }
  4205.     /**
  4206.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  4207.      *
  4208.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  4209.      */
  4210.     protected function getFosRest_ZoneMatcherListenerService()
  4211.     {
  4212.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  4213.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  4214.         return $instance;
  4215.     }
  4216.     /**
  4217.      * Gets the private 'fragment.listener' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4220.      */
  4221.     protected function getFragment_ListenerService()
  4222.     {
  4223.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  4224.     }
  4225.     /**
  4226.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  4227.      *
  4228.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  4229.      */
  4230.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  4231.     {
  4232.         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\\ArticleBundle' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\CommunityBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/community-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')]));
  4233.     }
  4234.     /**
  4235.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  4236.      *
  4237.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  4238.      */
  4239.     protected function getJmsSerializer_TraceableEventDispatcherService()
  4240.     {
  4241.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4242.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  4243.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  4244.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  4245.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  4246.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  4247.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  4248.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  4249.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  4250.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  4251.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  4252.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  4253.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  4254.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  4255.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  4256.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  4257.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  4258.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  4259.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  4260.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  4261.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  4262.             'sulu_article.serializer.article' => ['privates''sulu_article.serializer.article''getSuluArticle_Serializer_ArticleService'true],
  4263.             'sulu_article.serializer.urls' => ['privates''sulu_article.serializer.urls''getSuluArticle_Serializer_UrlsService'true],
  4264.             'sulu_article.serializer.article_page' => ['privates''sulu_article.serializer.article_page''getSuluArticle_Serializer_ArticlePageService'true],
  4265.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  4266.         ], [
  4267.             'jms_serializer.stopwatch_subscriber' => '?',
  4268.             'jms_serializer.traceable_runs_listener' => '?',
  4269.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4270.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  4271.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  4272.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  4273.             'sulu_core.representation_handler' => '?',
  4274.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  4275.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  4276.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  4277.             'sulu_security.document.serializer.subscriber.security' => '?',
  4278.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  4279.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  4280.             'sulu_page.document.serializer.subscriber.locale' => '?',
  4281.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  4282.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  4283.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  4284.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  4285.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  4286.             'sulu_hash.event_subscriber.serializer' => '?',
  4287.             'sulu_article.serializer.article' => '?',
  4288.             'sulu_article.serializer.urls' => '?',
  4289.             'sulu_article.serializer.article_page' => '?',
  4290.             'sulu_document_manager.serializer.subscriber.document' => '?',
  4291.         ]));
  4292.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  4293.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4294.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4295.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4296.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  4297.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  4298.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  4299.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4300.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4301.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  4302.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  4303.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  4304.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  4305.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4306.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  4307.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  4308.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  4309.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  4310.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  4311.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4312.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4313.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4314.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  4315.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4316.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4317.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4318.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  4319.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4320.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  4321.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addTypeOnPostSerialize'], NULL'json'NULL);
  4322.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addWebspaceSettingsOnPostSerialize'], NULL'json'NULL);
  4323.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addBrokenIndicatorOnPostSerialize'], NULL'json'NULL);
  4324.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addPageTitlePropertyNameOnPostSerialize'], NULL'json'NULL);
  4325.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.urls'=> 'addUrlsOnPostSerialize'], NULL'json'NULL);
  4326.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article_page'=> 'addTitleOnPostSerialize'], NULL'json'NULL);
  4327.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  4328.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  4329.         return $instance;
  4330.     }
  4331.     /**
  4332.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  4333.      *
  4334.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  4335.      */
  4336.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  4337.     {
  4338.         $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, [
  4339.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  4340.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  4341.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  4342.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  4343.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  4344.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  4345.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  4346.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  4347.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  4348.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  4349.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  4350.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  4351.         ], [
  4352.             'sulu_core.rest.datetime_handler' => '?',
  4353.             'jms_serializer.datetime_handler' => '?',
  4354.             'jms_serializer.array_collection_handler' => '?',
  4355.             'jms_serializer.iterator_handler' => '?',
  4356.             'sulu_page.document.serializer.handler.structure' => '?',
  4357.             'sulu_page.document.serializer.handler.extension_container' => '?',
  4358.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  4359.             'fos_rest.serializer.flatten_exception_handler' => '?',
  4360.             'jms_serializer.constraint_violation_handler' => '?',
  4361.             'sulu_admin.schema_handler' => '?',
  4362.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  4363.             'fos_rest.serializer.form_error_handler' => '?',
  4364.         ])));
  4365.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4366.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  4367.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  4368.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4369.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  4370.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  4371.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4372.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4373.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4374.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4375.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4376.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4377.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4378.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4379.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4380.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4381.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  4382.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  4383.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  4384.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  4385.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4386.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4387.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4388.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4389.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4390.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4391.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  4392.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  4393.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  4394.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4395.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4396.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4397.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4398.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4399.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4400.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  4401.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  4402.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4403.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4404.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4405.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4406.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4407.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4408.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4409.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4410.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4411.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4412.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  4413.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  4414.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  4415.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  4416.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4417.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4418.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4419.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4420.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4421.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4422.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4423.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4424.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4425.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4426.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  4427.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  4428.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  4429.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  4430.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  4431.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  4432.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  4433.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  4434.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  4435.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  4436.         return $instance;
  4437.     }
  4438.     /**
  4439.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  4440.      *
  4441.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  4442.      */
  4443.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  4444.     {
  4445.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4446.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  4447.         ], [
  4448.             'metadata_driver' => '?',
  4449.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4450.         $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')))));
  4451.         $a->setIncludeInterfaces(false);
  4452.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  4453.     }
  4454.     /**
  4455.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  4456.      *
  4457.      * @return \JMS\SerializerBundle\Debug\RunsListener
  4458.      */
  4459.     protected function getJmsSerializer_TraceableRunsListenerService()
  4460.     {
  4461.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  4462.     }
  4463.     /**
  4464.      * Gets the private 'locale_aware_listener' shared service.
  4465.      *
  4466.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4467.      */
  4468.     protected function getLocaleAwareListenerService()
  4469.     {
  4470.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4471.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4472.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4473.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4474.     }
  4475.     /**
  4476.      * Gets the private 'locale_listener' shared service.
  4477.      *
  4478.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4479.      */
  4480.     protected function getLocaleListenerService()
  4481.     {
  4482.         $a = ($this->services['router'] ?? $this->getRouterService());
  4483.         if (isset($this->privates['locale_listener'])) {
  4484.             return $this->privates['locale_listener'];
  4485.         }
  4486.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en'$afalse, []);
  4487.     }
  4488.     /**
  4489.      * Gets the private 'monolog.handler.console' shared service.
  4490.      *
  4491.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4492.      */
  4493.     protected function getMonolog_Handler_ConsoleService()
  4494.     {
  4495.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4496.     }
  4497.     /**
  4498.      * Gets the private 'monolog.handler.main' shared service.
  4499.      *
  4500.      * @return \Monolog\Handler\StreamHandler
  4501.      */
  4502.     protected function getMonolog_Handler_MainService()
  4503.     {
  4504.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 'debug'trueNULLfalse);
  4505.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4506.         return $instance;
  4507.     }
  4508.     /**
  4509.      * Gets the private 'monolog.logger' shared service.
  4510.      *
  4511.      * @return \Symfony\Bridge\Monolog\Logger
  4512.      */
  4513.     protected function getMonolog_LoggerService()
  4514.     {
  4515.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4516.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4517.         $instance->useMicrosecondTimestamps(true);
  4518.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4519.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4520.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4521.         return $instance;
  4522.     }
  4523.     /**
  4524.      * Gets the private 'monolog.logger.cache' shared service.
  4525.      *
  4526.      * @return \Symfony\Bridge\Monolog\Logger
  4527.      */
  4528.     protected function getMonolog_Logger_CacheService()
  4529.     {
  4530.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4531.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4532.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4533.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4534.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4535.         return $instance;
  4536.     }
  4537.     /**
  4538.      * Gets the private 'monolog.logger.request' shared service.
  4539.      *
  4540.      * @return \Symfony\Bridge\Monolog\Logger
  4541.      */
  4542.     protected function getMonolog_Logger_RequestService()
  4543.     {
  4544.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4545.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4546.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4547.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4548.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4549.         return $instance;
  4550.     }
  4551.     /**
  4552.      * Gets the private 'parameter_bag' shared service.
  4553.      *
  4554.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4555.      */
  4556.     protected function getParameterBagService()
  4557.     {
  4558.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4559.     }
  4560.     /**
  4561.      * Gets the private 'profiler_listener' shared service.
  4562.      *
  4563.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4564.      */
  4565.     protected function getProfilerListenerService()
  4566.     {
  4567.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4568.         if (isset($this->privates['profiler_listener'])) {
  4569.             return $this->privates['profiler_listener'];
  4570.         }
  4571.         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);
  4572.     }
  4573.     /**
  4574.      * Gets the private 'property_info' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4577.      */
  4578.     protected function getPropertyInfoService()
  4579.     {
  4580.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4581.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4582.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4583.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4584.         }, 3), new RewindableGenerator(function () {
  4585.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4586.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4587.         }, 2), new RewindableGenerator(function () {
  4588.             return new \EmptyIterator();
  4589.         }, 0), new RewindableGenerator(function () {
  4590.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4591.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4592.         }, 2), new RewindableGenerator(function () {
  4593.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4594.         }, 1));
  4595.     }
  4596.     /**
  4597.      * Gets the private 'router.expression_language_provider' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4600.      */
  4601.     protected function getRouter_ExpressionLanguageProviderService()
  4602.     {
  4603.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4604.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4605.         ], [
  4606.             'env' => 'Closure',
  4607.         ]));
  4608.     }
  4609.     /**
  4610.      * Gets the private 'router.request_context' shared service.
  4611.      *
  4612.      * @return \Symfony\Component\Routing\RequestContext
  4613.      */
  4614.     protected function getRouter_RequestContextService()
  4615.     {
  4616.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4617.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4618.         return $instance;
  4619.     }
  4620.     /**
  4621.      * Gets the private 'security.csrf.token_storage' shared service.
  4622.      *
  4623.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4624.      */
  4625.     protected function getSecurity_Csrf_TokenStorageService()
  4626.     {
  4627.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4628.     }
  4629.     /**
  4630.      * Gets the private 'security.firewall.map' shared service.
  4631.      *
  4632.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4633.      */
  4634.     protected function getSecurity_Firewall_MapService()
  4635.     {
  4636.         $a = ($this->privates['.service_locator.3gtmNbi'] ?? $this->get_ServiceLocator_3gtmNbiService());
  4637.         if (isset($this->privates['security.firewall.map'])) {
  4638.             return $this->privates['security.firewall.map'];
  4639.         }
  4640.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4641.             yield 'security.firewall.map.context.pqna' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4642.         }, 1));
  4643.     }
  4644.     /**
  4645.      * Gets the private 'security.helper' shared service.
  4646.      *
  4647.      * @return \Symfony\Component\Security\Core\Security
  4648.      */
  4649.     protected function getSecurity_HelperService()
  4650.     {
  4651.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4652.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4653.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4654.         ], [
  4655.             'security.authorization_checker' => '?',
  4656.             'security.token_storage' => '?',
  4657.         ]));
  4658.     }
  4659.     /**
  4660.      * Gets the private 'security.logout_url_generator' shared service.
  4661.      *
  4662.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4663.      */
  4664.     protected function getSecurity_LogoutUrlGeneratorService()
  4665.     {
  4666.         $a = ($this->services['router'] ?? $this->getRouterService());
  4667.         if (isset($this->privates['security.logout_url_generator'])) {
  4668.             return $this->privates['security.logout_url_generator'];
  4669.         }
  4670.         $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()));
  4671.         $instance->registerListener('pqna''sulu_community.logout''logout''_csrf_token'NULLNULL);
  4672.         return $instance;
  4673.     }
  4674.     /**
  4675.      * Gets the private 'session_listener' shared service.
  4676.      *
  4677.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4678.      */
  4679.     protected function getSessionListenerService()
  4680.     {
  4681.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4682.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4683.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4684.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4685.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4686.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4687.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4688.         ], [
  4689.             'initialized_session' => '?',
  4690.             'logger' => '?',
  4691.             'request_stack' => '?',
  4692.             'session' => '?',
  4693.             'session_collector' => '?',
  4694.             'session_factory' => '?',
  4695.         ]), true$this->parameters['session.storage.options']);
  4696.     }
  4697.     /**
  4698.      * Gets the private 'sulu.content.query_executor' shared service.
  4699.      *
  4700.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4701.      */
  4702.     protected function getSulu_Content_QueryExecutorService()
  4703.     {
  4704.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4705.         if (isset($this->privates['sulu.content.query_executor'])) {
  4706.             return $this->privates['sulu.content.query_executor'];
  4707.         }
  4708.         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))));
  4709.     }
  4710.     /**
  4711.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  4712.      *
  4713.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  4714.      */
  4715.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  4716.     {
  4717.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4718.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4719.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4720.         }
  4721.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4722.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4723.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4724.         }
  4725.         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);
  4726.     }
  4727.     /**
  4728.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  4729.      *
  4730.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  4731.      */
  4732.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  4733.     {
  4734.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4735.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4736.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4737.         }
  4738.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4739.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4740.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4741.         }
  4742.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4743.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4744.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4745.         }
  4746.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4747.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4748.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4749.         }
  4750.         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())));
  4751.     }
  4752.     /**
  4753.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4754.      *
  4755.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4756.      */
  4757.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4758.     {
  4759.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4760.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4761.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4762.         }
  4763.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4764.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4765.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4766.         }
  4767.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4768.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4769.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4770.         }
  4771.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4772.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4773.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4774.         }
  4775.         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()));
  4776.     }
  4777.     /**
  4778.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4779.      *
  4780.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4781.      */
  4782.     protected function getSuluActivity_DomainEventCollectorService()
  4783.     {
  4784.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4785.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4786.             return $this->privates['sulu_activity.domain_event_collector'];
  4787.         }
  4788.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4789.     }
  4790.     /**
  4791.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4792.      *
  4793.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4794.      */
  4795.     protected function getSuluActivity_DomainEventDispatcherService()
  4796.     {
  4797.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4798.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4799.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4800.         }
  4801.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4802.     }
  4803.     /**
  4804.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4805.      *
  4806.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4807.      */
  4808.     protected function getSuluAdmin_CollaborationCacheService()
  4809.     {
  4810.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('44wBQ1Ngvb'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4811.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4812.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4813.     }
  4814.     /**
  4815.      * Gets the private 'sulu_article.content.data_provider.proxy_factory' shared service.
  4816.      *
  4817.      * @return \ProxyManager\Factory\LazyLoadingValueHolderFactory
  4818.      */
  4819.     protected function getSuluArticle_Content_DataProvider_ProxyFactoryService()
  4820.     {
  4821.         return $this->privates['sulu_article.content.data_provider.proxy_factory'] = new \ProxyManager\Factory\LazyLoadingValueHolderFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService()));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'sulu_article.factory.resource_item' shared service.
  4825.      *
  4826.      * @return \Sulu\Bundle\ArticleBundle\Content\ArticleResourceItemFactory
  4827.      */
  4828.     protected function getSuluArticle_Factory_ResourceItemService()
  4829.     {
  4830.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4831.         if (isset($this->privates['sulu_article.factory.resource_item'])) {
  4832.             return $this->privates['sulu_article.factory.resource_item'];
  4833.         }
  4834.         return $this->privates['sulu_article.factory.resource_item'] = new \Sulu\Bundle\ArticleBundle\Content\ArticleResourceItemFactory($a, ($this->privates['sulu_article.content.data_provider.proxy_factory'] ?? $this->getSuluArticle_Content_DataProvider_ProxyFactoryService()));
  4835.     }
  4836.     /**
  4837.      * Gets the private 'sulu_article.resolver.webspaces' shared service.
  4838.      *
  4839.      * @return \Sulu\Bundle\ArticleBundle\Document\Resolver\WebspaceResolver
  4840.      */
  4841.     protected function getSuluArticle_Resolver_WebspacesService()
  4842.     {
  4843.         return $this->privates['sulu_article.resolver.webspaces'] = new \Sulu\Bundle\ArticleBundle\Document\Resolver\WebspaceResolver(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), new \Sulu\Bundle\ArticleBundle\DependencyInjection\WebspaceSettingsConfigurationResolver([], []));
  4844.     }
  4845.     /**
  4846.      * Gets the private 'sulu_category.category_request_handler' shared service.
  4847.      *
  4848.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4849.      */
  4850.     protected function getSuluCategory_CategoryRequestHandlerService()
  4851.     {
  4852.         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())));
  4853.     }
  4854.     /**
  4855.      * Gets the private 'sulu_core.cache.memoize' shared service.
  4856.      *
  4857.      * @return \Sulu\Component\Cache\Memoize
  4858.      */
  4859.     protected function getSuluCore_Cache_MemoizeService()
  4860.     {
  4861.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4862.     }
  4863.     /**
  4864.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4865.      *
  4866.      * @return \ProxyManager\Configuration
  4867.      */
  4868.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4869.     {
  4870.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4871.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4872.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4877.      *
  4878.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4879.      */
  4880.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4881.     {
  4882.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4883.         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)]));
  4884.     }
  4885.     /**
  4886.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4887.      *
  4888.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4889.      */
  4890.     protected function getSuluCustomUrls_DomainGeneratorService()
  4891.     {
  4892.         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())));
  4893.     }
  4894.     /**
  4895.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4896.      *
  4897.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4898.      */
  4899.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4900.     {
  4901.         if ($lazyLoad) {
  4902.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4903.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4904.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4905.                     $proxy->setProxyInitializer(null);
  4906.                     return true;
  4907.                 });
  4908.             });
  4909.         }
  4910.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4911.         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');
  4912.     }
  4913.     /**
  4914.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4915.      *
  4916.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4917.      */
  4918.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4919.     {
  4920.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4921.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  4922.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  4923.         }
  4924.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  4925.     }
  4926.     /**
  4927.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4930.      */
  4931.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4932.     {
  4933.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4934.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  4935.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  4936.         }, => 'noPayboxInscription'], 0);
  4937.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4938.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  4939.         }, => 'onPublish'], 0);
  4940.         $instance->addListener('massive_search.pre_index', [=> function () {
  4941.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  4942.         }, => 'onPreIndex'], -200);
  4943.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4944.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4945.         }, => 'handleFlush'], 0);
  4946.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4947.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4948.         }, => 'handlePrePersist'], 479);
  4949.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4950.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4951.         }, => 'handlePersist'], -10000);
  4952.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4953.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4954.         }, => 'handleRemove'], -10000);
  4955.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4956.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4957.         }, => 'handleRemoveLocale'], -10000);
  4958.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4959.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4960.         }, => 'handleCopyLocale'], -10000);
  4961.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4962.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4963.         }, => 'handleCopy'], -10000);
  4964.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4965.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4966.         }, => 'storeSnippetToTrash'], 1024);
  4967.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4968.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4969.         }, => 'flushTrashItem'], 0);
  4970.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4971.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4972.         }, => 'clearPendingTrashItem'], 0);
  4973.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4974.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4975.         }, => 'indexPersistedDocument'], -10);
  4976.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4977.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4978.         }, => 'indexPublishedDocument'], -256);
  4979.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4980.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4981.         }, => 'deindexRemovedDocument'], 600);
  4982.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4983.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4984.         }, => 'deindexUnpublishedDocument'], -1024);
  4985.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4986.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4987.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  4988.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4989.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4990.         }, => 'deindexRemovedLocaleDocument'], -1024);
  4991.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4992.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4993.         }, => 'preventRemoveWithChildren'], 4096);
  4994.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4995.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4996.         }, => 'addForceRemoveChildrenOption'], 0);
  4997.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4998.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4999.         }, => 'handleConfigureOptions'], 0);
  5000.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5001.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5002.         }, => 'handleFlush'], 0);
  5003.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5004.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5005.         }, => 'handlePrePersist'], 479);
  5006.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5007.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5008.         }, => 'handlePersist'], -10000);
  5009.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5010.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5011.         }, => 'handleRemove'], -10000);
  5012.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5013.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5014.         }, => 'handleRemoveLocale'], -10000);
  5015.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5016.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5017.         }, => 'handleCopyLocale'], -10000);
  5018.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5019.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5020.         }, => 'handleCopy'], -10000);
  5021.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5022.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5023.         }, => 'handlePreMove'], 10000);
  5024.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5025.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5026.         }, => 'handleMove'], -10000);
  5027.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5028.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5029.         }, => 'handlePublish'], -10000);
  5030.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5031.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5032.         }, => 'handleUnpublish'], -10000);
  5033.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5034.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5035.         }, => 'handleRemoveDraft'], -10000);
  5036.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5037.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5038.         }, => 'handleRestore'], -10000);
  5039.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5040.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5041.         }, => 'handleReorder'], -10000);
  5042.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5043.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5044.         }, => 'saveStructureData'], 0);
  5045.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5046.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5047.         }, => 'handlePersistStagedProperties'], 50);
  5048.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5049.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5050.         }, => 'handlePersistStructureType'], 100);
  5051.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5052.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5053.         }, => 'saveStructureData'], 0);
  5054.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5055.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5056.         }, => 'handleHydrate'], 0);
  5057.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5058.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5059.         }, => 'configureOptions'], 0);
  5060.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5061.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  5062.         }, => 'handleMetadataLoad'], 0);
  5063.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5064.             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()));
  5065.         }, => 'handleMetadataLoad'], 0);
  5066.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5067.             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()));
  5068.         }, => 'handlePersist'], 15);
  5069.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5070.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5071.         }, => 'handlePersistDocument'], 10);
  5072.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5073.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5074.         }, => 'handleHydrate'], -200);
  5075.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5076.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5077.         }, => 'updateMovedDocument'], -128);
  5078.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5079.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5080.         }, => 'updateCopiedDocument'], -128);
  5081.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5082.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5083.         }, => 'handlePersistRoute'], -128);
  5084.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5085.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5086.         }, => 'setWorkflowStageOnDocument'], 0);
  5087.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5088.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5089.         }, => 'setWorkflowStageToTest'], 0);
  5090.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5091.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5092.         }, => 'setWorkflowStageToPublished'], 0);
  5093.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5094.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5095.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  5096.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5097.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5098.         }, => 'setWorkflowStageToTestForCopy'], 0);
  5099.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5100.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5101.         }, => 'setWorkflowStageToTestForRestore'], -32);
  5102.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5103.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5104.         }, => 'handleMetadataLoad'], 0);
  5105.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5106.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5107.         }, => 'handlePersistUpdateUrl'], 20);
  5108.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5109.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5110.         }, => 'saveShadowProperties'], 15);
  5111.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5112.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5113.         }, => 'handleHydrate'], 390);
  5114.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5115.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5116.         }, => 'saveShadowProperties'], 15);
  5117.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5118.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5119.         }, => 'handleConfigureOptions'], 0);
  5120.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5121.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5122.         }, => 'copyShadowProperties'], -256);
  5123.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5124.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5125.         }, => 'copyShadowProperties'], 0);
  5126.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5127.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5128.         }, => 'setTitleOnDocument'], -10);
  5129.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5130.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5131.         }, => 'setTitleOnNode'], 10);
  5132.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5133.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5134.         }, => 'setTitleOnNode'], 10);
  5135.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5136.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  5137.         }, => 'handleHydrate'], 400);
  5138.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5139.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5140.         }, => 'saveExtensionData'], 10);
  5141.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5142.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5143.         }, => 'saveExtensionData'], 10);
  5144.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5145.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5146.         }, => 'handleHydrate'], -10);
  5147.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5148.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5149.         }, => 'handlePersist'], 0);
  5150.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5151.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5152.         }, => 'handleMetadataLoad'], 0);
  5153.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5154.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5155.         }, => 'handleReorder'], 0);
  5156.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5157.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5158.         }, => 'handlePersist'], 0);
  5159.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5160.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5161.         }, => 'handlePersistCreate'], 3);
  5162.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5163.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5164.         }, => 'handleHydrate'], 0);
  5165.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5166.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5167.         }, => 'deleteUnavailableLocales'], 256);
  5168.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5169.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5170.         }, => 'handleWebspace'], 0);
  5171.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5172.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5173.         }, => 'handleWebspace'], -10);
  5174.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5175.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5176.         }, => 'handleSetNodeOnPersist'], 490);
  5177.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5178.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5179.         }, => 'handlePersist'], 5);
  5180.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5181.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5182.         }, => 'handleHydrate'], 0);
  5183.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5184.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5185.         }, => 'handleRemove'], 550);
  5186.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5187.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5188.         }, => 'handlePublish'], 0);
  5189.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5190.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  5191.         }, => 'handleMetadataLoad'], 0);
  5192.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5193.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  5194.         }, => 'handleMetadataLoad'], 0);
  5195.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5196.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5197.         }, => 'createNodeInPublicWorkspace'], -490);
  5198.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5199.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5200.         }, => 'removeNodeFromPublicWorkspace'], 0);
  5201.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5202.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5203.         }, => 'moveNodeInPublicWorkspace'], 0);
  5204.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5205.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5206.         }, => 'copyNodeInPublicWorkspace'], 0);
  5207.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5208.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5209.         }, => 'reorderNodeInPublicWorkspace'], 0);
  5210.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5211.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5212.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  5213.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5214.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5215.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  5216.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5217.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5218.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  5219.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5220.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5221.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  5222.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5223.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5224.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  5225.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5226.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5227.         }, => 'flushPublicWorkspace'], 0);
  5228.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5229.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  5230.         }, => 'handleCopyLocale'], 0);
  5231.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5232.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5233.         }, => 'handlePreRemove'], 510);
  5234.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5235.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5236.         }, => 'handlePostRemove'], -100);
  5237.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5238.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5239.         }, => 'handlePersist'], 0);
  5240.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5241.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5242.         }, => 'handleFlush'], 0);
  5243.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5244.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  5245.         }, => 'handleRemove'], 550);
  5246.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5247.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5248.         }, => 'storePageTranslationToTrash'], 1024);
  5249.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5250.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5251.         }, => 'storePageToTrash'], 1024);
  5252.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5253.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5254.         }, => 'flushTrashItem'], 0);
  5255.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5256.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5257.         }, => 'clearPendingTrashItem'], 0);
  5258.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5259.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5260.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5261.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5262.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5263.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  5264.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5265.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5266.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5267.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5268.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5269.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  5270.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5271.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5272.         }, => 'onClear'], -256);
  5273.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5274.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5275.         }, => 'onFlush'], -256);
  5276.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5277.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5278.         }, => 'handleHydrate'], 500);
  5279.         $instance->addListener('sulu_document_manager.create', [=> function () {
  5280.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5281.         }, => 'handleCreate'], 500);
  5282.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5283.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5284.         }, => 'handleDefaultLocale'], 520);
  5285.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5286.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5287.         }, => 'handleDocumentFromRegistry'], 510);
  5288.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5289.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5290.         }, => 'handleStopPropagationAndResetLocale'], 509);
  5291.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5292.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5293.         }, => 'handleHydrate'], 490);
  5294.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5295.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5296.         }, => 'handleEndHydrate'], -500);
  5297.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5298.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5299.         }, => 'handlePersist'], 450);
  5300.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5301.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5302.         }, => 'handleNodeFromRegistry'], 510);
  5303.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5304.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5305.         }, => 'handleEndPersist'], -500);
  5306.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5307.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5308.         }, => 'handleRemove'], 490);
  5309.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5310.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5311.         }, => 'handleClear'], 500);
  5312.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5313.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5314.         }, => 'handleNodeFromRegistry'], 510);
  5315.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5316.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5317.         }, => 'configureOptions'], 0);
  5318.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5319.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5320.         }, => 'handleNodeFromRegistry'], 512);
  5321.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5322.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5323.         }, => 'handleNodeFromRegistry'], 512);
  5324.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5325.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5326.         }, => 'handleNodeFromRegistry'], 512);
  5327.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5328.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  5329.         }, => 'handleReorder'], 500);
  5330.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5331.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5332.         }, => 'setDocumentMixinsOnNode'], 468);
  5333.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5334.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5335.         }, => 'setDocumentMixinsOnNode'], 468);
  5336.         $instance->addListener('sulu_document_manager.find', [=> function () {
  5337.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5338.         }, => 'handleFind'], 500);
  5339.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5340.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5341.         }, => 'configureOptions'], 0);
  5342.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  5343.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5344.         }, => 'handleCreate'], 500);
  5345.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  5346.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5347.         }, => 'handleCreateBuilder'], 500);
  5348.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  5349.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5350.         }, => 'handleQueryExecute'], 500);
  5351.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5352.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5353.         }, => 'handleMove'], 400);
  5354.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5355.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5356.         }, => 'handleCopy'], 400);
  5357.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5358.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5359.         }, => 'handleClear'], 500);
  5360.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5361.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5362.         }, => 'handleFlush'], 500);
  5363.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5364.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  5365.         }, => 'handleRemove'], 500);
  5366.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5367.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5368.         }, => 'handleHydrate'], -100);
  5369.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5370.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5371.         }, => 'handleMapping'], -100);
  5372.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5373.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5374.         }, => 'handleMapping'], -128);
  5375.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  5376.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5377.         }, => 'refreshDocument'], 0);
  5378.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5379.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5380.         }, => 'refreshDocumentForDeleteDraft'], -512);
  5381.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5382.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  5383.         }, => 'setDefaultUser'], 0);
  5384.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5385.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5386.         }, => 'configureOptions'], 0);
  5387.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5388.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5389.         }, => 'handleScheduleRename'], 0);
  5390.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5391.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5392.         }, => 'handlePersist'], 480);
  5393.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5394.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5395.         }, => 'handleMove'], 480);
  5396.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5397.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5398.         }, => 'handleCopy'], 480);
  5399.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5400.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5401.         }, => 'handleRename'], 510);
  5402.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5403.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5404.         }, => 'handlePersist'], 485);
  5405.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5406.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5407.         }, => 'configureOptions'], 0);
  5408.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5409.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5410.         }, => 'setBlamesOnDocument'], 0);
  5411.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5412.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5413.         }, => 'setBlamesOnNodeForPersist'], 0);
  5414.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5415.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5416.         }, => 'setBlamesOnNodeForPublish'], 0);
  5417.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5418.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5419.         }, => 'setChangerForRestore'], -32);
  5420.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5421.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5422.         }, => 'setAuthorOnDocument'], 0);
  5423.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5424.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5425.         }, => 'setAuthorOnNode'], 0);
  5426.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5427.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5428.         }, => 'setAuthorOnNode'], 0);
  5429.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5430.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5431.         }, => 'setTimestampsOnNodeForPersist'], 0);
  5432.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5433.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5434.         }, => 'setTimestampsOnNodeForPublish'], 0);
  5435.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5436.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5437.         }, => 'setChangedForRestore'], -32);
  5438.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5439.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5440.         }, => 'setTimestampsOnDocument'], 0);
  5441.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5442.             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()));
  5443.         }, => 'setFinalNodeName'], 0);
  5444.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5445.             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()));
  5446.         }, => 'setInitialNodeName'], 0);
  5447.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5448.             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()));
  5449.         }, => 'setFinalNodeName'], -480);
  5450.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5451.             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()));
  5452.         }, => 'handleUuid'], 0);
  5453.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5454.             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()));
  5455.         }, => 'handleUuid'], 0);
  5456.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5457.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5458.         }, => 'handleLocale'], 410);
  5459.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5460.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5461.         }, => 'handleLocale'], 410);
  5462.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5463.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5464.         }, => 'handleHydrate'], 0);
  5465.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5466.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5467.         }, => 'handleChangeParent'], 0);
  5468.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5469.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5470.         }, => 'handleSetParentNodeFromDocument'], 490);
  5471.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5472.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5473.         }, => 'handleMove'], 0);
  5474.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5475.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  5476.         }, => 'handleHydrate'], 0);
  5477.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5478.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5479.         }, => 'setInitialPath'], 0);
  5480.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5481.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5482.         }, => 'setFinalPath'], -495);
  5483.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5484.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5485.         }, => 'setFinalPath'], 0);
  5486.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5487.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  5488.         }, => 'handlePersist'], 485);
  5489.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5490.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  5491.         }, => 'handlePersist'], 490);
  5492.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5493.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  5494.         }, => 'handlePersist'], 500);
  5495.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5496.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5497.         }, => 'handlePersist'], 0);
  5498.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5499.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5500.         }, => 'handleRemove'], 550);
  5501.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5502.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5503.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5504.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5505.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5506.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5507.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5508.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5509.         }, => 'storeCustomUrlToTrash'], 1024);
  5510.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5511.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5512.         }, => 'flushTrashItem'], 0);
  5513.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5514.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5515.         }, => 'clearPendingTrashItem'], 0);
  5516.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5517.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5518.         }, => 'handleHydrate'], 0);
  5519.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5520.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5521.         }, => 'handlePersist'], -2000);
  5522.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5523.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5524.         }, => 'handleRemove'], 1024);
  5525.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5526.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5527.         }, => 'handleRemoveLocale'], 1024);
  5528.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5529.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5530.         }, => 'handlePublish'], -2000);
  5531.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5532.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5533.         }, => 'handleCopy'], -2000);
  5534.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5535.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5536.         }, => 'handlePublish'], 10);
  5537.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5538.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5539.         }, => 'handleMove'], -1000);
  5540.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5541.             return ($this->privates['sulu_article.subscriber.date_sharding'] ?? $this->load('getSuluArticle_Subscriber_DateShardingService'));
  5542.         }, => 'handleSetParentNode'], 481);
  5543.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5544.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5545.         }, => 'hydratePageData'], -2000);
  5546.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5547.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5548.         }, => 'handleScheduleIndex'], -500);
  5549.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5550.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5551.         }, => 'handleChildrenPersist'], 0);
  5552.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5553.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5554.         }, => 'persistPageData'], -2000);
  5555.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5556.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5557.         }, => 'handleRemove'], -500);
  5558.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5559.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5560.         }, => 'handleRemoveLive'], -500);
  5561.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5562.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5563.         }, => 'handleRemovePage'], -500);
  5564.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5565.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5566.         }, => 'handleScheduleIndexLive'], 0);
  5567.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5568.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5569.         }, => 'handleScheduleIndex'], 0);
  5570.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5571.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5572.         }, => 'synchronizeChildren'], 0);
  5573.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5574.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5575.         }, => 'publishChildren'], 0);
  5576.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5577.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5578.         }, => 'persistPageData'], -2000);
  5579.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5580.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5581.         }, => 'persistPageDataOnReorder'], -2000);
  5582.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5583.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5584.         }, => 'handleUnpublish'], 0);
  5585.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5586.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5587.         }, => 'handleScheduleIndex'], -1024);
  5588.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5589.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5590.         }, => 'removeDraftChildren'], 0);
  5591.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5592.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5593.         }, => 'handleFlush'], -2048);
  5594.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5595.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5596.         }, => 'handleFlushLive'], -2048);
  5597.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5598.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5599.         }, => 'handleCopy'], 0);
  5600.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5601.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5602.         }, => 'handleMetadataLoad'], 0);
  5603.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5604.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5605.         }, => 'handleRemoveLocale'], -500);
  5606.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5607.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5608.         }, => 'handleRemoveLocaleLive'], -500);
  5609.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5610.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5611.         }, => 'loadProperties'], 0);
  5612.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5613.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5614.         }, => 'saveProperties'], 0);
  5615.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5616.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5617.         }, => 'saveProperties'], 0);
  5618.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5619.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5620.         }, => 'handleHydrate'], 0);
  5621.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5622.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5623.         }, => 'handlePersist'], -1024);
  5624.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5625.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5626.         }, => 'handleRemove'], 5);
  5627.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5628.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5629.         }, => 'handlePublishPageNumber'], -1024);
  5630.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5631.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5632.         }, => 'handleReorder'], 0);
  5633.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5634.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5635.         }, => 'handleRestore'], -1024);
  5636.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5637.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5638.         }, => 'setParentOnHydrate'], 1);
  5639.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5640.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5641.         }, => 'checkOptions'], 10000);
  5642.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5643.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5644.         }, => 'setTitleOnPersist'], 2000);
  5645.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5646.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5647.         }, => 'setNodeOnPersist'], 480);
  5648.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5649.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5650.         }, => 'setPageTitleOnPersist'], 0);
  5651.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5652.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5653.         }, => 'setStructureTypeToParent'], -2000);
  5654.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5655.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5656.         }, => 'setWorkflowStageOnArticle'], -2000);
  5657.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5658.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5659.         }, => 'setWorkflowStageOnArticle'], 0);
  5660.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5661.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5662.         }, => 'handleMetadataLoad'], 0);
  5663.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5664.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5665.         }, => 'handleFlush'], 0);
  5666.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5667.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5668.         }, => 'handlePrePersist'], 479);
  5669.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5670.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5671.         }, => 'handlePersist'], -10000);
  5672.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5673.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5674.         }, => 'handleRemove'], -10000);
  5675.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5676.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5677.         }, => 'handleRemoveLocale'], -10000);
  5678.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5679.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5680.         }, => 'handleCopyLocale'], -10000);
  5681.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5682.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5683.         }, => 'handleCopy'], -10000);
  5684.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5685.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5686.         }, => 'handlePublish'], -10000);
  5687.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5688.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5689.         }, => 'handleUnpublish'], -10000);
  5690.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5691.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5692.         }, => 'handleRemoveDraft'], -10000);
  5693.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5694.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5695.         }, => 'handleRestore'], -10000);
  5696.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5697.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5698.         }, => 'storeArticleToTrash'], 1024);
  5699.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5700.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5701.         }, => 'storeArticleTranslationToTrash'], 1024);
  5702.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5703.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5704.         }, => 'flushTrashItem'], 0);
  5705.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5706.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5707.         }, => 'clearPendingTrashItem'], 0);
  5708.         return $instance;
  5709.     }
  5710.     /**
  5711.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  5712.      *
  5713.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  5714.      */
  5715.     protected function getSuluDocumentManager_MetadataFactoryService()
  5716.     {
  5717.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  5718.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  5719.             return $this->privates['sulu_document_manager.metadata_factory'];
  5720.         }
  5721.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  5722.     }
  5723.     /**
  5724.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  5725.      *
  5726.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  5727.      */
  5728.     protected function getSuluDocumentManager_NamespaceRegistryService()
  5729.     {
  5730.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  5731.     }
  5732.     /**
  5733.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  5734.      *
  5735.      * @return \Sulu\Component\DocumentManager\NodeManager
  5736.      */
  5737.     protected function getSuluDocumentManager_NodeManagerService()
  5738.     {
  5739.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5740.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  5741.             return $this->privates['sulu_document_manager.node_manager'];
  5742.         }
  5743.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  5744.     }
  5745.     /**
  5746.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  5747.      *
  5748.      * @return \Sulu\Component\DocumentManager\PathBuilder
  5749.      */
  5750.     protected function getSuluDocumentManager_PathBuilderService()
  5751.     {
  5752.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  5753.     }
  5754.     /**
  5755.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  5756.      *
  5757.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  5758.      */
  5759.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  5760.     {
  5761.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  5762.     }
  5763.     /**
  5764.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  5765.      *
  5766.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  5767.      */
  5768.     protected function getSuluDocumentManager_ProxyFactoryService()
  5769.     {
  5770.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  5771.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5772.             return $this->privates['sulu_document_manager.proxy_factory'];
  5773.         }
  5774.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  5775.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5776.             return $this->privates['sulu_document_manager.proxy_factory'];
  5777.         }
  5778.         return $this->privates['sulu_document_manager.proxy_factory'] = new \Sulu\Component\DocumentManager\ProxyFactory(new \ProxyManager\Factory\LazyLoadingGhostFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), $a, ($this->privates['sulu_document_manager.document_registry'] ?? ($this->privates['sulu_document_manager.document_registry'] = new \Sulu\Component\DocumentManager\DocumentRegistry('en'))), $b);
  5779.     }
  5780.     /**
  5781.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  5782.      *
  5783.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  5784.      */
  5785.     protected function getSuluDocumentManager_SessionManagerService()
  5786.     {
  5787.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5788.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  5789.             return $this->privates['sulu_document_manager.session_manager'];
  5790.         }
  5791.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  5792.     }
  5793.     /**
  5794.      * Gets the private 'sulu_form.builder' shared service.
  5795.      *
  5796.      * @return \Sulu\Bundle\FormBundle\Form\Builder
  5797.      */
  5798.     protected function getSuluForm_BuilderService()
  5799.     {
  5800.         $a = ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService());
  5801.         if (isset($this->privates['sulu_form.builder'])) {
  5802.             return $this->privates['sulu_form.builder'];
  5803.         }
  5804.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  5805.         if (isset($this->privates['sulu_form.builder'])) {
  5806.             return $this->privates['sulu_form.builder'];
  5807.         }
  5808.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5809.         return $this->privates['sulu_form.builder'] = new \Sulu\Bundle\FormBundle\Form\Builder($c, ($this->privates['sulu_form.dynamic.form_field_type_pool'] ?? $this->getSuluForm_Dynamic_FormFieldTypePoolService()), new \Sulu\Bundle\FormBundle\TitleProvider\TitleProviderPool(['page' => new \Sulu\Bundle\FormBundle\TitleProvider\StructureTitleProvider($c), 'article' => new \Sulu\Bundle\FormBundle\TitleProvider\StructureTitleProvider($c)]), $a$b, ($this->privates['sulu_form.checksum'] ?? ($this->privates['sulu_form.checksum'] = new \Sulu\Bundle\FormBundle\Dynamic\Checksum($this->getEnv('APP_SECRET')))), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), false);
  5810.     }
  5811.     /**
  5812.      * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  5813.      *
  5814.      * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  5815.      */
  5816.     protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  5817.     {
  5818.         $a = ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService());
  5819.         if (isset($this->privates['sulu_form.configuration.form_configuration_factory'])) {
  5820.             return $this->privates['sulu_form.configuration.form_configuration_factory'];
  5821.         }
  5822.         return $this->privates['sulu_form.configuration.form_configuration_factory'] = new \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory(new \Sulu\Bundle\FormBundle\Media\CollectionStrategySingle($a), '@SuluForm/mails/notify.html.twig''@SuluForm/mails/customer.html.twig''@SuluForm/mails/notify_plain_text.html.twig''@SuluForm/mails/customer_plain_text.html.twig');
  5823.     }
  5824.     /**
  5825.      * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  5826.      *
  5827.      * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  5828.      */
  5829.     protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  5830.     {
  5831.         return $this->privates['sulu_form.dynamic.form_field_type_pool'] = new \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool(['text' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextType(), 'firstName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FirstNameType(), 'lastName' => new \Sulu\Bundle\FormBundle\Dynamic\Types\LastNameType(), 'street' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StreetType(), 'zip' => new \Sulu\Bundle\FormBundle\Dynamic\Types\ZipType(), 'city' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CityType(), 'state' => new \Sulu\Bundle\FormBundle\Dynamic\Types\StateType(), 'function' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FunctionType(), 'company' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CompanyType(), 'phone' => new \Sulu\Bundle\FormBundle\Dynamic\Types\PhoneType(), 'fax' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FaxType(), 'title' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TitleType(), 'textarea' => new \Sulu\Bundle\FormBundle\Dynamic\Types\TextareaType(), 'headline' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HeadlineType(), 'spacer' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SpacerType(), 'freeText' => new \Sulu\Bundle\FormBundle\Dynamic\Types\FreeTextType(), 'country' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CountryType(), 'email' => new \Sulu\Bundle\FormBundle\Dynamic\Types\EmailType(), 'date' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DateType(), 'checkbox' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxType(), 'checkboxMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\CheckboxMultipleType(), 'dropdown' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownType(), 'radioButtons' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RadioButtonsType(), 'dropdownMultiple' => new \Sulu\Bundle\FormBundle\Dynamic\Types\DropdownMultiple(), 'salutation' => new \Sulu\Bundle\FormBundle\Dynamic\Types\SalutationType(), 'attachment' => new \Sulu\Bundle\FormBundle\Dynamic\Types\AttachmentType(), 'hidden' => new \Sulu\Bundle\FormBundle\Dynamic\Types\HiddenType(), 'recaptcha' => new \Sulu\Bundle\FormBundle\Dynamic\Types\RecaptchaType()]);
  5832.     }
  5833.     /**
  5834.      * Gets the private 'sulu_form.handler' shared service.
  5835.      *
  5836.      * @return \Sulu\Bundle\FormBundle\Form\Handler
  5837.      */
  5838.     protected function getSuluForm_HandlerService()
  5839.     {
  5840.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5841.         if (isset($this->privates['sulu_form.handler'])) {
  5842.             return $this->privates['sulu_form.handler'];
  5843.         }
  5844.         $b = ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService'));
  5845.         if (isset($this->privates['sulu_form.handler'])) {
  5846.             return $this->privates['sulu_form.handler'];
  5847.         }
  5848.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5849.         if (isset($this->privates['sulu_form.handler'])) {
  5850.             return $this->privates['sulu_form.handler'];
  5851.         }
  5852.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5853.         if (isset($this->privates['sulu_form.handler'])) {
  5854.             return $this->privates['sulu_form.handler'];
  5855.         }
  5856.         $e = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  5857.         if (isset($this->privates['sulu_form.handler'])) {
  5858.             return $this->privates['sulu_form.handler'];
  5859.         }
  5860.         return $this->privates['sulu_form.handler'] = new \Sulu\Bundle\FormBundle\Form\Handler($a, new \Sulu\Bundle\FormBundle\Mail\Helper($b$this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $c$d$e'no_save''please_fill_me');
  5861.     }
  5862.     /**
  5863.      * Gets the private 'sulu_form.private_media_subscriber' shared service.
  5864.      *
  5865.      * @return \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber
  5866.      */
  5867.     protected function getSuluForm_PrivateMediaSubscriberService()
  5868.     {
  5869.         $a = ($this->services['router'] ?? $this->getRouterService());
  5870.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5871.             return $this->privates['sulu_form.private_media_subscriber'];
  5872.         }
  5873.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5874.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5875.             return $this->privates['sulu_form.private_media_subscriber'];
  5876.         }
  5877.         return $this->privates['sulu_form.private_media_subscriber'] = new \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber($a$b, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()));
  5878.     }
  5879.     /**
  5880.      * Gets the private 'sulu_form.repository.dynamic' shared service.
  5881.      *
  5882.      * @return \Sulu\Bundle\FormBundle\Repository\DynamicRepository
  5883.      */
  5884.     protected function getSuluForm_Repository_DynamicService()
  5885.     {
  5886.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5887.         if (isset($this->privates['sulu_form.repository.dynamic'])) {
  5888.             return $this->privates['sulu_form.repository.dynamic'];
  5889.         }
  5890.         return $this->privates['sulu_form.repository.dynamic'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Dynamic');
  5891.     }
  5892.     /**
  5893.      * Gets the private 'sulu_form.repository.form' shared service.
  5894.      *
  5895.      * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  5896.      */
  5897.     protected function getSuluForm_Repository_FormService()
  5898.     {
  5899.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5900.         if (isset($this->privates['sulu_form.repository.form'])) {
  5901.             return $this->privates['sulu_form.repository.form'];
  5902.         }
  5903.         return $this->privates['sulu_form.repository.form'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  5904.     }
  5905.     /**
  5906.      * Gets the private 'sulu_form.request_listener' shared service.
  5907.      *
  5908.      * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  5909.      */
  5910.     protected function getSuluForm_RequestListenerService()
  5911.     {
  5912.         $a = ($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService());
  5913.         if (isset($this->privates['sulu_form.request_listener'])) {
  5914.             return $this->privates['sulu_form.request_listener'];
  5915.         }
  5916.         $b = ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService());
  5917.         if (isset($this->privates['sulu_form.request_listener'])) {
  5918.             return $this->privates['sulu_form.request_listener'];
  5919.         }
  5920.         $c = ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService());
  5921.         if (isset($this->privates['sulu_form.request_listener'])) {
  5922.             return $this->privates['sulu_form.request_listener'];
  5923.         }
  5924.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5925.         if (isset($this->privates['sulu_form.request_listener'])) {
  5926.             return $this->privates['sulu_form.request_listener'];
  5927.         }
  5928.         return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener($a$b$c$d);
  5929.     }
  5930.     /**
  5931.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  5932.      *
  5933.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  5934.      */
  5935.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  5936.     {
  5937.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  5938.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5939.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5940.         }
  5941.         $b = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  5942.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5943.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  5944.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider($a, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider(($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), $b$c$d'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), 'article' => new \Sulu\Bundle\ArticleBundle\Markup\ArticleLinkProvider(($this->services['es.manager.live'] ?? $this->getEs_Manager_LiveService()), ($this->services['es.manager.default'] ?? $this->getEs_Manager_DefaultService()), $b$c$d$this->parameters['sulu_article.types'], 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument''dev')]);
  5945.     }
  5946.     /**
  5947.      * Gets the private 'sulu_markup.parser' shared service.
  5948.      *
  5949.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  5950.      */
  5951.     protected function getSuluMarkup_ParserService()
  5952.     {
  5953.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  5954.         if (isset($this->privates['sulu_markup.parser'])) {
  5955.             return $this->privates['sulu_markup.parser'];
  5956.         }
  5957.         return $this->privates['sulu_markup.parser'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser(new \Sulu\Bundle\MarkupBundle\Tag\TagRegistry(['html' => ['sulu' => ['link' => new \Sulu\Bundle\MarkupBundle\Markup\LinkTag($a, (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : (false)), ($this->privates['url_helper'] ?? $this->getUrlHelperService()))]]]), new \Sulu\Bundle\MarkupBundle\Markup\DelegatingTagExtractor([=> ($this->services['sulu_markup.parser.html_extractor'] ?? ($this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu')))]));
  5958.     }
  5959.     /**
  5960.      * Gets the private 'sulu_markup.response_listener' shared service.
  5961.      *
  5962.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  5963.      */
  5964.     protected function getSuluMarkup_ResponseListenerService()
  5965.     {
  5966.         $a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  5967.         if (isset($this->privates['sulu_markup.response_listener'])) {
  5968.             return $this->privates['sulu_markup.response_listener'];
  5969.         }
  5970.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
  5971.     }
  5972.     /**
  5973.      * Gets the private 'sulu_media.type_manager' shared service.
  5974.      *
  5975.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  5976.      */
  5977.     protected function getSuluMedia_TypeManagerService()
  5978.     {
  5979.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5980.         if (isset($this->privates['sulu_media.type_manager'])) {
  5981.             return $this->privates['sulu_media.type_manager'];
  5982.         }
  5983.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  5984.     }
  5985.     /**
  5986.      * Gets the private 'sulu_page.export.manager' shared service.
  5987.      *
  5988.      * @return \Sulu\Component\Export\Manager\ExportManager
  5989.      */
  5990.     protected function getSuluPage_Export_ManagerService()
  5991.     {
  5992.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5993.         $instance->add('number''1.2.xliff', ['translate' => true]);
  5994.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  5995.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  5996.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  5997.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  5998.         $instance->add('link''1.2.xliff', ['translate' => false]);
  5999.         $instance->add('block''1.2.xliff', ['translate' => false]);
  6000.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  6001.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  6002.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  6003.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  6004.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  6005.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  6006.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  6007.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  6008.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  6009.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  6010.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  6011.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  6012.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  6013.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  6014.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  6015.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  6016.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  6017.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  6018.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  6019.         $instance->add('password''1.2.xliff', ['translate' => false]);
  6020.         $instance->add('url''1.2.xliff', ['translate' => false]);
  6021.         $instance->add('email''1.2.xliff', ['translate' => false]);
  6022.         $instance->add('date''1.2.xliff', ['translate' => false]);
  6023.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  6024.         $instance->add('time''1.2.xliff', ['translate' => false]);
  6025.         $instance->add('color''1.2.xliff', ['translate' => false]);
  6026.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  6027.         $instance->add('select''1.2.xliff', ['translate' => false]);
  6028.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  6029.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  6030.         $instance->add('location''1.2.xliff', ['translate' => false]);
  6031.         $instance->add('route''1.2.xliff', ['translate' => false]);
  6032.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  6033.         return $instance;
  6034.     }
  6035.     /**
  6036.      * Gets the private 'sulu_page.import.manager' shared service.
  6037.      *
  6038.      * @return \Sulu\Component\Import\Manager\ImportManager
  6039.      */
  6040.     protected function getSuluPage_Import_ManagerService()
  6041.     {
  6042.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6043.     }
  6044.     /**
  6045.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  6046.      *
  6047.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  6048.      */
  6049.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  6050.     {
  6051.         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']);
  6052.     }
  6053.     /**
  6054.      * Gets the private 'sulu_preview.preview.cache' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6057.      */
  6058.     protected function getSuluPreview_Preview_CacheService()
  6059.     {
  6060.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rtln541yNP'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  6061.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6062.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6063.     }
  6064.     /**
  6065.      * Gets the private 'sulu_route.routing.provider' shared service.
  6066.      *
  6067.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  6068.      */
  6069.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  6070.     {
  6071.         if ($lazyLoad) {
  6072.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  6073.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6074.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  6075.                     $proxy->setProxyInitializer(null);
  6076.                     return true;
  6077.                 });
  6078.             });
  6079.         }
  6080.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  6081.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  6082.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  6083.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  6084.         include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php';
  6085.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6086.         $b = ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService());
  6087.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  6088.         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 \Sulu\Bundle\PageBundle\Preview\PageRouteDefaultsProvider($b, ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), $c), => new \Sulu\Bundle\ArticleBundle\Routing\ArticleRouteDefaultProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $b, ($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), $c, ($this->privates['sulu_article.resolver.webspaces'] ?? $this->getSuluArticle_Resolver_WebspacesService()), $a)]), ($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]);
  6089.     }
  6090.     /**
  6091.      * Gets the private 'sulu_security.access_control_manager' shared service.
  6092.      *
  6093.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  6094.      */
  6095.     protected function getSuluSecurity_AccessControlManagerService()
  6096.     {
  6097.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6098.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6099.             return $this->privates['sulu_security.access_control_manager'];
  6100.         }
  6101.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6102.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6103.             return $this->privates['sulu_security.access_control_manager'];
  6104.         }
  6105.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6106.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6107.             return $this->privates['sulu_security.access_control_manager'];
  6108.         }
  6109.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  6110.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6111.             return $this->privates['sulu_security.access_control_manager'];
  6112.         }
  6113.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6114.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6115.             return $this->privates['sulu_security.access_control_manager'];
  6116.         }
  6117.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  6118.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  6119.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  6120.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  6121.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  6122.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  6123.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  6124.         return $instance;
  6125.     }
  6126.     /**
  6127.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  6128.      *
  6129.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  6130.      */
  6131.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  6132.     {
  6133.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6134.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6135.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6136.         }
  6137.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6138.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6139.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6140.         }
  6141.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  6142.     }
  6143.     /**
  6144.      * Gets the private 'sulu_security.event_listener.security' shared service.
  6145.      *
  6146.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  6147.      */
  6148.     protected function getSuluSecurity_EventListener_SecurityService()
  6149.     {
  6150.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  6151.     }
  6152.     /**
  6153.      * Gets the private 'sulu_security.system_listener' shared service.
  6154.      *
  6155.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  6156.      */
  6157.     protected function getSuluSecurity_SystemListenerService()
  6158.     {
  6159.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6160.         if (isset($this->privates['sulu_security.system_listener'])) {
  6161.             return $this->privates['sulu_security.system_listener'];
  6162.         }
  6163.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6164.         if (isset($this->privates['sulu_security.system_listener'])) {
  6165.             return $this->privates['sulu_security.system_listener'];
  6166.         }
  6167.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a$b'website');
  6168.     }
  6169.     /**
  6170.      * Gets the private 'sulu_security.system_store' shared service.
  6171.      *
  6172.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  6173.      */
  6174.     protected function getSuluSecurity_SystemStoreService()
  6175.     {
  6176.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6177.         if (isset($this->privates['sulu_security.system_store'])) {
  6178.             return $this->privates['sulu_security.system_store'];
  6179.         }
  6180.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  6181.     }
  6182.     /**
  6183.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  6184.      *
  6185.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  6186.      */
  6187.     protected function getSuluTag_TagRequestHandlerService()
  6188.     {
  6189.         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())));
  6190.     }
  6191.     /**
  6192.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  6193.      *
  6194.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  6195.      */
  6196.     protected function getSuluTrash_TrashItemRepositoryService()
  6197.     {
  6198.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6199.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6200.             return $this->privates['sulu_trash.trash_item_repository'];
  6201.         }
  6202.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6203.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6204.             return $this->privates['sulu_trash.trash_item_repository'];
  6205.         }
  6206.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a$b);
  6207.     }
  6208.     /**
  6209.      * Gets the private 'sulu_trash.trash_manager' shared service.
  6210.      *
  6211.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  6212.      */
  6213.     protected function getSuluTrash_TrashManagerService()
  6214.     {
  6215.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  6216.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6217.             return $this->privates['sulu_trash.trash_manager'];
  6218.         }
  6219.         $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  6220.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6221.             return $this->privates['sulu_trash.trash_manager'];
  6222.         }
  6223.         $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6224.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  6225.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  6226.             'articles' => ['privates''sulu_article.article_trash_item_handler''getSuluArticle_ArticleTrashItemHandlerService'true],
  6227.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  6228.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  6229.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  6230.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  6231.             'forms' => ['privates''sulu_form.form_trash_item_handler''getSuluForm_FormTrashItemHandlerService'true],
  6232.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6233.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  6234.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  6235.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  6236.         ], [
  6237.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  6238.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  6239.             'articles' => 'Sulu\\Bundle\\ArticleBundle\\Trash\\ArticleTrashItemHandler',
  6240.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  6241.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  6242.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  6243.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  6244.             'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  6245.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6246.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  6247.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  6248.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  6249.         ]);
  6250.         return $this->privates['sulu_trash.trash_manager'] = new \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager($a$b$c$c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6251.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6252.         ], [
  6253.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6254.         ]));
  6255.     }
  6256.     /**
  6257.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  6258.      *
  6259.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  6260.      */
  6261.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  6262.     {
  6263.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6264.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6265.             return $this->privates['sulu_website.analytics.response_listener'];
  6266.         }
  6267.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6268.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6269.             return $this->privates['sulu_website.analytics.response_listener'];
  6270.         }
  6271.         $c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
  6272.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6273.             return $this->privates['sulu_website.analytics.response_listener'];
  6274.         }
  6275.         return $this->privates['sulu_website.analytics.response_listener'] = new \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener($a$b$c'dev', (($this->hasParameter("sulu.preview")) ? ($this->getParameter("sulu.preview")) : ("")));
  6276.     }
  6277.     /**
  6278.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  6279.      *
  6280.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  6281.      */
  6282.     protected function getSuluWebsite_EventListener_TranslatorService()
  6283.     {
  6284.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  6285.     }
  6286.     /**
  6287.      * Gets the private 'sulu_website.router_listener' shared service.
  6288.      *
  6289.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  6290.      */
  6291.     protected function getSuluWebsite_RouterListenerService()
  6292.     {
  6293.         $a = ($this->services['router'] ?? $this->getRouterService());
  6294.         if (isset($this->privates['sulu_website.router_listener'])) {
  6295.             return $this->privates['sulu_website.router_listener'];
  6296.         }
  6297.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6298.         if (isset($this->privates['sulu_website.router_listener'])) {
  6299.             return $this->privates['sulu_website.router_listener'];
  6300.         }
  6301.         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);
  6302.     }
  6303.     /**
  6304.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  6305.      *
  6306.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  6307.      */
  6308.     protected function getSuluWebsite_Routing_RequestListenerService()
  6309.     {
  6310.         $a = ($this->services['router'] ?? $this->getRouterService());
  6311.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6312.             return $this->privates['sulu_website.routing.request_listener'];
  6313.         }
  6314.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6315.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6316.             return $this->privates['sulu_website.routing.request_listener'];
  6317.         }
  6318.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  6319.     }
  6320.     /**
  6321.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  6322.      *
  6323.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  6324.      */
  6325.     protected function getSuluWebsite_SegmentSubscriberService()
  6326.     {
  6327.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6328.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  6329.             return $this->privates['sulu_website.segment_subscriber'];
  6330.         }
  6331.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  6332.     }
  6333.     /**
  6334.      * Gets the private 'translator.default' shared service.
  6335.      *
  6336.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6337.      */
  6338.     protected function getTranslator_DefaultService()
  6339.     {
  6340.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6341.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  6342.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  6343.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  6344.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  6345.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  6346.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  6347.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  6348.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  6349.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  6350.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  6351.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  6352.         ], [
  6353.             'translation.loader.csv' => '?',
  6354.             'translation.loader.dat' => '?',
  6355.             'translation.loader.ini' => '?',
  6356.             'translation.loader.json' => '?',
  6357.             'translation.loader.mo' => '?',
  6358.             'translation.loader.php' => '?',
  6359.             'translation.loader.po' => '?',
  6360.             'translation.loader.qt' => '?',
  6361.             'translation.loader.res' => '?',
  6362.             'translation.loader.xliff' => '?',
  6363.             'translation.loader.yml' => '?',
  6364.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.de.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.de.xliff'), 20 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 21 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/translations/admin.de.json'), 22 => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 23 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.de.json')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.en.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.en.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.en.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.en.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.en.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.en.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.en.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.en.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.en.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.en.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.en.xliff'), 20 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 21 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/translations/admin.en.json'), 22 => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 23 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.en.json')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.fr.xliff'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.fr.json'), => (\dirname(__DIR__5).'/translations/sulu/admin.fr.json'), => (\dirname(__DIR__5).'/translations/sulu/backend.fr.json')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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')], 'mk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.nl.xliff'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [=> (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations'), 19 => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/translations'), 21 => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 22 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations'), 23 => (\dirname(__DIR__5).'/translations'), 24 => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 31 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 32 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 46 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 48 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 49 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 50 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 51 => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle/translations'), 52 => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/translations'), 53 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src/translations'), 54 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/translations'), 55 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-custom-toggle-bundle/src/translations'), 56 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 57 => (\dirname(__DIR__5).'/vendor/twig/extra-bundle/translations'), 58 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src/translations'), 59 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-color-picker-bundle/src/translations'), 60 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-icon-picker-bundle/src/translations'), 61 => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'vendor/sulu/form-bundle/Resources/translations'19 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'20 => 'vendor/sulu/article-bundle/Resources/translations'21 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'22 => 'vendor/sulu/community-bundle/Resources/translations'23 => 'translations'24 => 'vendor/symfony/framework-bundle/translations'25 => 'vendor/symfony/twig-bundle/translations'26 => 'vendor/symfony/monolog-bundle/translations'27 => 'vendor/symfony/swiftmailer-bundle/translations'28 => 'vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'29 => 'vendor/doctrine/doctrine-bundle/translations'30 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'31 => 'vendor/doctrine/phpcr-bundle/src/translations'32 => 'vendor/friendsofsymfony/rest-bundle/translations'33 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'34 => 'vendor/jms/serializer-bundle/translations'35 => 'vendor/massive/search-bundle/translations'36 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'38 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'39 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'40 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'41 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'42 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'43 => 'vendor/dantleech/phpcr-migrations-bundle/translations'44 => 'vendor/massive/build-bundle/translations'45 => 'vendor/symfony/web-profiler-bundle/translations'46 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'47 => 'vendor/symfony/debug-bundle/translations'48 => 'vendor/symfony/security-bundle/translations'49 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'50 => 'vendor/symfony-cmf/routing-bundle/src/translations'51 => 'vendor/antishov/doctrine-extensions-bundle/translations'52 => 'vendor/symfony/webpack-encore-bundle/src/translations'53 => 'vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src/translations'54 => 'vendor/handcraftedinthealps/elasticsearch-bundle/translations'55 => 'vendor/sevengroupfrance/sulu-custom-toggle-bundle/src/translations'56 => 'vendor/symfony/maker-bundle/src/translations'57 => 'vendor/twig/extra-bundle/translations'58 => 'vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src/translations'59 => 'vendor/sevengroupfrance/sulu-color-picker-bundle/src/translations'60 => 'vendor/sevengroupfrance/sulu-icon-picker-bundle/src/translations'61 => 'vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src/translations']]], []);
  6365.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6366.         $instance->setFallbackLocales([=> 'en']);
  6367.         return $instance;
  6368.     }
  6369.     /**
  6370.      * Gets the private 'twig.loader.native_filesystem' shared service.
  6371.      *
  6372.      * @return \Twig\Loader\FilesystemLoader
  6373.      */
  6374.     protected function getTwig_Loader_NativeFilesystemService()
  6375.     {
  6376.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  6377.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  6378.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  6379.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  6380.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  6381.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  6382.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  6383.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  6384.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  6385.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  6386.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  6387.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  6388.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  6389.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  6390.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  6391.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  6392.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  6393.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  6394.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  6395.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  6396.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  6397.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  6398.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  6399.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  6400.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  6401.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  6402.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  6403.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  6404.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  6405.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  6406.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  6407.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), 'ONGRElasticsearch');
  6408.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), '!ONGRElasticsearch');
  6409.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), 'SuluArticle');
  6410.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), '!SuluArticle');
  6411.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), 'SuluCommunity');
  6412.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), '!SuluCommunity');
  6413.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  6414.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  6415.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  6416.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6417.         return $instance;
  6418.     }
  6419.     /**
  6420.      * Gets the private 'url_helper' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  6423.      */
  6424.     protected function getUrlHelperService()
  6425.     {
  6426.         $a = ($this->services['router'] ?? $this->getRouterService());
  6427.         if (isset($this->privates['url_helper'])) {
  6428.             return $this->privates['url_helper'];
  6429.         }
  6430.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  6431.     }
  6432.     /**
  6433.      * Gets the private 'validator.builder' shared service.
  6434.      *
  6435.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6436.      */
  6437.     protected function getValidator_BuilderService()
  6438.     {
  6439.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6440.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6441.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6442.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6443.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6444.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6445.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6446.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6447.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6448.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6449.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6450.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6451.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6452.             'blocked_validator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6453.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6454.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6455.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6456.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6457.             'exist_validator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6458.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6459.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6460.         ], [
  6461.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  6462.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  6463.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => '?',
  6464.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => '?',
  6465.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6466.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  6467.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6468.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6469.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6470.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6471.             'blocked_validator' => '?',
  6472.             'cmf_routing.validator.route_defaults' => '?',
  6473.             'doctrine.orm.validator.unique' => '?',
  6474.             'ewz_recaptcha.true' => '?',
  6475.             'ewz_recaptcha.v3.true' => '?',
  6476.             'exist_validator' => '?',
  6477.             'security.validator.user_password' => '?',
  6478.             'validator.expression' => '?',
  6479.         ])));
  6480.         if ($this->has('translator')) {
  6481.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6482.         }
  6483.         $instance->setTranslationDomain('validators');
  6484.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/validation.xml')]);
  6485.         $instance->enableAnnotationMapping(true);
  6486.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6487.         $instance->addMethodMapping('loadValidatorMetadata');
  6488.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6489.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6490.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6491.         return $instance;
  6492.     }
  6493.     /**
  6494.      * Gets the private 'var_dumper.html_dumper' shared service.
  6495.      *
  6496.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6497.      */
  6498.     protected function getVarDumper_HtmlDumperService()
  6499.     {
  6500.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6501.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6502.         return $instance;
  6503.     }
  6504.     /**
  6505.      * Gets the private 'var_dumper.server_connection' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\VarDumper\Server\Connection
  6508.      */
  6509.     protected function getVarDumper_ServerConnectionService()
  6510.     {
  6511.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  6512.         if (isset($this->privates['var_dumper.server_connection'])) {
  6513.             return $this->privates['var_dumper.server_connection'];
  6514.         }
  6515.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__5), $a), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  6516.     }
  6517.     /**
  6518.      * Gets the private 'web_profiler.csp.handler' shared service.
  6519.      *
  6520.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6521.      */
  6522.     protected function getWebProfiler_Csp_HandlerService()
  6523.     {
  6524.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6525.     }
  6526.     /**
  6527.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6528.      *
  6529.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6530.      */
  6531.     protected function getWebProfiler_DebugToolbarService()
  6532.     {
  6533.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6534.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6535.             return $this->privates['web_profiler.debug_toolbar'];
  6536.         }
  6537.         $b = ($this->services['router'] ?? $this->getRouterService());
  6538.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6539.             return $this->privates['web_profiler.debug_toolbar'];
  6540.         }
  6541.         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()));
  6542.     }
  6543.     /**
  6544.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6545.      *
  6546.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6547.      */
  6548.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6549.     {
  6550.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6551.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  6552.         ], [
  6553.             '_default' => '?',
  6554.         ]), '_default');
  6555.     }
  6556.     /**
  6557.      * Gets the public 'cache_clearer' alias.
  6558.      *
  6559.      * @return object The ".container.private.cache_clearer" service.
  6560.      */
  6561.     protected function getCacheClearerService()
  6562.     {
  6563.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6564.         return $this->get('.container.private.cache_clearer');
  6565.     }
  6566.     /**
  6567.      * Gets the public 'filesystem' alias.
  6568.      *
  6569.      * @return object The ".container.private.filesystem" service.
  6570.      */
  6571.     protected function getFilesystemService()
  6572.     {
  6573.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6574.         return $this->get('.container.private.filesystem');
  6575.     }
  6576.     /**
  6577.      * Gets the public 'serializer' alias.
  6578.      *
  6579.      * @return object The ".container.private.serializer" service.
  6580.      */
  6581.     protected function getSerializerService()
  6582.     {
  6583.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6584.         return $this->get('.container.private.serializer');
  6585.     }
  6586.     /**
  6587.      * Gets the public 'security.csrf.token_manager' alias.
  6588.      *
  6589.      * @return object The ".container.private.security.csrf.token_manager" service.
  6590.      */
  6591.     protected function getSecurity_Csrf_TokenManagerService()
  6592.     {
  6593.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6594.         return $this->get('.container.private.security.csrf.token_manager');
  6595.     }
  6596.     /**
  6597.      * Gets the public 'form.factory' alias.
  6598.      *
  6599.      * @return object The ".container.private.form.factory" service.
  6600.      */
  6601.     protected function getForm_FactoryService()
  6602.     {
  6603.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6604.         return $this->get('.container.private.form.factory');
  6605.     }
  6606.     /**
  6607.      * Gets the public 'form.type.file' alias.
  6608.      *
  6609.      * @return object The ".container.private.form.type.file" service.
  6610.      */
  6611.     protected function getForm_Type_FileService()
  6612.     {
  6613.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6614.         return $this->get('.container.private.form.type.file');
  6615.     }
  6616.     /**
  6617.      * Gets the public 'profiler' alias.
  6618.      *
  6619.      * @return object The ".container.private.profiler" service.
  6620.      */
  6621.     protected function getProfilerService()
  6622.     {
  6623.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6624.         return $this->get('.container.private.profiler');
  6625.     }
  6626.     /**
  6627.      * Gets the public 'twig' alias.
  6628.      *
  6629.      * @return object The ".container.private.twig" service.
  6630.      */
  6631.     protected function getTwigService()
  6632.     {
  6633.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6634.         return $this->get('.container.private.twig');
  6635.     }
  6636.     /**
  6637.      * Gets the public 'security.authorization_checker' alias.
  6638.      *
  6639.      * @return object The ".container.private.security.authorization_checker" service.
  6640.      */
  6641.     protected function getSecurity_AuthorizationCheckerService()
  6642.     {
  6643.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6644.         return $this->get('.container.private.security.authorization_checker');
  6645.     }
  6646.     /**
  6647.      * Gets the public 'security.token_storage' alias.
  6648.      *
  6649.      * @return object The ".container.private.security.token_storage" service.
  6650.      */
  6651.     protected function getSecurity_TokenStorageService()
  6652.     {
  6653.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6654.         return $this->get('.container.private.security.token_storage');
  6655.     }
  6656.     /**
  6657.      * Gets the public 'security.password_encoder' alias.
  6658.      *
  6659.      * @return object The ".container.private.security.password_encoder" service.
  6660.      */
  6661.     protected function getSecurity_PasswordEncoderService()
  6662.     {
  6663.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6664.         return $this->get('.container.private.security.password_encoder');
  6665.     }
  6666.     /**
  6667.      * Gets the public 'session' alias.
  6668.      *
  6669.      * @return object The ".container.private.session" service.
  6670.      */
  6671.     protected function getSessionService()
  6672.     {
  6673.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6674.         return $this->get('.container.private.session');
  6675.     }
  6676.     /**
  6677.      * Gets the public 'validator' alias.
  6678.      *
  6679.      * @return object The ".container.private.validator" service.
  6680.      */
  6681.     protected function getValidatorService()
  6682.     {
  6683.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6684.         return $this->get('.container.private.validator');
  6685.     }
  6686.     /**
  6687.      * @return array|bool|float|int|string|\UnitEnum|null
  6688.      */
  6689.     public function getParameter(string $name)
  6690.     {
  6691.         if (isset($this->buildParameters[$name])) {
  6692.             return $this->buildParameters[$name];
  6693.         }
  6694.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6695.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6696.         }
  6697.         if (isset($this->loadedDynamicParameters[$name])) {
  6698.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6699.         }
  6700.         return $this->parameters[$name];
  6701.     }
  6702.     public function hasParameter(string $name): bool
  6703.     {
  6704.         if (isset($this->buildParameters[$name])) {
  6705.             return true;
  6706.         }
  6707.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6708.     }
  6709.     public function setParameter(string $name$value): void
  6710.     {
  6711.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6712.     }
  6713.     public function getParameterBag(): ParameterBagInterface
  6714.     {
  6715.         if (null === $this->parameterBag) {
  6716.             $parameters $this->parameters;
  6717.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6718.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6719.             }
  6720.             foreach ($this->buildParameters as $name => $value) {
  6721.                 $parameters[$name] = $value;
  6722.             }
  6723.             $this->parameterBag = new FrozenParameterBag($parameters);
  6724.         }
  6725.         return $this->parameterBag;
  6726.     }
  6727.     private $loadedDynamicParameters = [
  6728.         'kernel.runtime_environment' => false,
  6729.         'kernel.build_dir' => false,
  6730.         'kernel.cache_dir' => false,
  6731.         'google_recaptcha_site_key' => false,
  6732.         'kernel.secret' => false,
  6733.         'debug.container.dump' => false,
  6734.         'serializer.mapping.cache.file' => false,
  6735.         'validator.mapping.cache.file' => false,
  6736.         'profiler.storage.dsn' => false,
  6737.         'swiftmailer.spool.default.memory.path' => false,
  6738.         'sulu.cache_dir' => false,
  6739.         'sulu_core.proxy_cache_dir' => false,
  6740.         'doctrine.orm.proxy_dir' => false,
  6741.         'massive_search.adapter.elastic.hosts' => false,
  6742.         'massive_search.metadata.prefix' => false,
  6743.         'massive_search.metadata.cache_dir' => false,
  6744.         'sulu_admin.email' => false,
  6745.         'sulu_website.sitemap.dump_dir' => false,
  6746.         'sulu_form.mail.from' => false,
  6747.         'sulu_form.mail.to' => false,
  6748.         'sulu_form.mail.sender' => false,
  6749.         'ewz_recaptcha.public_key' => false,
  6750.         'ewz_recaptcha.private_key' => false,
  6751.         'sulu_hub_score_form_sender.base_configuration.id' => false,
  6752.         'sulu_hub_score_form_sender.base_configuration.pwd' => false,
  6753.         'sulu_hub_score_form_sender.base_configuration.base_url' => false,
  6754.         'sulu_hub_score_form_sender.payload_configuration.campagn_id' => false,
  6755.         'sulu_hub_score_form_sender.payload_configuration.database_id' => false,
  6756.         'es.managers' => false,
  6757.         'sulu_community.webspaces_config' => false,
  6758.     ];
  6759.     private $dynamicParameters = [];
  6760.     private function getDynamicParameter(string $name)
  6761.     {
  6762.         switch ($name) {
  6763.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6764.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6765.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6766.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  6767.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6768.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6769.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6770.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6771.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6772.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6773.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  6774.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  6775.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6776.             case 'massive_search.adapter.elastic.hosts'$value = [
  6777.                 => $this->getEnv('ELASTICSEARCH_HOST'),
  6778.             ]; break;
  6779.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  6780.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  6781.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6782.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  6783.             case 'sulu_form.mail.from'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6784.             case 'sulu_form.mail.to'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6785.             case 'sulu_form.mail.sender'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6786.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  6787.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  6788.             case 'sulu_hub_score_form_sender.base_configuration.id'$value $this->getEnv('HUBSCORE_USERNAME'); break;
  6789.             case 'sulu_hub_score_form_sender.base_configuration.pwd'$value $this->getEnv('HUBSCORE_PASSWORD'); break;
  6790.             case 'sulu_hub_score_form_sender.base_configuration.base_url'$value $this->getEnv('HUBSCORE_URL'); break;
  6791.             case 'sulu_hub_score_form_sender.payload_configuration.campagn_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_CAMPAGN_ID'); break;
  6792.             case 'sulu_hub_score_form_sender.payload_configuration.database_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_DATABASE_ID'); break;
  6793.             case 'es.managers'$value = [
  6794.                 'default' => [
  6795.                     'index' => [
  6796.                         'index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'),
  6797.                         'hosts' => [
  6798.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6799.                         ],
  6800.                         'settings' => [
  6801.                             'number_of_replicas' => 0,
  6802.                             'number_of_shards' => 1,
  6803.                             'refresh_interval' => -1,
  6804.                         ],
  6805.                     ],
  6806.                     'mappings' => [
  6807.                         => 'SuluArticleBundle',
  6808.                     ],
  6809.                     'bulk_size' => 100,
  6810.                     'commit_mode' => 'refresh',
  6811.                     'logger' => [
  6812.                         'enabled' => false,
  6813.                         'level' => 'warning',
  6814.                         'log_file_name' => NULL,
  6815.                     ],
  6816.                     'force_commit' => true,
  6817.                 ],
  6818.                 'live' => [
  6819.                     'index' => [
  6820.                         'index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live',
  6821.                         'hosts' => [
  6822.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6823.                         ],
  6824.                         'settings' => [
  6825.                             'number_of_replicas' => 0,
  6826.                             'number_of_shards' => 1,
  6827.                             'refresh_interval' => -1,
  6828.                         ],
  6829.                     ],
  6830.                     'mappings' => [
  6831.                         => 'SuluArticleBundle',
  6832.                     ],
  6833.                     'bulk_size' => 100,
  6834.                     'commit_mode' => 'refresh',
  6835.                     'logger' => [
  6836.                         'enabled' => false,
  6837.                         'level' => 'warning',
  6838.                         'log_file_name' => NULL,
  6839.                     ],
  6840.                     'force_commit' => true,
  6841.                 ],
  6842.             ]; break;
  6843.             case 'sulu_community.webspaces_config'$value = [
  6844.                 'pqna' => [
  6845.                     'from' => [
  6846.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  6847.                     ],
  6848.                     'login' => [
  6849.                         'embed_template' => 'community/login-embed.html.twig',
  6850.                         'template' => 'community/login.html.twig',
  6851.                     ],
  6852.                     'registration' => [
  6853.                         'activate_user' => false,
  6854.                         'auto_login' => true,
  6855.                         'email' => [
  6856.                             'subject' => 'Registration',
  6857.                             'user_template' => 'community/registration-email.html.twig',
  6858.                             'admin_template' => NULL,
  6859.                         ],
  6860.                         'template' => 'community/registration-form.html.twig',
  6861.                         'type' => 'App\\Form\\RegistrationType',
  6862.                         'options' => [
  6863.                         ],
  6864.                         'redirect_to' => '?send=true',
  6865.                     ],
  6866.                     'confirmation' => [
  6867.                         'activate_user' => true,
  6868.                         'auto_login' => true,
  6869.                         'email' => [
  6870.                             'subject' => 'Confirmation',
  6871.                             'user_template' => NULL,
  6872.                             'admin_template' => NULL,
  6873.                         ],
  6874.                         'redirect_to' => NULL,
  6875.                         'template' => 'community/confirmation-message.html.twig',
  6876.                     ],
  6877.                     'password_forget' => [
  6878.                         'email' => [
  6879.                             'subject' => 'Password Forget',
  6880.                             'admin_template' => NULL,
  6881.                             'user_template' => 'community/password-forget-email.html.twig',
  6882.                         ],
  6883.                         'redirect_to' => '?send=true',
  6884.                         'template' => 'community/password-forget-form.html.twig',
  6885.                         'type' => 'App\\Form\\PasswordForgetType',
  6886.                         'options' => [
  6887.                         ],
  6888.                     ],
  6889.                     'password_reset' => [
  6890.                         'auto_login' => true,
  6891.                         'email' => [
  6892.                             'subject' => 'Password Reset',
  6893.                             'admin_template' => NULL,
  6894.                             'user_template' => NULL,
  6895.                         ],
  6896.                         'redirect_to' => '?send=true',
  6897.                         'template' => 'community/password-reset-form.html.twig',
  6898.                         'type' => 'App\\Form\\PasswordResetType',
  6899.                         'options' => [
  6900.                         ],
  6901.                     ],
  6902.                     'profile' => [
  6903.                         'redirect_to' => NULL,
  6904.                         'template' => 'community/profile-form.html.twig',
  6905.                         'type' => 'App\\Form\\ProfileType',
  6906.                         'options' => [
  6907.                         ],
  6908.                         'email' => [
  6909.                             'subject' => 'Profile change',
  6910.                             'admin_template' => NULL,
  6911.                             'user_template' => NULL,
  6912.                         ],
  6913.                     ],
  6914.                     'maintenance' => [
  6915.                         'enabled' => false,
  6916.                         'template' => 'community/maintenance.html.twig',
  6917.                     ],
  6918.                     'role' => 'PqnaUser',
  6919.                     'firewall' => 'pqna',
  6920.                     'email_confirmation' => [
  6921.                         'template' => '@SuluCommunity/email-confirmation-success.html.twig',
  6922.                         'email' => [
  6923.                             'subject' => 'E-Mail change',
  6924.                             'admin_template' => NULL,
  6925.                             'user_template' => '@SuluCommunity/email-confirmation-email.html.twig',
  6926.                         ],
  6927.                     ],
  6928.                     'blacklisted' => [
  6929.                         'email' => [
  6930.                             'subject' => 'Blacklisted',
  6931.                             'admin_template' => '@SuluCommunity/blacklist-email.html.twig',
  6932.                             'user_template' => NULL,
  6933.                         ],
  6934.                     ],
  6935.                     'blacklist_denied' => [
  6936.                         'template' => '@SuluCommunity/blacklist-denied.html.twig',
  6937.                         'delete_user' => true,
  6938.                         'email' => [
  6939.                             'subject' => 'Denied',
  6940.                             'admin_template' => NULL,
  6941.                             'user_template' => NULL,
  6942.                         ],
  6943.                     ],
  6944.                     'blacklist_confirmed' => [
  6945.                         'template' => '@SuluCommunity/blacklist-confirmed.html.twig',
  6946.                         'email' => [
  6947.                             'subject' => 'Registration',
  6948.                             'admin_template' => NULL,
  6949.                             'user_template' => '@SuluCommunity/registration-email.html.twig',
  6950.                         ],
  6951.                     ],
  6952.                     'completion' => [
  6953.                         'service' => NULL,
  6954.                         'template' => '@SuluCommunity/completion-form.html.twig',
  6955.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\CompletionType',
  6956.                         'options' => [
  6957.                         ],
  6958.                         'redirect_to' => '/',
  6959.                         'email' => [
  6960.                             'subject' => 'Completion',
  6961.                             'admin_template' => NULL,
  6962.                             'user_template' => NULL,
  6963.                         ],
  6964.                     ],
  6965.                     'to' => [
  6966.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  6967.                     ],
  6968.                     'webspace_key' => 'pqna',
  6969.                 ],
  6970.             ]; break;
  6971.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6972.         }
  6973.         $this->loadedDynamicParameters[$name] = true;
  6974.         return $this->dynamicParameters[$name] = $value;
  6975.     }
  6976.     protected function getDefaultParameters(): array
  6977.     {
  6978.         return [
  6979.             'kernel.project_dir' => \dirname(__DIR__5),
  6980.             'kernel.environment' => 'dev',
  6981.             'kernel.debug' => true,
  6982.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  6983.             'kernel.bundles' => [
  6984.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6985.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6986.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6987.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6988.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  6989.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6990.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6991.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  6992.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6993.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  6994.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  6995.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  6996.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  6997.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  6998.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  6999.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  7000.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  7001.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  7002.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  7003.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  7004.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  7005.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  7006.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  7007.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  7008.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  7009.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  7010.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  7011.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  7012.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  7013.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  7014.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  7015.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  7016.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  7017.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7018.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  7019.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7020.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7021.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  7022.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7023.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  7024.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  7025.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  7026.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  7027.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7028.                 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  7029.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  7030.                 'SuluHubScoreFormSenderBundle' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle\\SuluHubScoreFormSenderBundle',
  7031.                 'ONGRElasticsearchBundle' => 'ONGR\\ElasticsearchBundle\\ONGRElasticsearchBundle',
  7032.                 'SuluArticleBundle' => 'Sulu\\Bundle\\ArticleBundle\\SuluArticleBundle',
  7033.                 'CustomToggleBundle' => 'SevenGroupFrance\\SuluCustomToggleBundle\\CustomToggleBundle',
  7034.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7035.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  7036.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7037.                 'SuluFrGouvMapBundle' => 'SevenGroupFrance\\SuluFrGouvMapBundle\\SuluFrGouvMapBundle',
  7038.                 'ColorPickerCustomBundle' => 'SevenGroupFrance\\SuluColorPickerBundle\\ColorPickerCustomBundle',
  7039.                 'FontIconPickerBundle' => 'SevenGroupFrance\\SuluIconPickerBundle\\FontIconPickerBundle',
  7040.                 'SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\SuluCommunityBundle',
  7041.                 'DuplicateArticlesBundle' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle\\DuplicateArticlesBundle',
  7042.             ],
  7043.             'kernel.bundles_metadata' => [
  7044.                 'FrameworkBundle' => [
  7045.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  7046.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7047.                 ],
  7048.                 'TwigBundle' => [
  7049.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  7050.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7051.                 ],
  7052.                 'MonologBundle' => [
  7053.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  7054.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7055.                 ],
  7056.                 'SwiftmailerBundle' => [
  7057.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  7058.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7059.                 ],
  7060.                 'SuluCoreBundle' => [
  7061.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  7062.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  7063.                 ],
  7064.                 'DoctrineBundle' => [
  7065.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  7066.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7067.                 ],
  7068.                 'DoctrineFixturesBundle' => [
  7069.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7070.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7071.                 ],
  7072.                 'DoctrinePHPCRBundle' => [
  7073.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  7074.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  7075.                 ],
  7076.                 'FOSRestBundle' => [
  7077.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  7078.                     'namespace' => 'FOS\\RestBundle',
  7079.                 ],
  7080.                 'RestRoutingBundle' => [
  7081.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  7082.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  7083.                 ],
  7084.                 'JMSSerializerBundle' => [
  7085.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  7086.                     'namespace' => 'JMS\\SerializerBundle',
  7087.                 ],
  7088.                 'MassiveSearchBundle' => [
  7089.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  7090.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  7091.                 ],
  7092.                 'FOSHttpCacheBundle' => [
  7093.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  7094.                     'namespace' => 'FOS\\HttpCacheBundle',
  7095.                 ],
  7096.                 'SuluAdminBundle' => [
  7097.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  7098.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  7099.                 ],
  7100.                 'SuluSearchBundle' => [
  7101.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  7102.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  7103.                 ],
  7104.                 'SuluPersistenceBundle' => [
  7105.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  7106.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  7107.                 ],
  7108.                 'SuluContactBundle' => [
  7109.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  7110.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  7111.                 ],
  7112.                 'SuluMediaBundle' => [
  7113.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  7114.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  7115.                 ],
  7116.                 'SuluSecurityBundle' => [
  7117.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  7118.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  7119.                 ],
  7120.                 'SuluCategoryBundle' => [
  7121.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  7122.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  7123.                 ],
  7124.                 'SuluSnippetBundle' => [
  7125.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  7126.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  7127.                 ],
  7128.                 'SuluPageBundle' => [
  7129.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  7130.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  7131.                 ],
  7132.                 'SuluTagBundle' => [
  7133.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  7134.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  7135.                 ],
  7136.                 'SuluWebsiteBundle' => [
  7137.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  7138.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  7139.                 ],
  7140.                 'SuluLocationBundle' => [
  7141.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  7142.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  7143.                 ],
  7144.                 'SuluHttpCacheBundle' => [
  7145.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  7146.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  7147.                 ],
  7148.                 'SuluDocumentManagerBundle' => [
  7149.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  7150.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  7151.                 ],
  7152.                 'SuluHashBundle' => [
  7153.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  7154.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  7155.                 ],
  7156.                 'SuluCustomUrlBundle' => [
  7157.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  7158.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  7159.                 ],
  7160.                 'SuluRouteBundle' => [
  7161.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  7162.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  7163.                 ],
  7164.                 'SuluMarkupBundle' => [
  7165.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  7166.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  7167.                 ],
  7168.                 'PhpcrMigrationsBundle' => [
  7169.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  7170.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  7171.                 ],
  7172.                 'MassiveBuildBundle' => [
  7173.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  7174.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  7175.                 ],
  7176.                 'WebProfilerBundle' => [
  7177.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  7178.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7179.                 ],
  7180.                 'SuluTestBundle' => [
  7181.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  7182.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  7183.                 ],
  7184.                 'DebugBundle' => [
  7185.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  7186.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7187.                 ],
  7188.                 'SecurityBundle' => [
  7189.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  7190.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7191.                 ],
  7192.                 'SuluPreviewBundle' => [
  7193.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  7194.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  7195.                 ],
  7196.                 'FOSJsRoutingBundle' => [
  7197.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7198.                     'namespace' => 'FOS\\JsRoutingBundle',
  7199.                 ],
  7200.                 'CmfRoutingBundle' => [
  7201.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  7202.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  7203.                 ],
  7204.                 'StofDoctrineExtensionsBundle' => [
  7205.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  7206.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  7207.                 ],
  7208.                 'SuluActivityBundle' => [
  7209.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  7210.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  7211.                 ],
  7212.                 'SuluTrashBundle' => [
  7213.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  7214.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  7215.                 ],
  7216.                 'WebpackEncoreBundle' => [
  7217.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  7218.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7219.                 ],
  7220.                 'SuluFormBundle' => [
  7221.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/form-bundle'),
  7222.                     'namespace' => 'Sulu\\Bundle\\FormBundle',
  7223.                 ],
  7224.                 'EWZRecaptchaBundle' => [
  7225.                     'path' => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src'),
  7226.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  7227.                 ],
  7228.                 'SuluHubScoreFormSenderBundle' => [
  7229.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src'),
  7230.                     'namespace' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle',
  7231.                 ],
  7232.                 'ONGRElasticsearchBundle' => [
  7233.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle'),
  7234.                     'namespace' => 'ONGR\\ElasticsearchBundle',
  7235.                 ],
  7236.                 'SuluArticleBundle' => [
  7237.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle'),
  7238.                     'namespace' => 'Sulu\\Bundle\\ArticleBundle',
  7239.                 ],
  7240.                 'CustomToggleBundle' => [
  7241.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-custom-toggle-bundle/src'),
  7242.                     'namespace' => 'SevenGroupFrance\\SuluCustomToggleBundle',
  7243.                 ],
  7244.                 'MakerBundle' => [
  7245.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  7246.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7247.                 ],
  7248.                 'SymfonyCastsVerifyEmailBundle' => [
  7249.                     'path' => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src'),
  7250.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  7251.                 ],
  7252.                 'TwigExtraBundle' => [
  7253.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  7254.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7255.                 ],
  7256.                 'SuluFrGouvMapBundle' => [
  7257.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src'),
  7258.                     'namespace' => 'SevenGroupFrance\\SuluFrGouvMapBundle',
  7259.                 ],
  7260.                 'ColorPickerCustomBundle' => [
  7261.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-color-picker-bundle/src'),
  7262.                     'namespace' => 'SevenGroupFrance\\SuluColorPickerBundle',
  7263.                 ],
  7264.                 'FontIconPickerBundle' => [
  7265.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-icon-picker-bundle/src'),
  7266.                     'namespace' => 'SevenGroupFrance\\SuluIconPickerBundle',
  7267.                 ],
  7268.                 'SuluCommunityBundle' => [
  7269.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle'),
  7270.                     'namespace' => 'Sulu\\Bundle\\CommunityBundle',
  7271.                 ],
  7272.                 'DuplicateArticlesBundle' => [
  7273.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src'),
  7274.                     'namespace' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle',
  7275.                 ],
  7276.             ],
  7277.             'kernel.charset' => 'UTF-8',
  7278.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7279.             'sulu.context' => 'website',
  7280.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  7281.             'container.dumper.inline_class_loader' => true,
  7282.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  7283.             'env(PHPCR_WORKSPACE)' => 'default',
  7284.             'default_locale' => 'en',
  7285.             'event_dispatcher.event_aliases' => [
  7286.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7287.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7288.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7289.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7290.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7291.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7292.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7293.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7294.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7295.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7296.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7297.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7298.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7299.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7300.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7301.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7302.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7303.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7304.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7305.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7306.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7307.             ],
  7308.             'fragment.renderer.hinclude.global_template' => NULL,
  7309.             'fragment.path' => '/_fragment',
  7310.             'kernel.http_method_override' => true,
  7311.             'kernel.trusted_hosts' => [
  7312.             ],
  7313.             'kernel.default_locale' => 'en',
  7314.             'kernel.enabled_locales' => [
  7315.             ],
  7316.             'kernel.error_controller' => 'error_controller',
  7317.             'debug.file_link_format' => NULL,
  7318.             'asset.request_context.base_path' => NULL,
  7319.             'asset.request_context.secure' => NULL,
  7320.             'translator.logging' => false,
  7321.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  7322.             'debug.error_handler.throw_at' => -1,
  7323.             'router.request_context.host' => 'localhost',
  7324.             'router.request_context.scheme' => 'http',
  7325.             'router.request_context.base_url' => '',
  7326.             'router.resource' => 'kernel::loadRoutes',
  7327.             'request_listener.http_port' => 80,
  7328.             'request_listener.https_port' => 443,
  7329.             'session.metadata.storage_key' => '_sf2_meta',
  7330.             'session.storage.options' => [
  7331.                 'cache_limiter' => '0',
  7332.                 'name' => 'SULUSESSID',
  7333.                 'cookie_secure' => 'auto',
  7334.                 'cookie_httponly' => true,
  7335.                 'cookie_samesite' => 'lax',
  7336.                 'gc_probability' => 1,
  7337.             ],
  7338.             'session.save_path' => NULL,
  7339.             'session.metadata.update_threshold' => 0,
  7340.             'form.type_extension.csrf.enabled' => true,
  7341.             'form.type_extension.csrf.field_name' => '_token',
  7342.             'validator.translation_domain' => 'validators',
  7343.             'profiler_listener.only_exceptions' => false,
  7344.             'profiler_listener.only_main_requests' => false,
  7345.             'twig.form.resources' => [
  7346.                 => 'form_div_layout.html.twig',
  7347.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  7348.             ],
  7349.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  7350.             'monolog.use_microseconds' => true,
  7351.             'monolog.swift_mailer.handlers' => [
  7352.             ],
  7353.             'monolog.handlers_to_channels' => [
  7354.                 'monolog.handler.console' => [
  7355.                     'type' => 'exclusive',
  7356.                     'elements' => [
  7357.                         => 'event',
  7358.                         => 'doctrine',
  7359.                         => 'console',
  7360.                     ],
  7361.                 ],
  7362.                 'monolog.handler.main' => [
  7363.                     'type' => 'exclusive',
  7364.                     'elements' => [
  7365.                         => 'event',
  7366.                     ],
  7367.                 ],
  7368.             ],
  7369.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7370.             'swiftmailer.mailer.default.spool.enabled' => true,
  7371.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7372.             'swiftmailer.mailer.default.single_address' => NULL,
  7373.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7374.             'swiftmailer.spool.enabled' => true,
  7375.             'swiftmailer.delivery.enabled' => true,
  7376.             'swiftmailer.single_address' => NULL,
  7377.             'swiftmailer.mailers' => [
  7378.                 'default' => 'swiftmailer.mailer.default',
  7379.             ],
  7380.             'swiftmailer.default_mailer' => 'default',
  7381.             'sulu_core.locales' => [
  7382.                 => 'en',
  7383.                 => 'fr',
  7384.             ],
  7385.             'sulu_core.translated_locales' => [
  7386.                 'en' => 'English',
  7387.                 'fr' => 'French',
  7388.             ],
  7389.             'sulu_core.translations' => [
  7390.                 => 'en',
  7391.                 => 'fr',
  7392.             ],
  7393.             'sulu_core.fallback_locale' => 'en',
  7394.             'sulu.content.language.namespace' => 'i18n',
  7395.             'sulu.content.language.default' => 'en',
  7396.             'sulu.content.node_names.base' => 'cmf',
  7397.             'sulu.content.node_names.content' => 'contents',
  7398.             'sulu.content.node_names.route' => 'routes',
  7399.             'sulu.content.node_names.snippet' => 'snippets',
  7400.             'sulu.content.structure.default_types' => [
  7401.                 'snippet' => 'default',
  7402.             ],
  7403.             'sulu.content.structure.default_type.snippet' => 'default',
  7404.             'sulu.content.structure.required_properties' => [
  7405.                 'home' => [
  7406.                     => 'title',
  7407.                 ],
  7408.                 'page' => [
  7409.                     => 'title',
  7410.                 ],
  7411.                 'snippet' => [
  7412.                     => 'title',
  7413.                 ],
  7414.             ],
  7415.             'sulu.content.structure.required_tags' => [
  7416.                 'home' => [
  7417.                     => 'sulu.rlp',
  7418.                 ],
  7419.                 'page' => [
  7420.                     => 'sulu.rlp',
  7421.                 ],
  7422.             ],
  7423.             'sulu.content.internal_prefix' => '',
  7424.             'sulu.content.structure.type_map' => [
  7425.                 'article' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticleBridge',
  7426.                 'article_page' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticlePageBridge',
  7427.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7428.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7429.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  7430.             ],
  7431.             'sulu.content.structure.paths' => [
  7432.                 'article' => [
  7433.                     => [
  7434.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7435.                         'type' => 'article',
  7436.                     ],
  7437.                 ],
  7438.                 'article_page' => [
  7439.                     => [
  7440.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7441.                         'type' => 'article_page',
  7442.                     ],
  7443.                 ],
  7444.                 'page' => [
  7445.                     => [
  7446.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  7447.                         'type' => 'page',
  7448.                     ],
  7449.                     => [
  7450.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7451.                         'type' => 'page',
  7452.                     ],
  7453.                     => [
  7454.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  7455.                         'type' => 'page',
  7456.                     ],
  7457.                 ],
  7458.                 'home' => [
  7459.                     => [
  7460.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7461.                         'type' => 'home',
  7462.                     ],
  7463.                 ],
  7464.                 'snippet' => [
  7465.                     => [
  7466.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  7467.                         'type' => 'snippet',
  7468.                     ],
  7469.                 ],
  7470.             ],
  7471.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  7472.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  7473.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  7474.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  7475.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  7476.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  7477.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  7478.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  7479.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  7480.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  7481.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  7482.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  7483.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  7484.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  7485.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  7486.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  7487.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  7488.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  7489.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  7490.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  7491.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  7492.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  7493.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  7494.             'sulu_core.cache.memoize.default_lifetime' => 1,
  7495.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7496.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  7497.             'sulu.fields_defaults.translations' => [
  7498.                 'id' => 'public.id',
  7499.                 'title' => 'public.title',
  7500.                 'name' => 'public.name',
  7501.                 'created' => 'public.created',
  7502.                 'changed' => 'public.changed',
  7503.             ],
  7504.             'sulu.fields_defaults.widths' => [
  7505.                 'id' => '50px',
  7506.             ],
  7507.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  7508.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  7509.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  7510.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  7511.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  7512.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  7513.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  7514.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7515.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7516.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7517.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7518.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7519.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7520.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7521.             'doctrine.entity_managers' => [
  7522.                 'default' => 'doctrine.orm.default_entity_manager',
  7523.             ],
  7524.             'doctrine.default_entity_manager' => 'default',
  7525.             'doctrine.dbal.connection_factory.types' => [
  7526.             ],
  7527.             'doctrine.connections' => [
  7528.                 'default' => 'doctrine.dbal.default_connection',
  7529.             ],
  7530.             'doctrine.default_connection' => 'default',
  7531.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7532.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7533.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7534.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7535.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7536.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7537.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7538.             'doctrine.orm.cache.memcache_port' => 11211,
  7539.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7540.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7541.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7542.             'doctrine.orm.cache.memcached_port' => 11211,
  7543.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7544.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7545.             'doctrine.orm.cache.redis_host' => 'localhost',
  7546.             'doctrine.orm.cache.redis_port' => 6379,
  7547.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7548.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7549.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7550.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7551.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7552.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7553.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7554.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7555.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7556.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7557.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7558.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7559.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7560.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7561.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7562.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7563.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7564.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7565.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7566.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7567.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7568.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7569.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  7570.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7571.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7572.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7573.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7574.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7575.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7576.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7577.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7578.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7579.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7580.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7581.             'doctrine_phpcr.sessions' => [
  7582.                 'default' => 'doctrine_phpcr.default_session',
  7583.                 'live' => 'doctrine_phpcr.live_session',
  7584.             ],
  7585.             'doctrine_phpcr.odm.document_managers' => [
  7586.             ],
  7587.             'doctrine_phpcr.default_session' => 'live',
  7588.             'doctrine_phpcr.odm.default_document_manager' => '',
  7589.             'doctrine_phpcr.dump_max_line_length' => 120,
  7590.             'doctrine_phpcr.form.type_guess' => [
  7591.             ],
  7592.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  7593.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  7594.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  7595.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  7596.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  7597.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  7598.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  7599.             'massive_search.events.index' => 'massive_search.index',
  7600.             'massive_search.events.deindex' => 'massive_search.deindex',
  7601.             'massive_search.adapter.elastic.version' => 7.17,
  7602.             'massive_search.search.adapter.elastic.client.class' => 'Elasticsearch\\Client',
  7603.             'massive_search.search.adapter.elastic.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ElasticSearchAdapter',
  7604.             'massive_search.metadata.debug' => true,
  7605.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  7606.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  7607.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  7608.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  7609.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  7610.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  7611.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  7612.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  7613.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  7614.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  7615.             'fos_http_cache.cacheable.response.additional_status' => [
  7616.             ],
  7617.             'fos_http_cache.proxy_client.symfony.options' => [
  7618.                 'tags_header' => 'X-Cache-Tags',
  7619.                 'tags_method' => 'PURGETAGS',
  7620.                 'purge_method' => 'PURGE',
  7621.             ],
  7622.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  7623.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  7624.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  7625.             'fos_http_cache.tag_handler.separator' => ',',
  7626.             'fos_http_cache.tag_handler.strict' => false,
  7627.             'sulu_admin.name' => 'Sulu Admin',
  7628.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  7629.             'sulu_admin.resources' => [
  7630.                 'blacklist_items' => [
  7631.                     'routes' => [
  7632.                         'list' => 'sulu_community.get_blacklist-items',
  7633.                         'detail' => 'sulu_community.get_blacklist-item',
  7634.                     ],
  7635.                 ],
  7636.                 'articles' => [
  7637.                     'routes' => [
  7638.                         'list' => 'sulu_article.get_articles',
  7639.                         'detail' => 'sulu_article.get_article',
  7640.                     ],
  7641.                 ],
  7642.                 'article_versions' => [
  7643.                     'routes' => [
  7644.                         'list' => 'sulu_article.get_article_versions',
  7645.                         'detail' => 'sulu_article.post_article_version_trigger',
  7646.                     ],
  7647.                 ],
  7648.                 'forms' => [
  7649.                     'routes' => [
  7650.                         'list' => 'sulu_form.get_forms',
  7651.                         'detail' => 'sulu_form.get_form',
  7652.                     ],
  7653.                 ],
  7654.                 'dynamic_forms' => [
  7655.                     'routes' => [
  7656.                         'list' => 'sulu_form.get_dynamics',
  7657.                         'detail' => 'sulu_form.delete_dynamic',
  7658.                     ],
  7659.                 ],
  7660.                 'trash_items' => [
  7661.                     'routes' => [
  7662.                         'list' => 'sulu_trash.get_trash-items',
  7663.                         'detail' => 'sulu_trash.get_trash-item',
  7664.                     ],
  7665.                 ],
  7666.                 'activities' => [
  7667.                     'routes' => [
  7668.                         'list' => 'sulu_activity.get_activities',
  7669.                     ],
  7670.                 ],
  7671.                 'preview_links' => [
  7672.                     'routes' => [
  7673.                         'detail' => 'sulu_preview.get_preview-link',
  7674.                     ],
  7675.                 ],
  7676.                 'routes' => [
  7677.                     'routes' => [
  7678.                         'list' => 'sulu_routes.get_routes',
  7679.                     ],
  7680.                 ],
  7681.                 'custom_urls' => [
  7682.                     'routes' => [
  7683.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  7684.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  7685.                     ],
  7686.                 ],
  7687.                 'custom_url_routes' => [
  7688.                     'routes' => [
  7689.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  7690.                     ],
  7691.                 ],
  7692.                 'geolocator_locations' => [
  7693.                     'routes' => [
  7694.                         'list' => 'sulu_location.geolocator_query',
  7695.                     ],
  7696.                 ],
  7697.                 'analytics' => [
  7698.                     'routes' => [
  7699.                         'list' => 'sulu_website.cget_webspace_analytics',
  7700.                         'detail' => 'sulu_website.get_webspace_analytics',
  7701.                     ],
  7702.                 ],
  7703.                 'tags' => [
  7704.                     'routes' => [
  7705.                         'list' => 'sulu_tag.get_tags',
  7706.                         'detail' => 'sulu_tag.get_tag',
  7707.                     ],
  7708.                 ],
  7709.                 'page_resourcelocators' => [
  7710.                     'routes' => [
  7711.                         'list' => 'sulu_page.get_page_resourcelocators',
  7712.                     ],
  7713.                 ],
  7714.                 'pages' => [
  7715.                     'routes' => [
  7716.                         'list' => 'sulu_page.get_pages',
  7717.                         'detail' => 'sulu_page.get_page',
  7718.                     ],
  7719.                     'security_context' => 'sulu.webspaces.#webspace#',
  7720.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  7721.                 ],
  7722.                 'page_versions' => [
  7723.                     'routes' => [
  7724.                         'list' => 'sulu_page.get_page_versions',
  7725.                         'detail' => 'sulu_page.post_page_version_trigger',
  7726.                     ],
  7727.                 ],
  7728.                 'webspaces' => [
  7729.                     'routes' => [
  7730.                         'list' => 'sulu_page.get_webspaces',
  7731.                         'detail' => 'sulu_page.get_webspace',
  7732.                     ],
  7733.                 ],
  7734.                 'snippets' => [
  7735.                     'routes' => [
  7736.                         'list' => 'sulu_snippet.get_snippets',
  7737.                         'detail' => 'sulu_snippet.get_snippet',
  7738.                     ],
  7739.                 ],
  7740.                 'snippet_areas' => [
  7741.                     'routes' => [
  7742.                         'list' => 'sulu_snippet.get_snippet-areas',
  7743.                         'detail' => 'sulu_snippet.put_snippet-area',
  7744.                     ],
  7745.                 ],
  7746.                 'categories' => [
  7747.                     'routes' => [
  7748.                         'list' => 'sulu_category.get_categories',
  7749.                         'detail' => 'sulu_category.get_category',
  7750.                     ],
  7751.                 ],
  7752.                 'category_keywords' => [
  7753.                     'routes' => [
  7754.                         'list' => 'sulu_category.get_category_keywords',
  7755.                         'detail' => 'sulu_category.get_category_keyword',
  7756.                     ],
  7757.                 ],
  7758.                 'permissions' => [
  7759.                     'routes' => [
  7760.                         'detail' => 'sulu_security.get_permissions',
  7761.                     ],
  7762.                 ],
  7763.                 'roles' => [
  7764.                     'routes' => [
  7765.                         'list' => 'sulu_security.get_roles',
  7766.                         'detail' => 'sulu_security.get_role',
  7767.                     ],
  7768.                 ],
  7769.                 'users' => [
  7770.                     'routes' => [
  7771.                         'list' => 'sulu_security.get_users',
  7772.                         'detail' => 'sulu_security.get_user',
  7773.                     ],
  7774.                 ],
  7775.                 'profile' => [
  7776.                     'routes' => [
  7777.                         'detail' => 'sulu_security.get_profile',
  7778.                     ],
  7779.                 ],
  7780.                 'media' => [
  7781.                     'routes' => [
  7782.                         'list' => 'sulu_media.cget_media',
  7783.                         'detail' => 'sulu_media.get_media',
  7784.                     ],
  7785.                     'security_context' => 'sulu.media.collections',
  7786.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7787.                 ],
  7788.                 'media_preview' => [
  7789.                     'routes' => [
  7790.                         'detail' => 'sulu_media.post_media_preview',
  7791.                     ],
  7792.                 ],
  7793.                 'media_formats' => [
  7794.                     'routes' => [
  7795.                         'list' => 'sulu_media.get_media_formats',
  7796.                         'detail' => 'sulu_media.put_media_format',
  7797.                     ],
  7798.                 ],
  7799.                 'media_versions' => [
  7800.                     'routes' => [
  7801.                         'detail' => 'sulu_media.delete_media_version',
  7802.                     ],
  7803.                 ],
  7804.                 'collections' => [
  7805.                     'routes' => [
  7806.                         'list' => 'sulu_media.get_collections',
  7807.                         'detail' => 'sulu_media.get_collection',
  7808.                     ],
  7809.                 ],
  7810.                 'formats' => [
  7811.                     'routes' => [
  7812.                         'list' => 'sulu_media.get_formats',
  7813.                         'detail' => 'sulu_media.get_format',
  7814.                     ],
  7815.                 ],
  7816.                 'contacts' => [
  7817.                     'routes' => [
  7818.                         'list' => 'sulu_contact.get_contacts',
  7819.                         'detail' => 'sulu_contact.get_contact',
  7820.                     ],
  7821.                 ],
  7822.                 'contact_titles' => [
  7823.                     'routes' => [
  7824.                         'list' => 'sulu_contact.get_contact-titles',
  7825.                     ],
  7826.                 ],
  7827.                 'contact_positions' => [
  7828.                     'routes' => [
  7829.                         'list' => 'sulu_contact.get_contact-positions',
  7830.                     ],
  7831.                 ],
  7832.                 'contact_media' => [
  7833.                     'routes' => [
  7834.                         'list' => 'sulu_contact.cget_contact_medias',
  7835.                         'detail' => 'sulu_contact.delete_contact_medias',
  7836.                     ],
  7837.                 ],
  7838.                 'accounts' => [
  7839.                     'routes' => [
  7840.                         'list' => 'sulu_contact.get_accounts',
  7841.                         'detail' => 'sulu_contact.get_account',
  7842.                     ],
  7843.                 ],
  7844.                 'account_media' => [
  7845.                     'routes' => [
  7846.                         'list' => 'sulu_contact.cget_account_medias',
  7847.                         'detail' => 'sulu_contact.delete_account_medias',
  7848.                     ],
  7849.                 ],
  7850.                 'account_contacts' => [
  7851.                     'routes' => [
  7852.                         'list' => 'sulu_contact.get_account_contacts',
  7853.                         'detail' => 'sulu_contact.delete_account_contacts',
  7854.                     ],
  7855.                 ],
  7856.                 'search' => [
  7857.                     'routes' => [
  7858.                         'list' => 'sulu_search_search',
  7859.                     ],
  7860.                 ],
  7861.                 'search_indexes' => [
  7862.                     'routes' => [
  7863.                         'list' => 'sulu_search_indexes',
  7864.                     ],
  7865.                 ],
  7866.                 'collaborations' => [
  7867.                     'routes' => [
  7868.                         'detail' => 'sulu_admin.put_collaborations',
  7869.                     ],
  7870.                 ],
  7871.                 'localizations' => [
  7872.                     'routes' => [
  7873.                         'list' => 'sulu_core.get_localizations',
  7874.                     ],
  7875.                 ],
  7876.                 'teasers' => [
  7877.                     'routes' => [
  7878.                         'list' => 'sulu_page.get_teasers',
  7879.                     ],
  7880.                 ],
  7881.             ],
  7882.             'sulu_admin.collaboration_enabled' => false,
  7883.             'sulu_admin.collaboration_interval' => 20,
  7884.             'sulu_admin.collaboration_threshold' => 60,
  7885.             'sulu_admin.forms.directories' => [
  7886.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/forms'),
  7887.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/forms'),
  7888.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  7889.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  7890.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  7891.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  7892.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  7893.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  7894.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  7895.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  7896.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  7897.                 11 => (\dirname(__DIR__5).'/config/forms'),
  7898.             ],
  7899.             'sulu_admin.lists.directories' => [
  7900.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/lists'),
  7901.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/lists'),
  7902.                 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  7903.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7904.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7905.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  7906.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  7907.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  7908.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  7909.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  7910.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  7911.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  7912.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  7913.                 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  7914.                 14 => (\dirname(__DIR__5).'/config/lists'),
  7915.             ],
  7916.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  7917.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  7918.             'sulu_search.indexes' => [
  7919.                 'snippet' => [
  7920.                     'name' => 'sulu_snippet.snippets',
  7921.                     'icon' => 'su-snippet',
  7922.                     'view' => [
  7923.                         'name' => 'sulu_snippet.edit_form',
  7924.                         'result_to_view' => [
  7925.                             'id' => 'id',
  7926.                             'locale' => 'locale',
  7927.                         ],
  7928.                     ],
  7929.                     'security_context' => 'sulu.global.snippets',
  7930.                     'contexts' => [
  7931.                     ],
  7932.                 ],
  7933.                 'category' => [
  7934.                     'name' => 'sulu_category.categories',
  7935.                     'icon' => 'su-tag',
  7936.                     'view' => [
  7937.                         'name' => 'sulu_category.edit_form',
  7938.                         'result_to_view' => [
  7939.                             'id' => 'id',
  7940.                             'locale' => 'locale',
  7941.                         ],
  7942.                     ],
  7943.                     'security_context' => 'sulu.settings.categories',
  7944.                     'contexts' => [
  7945.                     ],
  7946.                 ],
  7947.                 'media' => [
  7948.                     'name' => 'sulu_media.media',
  7949.                     'icon' => 'su-image',
  7950.                     'view' => [
  7951.                         'name' => 'sulu_media.form',
  7952.                         'result_to_view' => [
  7953.                             'id' => 'id',
  7954.                             'locale' => 'locale',
  7955.                         ],
  7956.                     ],
  7957.                     'security_context' => 'sulu.media.collections',
  7958.                     'contexts' => [
  7959.                     ],
  7960.                 ],
  7961.                 'contact' => [
  7962.                     'name' => 'sulu_contact.people',
  7963.                     'icon' => 'su-user',
  7964.                     'view' => [
  7965.                         'name' => 'sulu_contact.contact_edit_form',
  7966.                         'result_to_view' => [
  7967.                             'id' => 'id',
  7968.                             'locale' => 'locale',
  7969.                         ],
  7970.                     ],
  7971.                     'security_context' => 'sulu.contact.people',
  7972.                     'contexts' => [
  7973.                     ],
  7974.                 ],
  7975.                 'account' => [
  7976.                     'name' => 'sulu_contact.organizations',
  7977.                     'icon' => 'su-house',
  7978.                     'view' => [
  7979.                         'name' => 'sulu_contact.account_edit_form',
  7980.                         'result_to_view' => [
  7981.                             'id' => 'id',
  7982.                             'locale' => 'locale',
  7983.                         ],
  7984.                     ],
  7985.                     'security_context' => 'sulu.contact.organizations',
  7986.                     'contexts' => [
  7987.                     ],
  7988.                 ],
  7989.                 'page_pqna' => [
  7990.                     'name' => 'pqn-a.fr',
  7991.                     'icon' => 'su-document',
  7992.                     'view' => [
  7993.                         'name' => 'sulu_page.page_edit_form',
  7994.                         'result_to_view' => [
  7995.                             'id' => 'id',
  7996.                             'locale' => 'locale',
  7997.                             'properties/webspace_key' => 'webspace',
  7998.                         ],
  7999.                     ],
  8000.                     'security_context' => 'sulu.webspaces.pqna',
  8001.                 ],
  8002.                 'page_pqna_published' => [
  8003.                     'name' => 'pqn-a.fr',
  8004.                     'icon' => 'su-document',
  8005.                     'view' => [
  8006.                         'name' => 'sulu_page.page_edit_form',
  8007.                         'result_to_view' => [
  8008.                             'id' => 'id',
  8009.                             'locale' => 'locale',
  8010.                             'properties/webspace_key' => 'webspace',
  8011.                         ],
  8012.                     ],
  8013.                     'security_context' => 'sulu.webspaces.pqna',
  8014.                     'contexts' => [
  8015.                         => 'website',
  8016.                     ],
  8017.                 ],
  8018.             ],
  8019.             'sulu_search.website.indexes' => [
  8020.                 => 'page_#webspace#_published',
  8021.                 => 'article_published',
  8022.             ],
  8023.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  8024.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  8025.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  8026.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  8027.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  8028.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  8029.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  8030.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  8031.             'sulu_contact.defaults' => [
  8032.                 'phoneType' => '1',
  8033.                 'phoneTypeMobile' => '3',
  8034.                 'phoneTypeIsdn' => '1',
  8035.                 'emailType' => '1',
  8036.                 'addressType' => '1',
  8037.                 'urlType' => '1',
  8038.                 'faxType' => '1',
  8039.                 'socialMediaProfileType' => '1',
  8040.                 'country' => 'AT',
  8041.             ],
  8042.             'sulu_contact.form_of_address' => [
  8043.                 'male' => [
  8044.                     'id' => 0,
  8045.                     'name' => 'male',
  8046.                     'translation' => 'contact.contacts.formOfAddress.male',
  8047.                 ],
  8048.                 'female' => [
  8049.                     'id' => 1,
  8050.                     'name' => 'female',
  8051.                     'translation' => 'contact.contacts.formOfAddress.female',
  8052.                 ],
  8053.             ],
  8054.             'sulu_contact.contact_form.category_root' => NULL,
  8055.             'sulu_contact.account_form.category_root' => NULL,
  8056.             'sulu.model.contact.class' => 'App\\Entity\\Contact',
  8057.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8058.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8059.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8060.             'sulu.persistence.objects' => [
  8061.                 'sulu' => [
  8062.                     'blacklist_item' => [
  8063.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8064.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8065.                     ],
  8066.                     'blacklist_user' => [
  8067.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8068.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8069.                     ],
  8070.                     'trash_item' => [
  8071.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8072.                     ],
  8073.                     'activity' => [
  8074.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8075.                     ],
  8076.                     'preview_link' => [
  8077.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8078.                     ],
  8079.                     'route' => [
  8080.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8081.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8082.                     ],
  8083.                     'analytics' => [
  8084.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8085.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8086.                     ],
  8087.                     'tag' => [
  8088.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8089.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8090.                     ],
  8091.                     'category' => [
  8092.                         'model' => 'App\\Entity\\Category',
  8093.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8094.                     ],
  8095.                     'category_meta' => [
  8096.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8097.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8098.                     ],
  8099.                     'category_translation' => [
  8100.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8101.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8102.                     ],
  8103.                     'keyword' => [
  8104.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8105.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8106.                     ],
  8107.                     'user' => [
  8108.                         'model' => 'App\\Entity\\User',
  8109.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8110.                     ],
  8111.                     'role' => [
  8112.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8113.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8114.                     ],
  8115.                     'role_setting' => [
  8116.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8117.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8118.                     ],
  8119.                     'access_control' => [
  8120.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8121.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8122.                     ],
  8123.                     'media' => [
  8124.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8125.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8126.                     ],
  8127.                     'contact' => [
  8128.                         'model' => 'App\\Entity\\Contact',
  8129.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8130.                     ],
  8131.                     'account' => [
  8132.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8133.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8134.                     ],
  8135.                 ],
  8136.             ],
  8137.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  8138.             'sulu_media.image_format_files' => [
  8139.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  8140.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  8141.             ],
  8142.             'sulu_media.system_collections' => [
  8143.                 'sulu_form' => [
  8144.                     'meta_title' => [
  8145.                         'en' => 'Sulu forms',
  8146.                         'de' => 'Sulu Formulare',
  8147.                     ],
  8148.                     'collections' => [
  8149.                         'attachments' => [
  8150.                             'meta_title' => [
  8151.                                 'en' => 'Attachments',
  8152.                                 'de' => 'Anhänge',
  8153.                             ],
  8154.                         ],
  8155.                     ],
  8156.                 ],
  8157.                 'sulu_media' => [
  8158.                     'meta_title' => [
  8159.                         'en' => 'Sulu media',
  8160.                         'de' => 'Sulu Medien',
  8161.                     ],
  8162.                     'collections' => [
  8163.                         'preview_image' => [
  8164.                             'meta_title' => [
  8165.                                 'en' => 'Preview images',
  8166.                                 'de' => 'Vorschaubilder',
  8167.                             ],
  8168.                         ],
  8169.                     ],
  8170.                 ],
  8171.                 'sulu_contact' => [
  8172.                     'meta_title' => [
  8173.                         'en' => 'Sulu contacts',
  8174.                         'de' => 'Sulu Kontakte',
  8175.                     ],
  8176.                     'collections' => [
  8177.                         'contact' => [
  8178.                             'meta_title' => [
  8179.                                 'en' => 'People',
  8180.                                 'de' => 'Personen',
  8181.                             ],
  8182.                         ],
  8183.                         'account' => [
  8184.                             'meta_title' => [
  8185.                                 'en' => 'Organizations',
  8186.                                 'de' => 'Organisationen',
  8187.                             ],
  8188.                         ],
  8189.                     ],
  8190.                 ],
  8191.             ],
  8192.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  8193.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  8194.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  8195.             'sulu_media.format_manager.response_headers' => [
  8196.                 'Expires' => '+1 month',
  8197.                 'Pragma' => 'public',
  8198.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  8199.             ],
  8200.             'sulu_media.format_manager.default_imagine_options' => [
  8201.                 'jpeg_quality' => 85,
  8202.                 'webp_quality' => 85,
  8203.                 'png_compression_level' => 6,
  8204.             ],
  8205.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  8206.             'sulu_media.format_cache.save_image' => true,
  8207.             'sulu_media.format_cache.segments' => 10,
  8208.             'sulu_media.ghost_script.path' => '/usr/bin/gs',
  8209.             'sulu_media.media.blocked_file_types' => [
  8210.             ],
  8211.             'sulu_media.collection.type.default' => [
  8212.                 'id' => 1,
  8213.             ],
  8214.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  8215.             'sulu_media.media.types' => [
  8216.                 => [
  8217.                     'type' => 'document',
  8218.                     'mimeTypes' => [
  8219.                         => '*',
  8220.                     ],
  8221.                 ],
  8222.                 => [
  8223.                     'type' => 'image',
  8224.                     'mimeTypes' => [
  8225.                         => 'image/*',
  8226.                     ],
  8227.                 ],
  8228.                 => [
  8229.                     'type' => 'video',
  8230.                     'mimeTypes' => [
  8231.                         => 'video/*',
  8232.                     ],
  8233.                 ],
  8234.                 => [
  8235.                     'type' => 'audio',
  8236.                     'mimeTypes' => [
  8237.                         => 'audio/*',
  8238.                     ],
  8239.                 ],
  8240.             ],
  8241.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  8242.             'sulu_media.disposition_type.default' => 'attachment',
  8243.             'sulu_media.disposition_type.mime_types_inline' => [
  8244.             ],
  8245.             'sulu_media.disposition_type.mime_types_attachment' => [
  8246.             ],
  8247.             'sulu_media.upload.max_filesize' => 256,
  8248.             'sulu_media.media.max_file_size' => '256MB',
  8249.             'sulu_media.adobe_creative_key' => NULL,
  8250.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  8251.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  8252.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  8253.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  8254.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  8255.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  8256.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  8257.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  8258.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  8259.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  8260.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  8261.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  8262.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  8263.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  8264.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  8265.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  8266.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  8267.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  8268.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  8269.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  8270.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8271.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8272.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  8273.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  8274.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  8275.             'sulu_media.format_manager.mime_types' => [
  8276.                 => 'image/*',
  8277.                 => 'application/pdf',
  8278.             ],
  8279.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8280.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8281.             'sulu_media.media.storage' => 'local',
  8282.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  8283.             'sulu_media.media.storage.local.segments' => 10,
  8284.             'sulu_security.system' => 'Sulu',
  8285.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  8286.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  8287.             'sulu_security.reset_password.mail.sender' => '',
  8288.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  8289.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  8290.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  8291.             'sulu_security.permissions' => [
  8292.                 'view' => 64,
  8293.                 'add' => 32,
  8294.                 'edit' => 16,
  8295.                 'delete' => 8,
  8296.                 'archive' => 4,
  8297.                 'live' => 2,
  8298.                 'security' => 1,
  8299.             ],
  8300.             'permissions' => [
  8301.                 'view' => 64,
  8302.                 'add' => 32,
  8303.                 'edit' => 16,
  8304.                 'delete' => 8,
  8305.                 'archive' => 4,
  8306.                 'live' => 2,
  8307.                 'security' => 1,
  8308.             ],
  8309.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  8310.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  8311.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  8312.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  8313.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  8314.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  8315.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  8316.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  8317.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  8318.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  8319.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  8320.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  8321.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8322.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  8323.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  8324.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  8325.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  8326.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  8327.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  8328.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  8329.             'sulu.model.user.class' => 'App\\Entity\\User',
  8330.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8331.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8332.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8333.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8334.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8335.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8336.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8337.             'sulu.model.category.class' => 'App\\Entity\\Category',
  8338.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8339.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8340.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8341.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8342.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8343.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8344.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8345.             'sulu_snippet.content-type.default_enabled' => true,
  8346.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  8347.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  8348.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  8349.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  8350.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  8351.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8352.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  8353.             'sulu_snippet.export.snippet.formats' => [
  8354.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  8355.             ],
  8356.             'sulu_page.search.mapping' => [
  8357.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8358.                     'index' => 'article',
  8359.                     'decorate_index' => true,
  8360.                 ],
  8361.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8362.                     'index' => 'article_page',
  8363.                     'decorate_index' => false,
  8364.                 ],
  8365.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  8366.                     'index' => 'page',
  8367.                     'decorate_index' => true,
  8368.                 ],
  8369.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  8370.                     'index' => 'page',
  8371.                     'decorate_index' => true,
  8372.                 ],
  8373.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  8374.                     'index' => 'snippet',
  8375.                     'decorate_index' => false,
  8376.                 ],
  8377.             ],
  8378.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  8379.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  8380.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  8381.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  8382.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  8383.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  8384.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  8385.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  8386.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  8387.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  8388.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  8389.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  8390.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  8391.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  8392.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  8393.             'sulu_page.export.webspace.formats' => [
  8394.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  8395.             ],
  8396.             'sulu_page.default_author' => true,
  8397.             'sulu_page.seo' => [
  8398.                 'max_title_length' => 70,
  8399.                 'max_description_length' => 160,
  8400.                 'max_keywords' => 5,
  8401.                 'keywords_separator' => ',',
  8402.                 'url_prefix' => 'www.yoursite.com/{locale}',
  8403.             ],
  8404.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8405.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8406.             'sulu_website.navigation.cache.lifetime' => 1,
  8407.             'sulu_website.content.cache.lifetime' => 1,
  8408.             'sulu_website.sitemap.cache.lifetime' => 1,
  8409.             'sulu_website.enabled_twig_attributes' => [
  8410.                 'urls' => false,
  8411.                 'path' => false,
  8412.             ],
  8413.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  8414.             'sulu_website.segment_cookie_name' => '_ss',
  8415.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  8416.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  8417.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  8418.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  8419.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  8420.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  8421.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  8422.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  8423.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  8424.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  8425.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  8426.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  8427.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  8428.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  8429.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  8430.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  8431.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  8432.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  8433.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  8434.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  8435.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  8436.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8437.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8438.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  8439.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  8440.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  8441.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  8442.             'sulu_location.geolocator.name' => 'nominatim',
  8443.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  8444.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  8445.             'sulu_location.geolocator.service.google.api_key' => '',
  8446.             'sulu_http_cache.cache.max_age' => 240,
  8447.             'sulu_http_cache.cache.shared_max_age' => 240,
  8448.             'sulu_http_cache.tags.enabled' => true,
  8449.             'sulu_document_manager.mapping' => [
  8450.                 => [
  8451.                     'alias' => 'article',
  8452.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8453.                     'phpcr_type' => 'sulu:article',
  8454.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticleDocumentType',
  8455.                     'mapping' => [
  8456.                     ],
  8457.                     'set_default_author' => true,
  8458.                 ],
  8459.                 => [
  8460.                     'alias' => 'article_page',
  8461.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8462.                     'phpcr_type' => 'sulu:articlepage',
  8463.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticlePageDocumentType',
  8464.                     'mapping' => [
  8465.                     ],
  8466.                 ],
  8467.                 => [
  8468.                     'alias' => 'custom_url',
  8469.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  8470.                     'phpcr_type' => 'sulu:custom_url',
  8471.                     'mapping' => [
  8472.                         'published' => [
  8473.                             'property' => 'published',
  8474.                             'encoding' => 'content',
  8475.                             'mapped' => true,
  8476.                             'multiple' => false,
  8477.                             'default' => NULL,
  8478.                         ],
  8479.                         'baseDomain' => [
  8480.                             'property' => 'baseDomain',
  8481.                             'encoding' => 'content',
  8482.                             'mapped' => true,
  8483.                             'multiple' => false,
  8484.                             'default' => NULL,
  8485.                         ],
  8486.                         'domainParts' => [
  8487.                             'property' => 'domainParts',
  8488.                             'type' => 'json_array',
  8489.                             'encoding' => 'content',
  8490.                             'mapped' => true,
  8491.                             'multiple' => false,
  8492.                             'default' => NULL,
  8493.                         ],
  8494.                         'canonical' => [
  8495.                             'property' => 'canonical',
  8496.                             'encoding' => 'content',
  8497.                             'mapped' => true,
  8498.                             'multiple' => false,
  8499.                             'default' => NULL,
  8500.                         ],
  8501.                         'redirect' => [
  8502.                             'property' => 'redirect',
  8503.                             'encoding' => 'content',
  8504.                             'mapped' => true,
  8505.                             'multiple' => false,
  8506.                             'default' => NULL,
  8507.                         ],
  8508.                         'targetLocale' => [
  8509.                             'property' => 'targetLocale',
  8510.                             'encoding' => 'content',
  8511.                             'mapped' => true,
  8512.                             'multiple' => false,
  8513.                             'default' => NULL,
  8514.                         ],
  8515.                     ],
  8516.                 ],
  8517.                 => [
  8518.                     'alias' => 'custom_url_route',
  8519.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  8520.                     'phpcr_type' => 'sulu:custom_url_route',
  8521.                     'mapping' => [
  8522.                         'locale' => [
  8523.                             'property' => 'locale',
  8524.                             'encoding' => 'content',
  8525.                             'mapped' => true,
  8526.                             'multiple' => false,
  8527.                             'default' => NULL,
  8528.                         ],
  8529.                     ],
  8530.                 ],
  8531.                 => [
  8532.                     'alias' => 'page',
  8533.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  8534.                     'phpcr_type' => 'sulu:page',
  8535.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  8536.                     'set_default_author' => true,
  8537.                     'mapping' => [
  8538.                     ],
  8539.                 ],
  8540.                 => [
  8541.                     'alias' => 'home',
  8542.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  8543.                     'phpcr_type' => 'sulu:home',
  8544.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  8545.                     'set_default_author' => true,
  8546.                     'mapping' => [
  8547.                     ],
  8548.                 ],
  8549.                 => [
  8550.                     'alias' => 'route',
  8551.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  8552.                     'phpcr_type' => 'sulu:path',
  8553.                     'mapping' => [
  8554.                     ],
  8555.                 ],
  8556.                 => [
  8557.                     'alias' => 'snippet',
  8558.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  8559.                     'phpcr_type' => 'sulu:snippet',
  8560.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8561.                     'mapping' => [
  8562.                     ],
  8563.                 ],
  8564.             ],
  8565.             'sulu_document_manager.namespace_mapping' => [
  8566.                 'extension_localized' => 'i18n',
  8567.                 'system' => 'sulu',
  8568.                 'system_localized' => 'i18n',
  8569.                 'content' => NULL,
  8570.                 'content_localized' => 'i18n',
  8571.             ],
  8572.             'sulu_document_manager.versioning.enabled' => false,
  8573.             'sulu_document_manager.show_drafts' => false,
  8574.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  8575.             'sulu_document_manager.segments' => [
  8576.                 'articles' => 'articles',
  8577.                 'custom_urls' => 'custom-urls',
  8578.                 'custom_urls_items' => 'items',
  8579.                 'custom_urls_routes' => 'routes',
  8580.                 'base' => 'cmf',
  8581.                 'content' => 'contents',
  8582.                 'route' => 'routes',
  8583.                 'snippet' => 'snippets',
  8584.             ],
  8585.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  8586.             'sulu_route.mappings' => [
  8587.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8588.                     'resource_key' => 'articles',
  8589.                     'generator' => 'type',
  8590.                     'options' => [
  8591.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8592.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8593.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8594.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8595.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8596.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8597.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8598.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8599.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8600.                         'groupe_travail' => '/ressources/groupe-travail/{object.getTitle()}',
  8601.                     ],
  8602.                 ],
  8603.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8604.                     'resource_key' => 'article_pages',
  8605.                     'generator' => 'article_page',
  8606.                     'options' => [
  8607.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8608.                         'parent' => '{object.getParent().getRoutePath()}',
  8609.                     ],
  8610.                 ],
  8611.             ],
  8612.             'sulu_route.resource_key_mappings' => [
  8613.                 'articles' => [
  8614.                     'resource_key' => 'articles',
  8615.                     'generator' => 'type',
  8616.                     'options' => [
  8617.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8618.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8619.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8620.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8621.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8622.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8623.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8624.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8625.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8626.                         'groupe_travail' => '/ressources/groupe-travail/{object.getTitle()}',
  8627.                     ],
  8628.                     'entityClass' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8629.                 ],
  8630.                 'article_pages' => [
  8631.                     'resource_key' => 'article_pages',
  8632.                     'generator' => 'article_page',
  8633.                     'options' => [
  8634.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8635.                         'parent' => '{object.getParent().getRoutePath()}',
  8636.                     ],
  8637.                     'entityClass' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8638.                 ],
  8639.             ],
  8640.             'sulu_route.routing.uri_filter_regexp' => NULL,
  8641.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8642.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8643.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  8644.             'phpcr_migrations.paths' => [
  8645.                 => (\dirname(__DIR__5).'/src/phpcr-migrations'),
  8646.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  8647.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  8648.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/phpcr-migrations'),
  8649.             ],
  8650.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  8651.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  8652.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8653.             'web_profiler.debug_toolbar.mode' => 2,
  8654.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8655.             'security.role_hierarchy.roles' => [
  8656.             ],
  8657.             'security.access.denied_url' => NULL,
  8658.             'security.authentication.manager.erase_credentials' => true,
  8659.             'security.authentication.session_strategy.strategy' => 'migrate',
  8660.             'security.access.always_authenticate_before_granting' => false,
  8661.             'security.authentication.hide_user_not_found' => true,
  8662.             'security.firewalls' => [
  8663.                 => 'pqna',
  8664.             ],
  8665.             'security.pqna._indexed_authenticators' => [
  8666.             ],
  8667.             'sulu_preview.mode' => 'auto',
  8668.             'sulu_preview.delay' => 500,
  8669.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  8670.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8671.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  8672.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  8673.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  8674.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  8675.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  8676.             'fos_js_routing.request_context_base_url' => NULL,
  8677.             'fos_js_routing.cache_control' => [
  8678.                 'enabled' => false,
  8679.             ],
  8680.             'cmf_routing.uri_filter_regexp' => '',
  8681.             'cmf_routing.default_controller' => NULL,
  8682.             'cmf_routing.generic_controller' => NULL,
  8683.             'cmf_routing.controllers_by_type' => [
  8684.             ],
  8685.             'cmf_routing.controllers_by_class' => [
  8686.             ],
  8687.             'cmf_routing.templates_by_class' => [
  8688.             ],
  8689.             'cmf_routing.route_collection_limit' => 0,
  8690.             'cmf_routing.dynamic.limit_candidates' => 20,
  8691.             'cmf_routing.dynamic.locales' => [
  8692.             ],
  8693.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  8694.             'cmf_routing.replace_symfony_router' => true,
  8695.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8696.             'stof_doctrine_extensions.default_locale' => 'en',
  8697.             'stof_doctrine_extensions.translation_fallback' => false,
  8698.             'stof_doctrine_extensions.persist_default_translation' => false,
  8699.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8700.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8701.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8702.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8703.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8704.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8705.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8706.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8707.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8708.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8709.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8710.             'sulu_activity.storage.adapter' => 'doctrine',
  8711.             'sulu_activity.storage.persist_payload' => false,
  8712.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8713.             'sulu_form.csrf_protection' => false,
  8714.             'sulu_form.mail.template.notify' => '@SuluForm/mails/notify.html.twig',
  8715.             'sulu_form.mail.template.notify_plain_text' => '@SuluForm/mails/notify_plain_text.html.twig',
  8716.             'sulu_form.mail.template.customer' => '@SuluForm/mails/customer.html.twig',
  8717.             'sulu_form.mail.template.customer_plain_text' => '@SuluForm/mails/customer_plain_text.html.twig',
  8718.             'sulu_form.ajax_templates' => [
  8719.             ],
  8720.             'sulu_form.dynamic_widths' => [
  8721.                 'full' => 'sulu_form.width.full',
  8722.                 'half' => 'sulu_form.width.half',
  8723.                 'one-third' => 'sulu_form.width.one-third',
  8724.                 'two-thirds' => 'sulu_form.width.two-thirds',
  8725.                 'one-quarter' => 'sulu_form.width.one-quarter',
  8726.                 'three-quarters' => 'sulu_form.width.three-quarters',
  8727.                 'one-sixth' => 'sulu_form.width.one-sixth',
  8728.                 'five-sixths' => 'sulu_form.width.five-sixths',
  8729.             ],
  8730.             'sulu_form.dynamic_auto_title' => true,
  8731.             'sulu_form.sendinblue_api_key' => NULL,
  8732.             'sulu_form.mailchimp_api_key' => NULL,
  8733.             'sulu_form.mailchimp_subscribe_status' => 'subscribed',
  8734.             'sulu_form.dynamic_lists.config' => [
  8735.             ],
  8736.             'sulu_form.media_collection_strategy' => 'single',
  8737.             'sulu_form.static_forms' => [
  8738.             ],
  8739.             'sulu_form.dynamic_disabled_types' => [
  8740.             ],
  8741.             'sulu_form.dynamic_list_builder.default' => 'simple',
  8742.             'sulu_form.dynamic_list_builder.delimiter' => ''."\n".'',
  8743.             'sulu_form.honeypot_field' => 'please_fill_me',
  8744.             'sulu_form.honeypot_strategy' => 'no_save',
  8745.             'sulu_mail.mail.helper_name' => NULL,
  8746.             'ewz_recaptcha.version' => 2,
  8747.             'ewz_recaptcha.locale_key' => 'fr',
  8748.             'ewz_recaptcha.enabled' => true,
  8749.             'ewz_recaptcha.verify_host' => false,
  8750.             'ewz_recaptcha.ajax' => false,
  8751.             'ewz_recaptcha.api_host' => 'www.google.com',
  8752.             'ewz_recaptcha.locale_from_request' => false,
  8753.             'ewz_recaptcha.hide_badge' => false,
  8754.             'ewz_recaptcha.score_threshold' => 0.5,
  8755.             'ewz_recaptcha.timeout' => NULL,
  8756.             'ewz_recaptcha.trusted_roles' => [
  8757.             ],
  8758.             'ewz_recaptcha.http_proxy' => [
  8759.                 'host' => NULL,
  8760.                 'port' => NULL,
  8761.                 'auth' => NULL,
  8762.             ],
  8763.             'ewz_recaptcha.service_definition' => [
  8764.             ],
  8765.             'sulu_hub_score_form_sender.login_url' => '/login_check',
  8766.             'sulu_hub_score_form_sender.send_mail_url' => '/v1/sends/mails',
  8767.             'es.app_root_class' => 'App\\Kernel',
  8768.             'es.logging.path' => (\dirname(__DIR__4).'/log/website/elasticsearch_dev.log'),
  8769.             'es.cache' => false,
  8770.             'es.analysis' => [
  8771.                 'tokenizer' => [
  8772.                     'pathTokenizer' => [
  8773.                         'type' => 'path_hierarchy',
  8774.                     ],
  8775.                 ],
  8776.                 'analyzer' => [
  8777.                     'pathAnalyzer' => [
  8778.                         'tokenizer' => 'pathTokenizer',
  8779.                     ],
  8780.                 ],
  8781.                 'filter' => [
  8782.                 ],
  8783.                 'normalizer' => [
  8784.                 ],
  8785.                 'char_filter' => [
  8786.                 ],
  8787.             ],
  8788.             'sulu_article.default_main_webspace' => [
  8789.             ],
  8790.             'sulu_article.default_additional_webspaces' => [
  8791.             ],
  8792.             'sulu_article.types' => [
  8793.                 'articles' => [
  8794.                     'translation_key' => 'Les Articles',
  8795.                 ],
  8796.                 'agenda' => [
  8797.                     'translation_key' => 'Agenda',
  8798.                 ],
  8799.                 'newsletters' => [
  8800.                     'translation_key' => 'Newsletters',
  8801.                 ],
  8802.                 'aapami' => [
  8803.                     'translation_key' => 'AAP / AMI',
  8804.                 ],
  8805.                 'offres' => [
  8806.                     'translation_key' => 'Offres d\'emploi',
  8807.                 ],
  8808.                 'analyses' => [
  8809.                     'translation_key' => 'Analyses',
  8810.                 ],
  8811.                 'guides_outils' => [
  8812.                     'translation_key' => 'Guides et outils',
  8813.                 ],
  8814.                 'experiences' => [
  8815.                     'translation_key' => 'Fiches Experiences',
  8816.                 ],
  8817.                 'fiches_territoires' => [
  8818.                     'translation_key' => 'Fiches territoires',
  8819.                 ],
  8820.                 'groupe_travail' => [
  8821.                     'translation_key' => 'Groupe de travail',
  8822.                 ],
  8823.             ],
  8824.             'sulu_article.documents' => [
  8825.                 'article' => [
  8826.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  8827.                 ],
  8828.                 'article_page' => [
  8829.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageViewObject',
  8830.                 ],
  8831.             ],
  8832.             'sulu_article.view_document.article.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  8833.             'sulu_article.display_tab_all' => true,
  8834.             'sulu_article.smart_content.default_limit' => 100,
  8835.             'sulu_article.search_fields' => [
  8836.                 => 'title',
  8837.                 => 'excerpt.title',
  8838.                 => 'excerpt.description',
  8839.                 => 'excerpt.seo.title',
  8840.                 => 'excerpt.seo.description',
  8841.                 => 'excerpt.seo.keywords',
  8842.                 => 'teaser_description',
  8843.             ],
  8844.             'sulu_article.export.article.formats' => [
  8845.                 '1.2.xliff' => '@SuluArticle/Export/Article/1.2.xliff.twig',
  8846.             ],
  8847.             'sulu_article.default_author' => true,
  8848.             'sulu_article.article_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8849.             'sulu_article.article_page_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8850.             'sulu.model.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8851.             'sulu.repository.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8852.             'sulu.model.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8853.             'sulu.repository.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8854.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8855.             'data_collector.templates' => [
  8856.                 'data_collector.request' => [
  8857.                     => 'request',
  8858.                     => '@WebProfiler/Collector/request.html.twig',
  8859.                 ],
  8860.                 'data_collector.time' => [
  8861.                     => 'time',
  8862.                     => '@WebProfiler/Collector/time.html.twig',
  8863.                 ],
  8864.                 'data_collector.memory' => [
  8865.                     => 'memory',
  8866.                     => '@WebProfiler/Collector/memory.html.twig',
  8867.                 ],
  8868.                 'data_collector.validator' => [
  8869.                     => 'validator',
  8870.                     => '@WebProfiler/Collector/validator.html.twig',
  8871.                 ],
  8872.                 'data_collector.ajax' => [
  8873.                     => 'ajax',
  8874.                     => '@WebProfiler/Collector/ajax.html.twig',
  8875.                 ],
  8876.                 'data_collector.form' => [
  8877.                     => 'form',
  8878.                     => '@WebProfiler/Collector/form.html.twig',
  8879.                 ],
  8880.                 'data_collector.exception' => [
  8881.                     => 'exception',
  8882.                     => '@WebProfiler/Collector/exception.html.twig',
  8883.                 ],
  8884.                 'data_collector.logger' => [
  8885.                     => 'logger',
  8886.                     => '@WebProfiler/Collector/logger.html.twig',
  8887.                 ],
  8888.                 'data_collector.events' => [
  8889.                     => 'events',
  8890.                     => '@WebProfiler/Collector/events.html.twig',
  8891.                 ],
  8892.                 'data_collector.router' => [
  8893.                     => 'router',
  8894.                     => '@WebProfiler/Collector/router.html.twig',
  8895.                 ],
  8896.                 'data_collector.cache' => [
  8897.                     => 'cache',
  8898.                     => '@WebProfiler/Collector/cache.html.twig',
  8899.                 ],
  8900.                 'data_collector.translation' => [
  8901.                     => 'translation',
  8902.                     => '@WebProfiler/Collector/translation.html.twig',
  8903.                 ],
  8904.                 'data_collector.security' => [
  8905.                     => 'security',
  8906.                     => '@Security/Collector/security.html.twig',
  8907.                 ],
  8908.                 'data_collector.twig' => [
  8909.                     => 'twig',
  8910.                     => '@WebProfiler/Collector/twig.html.twig',
  8911.                 ],
  8912.                 'data_collector.http_client' => [
  8913.                     => 'http_client',
  8914.                     => '@WebProfiler/Collector/http_client.html.twig',
  8915.                 ],
  8916.                 'data_collector.doctrine' => [
  8917.                     => 'db',
  8918.                     => '@Doctrine/Collector/db.html.twig',
  8919.                 ],
  8920.                 'doctrine_phpcr.data_collector' => [
  8921.                     => 'phpcr',
  8922.                     => '@DoctrinePHPCR/Collector/phpcr',
  8923.                 ],
  8924.                 'swiftmailer.data_collector' => [
  8925.                     => 'swiftmailer',
  8926.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  8927.                 ],
  8928.                 'data_collector.dump' => [
  8929.                     => 'dump',
  8930.                     => '@Debug/Profiler/dump.html.twig',
  8931.                 ],
  8932.                 'data_collector.messenger' => [
  8933.                     => 'messenger',
  8934.                     => '@WebProfiler/Collector/messenger.html.twig',
  8935.                 ],
  8936.                 'mailer.data_collector' => [
  8937.                     => 'mailer',
  8938.                     => '@WebProfiler/Collector/mailer.html.twig',
  8939.                 ],
  8940.                 'data_collector.jms_serializer' => [
  8941.                     => 'jms_serializer',
  8942.                     => '@JMSSerializer/Collector/panel.html.twig',
  8943.                 ],
  8944.                 'sulu_website.data_collector.sulu_collector' => [
  8945.                     => 'sulu',
  8946.                     => '@SuluWebsite/Profiler/layout.html.twig',
  8947.                 ],
  8948.                 'es.profiler' => [
  8949.                     => 'ongr.profiler',
  8950.                     => '@ONGRElasticsearch/Profiler/profiler.html.twig',
  8951.                 ],
  8952.                 'data_collector.config' => [
  8953.                     => 'config',
  8954.                     => '@WebProfiler/Collector/config.html.twig',
  8955.                 ],
  8956.             ],
  8957.             'doctrine_phpcr.migrate.migrators' => [
  8958.             ],
  8959.             'sulu_media.image.formats' => [
  8960.                 'sulu-400x400' => [
  8961.                     'key' => 'sulu-400x400',
  8962.                     'internal' => true,
  8963.                     'meta' => [
  8964.                         'title' => [
  8965.                             'en' => 'Contact avatar (Sulu)',
  8966.                             'de' => 'Kontaktavatar (Sulu)',
  8967.                             'fr' => 'Avatar du contact (Sulu)',
  8968.                             'nl' => 'Contact avatar (Sulu)',
  8969.                         ],
  8970.                     ],
  8971.                     'scale' => [
  8972.                         'x' => 400,
  8973.                         'y' => 400,
  8974.                         'mode' => 2,
  8975.                         'retina' => false,
  8976.                         'forceRatio' => true,
  8977.                     ],
  8978.                     'transformations' => [
  8979.                     ],
  8980.                     'options' => [
  8981.                         'jpeg_quality' => 85,
  8982.                         'webp_quality' => 85,
  8983.                         'png_compression_level' => 6,
  8984.                     ],
  8985.                 ],
  8986.                 'sulu-260x' => [
  8987.                     'key' => 'sulu-260x',
  8988.                     'internal' => true,
  8989.                     'meta' => [
  8990.                         'title' => [
  8991.                             'en' => 'Masonry preview (Sulu)',
  8992.                             'de' => 'Masonry Vorschau (Sulu)',
  8993.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  8994.                             'nl' => 'Masonry voorbeeld (Sulu)',
  8995.                         ],
  8996.                     ],
  8997.                     'scale' => [
  8998.                         'x' => 260,
  8999.                         'y' => NULL,
  9000.                         'mode' => 2,
  9001.                         'retina' => false,
  9002.                         'forceRatio' => true,
  9003.                     ],
  9004.                     'transformations' => [
  9005.                     ],
  9006.                     'options' => [
  9007.                         'jpeg_quality' => 85,
  9008.                         'webp_quality' => 85,
  9009.                         'png_compression_level' => 6,
  9010.                     ],
  9011.                 ],
  9012.                 'sulu-170x170' => [
  9013.                     'key' => 'sulu-170x170',
  9014.                     'internal' => true,
  9015.                     'meta' => [
  9016.                         'title' => [
  9017.                             'en' => 'Search (Sulu)',
  9018.                             'de' => 'Suche (Sulu)',
  9019.                             'fr' => 'Recherche (Sulu)',
  9020.                             'nl' => 'Zoeken (Sulu)',
  9021.                         ],
  9022.                     ],
  9023.                     'scale' => [
  9024.                         'x' => 170,
  9025.                         'y' => 170,
  9026.                         'mode' => 2,
  9027.                         'retina' => false,
  9028.                         'forceRatio' => true,
  9029.                     ],
  9030.                     'transformations' => [
  9031.                     ],
  9032.                     'options' => [
  9033.                         'jpeg_quality' => 85,
  9034.                         'webp_quality' => 85,
  9035.                         'png_compression_level' => 6,
  9036.                     ],
  9037.                 ],
  9038.                 'sulu-100x100-inset' => [
  9039.                     'key' => 'sulu-100x100-inset',
  9040.                     'internal' => true,
  9041.                     'meta' => [
  9042.                         'title' => [
  9043.                             'en' => 'Organization card (Sulu)',
  9044.                             'de' => 'Organisationskarte (Sulu)',
  9045.                             'fr' => 'Carte d\'organisation (Sulu)',
  9046.                             'nl' => 'Organisatie kaart (Sulu)',
  9047.                         ],
  9048.                     ],
  9049.                     'scale' => [
  9050.                         'x' => 100,
  9051.                         'y' => 100,
  9052.                         'mode' => 1,
  9053.                         'retina' => false,
  9054.                         'forceRatio' => true,
  9055.                     ],
  9056.                     'transformations' => [
  9057.                     ],
  9058.                     'options' => [
  9059.                         'jpeg_quality' => 85,
  9060.                         'webp_quality' => 85,
  9061.                         'png_compression_level' => 6,
  9062.                     ],
  9063.                 ],
  9064.                 'sulu-50x50' => [
  9065.                     'key' => 'sulu-50x50',
  9066.                     'internal' => true,
  9067.                     'meta' => [
  9068.                         'title' => [
  9069.                             'en' => 'Small thumbnail (Sulu)',
  9070.                             'de' => 'Kleines Thumbnail (Sulu)',
  9071.                             'fr' => 'Image miniature (Sulu)',
  9072.                             'nl' => 'Kleine thumbnail (Sulu)',
  9073.                         ],
  9074.                     ],
  9075.                     'scale' => [
  9076.                         'x' => 50,
  9077.                         'y' => 50,
  9078.                         'mode' => 2,
  9079.                         'retina' => false,
  9080.                         'forceRatio' => true,
  9081.                     ],
  9082.                     'transformations' => [
  9083.                     ],
  9084.                     'options' => [
  9085.                         'jpeg_quality' => 85,
  9086.                         'webp_quality' => 85,
  9087.                         'png_compression_level' => 6,
  9088.                     ],
  9089.                 ],
  9090.                 'sulu-25x25' => [
  9091.                     'key' => 'sulu-25x25',
  9092.                     'internal' => true,
  9093.                     'meta' => [
  9094.                         'title' => [
  9095.                             'en' => 'Micro thumbnail',
  9096.                             'de' => 'Mikro Thumbnail',
  9097.                             'fr' => 'Image micro',
  9098.                             'nl' => 'Micro thumbnail',
  9099.                         ],
  9100.                     ],
  9101.                     'scale' => [
  9102.                         'x' => 25,
  9103.                         'y' => 25,
  9104.                         'mode' => 2,
  9105.                         'retina' => false,
  9106.                         'forceRatio' => true,
  9107.                     ],
  9108.                     'transformations' => [
  9109.                     ],
  9110.                     'options' => [
  9111.                         'jpeg_quality' => 85,
  9112.                         'webp_quality' => 85,
  9113.                         'png_compression_level' => 6,
  9114.                     ],
  9115.                 ],
  9116.                 'sulu-40x40' => [
  9117.                     'key' => 'sulu-40x40',
  9118.                     'internal' => true,
  9119.                     'meta' => [
  9120.                         'title' => [
  9121.                             'en' => 'Small thumbnail (Sulu)',
  9122.                             'de' => 'Kleines Thumbnail (Sulu)',
  9123.                             'fr' => 'Image miniature (Sulu)',
  9124.                             'nl' => 'Kleine thumbnail (Sulu)',
  9125.                         ],
  9126.                     ],
  9127.                     'scale' => [
  9128.                         'x' => 40,
  9129.                         'y' => 40,
  9130.                         'mode' => 2,
  9131.                         'retina' => false,
  9132.                         'forceRatio' => true,
  9133.                     ],
  9134.                     'transformations' => [
  9135.                     ],
  9136.                     'options' => [
  9137.                         'jpeg_quality' => 85,
  9138.                         'webp_quality' => 85,
  9139.                         'png_compression_level' => 6,
  9140.                     ],
  9141.                 ],
  9142.                 'sulu-240x' => [
  9143.                     'key' => 'sulu-240x',
  9144.                     'internal' => true,
  9145.                     'meta' => [
  9146.                         'title' => [
  9147.                             'en' => 'Masonry preview (Sulu)',
  9148.                             'de' => 'Masonry Vorschau (Sulu)',
  9149.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9150.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9151.                         ],
  9152.                     ],
  9153.                     'scale' => [
  9154.                         'x' => 240,
  9155.                         'y' => NULL,
  9156.                         'mode' => 2,
  9157.                         'retina' => false,
  9158.                         'forceRatio' => true,
  9159.                     ],
  9160.                     'transformations' => [
  9161.                     ],
  9162.                     'options' => [
  9163.                         'jpeg_quality' => 85,
  9164.                         'webp_quality' => 85,
  9165.                         'png_compression_level' => 6,
  9166.                     ],
  9167.                 ],
  9168.                 'sulu-400x400-inset' => [
  9169.                     'key' => 'sulu-400x400-inset',
  9170.                     'internal' => true,
  9171.                     'meta' => [
  9172.                         'title' => [
  9173.                             'en' => 'Organization logo (Sulu)',
  9174.                             'de' => 'Organisationslogo (Sulu)',
  9175.                             'fr' => 'Logo d\'organisation (Sulu)',
  9176.                             'nl' => 'Organisatie logo (Sulu)',
  9177.                         ],
  9178.                     ],
  9179.                     'scale' => [
  9180.                         'x' => 400,
  9181.                         'y' => 400,
  9182.                         'mode' => 1,
  9183.                         'retina' => false,
  9184.                         'forceRatio' => true,
  9185.                     ],
  9186.                     'transformations' => [
  9187.                     ],
  9188.                     'options' => [
  9189.                         'jpeg_quality' => 85,
  9190.                         'webp_quality' => 85,
  9191.                         'png_compression_level' => 6,
  9192.                     ],
  9193.                 ],
  9194.                 'sulu-100x100' => [
  9195.                     'key' => 'sulu-100x100',
  9196.                     'internal' => true,
  9197.                     'meta' => [
  9198.                         'title' => [
  9199.                             'en' => 'Contact card (Sulu)',
  9200.                             'de' => 'Personenkarte (Sulu)',
  9201.                             'fr' => 'Carte personnelle (Sulu)',
  9202.                             'nl' => 'Contact kaart (Sulu)',
  9203.                         ],
  9204.                     ],
  9205.                     'scale' => [
  9206.                         'x' => 100,
  9207.                         'y' => 100,
  9208.                         'mode' => 2,
  9209.                         'retina' => false,
  9210.                         'forceRatio' => true,
  9211.                     ],
  9212.                     'transformations' => [
  9213.                     ],
  9214.                     'options' => [
  9215.                         'jpeg_quality' => 85,
  9216.                         'webp_quality' => 85,
  9217.                         'png_compression_level' => 6,
  9218.                     ],
  9219.                 ],
  9220.                 '300x' => [
  9221.                     'key' => '300x',
  9222.                     'internal' => false,
  9223.                     'meta' => [
  9224.                         'title' => [
  9225.                             'en' => 'Thumbnail type miniature image - Format : 300x',
  9226.                             'fr' => 'Image miniature type vignette - Format : 300x',
  9227.                         ],
  9228.                     ],
  9229.                     'scale' => [
  9230.                         'x' => 300,
  9231.                         'y' => NULL,
  9232.                         'mode' => 2,
  9233.                         'retina' => false,
  9234.                         'forceRatio' => true,
  9235.                     ],
  9236.                     'transformations' => [
  9237.                     ],
  9238.                     'options' => [
  9239.                         'jpeg_quality' => 85,
  9240.                         'webp_quality' => 85,
  9241.                         'png_compression_level' => 6,
  9242.                     ],
  9243.                 ],
  9244.                 '600x' => [
  9245.                     'key' => '600x',
  9246.                     'internal' => false,
  9247.                     'meta' => [
  9248.                         'title' => [
  9249.                             'en' => 'Preview type image to side text - Format : 600x ',
  9250.                             'fr' => 'Image type aperçu en accompagnement de texte - Format : 600x',
  9251.                         ],
  9252.                     ],
  9253.                     'scale' => [
  9254.                         'x' => 600,
  9255.                         'y' => NULL,
  9256.                         'mode' => 2,
  9257.                         'retina' => false,
  9258.                         'forceRatio' => true,
  9259.                     ],
  9260.                     'transformations' => [
  9261.                     ],
  9262.                     'options' => [
  9263.                         'jpeg_quality' => 85,
  9264.                         'webp_quality' => 85,
  9265.                         'png_compression_level' => 6,
  9266.                     ],
  9267.                 ],
  9268.                 '800x' => [
  9269.                     'key' => '800x',
  9270.                     'internal' => false,
  9271.                     'meta' => [
  9272.                         'title' => [
  9273.                             'en' => 'Featured article header image - Format : 800x',
  9274.                             'fr' => 'Image d\'en tête article à la une - Format : 800x',
  9275.                         ],
  9276.                     ],
  9277.                     'scale' => [
  9278.                         'x' => 800,
  9279.                         'y' => NULL,
  9280.                         'mode' => 2,
  9281.                         'retina' => false,
  9282.                         'forceRatio' => true,
  9283.                     ],
  9284.                     'transformations' => [
  9285.                     ],
  9286.                     'options' => [
  9287.                         'jpeg_quality' => 85,
  9288.                         'webp_quality' => 85,
  9289.                         'png_compression_level' => 6,
  9290.                     ],
  9291.                 ],
  9292.                 '1000x' => [
  9293.                     'key' => '1000x',
  9294.                     'internal' => false,
  9295.                     'meta' => [
  9296.                         'title' => [
  9297.                             'en' => 'Header type full length image - Format : 1000x',
  9298.                             'fr' => 'Image pleine type header - Format : 1000x',
  9299.                         ],
  9300.                     ],
  9301.                     'scale' => [
  9302.                         'x' => 1000,
  9303.                         'y' => NULL,
  9304.                         'mode' => 2,
  9305.                         'retina' => false,
  9306.                         'forceRatio' => true,
  9307.                     ],
  9308.                     'transformations' => [
  9309.                     ],
  9310.                     'options' => [
  9311.                         'jpeg_quality' => 85,
  9312.                         'webp_quality' => 85,
  9313.                         'png_compression_level' => 6,
  9314.                     ],
  9315.                 ],
  9316.             ],
  9317.             'sulu_category.entity.category' => 'App\\Entity\\Category',
  9318.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  9319.             'sulu.version' => '2.4.5',
  9320.             'app.version' => NULL,
  9321.             'sulu_snippet.areas' => [
  9322.                 'contact' => [
  9323.                     'key' => 'contact',
  9324.                     'template' => 'contact',
  9325.                     'title' => [
  9326.                         'en' => ' Contact',
  9327.                         'fr' => 'Bloc de contact',
  9328.                     ],
  9329.                 ],
  9330.                 'default' => [
  9331.                     'key' => 'default',
  9332.                     'template' => 'default',
  9333.                     'title' => [
  9334.                         'en' => 'Default Default',
  9335.                         'fr' => 'Default',
  9336.                     ],
  9337.                 ],
  9338.                 'footer' => [
  9339.                     'key' => 'footer',
  9340.                     'template' => 'footer',
  9341.                     'title' => [
  9342.                         'en' => ' Footer',
  9343.                         'fr' => 'Pied de page par default',
  9344.                     ],
  9345.                 ],
  9346.                 'groupe-travail' => [
  9347.                     'key' => 'groupe-travail',
  9348.                     'template' => 'groupe-travail',
  9349.                     'title' => [
  9350.                         'en' => ' Groupe-travail',
  9351.                         'fr' => 'Lien de la page "groupes de travail" dans le header',
  9352.                     ],
  9353.                 ],
  9354.                 'newsletter' => [
  9355.                     'key' => 'newsletter',
  9356.                     'template' => 'newsletter',
  9357.                     'title' => [
  9358.                         'en' => ' Newsletter',
  9359.                         'fr' => 'Lien de newsletter dans le header',
  9360.                     ],
  9361.                 ],
  9362.             ],
  9363.             'console.command.ids' => [
  9364.                 => 'console.command.public_alias.App\\Command\\ArchiveArticlesCommand',
  9365.                 => 'console.command.public_alias.App\\Command\\CreateCsvCommand',
  9366.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  9367.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  9368.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  9369.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  9370.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  9371.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  9372.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  9373.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  9374.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  9375.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  9376.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  9377.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  9378.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  9379.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  9380.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  9381.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  9382.                 18 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  9383.                 19 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  9384.                 20 => 'console.command.public_alias.fos_http_cache.command.invalidate_path',
  9385.                 21 => 'console.command.public_alias.fos_http_cache.command.invalidate_regex',
  9386.                 22 => 'console.command.public_alias.fos_http_cache.command.refresh_path',
  9387.                 23 => 'console.command.public_alias.fos_http_cache.command.clear',
  9388.                 24 => 'console.command.public_alias.sulu_page.command.workspace_import',
  9389.                 25 => 'phpcr_migrations.command.status',
  9390.                 26 => 'phpcr_migrations.command.migrate',
  9391.                 27 => 'phpcr_migrations.command.initialize',
  9392.                 28 => 'console.command.public_alias.sulu_form.form_generator_command',
  9393.                 29 => 'console.command.public_alias.sulu_article.reindex_command',
  9394.             ],
  9395.         ];
  9396.     }
  9397.     protected function throw($message)
  9398.     {
  9399.         throw new RuntimeException($message);
  9400.     }
  9401. }