var/cache/website/dev/Container7EwviRr/App_KernelDevDebugContainer.php line 2209

Open in your IDE?
  1. <?php
  2. namespace Container7EwviRr;
  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.             'massive_search.adapter.elastic' => 'getMassiveSearch_Adapter_ElasticService',
  72.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  73.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  74.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  75.             'request_stack' => 'getRequestStackService',
  76.             'router' => 'getRouterService',
  77.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  78.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  79.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  80.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  81.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  82.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  83.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  84.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  85.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  86.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  87.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  88.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  89.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  90.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  91.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  92.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  93.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  94.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  95.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  96.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  97.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  98.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  99.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  100.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  101.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  102.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  103.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  104.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  105.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  106.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  107.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  108.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  109.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  110.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  111.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  112.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  113.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  114.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  115.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  116.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  117.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  118.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  119.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  120.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  121.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  122.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  123.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  124.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  125.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  126.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  127.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  128.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  129.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  130.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  131.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  132.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  133.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  134.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  135.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  136.             'translator' => 'getTranslatorService',
  137.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  138.             'cache_clearer' => 'getCacheClearerService',
  139.             'filesystem' => 'getFilesystemService',
  140.             'serializer' => 'getSerializerService',
  141.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  142.             'form.factory' => 'getForm_FactoryService',
  143.             'form.type.file' => 'getForm_Type_FileService',
  144.             'profiler' => 'getProfilerService',
  145.             'twig' => 'getTwigService',
  146.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  147.             'security.token_storage' => 'getSecurity_TokenStorageService',
  148.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  149.             'session' => 'getSessionService',
  150.             'validator' => 'getValidatorService',
  151.         ];
  152.         $this->fileMap = [
  153.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  154.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  155.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  156.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  157.             '.container.private.session' => 'get_Container_Private_SessionService',
  158.             'App\\Controller\\Admin\\DynamicController' => 'getDynamicControllerService',
  159.             'App\\Controller\\Website\\ApiSearchController' => 'getApiSearchControllerService',
  160.             'App\\Controller\\Website\\ApiTerritoryExperienceController' => 'getApiTerritoryExperienceControllerService',
  161.             'App\\Controller\\Website\\ArticleOverviewController' => 'getArticleOverviewControllerService',
  162.             'App\\Controller\\Website\\ArticlesController' => 'getArticlesControllerService',
  163.             'App\\Controller\\Website\\ContactController' => 'getContactControllerService',
  164.             'App\\Controller\\Website\\DepartementController' => 'getDepartementControllerService',
  165.             'App\\Controller\\Website\\GlobalSearchController' => 'getGlobalSearchControllerService',
  166.             'App\\Controller\\Website\\LoginController' => 'getLoginControllerService',
  167.             'App\\Controller\\Website\\MonEspaceController' => 'getMonEspaceControllerService',
  168.             'App\\Controller\\Website\\MyWebsiteSearchController' => 'getMyWebsiteSearchControllerService',
  169.             'App\\Controller\\Website\\PayboxController' => 'getPayboxControllerService',
  170.             'App\\Controller\\Website\\SearchTerritoireByDepartementController' => 'getSearchTerritoireByDepartementControllerService',
  171.             'App\\Controller\\Website\\SendExperienceController' => 'getSendExperienceControllerService',
  172.             'App\\Controller\\Website\\SubCategoryFilterController' => 'getSubCategoryFilterControllerService',
  173.             'App\\Controller\\Website\\TerritoireInterventionController' => 'getTerritoireInterventionControllerService',
  174.             'App\\Controller\\Website\\UserController' => 'getUserControllerService',
  175.             'App\\Service\\AccountService' => 'getAccountServiceService',
  176.             'App\\Service\\TerritoryDataProvider' => 'getTerritoryDataProviderService',
  177.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  178.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\ContentController' => 'getContentControllerService',
  179.             'SevenGroupFrance\\SuluDuplicateArticlesBundle\\Controller\\Admin\\FormController' => 'getFormControllerService',
  180.             'Sulu\\Bundle\\CommunityBundle\\Controller\\BlacklistConfirmationController' => 'getBlacklistConfirmationControllerService',
  181.             'Sulu\\Bundle\\CommunityBundle\\Controller\\CompletionController' => 'getCompletionControllerService',
  182.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ConfirmationController' => 'getConfirmationControllerService',
  183.             'Sulu\\Bundle\\CommunityBundle\\Controller\\EmailConfirmationController' => 'getEmailConfirmationControllerService',
  184.             'Sulu\\Bundle\\CommunityBundle\\Controller\\LoginController' => 'getLoginController2Service',
  185.             'Sulu\\Bundle\\CommunityBundle\\Controller\\PasswordController' => 'getPasswordControllerService',
  186.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  187.             'Sulu\\Bundle\\CommunityBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  188.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  189.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  190.             'adresse' => 'getAdresseService',
  191.             'cache.app_clearer' => 'getCache_AppClearerService',
  192.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  193.             'cache.system_clearer' => 'getCache_SystemClearerService',
  194.             'cache_warmer' => 'getCacheWarmerService',
  195.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  196.             'color_picker_custom' => 'getColorPickerCustomService',
  197.             'console.command.public_alias.App\\Command\\ArchiveArticlesCommand' => 'getArchiveArticlesCommandService',
  198.             'console.command.public_alias.App\\Command\\CreateCsvCommand' => 'getCreateCsvCommandService',
  199.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  200.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  201.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  202.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  203.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  204.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  205.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  206.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  207.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  208.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  209.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  210.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  211.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  212.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  213.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  214.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  215.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  216.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  217.             'console.command.public_alias.fos_http_cache.command.clear' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_ClearService',
  218.             'console.command.public_alias.fos_http_cache.command.invalidate_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidatePathService',
  219.             'console.command.public_alias.fos_http_cache.command.invalidate_regex' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidateRegexService',
  220.             'console.command.public_alias.fos_http_cache.command.refresh_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_RefreshPathService',
  221.             'console.command.public_alias.sulu_article.reindex_command' => 'getConsole_Command_PublicAlias_SuluArticle_ReindexCommandService',
  222.             'console.command.public_alias.sulu_form.form_generator_command' => 'getConsole_Command_PublicAlias_SuluForm_FormGeneratorCommandService',
  223.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  224.             'console.command_loader' => 'getConsole_CommandLoaderService',
  225.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  226.             'custom_toggle' => 'getCustomToggleService',
  227.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  228.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  229.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  230.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  231.             'error_controller' => 'getErrorControllerService',
  232.             'es.client.index_suffix_finder' => 'getEs_Client_IndexSuffixFinderService',
  233.             'es.export' => 'getEs_ExportService',
  234.             'es.generate' => 'getEs_GenerateService',
  235.             'es.generator.document' => 'getEs_Generator_DocumentService',
  236.             'es.import' => 'getEs_ImportService',
  237.             'es.manager.default.article' => 'getEs_Manager_Default_ArticleService',
  238.             'es.manager.live.article' => 'getEs_Manager_Live_ArticleService',
  239.             'es.terminate_listener' => 'getEs_TerminateListenerService',
  240.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  241.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  242.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  243.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  244.             'font_icon_picker' => 'getFontIconPickerService',
  245.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  246.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  247.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  248.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  249.             'icon_list' => 'getIconListService',
  250.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  251.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  252.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  253.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  254.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  255.             'routing.loader' => 'getRouting_LoaderService',
  256.             'services_resetter' => 'getServicesResetterService',
  257.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  258.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  259.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  260.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  261.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  262.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  263.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  264.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  265.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  266.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  267.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  268.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  269.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  270.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  271.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  272.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  273.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  274.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  275.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  276.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  277.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  278.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  279.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  280.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  281.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  282.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  283.             'sulu.repository.blacklist_item' => 'getSulu_Repository_BlacklistItemService',
  284.             'sulu.repository.blacklist_user' => 'getSulu_Repository_BlacklistUserService',
  285.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  286.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  287.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  288.             'sulu_article.article_content_resolver' => 'getSuluArticle_ArticleContentResolverService',
  289.             'sulu_article.content_types.article_selection' => 'getSuluArticle_ContentTypes_ArticleSelectionService',
  290.             'sulu_article.content_types.single_article_selection' => 'getSuluArticle_ContentTypes_SingleArticleSelectionService',
  291.             'sulu_article.initializer' => 'getSuluArticle_InitializerService',
  292.             'sulu_article.view_document.factory' => 'getSuluArticle_ViewDocument_FactoryService',
  293.             'sulu_article.website_article_controller' => 'getSuluArticle_WebsiteArticleControllerService',
  294.             'sulu_article.webspace_select_helper' => 'getSuluArticle_WebspaceSelectHelperService',
  295.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  296.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  297.             'sulu_community.blacklisting.item_manager' => 'getSuluCommunity_Blacklisting_ItemManagerService',
  298.             'sulu_community.blacklisting.item_repository' => 'getSuluCommunity_Blacklisting_ItemRepositoryService',
  299.             'sulu_community.blacklisting.user_repository' => 'getSuluCommunity_Blacklisting_UserRepositoryService',
  300.             'sulu_community.community_manager.registry' => 'getSuluCommunity_CommunityManager_RegistryService',
  301.             'sulu_community.controller.blacklist_item' => 'getSuluCommunity_Controller_BlacklistItemService',
  302.             'sulu_community.email_confirmation.repository' => 'getSuluCommunity_EmailConfirmation_RepositoryService',
  303.             'sulu_community.user_manager' => 'getSuluCommunity_UserManagerService',
  304.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  305.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  306.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  307.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  308.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  309.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  310.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  311.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  312.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  313.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  314.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  315.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  316.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  317.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  318.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  319.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  320.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  321.             'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  322.             'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  323.             'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  324.             'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  325.             'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  326.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  327.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  328.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  329.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  330.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  331.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  332.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  333.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  334.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  335.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  336.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  337.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  338.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  339.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  340.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  341.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  342.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  343.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  344.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  345.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  346.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  347.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  348.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  349.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  350.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  351.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  352.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  353.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  354.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  355.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  356.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  357.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  358.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  359.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  360.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  361.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  362.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  363.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  364.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  365.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  366.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  367.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  368.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  369.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  370.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  371.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  372.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  373.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  374.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  375.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  376.         ];
  377.         $this->aliases = [
  378.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  379.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  380.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  381.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  382.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  383.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  384.             'Sulu\\Bundle\\ArticleBundle\\Controller\\WebsiteArticleController' => 'sulu_article.website_article_controller',
  385.             'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  386.             'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  387.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  388.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  389.             'database_connection' => 'doctrine.dbal.default_connection',
  390.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  391.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  392.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  393.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  394.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  395.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  396.             'es.manager' => 'es.manager.default',
  397.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  398.             'mailer' => 'swiftmailer.mailer.default',
  399.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  400.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  401.         ];
  402.         $this->privates['service_container'] = function () {
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  409.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  410.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  411.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  413.             include_once \dirname(__DIR__5).'/src/Event/PqnaRoutesListener.php';
  414.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  415.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  416.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityRepository.php';
  417.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  418.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  419.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  420.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Rest/RequestParametersTrait.php';
  421.             include_once \dirname(__DIR__5).'/src/Repository/ArticlesRepository.php';
  422.             include_once \dirname(__DIR__5).'/src/Repository/CategoryRepository.php';
  423.             include_once \dirname(__DIR__5).'/src/Repository/ContactRepository.php';
  424.             include_once \dirname(__DIR__5).'/src/Repository/SuluUsersRepository.php';
  425.             include_once \dirname(__DIR__5).'/src/Service/SynchroHubService.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  435.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  437.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  444.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  445.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/UriSigner.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  459.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  466.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  467.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  481.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  483.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  497.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  498.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  499.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  506.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  507.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  509.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  511.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  512.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  513.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  514.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  515.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  516.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  517.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  518.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  519.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  520.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  522.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  523.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  524.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  525.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  531.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  532.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  534.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  536.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  538.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  539.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  540.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  541.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  542.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  543.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  544.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  545.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  546.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  547.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  548.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  549.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  550.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  551.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  552.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  553.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  554.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  556.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  557.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  558.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  559.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  560.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  561.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  562.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  563.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  564.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  565.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  567.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  568.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  569.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  570.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  571.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  572.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  573.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  574.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  575.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  576.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  577.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  578.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  579.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  580.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  581.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  582.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  583.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  584.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  585.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  586.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  587.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  588.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  589.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  590.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  592.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  593.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  594.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  595.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  596.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  597.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  598.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  599.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  600.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  601.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  602.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  603.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  604.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  605.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  606.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  607.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  608.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  609.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  610.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  611.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  612.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  613.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  616.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  617.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  618.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  619.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  620.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  621.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  622.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  625.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  626.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  627.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  628.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  629.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  630.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  631.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  632.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  633.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  634.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  635.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  636.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  637.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  638.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  639.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  641.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  642.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  643.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  645.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  646.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  647.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  649.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  650.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  651.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  652.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  653.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  654.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  655.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  656.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  657.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  658.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  659.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  660.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  661.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  662.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  663.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  664.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  665.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  666.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  667.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  668.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  669.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  670.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  671.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  672.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  673.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  674.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  675.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  676.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  677.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  678.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  679.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  680.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  681.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  682.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  683.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  684.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  685.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  686.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  687.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  688.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  689.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  691.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  692.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  693.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  694.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  695.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  696.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  697.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  698.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  699.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  700.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  701.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  702.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  703.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  704.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  705.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  706.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  707.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  708.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  709.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  710.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  711.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  712.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  713.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  714.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  715.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  717.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  718.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  719.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/SearchManagerInterface.php';
  720.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/SearchManager.php';
  721.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Metadata/ProviderInterface.php';
  722.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Metadata/Provider/ChainProvider.php';
  723.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Metadata/Provider/DefaultProvider.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Search/Metadata/StructureProvider.php';
  725.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Decorator/IndexNameDecoratorInterface.php';
  726.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Decorator/PrefixDecorator.php';
  727.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Decorator/LocalizationDecorator.php';
  728.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Decorator/IndexNameDecorator.php';
  729.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/ObjectToDocumentConverter.php';
  730.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Converter/ConverterManagerInterface.php';
  731.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Converter/ConverterManager.php';
  732.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Converter/ConverterInterface.php';
  733.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Converter/Types/DateConverter.php';
  734.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Converter/Types/JsonConverter.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Converter/StructureConverter.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Search/Converter/CategoryConverter.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Search/TagsConverter.php';
  738.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/AdapterInterface.php';
  739.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Adapter/ElasticSearchAdapter.php';
  740.             include_once \dirname(__DIR__5).'/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php';
  741.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Adapter/Elastic/ClientFactory.php';
  742.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  743.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  744.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  745.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Metadata/Driver/XmlDriver.php';
  746.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Metadata/FieldEvaluator.php';
  747.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  748.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/ExpressionLanguage/MassiveSearchExpressionLanguage.php';
  749.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  750.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  751.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  752.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  753.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  754.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  755.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  756.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  757.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  758.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  759.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  760.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  761.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  762.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  763.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  764.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  765.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  766.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  767.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  768.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  769.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  770.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  771.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  772.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  773.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  774.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  775.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  783.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  784.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  785.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  786.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tool/ORM/Repository/EntityRepositoryCompat.php';
  787.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  794.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  795.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  796.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  797.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  798.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Imagick/Imagine.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  820.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  835.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  839.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  846.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  847.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  848.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  849.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  850.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  862.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  864.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  865.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  866.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  867.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  868.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  869.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  871.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  872.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  873.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  874.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  875.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  876.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  877.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  878.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  884.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  893.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  894.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  895.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  896.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  897.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  898.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  899.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  900.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  901.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  902.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  903.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  904.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  905.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  907.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  908.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  909.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  910.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  911.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  912.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  913.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  914.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  915.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  916.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  917.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  918.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  919.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  920.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  921.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  922.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  923.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  924.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  925.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  926.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  927.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  928.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  929.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  930.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  931.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  932.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  933.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  934.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  935.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  936.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  937.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  938.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  939.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  940.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  941.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  942.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  943.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  944.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  945.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  946.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  947.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  948.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  949.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  950.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  951.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/ArticleViewDocumentIdTrait.php';
  952.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Markup/ArticleLinkProvider.php';
  953.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  954.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  955.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  956.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  957.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  958.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  959.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  960.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  961.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  962.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  974.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  975.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  976.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  977.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  978.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  979.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  980.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  981.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  982.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  983.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  984.             include_once \dirname(__DIR__5).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  985.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  986.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  987.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  988.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  989.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  990.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  991.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  992.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  993.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  994.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  995.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  996.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  997.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  998.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  999.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Handler.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/Helper.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategySingle.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Builder.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/DynamicRepository.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HiddenType.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RecaptchaType.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/ProtectedMediaSubscriber.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentFinder.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/DocumentParser.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Mapping/MetadataCollector.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/Handler/CollectionHandler.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/CollectTrait.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Profiler/ElasticsearchProfiler.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Result/Converter.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/EventAwareConverter.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/ManagerFactory.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStoreInterface.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/ReferenceStore/ReferenceStore.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Content/ArticleResourceItemFactory.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Resolver/WebspaceResolver.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/WebspaceSettingsConfigurationResolver.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Service/Manager.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteEnhancer.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBusInterface.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBus.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1112.             include_once \dirname(__DIR__5).'/src/Mailer/HubScoreTransport.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/SwiftMailerListener.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1153.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1154.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1155.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1156.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Elasticsearch/AnnotationReader.php';
  1157.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1158.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1159.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1160.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1161.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1162.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1163.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1164.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1165.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1166.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1167.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1168.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1169.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1170.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1171.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1172.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1173.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1174.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1175.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1176.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1177.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1178.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1179.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1180.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1181.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1182.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1183.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1184.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1185.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1186.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1187.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1188.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1189.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1190.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1191.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1192.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1193.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1194.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1195.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1196.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1197.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1198.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1199.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1200.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1201.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1202.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1203.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1204.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1205.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1206.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1207.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1208.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1209.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1210.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1211.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1212.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1213.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1214.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1215.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1216.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1217.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1218.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1219.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1220.             include_once \dirname(__DIR__5).'/src/Filters/Base64.php';
  1221.             include_once \dirname(__DIR__5).'/src/Twig/AltImageExtension.php';
  1222.             include_once \dirname(__DIR__5).'/src/Twig/ArticleViewDocumentTwigExtension.php';
  1223.             include_once \dirname(__DIR__5).'/src/Twig/ArticlesExtension.php';
  1224.             include_once \dirname(__DIR__5).'/src/Twig/CheckInstanceOfExtension.php';
  1225.             include_once \dirname(__DIR__5).'/src/Twig/GetPublicCibleOrderExtension.php';
  1226.             include_once \dirname(__DIR__5).'/src/Twig/GetUserByContactIdExtension.php';
  1227.             include_once \dirname(__DIR__5).'/src/Twig/HashHmacExtension.php';
  1228.             include_once \dirname(__DIR__5).'/src/Twig/LoadCategoriesByIdsExtension.php';
  1229.             include_once \dirname(__DIR__5).'/src/Twig/RandomBytesExtension.php';
  1230.             include_once \dirname(__DIR__5).'/src/Twig/SafeContentLoadExtension.php';
  1231.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1232.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1233.             include_once \dirname(__DIR__5).'/src/Twig/SearchDynamicEntryExtension.php';
  1234.             include_once \dirname(__DIR__5).'/src/Twig/SuluResolveCategoryParentNameExtension.php';
  1235.             include_once \dirname(__DIR__5).'/src/Twig/ToAlphanumericExtension.php';
  1236.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1237.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1238.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1239.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1240.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1241.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1242.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1243.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1244.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1245.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1246.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1247.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1248.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1249.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1250.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1251.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1252.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1253.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1254.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1255.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1256.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1257.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1258.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  1259.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  1260.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  1261.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  1262.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  1263.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1264.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1265.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1266.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1267.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1268.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1269.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1270.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1271.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1272.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1273.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1274.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1275.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1276.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1277.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Metadata/StructureTagTrait.php';
  1278.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Twig/ArticleViewDocumentTwigExtension.php';
  1279.             include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Document/Repository/ArticleViewDocumentRepository.php';
  1280.             include_once \dirname(__DIR__5).'/vendor/twig/intl-extra/IntlExtension.php';
  1281.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1282.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1283.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1284.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1285.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1286.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1287.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1288.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1289.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1290.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1291.         };
  1292.     }
  1293.     public function compile(): void
  1294.     {
  1295.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1296.     }
  1297.     public function isCompiled(): bool
  1298.     {
  1299.         return true;
  1300.     }
  1301.     public function getRemovedIds(): array
  1302.     {
  1303.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1304.     }
  1305.     protected function load($file$lazyLoad true)
  1306.     {
  1307.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1308.             return $class::do($this$lazyLoad);
  1309.         }
  1310.         if ('.' === $file[-4]) {
  1311.             $class substr($class0, -4);
  1312.         } else {
  1313.             $file .= '.php';
  1314.         }
  1315.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1316.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1317.     }
  1318.     protected function createProxy($class, \Closure $factory)
  1319.     {
  1320.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1321.         return $factory();
  1322.     }
  1323.     /**
  1324.      * Gets the public '.container.private.filesystem' shared service.
  1325.      *
  1326.      * @return \Symfony\Component\Filesystem\Filesystem
  1327.      */
  1328.     protected function get_Container_Private_FilesystemService()
  1329.     {
  1330.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1331.     }
  1332.     /**
  1333.      * Gets the public '.container.private.form.factory' shared service.
  1334.      *
  1335.      * @return \Symfony\Component\Form\FormFactory
  1336.      */
  1337.     protected function get_Container_Private_Form_FactoryService()
  1338.     {
  1339.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1340.         if (isset($this->services['.container.private.form.factory'])) {
  1341.             return $this->services['.container.private.form.factory'];
  1342.         }
  1343.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1344.     }
  1345.     /**
  1346.      * Gets the public '.container.private.profiler' shared service.
  1347.      *
  1348.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1349.      */
  1350.     protected function get_Container_Private_ProfilerService()
  1351.     {
  1352.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1353.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1354.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1355.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1356.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1357.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1358.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1359.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1360.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1361.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1362.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1363.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1364.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1365.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1366.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1367.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1368.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1369.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1370.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1371.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1372.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1373.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1374.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1375.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1376.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1377.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1378.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1379.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1380.         if ($this->has('kernel')) {
  1381.             $g->setKernel($b);
  1382.         }
  1383.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1384.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1385.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1386.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1387.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1388.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1389.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1390.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1391.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1392.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1393.         $instance->add($d);
  1394.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1395.         $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));
  1396.         $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())));
  1397.         $instance->add($e);
  1398.         $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([])))));
  1399.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1400.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1401.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1402.         $instance->add($f);
  1403.         $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()))));
  1404.         $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()))));
  1405.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1406.         $instance->add(($this->services['es.profiler'] ?? $this->getEs_ProfilerService()));
  1407.         $instance->add($g);
  1408.         return $instance;
  1409.     }
  1410.     /**
  1411.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1414.      */
  1415.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1416.     {
  1417.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1418.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1419.             return $this->services['.container.private.security.authorization_checker'];
  1420.         }
  1421.         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);
  1422.     }
  1423.     /**
  1424.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1427.      */
  1428.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1429.     {
  1430.         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())));
  1431.     }
  1432.     /**
  1433.      * Gets the public '.container.private.security.token_storage' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1436.      */
  1437.     protected function get_Container_Private_Security_TokenStorageService()
  1438.     {
  1439.         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, [
  1440.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1441.         ], [
  1442.             'request_stack' => '?',
  1443.         ]));
  1444.     }
  1445.     /**
  1446.      * Gets the public '.container.private.twig' shared service.
  1447.      *
  1448.      * @return \Twig\Environment
  1449.      */
  1450.     protected function get_Container_Private_TwigService()
  1451.     {
  1452.         $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]);
  1453.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1454.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1455.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1456.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1457.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1458.         $f = ($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService());
  1459.         $g = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1460.         $h = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1461.         $i = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  1462.         $j = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1463.         $k = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1464.         $l = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($g$h$i$j, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $k$d);
  1465.         $m = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1466.         $n = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1467.         $o = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1468.         $p = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1469.         $q = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($k'dev'$j);
  1470.         $r = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  1471.         $s = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1472.         $t = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  1473.         $u = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1474.         $u->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1475.         $v = new \Symfony\Bridge\Twig\AppVariable();
  1476.         $v->setEnvironment('dev');
  1477.         $v->setDebug(true);
  1478.         if ($this->has('.container.private.security.token_storage')) {
  1479.             $v->setTokenStorage($e);
  1480.         }
  1481.         if ($this->has('request_stack')) {
  1482.             $v->setRequestStack($d);
  1483.         }
  1484.         $w = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1485.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1486.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1487.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1488.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1489.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__5), 'UTF-8'));
  1490.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1491.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1492.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1493.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1494.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1495.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1496.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1497.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1498.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1499.         $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())));
  1500.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1501.         $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)));
  1502.         $instance->addExtension(new \App\Filters\Base64());
  1503.         $instance->addExtension(new \App\Twig\AltImageExtension());
  1504.         $instance->addExtension(new \App\Twig\ArticleViewDocumentTwigExtension(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService())));
  1505.         $instance->addExtension(new \App\Twig\ArticlesExtension(($this->privates['App\\Repository\\ArticlesRepository'] ?? $this->getArticlesRepositoryService())));
  1506.         $instance->addExtension(new \App\Twig\CheckInstanceOfExtension());
  1507.         $instance->addExtension(new \App\Twig\GetPublicCibleOrderExtension());
  1508.         $instance->addExtension(new \App\Twig\GetUserByContactIdExtension(($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService())));
  1509.         $instance->addExtension(new \App\Twig\HashHmacExtension());
  1510.         $instance->addExtension(new \App\Twig\LoadCategoriesByIdsExtension($f));
  1511.         $instance->addExtension(new \App\Twig\RandomBytesExtension());
  1512.         $instance->addExtension(new \App\Twig\SafeContentLoadExtension($l));
  1513.         $instance->addExtension(new \App\Twig\SearchDynamicEntryExtension(($this->privates['sulu_form.repository.dynamic'] ?? $this->getSuluForm_Repository_DynamicService())));
  1514.         $instance->addExtension(new \App\Twig\SuluResolveCategoryParentNameExtension(($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  1515.         $instance->addExtension(new \App\Twig\ToAlphanumericExtension());
  1516.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1517.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1518.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1519.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1520.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1521.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1522.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1523.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension($f, ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $m$n));
  1524.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($g$j$h), $n1));
  1525.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($o$j$p));
  1526.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($o$j$p));
  1527.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1528.         $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()), $m$n));
  1529.         $instance->addExtension($q);
  1530.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($g, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($g$r, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($s$t'i18n'), $i$a$this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']), $j), $n1));
  1531.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($r$k, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($s$t'i18n'), 'dev'), $k'dev'$j), $n1));
  1532.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension($l$n1));
  1533.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($j$q));
  1534.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($j$q$d));
  1535.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1536.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($u));
  1537.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1538.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1539.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1540.         ], [
  1541.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1542.             'webpack_encore.tag_renderer' => '?',
  1543.         ])));
  1544.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1545.         $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1546.         $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));
  1547.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1548.         $instance->addGlobal('app'$v);
  1549.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1550.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1551.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1552.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1553.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1554.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1555.         ], [
  1556.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1557.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1558.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1559.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1560.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1561.         ])));
  1562.         $instance->registerUndefinedFilterCallback([=> $w=> 'suggestFilter']);
  1563.         $instance->registerUndefinedFunctionCallback([=> $w=> 'suggestFunction']);
  1564.         $instance->registerUndefinedTokenParserCallback([=> $w=> 'suggestTag']);
  1565.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1566.         return $instance;
  1567.     }
  1568.     /**
  1569.      * Gets the public '.container.private.validator' shared service.
  1570.      *
  1571.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1572.      */
  1573.     protected function get_Container_Private_ValidatorService()
  1574.     {
  1575.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1576.         if (isset($this->services['.container.private.validator'])) {
  1577.             return $this->services['.container.private.validator'];
  1578.         }
  1579.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1580.     }
  1581.     /**
  1582.      * Gets the public 'cache.app' shared service.
  1583.      *
  1584.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1585.      */
  1586.     protected function getCache_AppService()
  1587.     {
  1588.         $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))));
  1589.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1590.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1591.     }
  1592.     /**
  1593.      * Gets the public 'cache.system' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1596.      */
  1597.     protected function getCache_SystemService()
  1598.     {
  1599.         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())));
  1600.     }
  1601.     /**
  1602.      * Gets the public 'cache.validator_expression_language' shared service.
  1603.      *
  1604.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1605.      */
  1606.     protected function getCache_ValidatorExpressionLanguageService()
  1607.     {
  1608.         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())));
  1609.     }
  1610.     /**
  1611.      * Gets the public 'cmf_routing.route_provider' shared service.
  1612.      *
  1613.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1614.      */
  1615.     protected function getCmfRouting_RouteProviderService()
  1616.     {
  1617.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1618.         if (isset($this->services['cmf_routing.route_provider'])) {
  1619.             return $this->services['cmf_routing.route_provider'];
  1620.         }
  1621.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1622.         if (isset($this->services['cmf_routing.route_provider'])) {
  1623.             return $this->services['cmf_routing.route_provider'];
  1624.         }
  1625.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1626.         if (isset($this->services['cmf_routing.route_provider'])) {
  1627.             return $this->services['cmf_routing.route_provider'];
  1628.         }
  1629.         $d = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1630.         if (isset($this->services['cmf_routing.route_provider'])) {
  1631.             return $this->services['cmf_routing.route_provider'];
  1632.         }
  1633.         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]);
  1634.     }
  1635.     /**
  1636.      * Gets the public 'data_collector.dump' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1639.      */
  1640.     protected function getDataCollector_DumpService()
  1641.     {
  1642.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1643.         if (isset($this->services['data_collector.dump'])) {
  1644.             return $this->services['data_collector.dump'];
  1645.         }
  1646.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1647.         if (isset($this->services['data_collector.dump'])) {
  1648.             return $this->services['data_collector.dump'];
  1649.         }
  1650.         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);
  1651.     }
  1652.     /**
  1653.      * Gets the public 'doctrine' shared service.
  1654.      *
  1655.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1656.      */
  1657.     protected function getDoctrineService()
  1658.     {
  1659.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1660.     }
  1661.     /**
  1662.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1663.      *
  1664.      * @return \Doctrine\DBAL\Connection
  1665.      */
  1666.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1667.     {
  1668.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1669.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1670.             return $this->services['doctrine.dbal.default_connection'];
  1671.         }
  1672.         $b = new \Doctrine\DBAL\Configuration();
  1673.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1674.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1675.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1677.         $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))));
  1678.         $d->setConnectionName('default');
  1679.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1680.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1681.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1682.     }
  1683.     /**
  1684.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1685.      *
  1686.      * @return \Doctrine\ORM\EntityManager
  1687.      */
  1688.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1689.     {
  1690.         if ($lazyLoad) {
  1691.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1692.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1693.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1694.                     $proxy->setProxyInitializer(null);
  1695.                     return true;
  1696.                 });
  1697.             });
  1698.         }
  1699.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1700.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1701.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1702.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1703.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/EntityManager.php';
  1704.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Configuration.php';
  1705.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1706.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1707.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1708.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1709.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1710.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1711.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1712.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1713.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1714.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1715.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1716.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1717.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1718.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1719.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1720.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1721.         $a = new \Doctrine\ORM\Configuration();
  1722.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1723.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1724.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1725.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1726.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1727.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1728.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1729.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1730.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1731.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1732.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1733.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1734.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1735.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1736.         $b->addDriver($c'Sulu\\Bundle\\FormBundle\\Entity');
  1737.         $b->addDriver($c'Sulu\\Bundle\\CommunityBundle\\Entity');
  1738.         $b->addDriver($d'App\\Entity');
  1739.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1740.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1741.         $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']);
  1742.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1743.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1744.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1745.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1746.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1747.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1748.         ], [
  1749.             'doctrine.ulid_generator' => '?',
  1750.             'doctrine.uuid_generator' => '?',
  1751.         ])));
  1752.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1753.         $a->setProxyNamespace('Proxies');
  1754.         $a->setAutoGenerateProxyClasses(true);
  1755.         $a->setSchemaIgnoreClasses([]);
  1756.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1757.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1758.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1759.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1760.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1761.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1762.         $a->setLazyGhostObjectEnabled(false);
  1763.         $a->setIdentityGenerationPreferences([]);
  1764.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1765.             'App\\Repository\\ArticlesRepository' => ['privates''App\\Repository\\ArticlesRepository''getArticlesRepositoryService'false],
  1766.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1767.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1768.             'App\\Repository\\FonctionRepository' => ['privates''App\\Repository\\FonctionRepository''getFonctionRepositoryService'true],
  1769.             'App\\Repository\\GlobalSearchRepository' => ['privates''App\\Repository\\GlobalSearchRepository''getGlobalSearchRepositoryService'true],
  1770.             'App\\Repository\\SuluUsersRepository' => ['privates''App\\Repository\\SuluUsersRepository''getSuluUsersRepositoryService'false],
  1771.             'App\\Repository\\TypologieActeurRepository' => ['privates''App\\Repository\\TypologieActeurRepository''getTypologieActeurRepositoryService'true],
  1772.             'App\\Repository\\TypologieStructureRepository' => ['privates''App\\Repository\\TypologieStructureRepository''getTypologieStructureRepositoryService'true],
  1773.         ], [
  1774.             'App\\Repository\\ArticlesRepository' => '?',
  1775.             'App\\Repository\\CategoryRepository' => '?',
  1776.             'App\\Repository\\ContactRepository' => '?',
  1777.             'App\\Repository\\FonctionRepository' => '?',
  1778.             'App\\Repository\\GlobalSearchRepository' => '?',
  1779.             'App\\Repository\\SuluUsersRepository' => '?',
  1780.             'App\\Repository\\TypologieActeurRepository' => '?',
  1781.             'App\\Repository\\TypologieStructureRepository' => '?',
  1782.         ])));
  1783.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1784.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1785.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1786.         $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()));
  1787.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1788.         return $instance;
  1789.     }
  1790.     /**
  1791.      * Gets the public 'doctrine_phpcr' shared service.
  1792.      *
  1793.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1794.      */
  1795.     protected function getDoctrinePhpcrService()
  1796.     {
  1797.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1798.     }
  1799.     /**
  1800.      * Gets the public 'doctrine_phpcr.session' shared service.
  1801.      *
  1802.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1803.      */
  1804.     protected function getDoctrinePhpcr_SessionService()
  1805.     {
  1806.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1807.         if (isset($this->services['doctrine_phpcr.session'])) {
  1808.             return $this->services['doctrine_phpcr.session'];
  1809.         }
  1810.         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')));
  1811.     }
  1812.     /**
  1813.      * Gets the public 'es.annotations.cached_reader' shared service.
  1814.      *
  1815.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\AnnotationReader
  1816.      */
  1817.     protected function getEs_Annotations_CachedReaderService()
  1818.     {
  1819.         $a = new \Doctrine\Common\Annotations\AnnotationReader();
  1820.         $a->addGlobalIgnoredName('required');
  1821.         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');
  1822.     }
  1823.     /**
  1824.      * Gets the public 'es.cache_engine' shared service.
  1825.      *
  1826.      * @return \Doctrine\Common\Cache\FilesystemCache
  1827.      */
  1828.     protected function getEs_CacheEngineService()
  1829.     {
  1830.         return $this->services['es.cache_engine'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/ongr/elasticsearch'), '.ongr.data');
  1831.     }
  1832.     /**
  1833.      * Gets the public 'es.document_finder' shared service.
  1834.      *
  1835.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentFinder
  1836.      */
  1837.     protected function getEs_DocumentFinderService()
  1838.     {
  1839.         return $this->services['es.document_finder'] = new \ONGR\ElasticsearchBundle\Mapping\DocumentFinder($this->parameters['kernel.bundles'], 'App\\Kernel');
  1840.     }
  1841.     /**
  1842.      * Gets the public 'es.document_parser' shared service.
  1843.      *
  1844.      * @return \ONGR\ElasticsearchBundle\Mapping\DocumentParser
  1845.      */
  1846.     protected function getEs_DocumentParserService()
  1847.     {
  1848.         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()));
  1849.     }
  1850.     /**
  1851.      * Gets the public 'es.manager.default' shared service.
  1852.      *
  1853.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1854.      */
  1855.     protected function getEs_Manager_DefaultService()
  1856.     {
  1857.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1858.         if (isset($this->services['es.manager.default'])) {
  1859.             return $this->services['es.manager.default'];
  1860.         }
  1861.         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]);
  1862.     }
  1863.     /**
  1864.      * Gets the public 'es.manager.live' shared service.
  1865.      *
  1866.      * @return \ONGR\ElasticsearchBundle\Service\Manager
  1867.      */
  1868.     protected function getEs_Manager_LiveService()
  1869.     {
  1870.         $a = ($this->services['es.manager_factory'] ?? $this->getEs_ManagerFactoryService());
  1871.         if (isset($this->services['es.manager.live'])) {
  1872.             return $this->services['es.manager.live'];
  1873.         }
  1874.         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]);
  1875.     }
  1876.     /**
  1877.      * Gets the public 'es.manager_factory' shared service.
  1878.      *
  1879.      * @return \ONGR\ElasticsearchBundle\Service\ManagerFactory
  1880.      */
  1881.     protected function getEs_ManagerFactoryService()
  1882.     {
  1883.         $a = ($this->services['es.result_converter'] ?? $this->getEs_ResultConverterService());
  1884.         if (isset($this->services['es.manager_factory'])) {
  1885.             return $this->services['es.manager_factory'];
  1886.         }
  1887.         $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()));
  1888.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1889.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'es.metadata_collector' shared service.
  1894.      *
  1895.      * @return \ONGR\ElasticsearchBundle\Mapping\MetadataCollector
  1896.      */
  1897.     protected function getEs_MetadataCollectorService()
  1898.     {
  1899.         $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'))));
  1900.         $instance->setEnableCache(false);
  1901.         return $instance;
  1902.     }
  1903.     /**
  1904.      * Gets the public 'es.profiler' shared service.
  1905.      *
  1906.      * @return \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler
  1907.      */
  1908.     protected function getEs_ProfilerService()
  1909.     {
  1910.         $this->services['es.profiler'] = $instance = new \ONGR\ElasticsearchBundle\Profiler\ElasticsearchProfiler();
  1911.         $instance->setManagers($this->getParameter('es.managers'));
  1912.         $instance->addLogger(($this->services['es.tracer'] ?? $this->getEs_TracerService()));
  1913.         return $instance;
  1914.     }
  1915.     /**
  1916.      * Gets the public 'es.result_converter' shared service.
  1917.      *
  1918.      * @return \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter
  1919.      */
  1920.     protected function getEs_ResultConverterService()
  1921.     {
  1922.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1923.         if (isset($this->services['es.result_converter'])) {
  1924.             return $this->services['es.result_converter'];
  1925.         }
  1926.         return $this->services['es.result_converter'] = new \Sulu\Bundle\ArticleBundle\Elasticsearch\EventAwareConverter(($this->services['es.metadata_collector'] ?? $this->getEs_MetadataCollectorService()), $a);
  1927.     }
  1928.     /**
  1929.      * Gets the public 'es.tracer' shared service.
  1930.      *
  1931.      * @return \Monolog\Logger
  1932.      */
  1933.     protected function getEs_TracerService()
  1934.     {
  1935.         $this->services['es.tracer'] = $instance = new \Monolog\Logger('ongr');
  1936.         $instance->pushHandler(new \ONGR\ElasticsearchBundle\Profiler\Handler\CollectionHandler());
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the public 'event_dispatcher' shared service.
  1941.      *
  1942.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1943.      */
  1944.     protected function getEventDispatcherService()
  1945.     {
  1946.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1947.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1948.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1949.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1950.         $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())));
  1951.         $instance->addListener('kernel.controller', [=> function () {
  1952.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1953.         }, => 'onKernelController'], 0);
  1954.         $instance->addListener('kernel.request', [=> function () {
  1955.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1956.         }, => 'onKernelRequest'], 10);
  1957.         $instance->addListener('kernel.request', [=> function () {
  1958.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1959.         }, => 'onKernelRequest'], 248);
  1960.         $instance->addListener('massive_search.index', [=> function () {
  1961.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1962.         }, => 'onIndex'], 0);
  1963.         $instance->addListener('massive_search.deindex', [=> function () {
  1964.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1965.         }, => 'onDeindex'], 0);
  1966.         $instance->addListener('massive_search.hit', [=> function () {
  1967.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1968.         }, => 'onHit'], 0);
  1969.         $instance->addListener('kernel.response', [=> function () {
  1970.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1971.         }, => 'onResponse'], -5);
  1972.         $instance->addListener('kernel.exception', [=> function () {
  1973.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1974.         }, => 'onKernelException'], 0);
  1975.         $instance->addListener('kernel.request', [=> function () {
  1976.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1977.         }, => 'onKernelRequest'], 0);
  1978.         $instance->addListener('kernel.response', [=> function () {
  1979.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1980.         }, => 'onKernelResponse'], 0);
  1981.         $instance->addListener('kernel.terminate', [=> function () {
  1982.             return ($this->services['es.terminate_listener'] ?? $this->load('getEs_TerminateListenerService'));
  1983.         }, => 'onKernelTerminate'], 0);
  1984.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1985.             return ($this->privates['sulu_article.content_proxy_listener'] ?? $this->load('getSuluArticle_ContentProxyListenerService'));
  1986.         }, => 'onPostConvertToDocument'], 0);
  1987.         $instance->addListener('es.post_convert_to_document', [=> function () {
  1988.             return ($this->privates['sulu_article.target_webspace_listener'] ?? $this->load('getSuluArticle_TargetWebspaceListenerService'));
  1989.         }, => 'onPostConvertToDocument'], 0);
  1990.         $instance->addListener('kernel.request', [=> function () {
  1991.             return ($this->privates['App\\Event\\PqnaRoutesListener'] ?? $this->getPqnaRoutesListenerService());
  1992.         }, => 'onKernelRequest'], 0);
  1993.         $instance->addListener('kernel.response', [=> function () {
  1994.             return ($this->privates['App\\Event\\PqnaRoutesListener'] ?? $this->getPqnaRoutesListenerService());
  1995.         }, => 'onKernelResponse'], 0);
  1996.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  1997.             return ($this->privates['App\\Event\\SuluApiEventSubscriber'] ?? $this->load('getSuluApiEventSubscriberService'));
  1998.         }, => 'suluApi'], 0);
  1999.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  2000.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  2001.         }, => 'noPayboxInscription'], 0);
  2002.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  2003.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  2004.         }, => 'onPublish'], 0);
  2005.         $instance->addListener('massive_search.pre_index', [=> function () {
  2006.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  2007.         }, => 'onPreIndex'], -200);
  2008.         $instance->addListener('kernel.response', [=> function () {
  2009.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2010.         }, => 'onKernelResponse'], 0);
  2011.         $instance->addListener('kernel.response', [=> function () {
  2012.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2013.         }, => 'onKernelResponse'], -1024);
  2014.         $instance->addListener('kernel.request', [=> function () {
  2015.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2016.         }, => 'setDefaultLocale'], 100);
  2017.         $instance->addListener('kernel.request', [=> function () {
  2018.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2019.         }, => 'onKernelRequest'], 16);
  2020.         $instance->addListener('kernel.finish_request', [=> function () {
  2021.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2022.         }, => 'onKernelFinishRequest'], 0);
  2023.         $instance->addListener('kernel.request', [=> function () {
  2024.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2025.         }, => 'onKernelRequest'], 256);
  2026.         $instance->addListener('kernel.response', [=> function () {
  2027.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2028.         }, => 'onResponse'], -255);
  2029.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2030.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2031.         }, => 'onControllerArguments'], 0);
  2032.         $instance->addListener('kernel.exception', [=> function () {
  2033.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2034.         }, => 'logKernelException'], 0);
  2035.         $instance->addListener('kernel.exception', [=> function () {
  2036.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2037.         }, => 'onKernelException'], -128);
  2038.         $instance->addListener('kernel.response', [=> function () {
  2039.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2040.         }, => 'removeCspHeader'], -128);
  2041.         $instance->addListener('kernel.request', [=> function () {
  2042.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2043.         }, => 'onKernelRequest'], 15);
  2044.         $instance->addListener('kernel.finish_request', [=> function () {
  2045.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2046.         }, => 'onKernelFinishRequest'], -15);
  2047.         $instance->addListener('console.error', [=> function () {
  2048.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2049.         }, => 'onConsoleError'], -128);
  2050.         $instance->addListener('console.terminate', [=> function () {
  2051.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2052.         }, => 'onConsoleTerminate'], -128);
  2053.         $instance->addListener('console.error', [=> function () {
  2054.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2055.         }, => 'onConsoleError'], 0);
  2056.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2057.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2058.         }, => 'onMessage'], -255);
  2059.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2060.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2061.         }, => 'onMessage'], -255);
  2062.         $instance->addListener('kernel.response', [=> function () {
  2063.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2064.         }, => 'onKernelResponse'], 0);
  2065.         $instance->addListener('kernel.request', [=> function () {
  2066.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2067.         }, => 'onKernelRequest'], 48);
  2068.         $instance->addListener('kernel.request', [=> function () {
  2069.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2070.         }, => 'configure'], 2048);
  2071.         $instance->addListener('console.command', [=> function () {
  2072.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2073.         }, => 'configure'], 2048);
  2074.         $instance->addListener('kernel.response', [=> function () {
  2075.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2076.         }, => 'onKernelResponse'], 0);
  2077.         $instance->addListener('kernel.request', [=> function () {
  2078.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2079.         }, => 'onKernelRequest'], 128);
  2080.         $instance->addListener('kernel.response', [=> function () {
  2081.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2082.         }, => 'onKernelResponse'], -1000);
  2083.         $instance->addListener('kernel.finish_request', [=> function () {
  2084.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2085.         }, => 'onFinishRequest'], 0);
  2086.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2087.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2088.         }, => 'onMessageFailed'], 100);
  2089.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2090.             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()));
  2091.         }, => 'onMessageFailed'], 200);
  2092.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2093.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2094.         }, => 'onWorkerStarted'], 0);
  2095.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2096.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2097.         }, => 'onWorkerRunning'], 0);
  2098.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2099.             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()));
  2100.         }, => 'onMessageFailed'], 0);
  2101.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2102.             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()));
  2103.         }, => 'onWorkerRunning'], 0);
  2104.         $instance->addListener('kernel.response', [=> function () {
  2105.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2106.         }, => 'onKernelResponse'], -100);
  2107.         $instance->addListener('kernel.exception', [=> function () {
  2108.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2109.         }, => 'onKernelException'], 0);
  2110.         $instance->addListener('kernel.terminate', [=> function () {
  2111.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2112.         }, => 'onKernelTerminate'], -1024);
  2113.         $instance->addListener('kernel.controller', [=> function () {
  2114.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2115.         }, => 'onKernelController'], 0);
  2116.         $instance->addListener('kernel.response', [=> function () {
  2117.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2118.         }, => 'onKernelResponse'], 0);
  2119.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2120.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2121.         }, => 'onMessage'], 0);
  2122.         $instance->addListener('console.command', [=> function () {
  2123.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2124.         }, => 'onCommand'], 255);
  2125.         $instance->addListener('console.terminate', [=> function () {
  2126.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2127.         }, => 'onTerminate'], -255);
  2128.         $instance->addListener('kernel.exception', [=> function () {
  2129.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2130.         }, => 'onException'], 0);
  2131.         $instance->addListener('kernel.terminate', [=> function () {
  2132.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2133.         }, => 'onTerminate'], 0);
  2134.         $instance->addListener('console.error', [=> function () {
  2135.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2136.         }, => 'onException'], 0);
  2137.         $instance->addListener('console.terminate', [=> function () {
  2138.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2139.         }, => 'onTerminate'], 0);
  2140.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2141.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2142.         }, => 'onWorkerMessageHandled'], 0);
  2143.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2144.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2145.         }, => 'onWorkerMessageFailed'], 0);
  2146.         $instance->addListener('kernel.exception', [=> function () {
  2147.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2148.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  2149.         $instance->addListener('kernel.response', [=> function () {
  2150.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  2151.         }, => 'setResponseStatusCode'], 0);
  2152.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  2153.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  2154.         }, => 'purgeIndexes'], 500);
  2155.         $instance->addListener('kernel.response', [=> function () {
  2156.             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')));
  2157.         }, => 'onKernelResponse'], 10);
  2158.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  2159.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2160.         }, => 'onProxyUnreachableError'], 0);
  2161.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  2162.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  2163.         }, => 'onProxyResponseError'], 0);
  2164.         $instance->addListener('kernel.response', [=> function () {
  2165.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  2166.         }, => 'onKernelResponse'], 0);
  2167.         $instance->addListener('kernel.terminate', [=> function () {
  2168.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2169.         }, => 'onKernelTerminate'], 0);
  2170.         $instance->addListener('kernel.exception', [=> function () {
  2171.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2172.         }, => 'onKernelException'], 0);
  2173.         $instance->addListener('console.terminate', [=> function () {
  2174.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  2175.         }, => 'onConsoleTerminate'], 0);
  2176.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2177.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  2178.         }, => 'onPermissionUpdate'], 0);
  2179.         $instance->addListener('massive_search.pre_index', [=> function () {
  2180.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  2181.         }, => 'handlePreIndex'], 0);
  2182.         $instance->addListener('massive_search.pre_index', [=> function () {
  2183.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  2184.         }, => 'handlePreIndex'], 0);
  2185.         $instance->addListener('kernel.request', [=> function () {
  2186.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  2187.         }, => 'onKernelRequest'], 24);
  2188.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2189.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  2190.         }, => 'handlePermissionUpdate'], 0);
  2191.         $instance->addListener('kernel.controller', [=> function () {
  2192.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  2193.         }, => 'onKernelController'], 0);
  2194.         $instance->addListener('security.interactive_login', [=> function () {
  2195.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  2196.         }, => 'onSecurityInteractiveLogin'], 0);
  2197.         $instance->addListener('massive_search.pre_index', [=> function () {
  2198.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2199.         }, => 'handleBlameTimestamp'], 0);
  2200.         $instance->addListener('massive_search.hit', [=> function () {
  2201.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  2202.         }, => 'handleBlameTimestampHitMapping'], 0);
  2203.         $instance->addListener('sulu_security.permission_update', [=> function () {
  2204.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  2205.         }, => 'onPermissionUpdate'], 0);
  2206.         $instance->addListener('kernel.request', [=> function () {
  2207.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  2208.         }, => 'onRequest'], 31);
  2209.         $instance->addListener('kernel.request', [=> function () {
  2210.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2211.         }, => 'onKernelRequest'], 32);
  2212.         $instance->addListener('kernel.finish_request', [=> function () {
  2213.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  2214.         }, => 'onKernelFinishRequest'], 0);
  2215.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  2216.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  2217.         }, => 'onCacheClear'], 0);
  2218.         $instance->addListener('kernel.request', [=> function () {
  2219.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  2220.         }, => 'onKernelRequest'], 14);
  2221.         $instance->addListener('kernel.exception', [=> function () {
  2222.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2223.         }, => 'redirectPartialMatch'], 0);
  2224.         $instance->addListener('kernel.exception', [=> function () {
  2225.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  2226.         }, => 'redirectTrailingSlashOrHtml'], 0);
  2227.         $instance->addListener('kernel.response', [=> function () {
  2228.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.4.5')));
  2229.         }, => 'onResponse'], 0);
  2230.         $instance->addListener('kernel.response', [=> function () {
  2231.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2232.         }, => 'addVaryHeader'], 0);
  2233.         $instance->addListener('kernel.response', [=> function () {
  2234.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  2235.         }, => 'addCookieHeader'], 0);
  2236.         $instance->addListener('kernel.response', [=> function () {
  2237.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  2238.         }, => 'replaceMarkup'], -10);
  2239.         $instance->addListener('kernel.response', [=> function () {
  2240.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2241.         }, => 'onKernelResponse'], -128);
  2242.         $instance->addListener('console.command', [=> function () {
  2243.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2244.         }, => 'configure'], 1024);
  2245.         $instance->addListener('kernel.response', [=> function () {
  2246.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2247.         }, => 'onKernelResponse'], 0);
  2248.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2249.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2250.         }, => 'onVoterVote'], 0);
  2251.         $instance->addListener('kernel.request', [=> function () {
  2252.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2253.         }, => 'configureLogoutUrlGenerator'], 8);
  2254.         $instance->addListener('kernel.request', [=> function () {
  2255.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2256.         }, => 'onKernelRequest'], 8);
  2257.         $instance->addListener('kernel.finish_request', [=> function () {
  2258.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2259.         }, => 'onKernelFinishRequest'], 0);
  2260.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2261.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  2262.         }, => 'storeActivity'], -256);
  2263.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2264.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  2265.         }, => 'setDomainEventUser'], 256);
  2266.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2267.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  2268.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  2269.         $instance->addListener('kernel.finish_request', [=> function () {
  2270.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2271.         }, => 'resetAssets'], 0);
  2272.         $instance->addListener('kernel.request', [=> function () {
  2273.             return ($this->privates['sulu_form.private_media_subscriber'] ?? $this->getSuluForm_PrivateMediaSubscriberService());
  2274.         }, => 'onRequest'], 0);
  2275.         $instance->addListener('massive_search.pre_index', [=> function () {
  2276.             return ($this->privates['sulu_article.search.subscriber'] ?? $this->load('getSuluArticle_Search_SubscriberService'));
  2277.         }, => 'handlePreIndex'], 0);
  2278.         $instance->addListener('console.error', [=> function () {
  2279.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2280.         }, => 'onConsoleError'], 0);
  2281.         $instance->addListener('console.terminate', [=> function () {
  2282.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2283.         }, => 'onConsoleTerminate'], 0);
  2284.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2285.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2286.         }, => 'sendRegistrationEmails'], 50);
  2287.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserConfirmedEvent', [=> function () {
  2288.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2289.         }, => 'sendConfirmationEmails'], 0);
  2290.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordForgotEvent', [=> function () {
  2291.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2292.         }, => 'sendPasswordForgetEmails'], 0);
  2293.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordResetedEvent', [=> function () {
  2294.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2295.         }, => 'sendPasswordResetEmails'], 0);
  2296.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserCompletedEvent', [=> function () {
  2297.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2298.         }, => 'sendCompletionEmails'], 0);
  2299.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2300.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2301.         }, => 'sendNotificationSaveProfile'], 0);
  2302.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2303.             return ($this->privates['sulu_community.black_listener'] ?? $this->load('getSuluCommunity_BlackListenerService'));
  2304.         }, => 'validateEmail'], 51);
  2305.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2306.             return ($this->privates['sulu_community.email_confirmation.listener'] ?? $this->load('getSuluCommunity_EmailConfirmation_ListenerService'));
  2307.         }, => 'sendConfirmationOnEmailChange'], 0);
  2308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2309.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2310.         }, => 'onLogout'], 0);
  2311.         return $instance;
  2312.     }
  2313.     /**
  2314.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  2315.      *
  2316.      * @return \FOS\HttpCacheBundle\CacheManager
  2317.      */
  2318.     protected function getFosHttpCache_CacheManagerService()
  2319.     {
  2320.         $a = ($this->services['router'] ?? $this->getRouterService());
  2321.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  2322.             return $this->services['fos_http_cache.cache_manager'];
  2323.         }
  2324.         $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);
  2325.         if ($this->has('event_dispatcher')) {
  2326.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2327.         }
  2328.         $instance->setGenerateUrlType(0);
  2329.         return $instance;
  2330.     }
  2331.     /**
  2332.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  2333.      *
  2334.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  2335.      */
  2336.     protected function getFosHttpCache_EventListener_CacheControlService()
  2337.     {
  2338.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  2339.     }
  2340.     /**
  2341.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  2342.      *
  2343.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  2344.      */
  2345.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  2346.     {
  2347.         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]);
  2348.     }
  2349.     /**
  2350.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  2351.      *
  2352.      * @return \FOS\HttpCache\ProxyClient\Symfony
  2353.      */
  2354.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  2355.     {
  2356.         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']);
  2357.     }
  2358.     /**
  2359.      * Gets the public 'http_kernel' shared service.
  2360.      *
  2361.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2362.      */
  2363.     protected function getHttpKernelService()
  2364.     {
  2365.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2366.         if (isset($this->services['http_kernel'])) {
  2367.             return $this->services['http_kernel'];
  2368.         }
  2369.         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 () {
  2370.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2371.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2372.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2373.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2374.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2375.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2376.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2377.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2378.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2379.     }
  2380.     /**
  2381.      * Gets the public 'jms_serializer' shared service.
  2382.      *
  2383.      * @return \JMS\Serializer\Serializer
  2384.      */
  2385.     protected function getJmsSerializerService()
  2386.     {
  2387.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2388.         if (isset($this->services['jms_serializer'])) {
  2389.             return $this->services['jms_serializer'];
  2390.         }
  2391.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2392.         if (isset($this->services['jms_serializer'])) {
  2393.             return $this->services['jms_serializer'];
  2394.         }
  2395.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2396.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2397.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2398.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  2399.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  2400.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2401.         $g->setOptions(1216);
  2402.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2403.         $h->setFormatOutput(true);
  2404.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2405.         $i->setOptions(0);
  2406.         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())));
  2407.     }
  2408.     /**
  2409.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2410.      *
  2411.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2412.      */
  2413.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2414.     {
  2415.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2416.     }
  2417.     /**
  2418.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2419.      *
  2420.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2421.      */
  2422.     protected function getJmsSerializer_SerializationContextFactoryService()
  2423.     {
  2424.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2425.     }
  2426.     /**
  2427.      * Gets the public 'massive_search.adapter.elastic' shared service.
  2428.      *
  2429.      * @return \Massive\Bundle\SearchBundle\Search\Adapter\ElasticSearchAdapter
  2430.      */
  2431.     protected function getMassiveSearch_Adapter_ElasticService()
  2432.     {
  2433.         return $this->services['massive_search.adapter.elastic'] = new \Massive\Bundle\SearchBundle\Search\Adapter\ElasticSearchAdapter(($this->privates['sulu_search.search.factory'] ?? ($this->privates['sulu_search.search.factory'] = new \Sulu\Bundle\SearchBundle\Search\Factory())), \Massive\Bundle\SearchBundle\Search\Adapter\Elastic\ClientFactory::create(['hosts' => $this->getParameter('massive_search.adapter.elastic.hosts')]), 7.17);
  2434.     }
  2435.     /**
  2436.      * Gets the public 'massive_search.search_manager' shared service.
  2437.      *
  2438.      * @return \Massive\Bundle\SearchBundle\Search\SearchManager
  2439.      */
  2440.     protected function getMassiveSearch_SearchManagerService()
  2441.     {
  2442.         $a = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  2443.         if (isset($this->services['massive_search.search_manager'])) {
  2444.             return $this->services['massive_search.search_manager'];
  2445.         }
  2446.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2447.         if (isset($this->services['massive_search.search_manager'])) {
  2448.             return $this->services['massive_search.search_manager'];
  2449.         }
  2450.         $c = ($this->privates['massive_search.object_to_document_converter'] ?? $this->getMassiveSearch_ObjectToDocumentConverterService());
  2451.         if (isset($this->services['massive_search.search_manager'])) {
  2452.             return $this->services['massive_search.search_manager'];
  2453.         }
  2454.         $d = ($this->privates['massive_search.metadata.field_evaluator'] ?? $this->getMassiveSearch_Metadata_FieldEvaluatorService());
  2455.         return $this->services['massive_search.search_manager'] = new \Massive\Bundle\SearchBundle\Search\SearchManager(($this->services['massive_search.adapter.elastic'] ?? $this->getMassiveSearch_Adapter_ElasticService()), new \Massive\Bundle\SearchBundle\Search\Metadata\Provider\ChainProvider([=> new \Massive\Bundle\SearchBundle\Search\Metadata\Provider\DefaultProvider(($this->privates['massive_search.metadata.factory'] ?? $this->getMassiveSearch_Metadata_FactoryService())), => new \Sulu\Bundle\PageBundle\Search\Metadata\StructureProvider(($this->privates['sulu_search.search.factory'] ?? ($this->privates['sulu_search.search.factory'] = new \Sulu\Bundle\SearchBundle\Search\Factory())), $a, ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), $this->parameters['sulu_page.search.mapping'])]), $c$b, new \Massive\Bundle\SearchBundle\Search\Decorator\PrefixDecorator(new \Massive\Bundle\SearchBundle\Search\Decorator\LocalizationDecorator(new \Massive\Bundle\SearchBundle\Search\Decorator\IndexNameDecorator($d)), $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX')), $d);
  2456.     }
  2457.     /**
  2458.      * Gets the public 'messenger.default_bus' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2461.      */
  2462.     protected function getMessenger_DefaultBusService()
  2463.     {
  2464.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2465.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2466.             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')));
  2467.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2468.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2469.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2470.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2471.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2472.         }, 7)));
  2473.     }
  2474.     /**
  2475.      * Gets the public 'monolog.logger.deprecation' shared service.
  2476.      *
  2477.      * @return \Symfony\Bridge\Monolog\Logger
  2478.      */
  2479.     protected function getMonolog_Logger_DeprecationService()
  2480.     {
  2481.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2482.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2483.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2484.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the public 'request_stack' shared service.
  2490.      *
  2491.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2492.      */
  2493.     protected function getRequestStackService()
  2494.     {
  2495.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2496.     }
  2497.     /**
  2498.      * Gets the public 'router' shared service.
  2499.      *
  2500.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2501.      */
  2502.     protected function getRouterService()
  2503.     {
  2504.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2505.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2506.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2507.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2508.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2509.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2510.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2511.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2512.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2513.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2514.         ], [
  2515.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2516.         ]))->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');
  2517.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2518.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2519.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2520.         $f = new \Symfony\Component\Routing\RouteCollection();
  2521.         $g = new \Symfony\Component\Routing\RequestContext();
  2522.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2523.         $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);
  2524.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2525.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2526.         $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]);
  2527.         $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);
  2528.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2529.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2530.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2531.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2532.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2533.         $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);
  2534.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2535.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2536.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2537.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2538.         $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);
  2539.         $n->addRouteEnhancer(new \Sulu\Bundle\ArticleBundle\Routing\ArticleRouteEnhancer($l, ($this->privates['sulu_article.resolver.webspaces'] ?? $this->getSuluArticle_Resolver_WebspacesService()), 'dev'), 100);
  2540.         $instance->setContext($b);
  2541.         $instance->add($d'100');
  2542.         $instance->add($i'20');
  2543.         $instance->add($k30);
  2544.         $instance->add($n20);
  2545.         return $instance;
  2546.     }
  2547.     /**
  2548.      * Gets the public 'sulu.content.localization_finder' shared service.
  2549.      *
  2550.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2551.      */
  2552.     protected function getSulu_Content_LocalizationFinderService()
  2553.     {
  2554.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2555.     }
  2556.     /**
  2557.      * Gets the public 'sulu.content.mapper' shared service.
  2558.      *
  2559.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2560.      */
  2561.     protected function getSulu_Content_MapperService()
  2562.     {
  2563.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2564.         if (isset($this->services['sulu.content.mapper'])) {
  2565.             return $this->services['sulu.content.mapper'];
  2566.         }
  2567.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2568.         if (isset($this->services['sulu.content.mapper'])) {
  2569.             return $this->services['sulu.content.mapper'];
  2570.         }
  2571.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2572.         if (isset($this->services['sulu.content.mapper'])) {
  2573.             return $this->services['sulu.content.mapper'];
  2574.         }
  2575.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2576.         if (isset($this->services['sulu.content.mapper'])) {
  2577.             return $this->services['sulu.content.mapper'];
  2578.         }
  2579.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2580.         if (isset($this->services['sulu.content.mapper'])) {
  2581.             return $this->services['sulu.content.mapper'];
  2582.         }
  2583.         $f = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2584.         if (isset($this->services['sulu.content.mapper'])) {
  2585.             return $this->services['sulu.content.mapper'];
  2586.         }
  2587.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2588.         if (isset($this->services['sulu.content.mapper'])) {
  2589.             return $this->services['sulu.content.mapper'];
  2590.         }
  2591.         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);
  2592.     }
  2593.     /**
  2594.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2595.      *
  2596.      * @return \Sulu\Component\PHPCR\PathCleanup
  2597.      */
  2598.     protected function getSulu_Content_PathCleanerService()
  2599.     {
  2600.         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());
  2601.     }
  2602.     /**
  2603.      * Gets the public 'sulu.content.structure_manager' shared service.
  2604.      *
  2605.      * @return \Sulu\Component\Content\Compat\StructureManager
  2606.      */
  2607.     protected function getSulu_Content_StructureManagerService()
  2608.     {
  2609.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2610.         if (isset($this->services['sulu.content.structure_manager'])) {
  2611.             return $this->services['sulu.content.structure_manager'];
  2612.         }
  2613.         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']);
  2614.     }
  2615.     /**
  2616.      * Gets the public 'sulu.content.type_manager' shared service.
  2617.      *
  2618.      * @return \Sulu\Component\Content\ContentTypeManager
  2619.      */
  2620.     protected function getSulu_Content_TypeManagerService()
  2621.     {
  2622.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2623.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2624.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2625.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2626.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2627.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2628.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2629.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2630.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2631.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2632.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2633.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2634.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2635.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2636.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2637.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2638.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2639.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2640.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2641.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2642.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2643.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2644.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2645.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2646.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2647.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2648.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2649.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2650.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2651.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2652.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2653.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2654.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2655.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2656.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2657.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2658.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2659.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2660.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2661.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2662.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2663.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2664.         $instance->mapAliasToServiceId('single_form_selection''sulu_form.content_type.single_form_selection');
  2665.         $instance->mapAliasToServiceId('article_selection''sulu_article.content_types.article_selection');
  2666.         $instance->mapAliasToServiceId('single_article_selection''sulu_article.content_types.single_article_selection');
  2667.         $instance->mapAliasToServiceId('custom_toggle''custom_toggle');
  2668.         $instance->mapAliasToServiceId('adresse''adresse');
  2669.         $instance->mapAliasToServiceId('color_picker_custom''color_picker_custom');
  2670.         $instance->mapAliasToServiceId('font_icon_picker''font_icon_picker');
  2671.         $instance->mapAliasToServiceId('icon_list''icon_list');
  2672.         return $instance;
  2673.     }
  2674.     /**
  2675.      * Gets the public 'sulu.phpcr.session' shared service.
  2676.      *
  2677.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2678.      */
  2679.     protected function getSulu_Phpcr_SessionService()
  2680.     {
  2681.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2682.         if (isset($this->services['sulu.phpcr.session'])) {
  2683.             return $this->services['sulu.phpcr.session'];
  2684.         }
  2685.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2686.     }
  2687.     /**
  2688.      * Gets the public 'sulu.repository.access_control' shared service.
  2689.      *
  2690.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2691.      */
  2692.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2693.     {
  2694.         if ($lazyLoad) {
  2695.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2696.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2697.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2698.                     $proxy->setProxyInitializer(null);
  2699.                     return true;
  2700.                 });
  2701.             });
  2702.         }
  2703.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2704.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2705.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2706.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2707.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2708.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2709.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2710.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2711.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2712.     }
  2713.     /**
  2714.      * Gets the public 'sulu.repository.account' shared service.
  2715.      *
  2716.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2717.      */
  2718.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2719.     {
  2720.         if ($lazyLoad) {
  2721.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2722.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2723.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2724.                     $proxy->setProxyInitializer(null);
  2725.                     return true;
  2726.                 });
  2727.             });
  2728.         }
  2729.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2730.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2731.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2732.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2733.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2734.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2735.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2736.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2737.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2738.     }
  2739.     /**
  2740.      * Gets the public 'sulu.repository.analytics' shared service.
  2741.      *
  2742.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2743.      */
  2744.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2745.     {
  2746.         if ($lazyLoad) {
  2747.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2748.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2749.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2750.                     $proxy->setProxyInitializer(null);
  2751.                     return true;
  2752.                 });
  2753.             });
  2754.         }
  2755.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2756.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2757.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2758.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2759.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2760.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2761.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2762.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2763.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2764.     }
  2765.     /**
  2766.      * Gets the public 'sulu.repository.category' shared service.
  2767.      *
  2768.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2769.      */
  2770.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2771.     {
  2772.         if ($lazyLoad) {
  2773.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2774.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2775.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2776.                     $proxy->setProxyInitializer(null);
  2777.                     return true;
  2778.                 });
  2779.             });
  2780.         }
  2781.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2782.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2783.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2784.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2785.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2786.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2787.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2788.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('App\\Entity\\Category'));
  2789.     }
  2790.     /**
  2791.      * Gets the public 'sulu.repository.category_meta' shared service.
  2792.      *
  2793.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2794.      */
  2795.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2796.     {
  2797.         if ($lazyLoad) {
  2798.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2799.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2800.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2801.                     $proxy->setProxyInitializer(null);
  2802.                     return true;
  2803.                 });
  2804.             });
  2805.         }
  2806.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2807.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2808.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2809.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2810.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2811.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2812.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2813.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2814.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2815.     }
  2816.     /**
  2817.      * Gets the public 'sulu.repository.category_translation' shared service.
  2818.      *
  2819.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2820.      */
  2821.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2822.     {
  2823.         if ($lazyLoad) {
  2824.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2825.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2826.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2827.                     $proxy->setProxyInitializer(null);
  2828.                     return true;
  2829.                 });
  2830.             });
  2831.         }
  2832.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2833.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2834.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2835.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2836.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2837.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2838.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2839.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2840.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2841.     }
  2842.     /**
  2843.      * Gets the public 'sulu.repository.contact' shared service.
  2844.      *
  2845.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2846.      */
  2847.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2848.     {
  2849.         if ($lazyLoad) {
  2850.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2851.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2852.                     $wrappedInstance $this->getSulu_Repository_ContactService(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/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2861.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2862.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2863.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2864.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2865.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2866.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2867.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('App\\Entity\\Contact'));
  2868.     }
  2869.     /**
  2870.      * Gets the public 'sulu.repository.keyword' shared service.
  2871.      *
  2872.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2873.      */
  2874.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2875.     {
  2876.         if ($lazyLoad) {
  2877.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2878.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2879.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2880.                     $proxy->setProxyInitializer(null);
  2881.                     return true;
  2882.                 });
  2883.             });
  2884.         }
  2885.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2886.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2887.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2888.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2889.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2890.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2891.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2892.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2893.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2894.     }
  2895.     /**
  2896.      * Gets the public 'sulu.repository.media' shared service.
  2897.      *
  2898.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2899.      */
  2900.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2901.     {
  2902.         if ($lazyLoad) {
  2903.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2904.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2905.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2906.                     $proxy->setProxyInitializer(null);
  2907.                     return true;
  2908.                 });
  2909.             });
  2910.         }
  2911.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2912.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2913.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2914.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2915.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2916.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2917.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2918.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2919.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2920.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2921.         return $instance;
  2922.     }
  2923.     /**
  2924.      * Gets the public 'sulu.repository.role' shared service.
  2925.      *
  2926.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2927.      */
  2928.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2929.     {
  2930.         if ($lazyLoad) {
  2931.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2932.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2933.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2934.                     $proxy->setProxyInitializer(null);
  2935.                     return true;
  2936.                 });
  2937.             });
  2938.         }
  2939.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2940.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2941.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2942.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2943.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2944.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2945.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2946.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2947.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2948.     }
  2949.     /**
  2950.      * Gets the public 'sulu.repository.route' shared service.
  2951.      *
  2952.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2953.      */
  2954.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2955.     {
  2956.         if ($lazyLoad) {
  2957.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2958.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2959.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2960.                     $proxy->setProxyInitializer(null);
  2961.                     return true;
  2962.                 });
  2963.             });
  2964.         }
  2965.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2966.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2967.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2968.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2969.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2970.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2971.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2972.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2973.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2974.     }
  2975.     /**
  2976.      * Gets the public 'sulu.repository.tag' shared service.
  2977.      *
  2978.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2979.      */
  2980.     protected function getSulu_Repository_TagService($lazyLoad true)
  2981.     {
  2982.         if ($lazyLoad) {
  2983.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2984.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2985.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2986.                     $proxy->setProxyInitializer(null);
  2987.                     return true;
  2988.                 });
  2989.             });
  2990.         }
  2991.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2992.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2993.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2994.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2995.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2996.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  2997.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  2998.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2999.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  3000.     }
  3001.     /**
  3002.      * Gets the public 'sulu.repository.user' shared service.
  3003.      *
  3004.      * @return \Sulu\Bundle\SecurityBundle\Entity\UserRepository
  3005.      */
  3006.     protected function getSulu_Repository_UserService($lazyLoad true)
  3007.     {
  3008.         if ($lazyLoad) {
  3009.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_28384ec', function () {
  3010.                 return \UserRepository_28384ec::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3011.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  3012.                     $proxy->setProxyInitializer(null);
  3013.                     return true;
  3014.                 });
  3015.             });
  3016.         }
  3017.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  3018.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  3019.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  3020.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  3021.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  3022.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  3023.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php';
  3024.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/src/Mapping/ClassMetadata.php';
  3025.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3026.         return new \Sulu\Bundle\SecurityBundle\Entity\UserRepository($a$a->getClassMetadata('App\\Entity\\User'));
  3027.     }
  3028.     /**
  3029.      * Gets the public 'sulu.util.node_helper' shared service.
  3030.      *
  3031.      * @return \Sulu\Component\Util\SuluNodeHelper
  3032.      */
  3033.     protected function getSulu_Util_NodeHelperService()
  3034.     {
  3035.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  3036.         if (isset($this->services['sulu.util.node_helper'])) {
  3037.             return $this->services['sulu.util.node_helper'];
  3038.         }
  3039.         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()));
  3040.     }
  3041.     /**
  3042.      * Gets the public 'sulu_category.category_manager' shared service.
  3043.      *
  3044.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  3045.      */
  3046.     protected function getSuluCategory_CategoryManagerService()
  3047.     {
  3048.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  3049.         if (isset($this->services['sulu_category.category_manager'])) {
  3050.             return $this->services['sulu_category.category_manager'];
  3051.         }
  3052.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  3053.         if (isset($this->services['sulu_category.category_manager'])) {
  3054.             return $this->services['sulu_category.category_manager'];
  3055.         }
  3056.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  3057.         if (isset($this->services['sulu_category.category_manager'])) {
  3058.             return $this->services['sulu_category.category_manager'];
  3059.         }
  3060.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3061.         if (isset($this->services['sulu_category.category_manager'])) {
  3062.             return $this->services['sulu_category.category_manager'];
  3063.         }
  3064.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  3065.         if (isset($this->services['sulu_category.category_manager'])) {
  3066.             return $this->services['sulu_category.category_manager'];
  3067.         }
  3068.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3069.         if (isset($this->services['sulu_category.category_manager'])) {
  3070.             return $this->services['sulu_category.category_manager'];
  3071.         }
  3072.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3073.         if (isset($this->services['sulu_category.category_manager'])) {
  3074.             return $this->services['sulu_category.category_manager'];
  3075.         }
  3076.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3077.         if (isset($this->services['sulu_category.category_manager'])) {
  3078.             return $this->services['sulu_category.category_manager'];
  3079.         }
  3080.         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);
  3081.     }
  3082.     /**
  3083.      * Gets the public 'sulu_category.keyword_manager' shared service.
  3084.      *
  3085.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  3086.      */
  3087.     protected function getSuluCategory_KeywordManagerService()
  3088.     {
  3089.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  3090.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3091.             return $this->services['sulu_category.keyword_manager'];
  3092.         }
  3093.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  3094.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3095.             return $this->services['sulu_category.keyword_manager'];
  3096.         }
  3097.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3098.         if (isset($this->services['sulu_category.keyword_manager'])) {
  3099.             return $this->services['sulu_category.keyword_manager'];
  3100.         }
  3101.         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()));
  3102.     }
  3103.     /**
  3104.      * Gets the public 'sulu_contact.contact_manager' shared service.
  3105.      *
  3106.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  3107.      */
  3108.     protected function getSuluContact_ContactManagerService()
  3109.     {
  3110.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3111.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3112.             return $this->services['sulu_contact.contact_manager'];
  3113.         }
  3114.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3115.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3116.             return $this->services['sulu_contact.contact_manager'];
  3117.         }
  3118.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  3119.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3120.             return $this->services['sulu_contact.contact_manager'];
  3121.         }
  3122.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  3123.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3124.             return $this->services['sulu_contact.contact_manager'];
  3125.         }
  3126.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  3127.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3128.             return $this->services['sulu_contact.contact_manager'];
  3129.         }
  3130.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3131.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3132.             return $this->services['sulu_contact.contact_manager'];
  3133.         }
  3134.         $g = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3135.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3136.             return $this->services['sulu_contact.contact_manager'];
  3137.         }
  3138.         $h = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3139.         if (isset($this->services['sulu_contact.contact_manager'])) {
  3140.             return $this->services['sulu_contact.contact_manager'];
  3141.         }
  3142.         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);
  3143.     }
  3144.     /**
  3145.      * Gets the public 'sulu_core.array_serializer' shared service.
  3146.      *
  3147.      * @return \Sulu\Component\Serializer\ArraySerializer
  3148.      */
  3149.     protected function getSuluCore_ArraySerializerService()
  3150.     {
  3151.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3152.         if (isset($this->services['sulu_core.array_serializer'])) {
  3153.             return $this->services['sulu_core.array_serializer'];
  3154.         }
  3155.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  3156.     }
  3157.     /**
  3158.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  3159.      *
  3160.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  3161.      */
  3162.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  3163.     {
  3164.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  3165.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3166.             return $this->services['sulu_core.webspace.request_analyzer'];
  3167.         }
  3168.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3169.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  3170.             return $this->services['sulu_core.webspace.request_analyzer'];
  3171.         }
  3172.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  3173.         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()]);
  3174.     }
  3175.     /**
  3176.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  3177.      *
  3178.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  3179.      */
  3180.     protected function getSuluCore_Webspace_WebspaceManagerService()
  3181.     {
  3182.         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()));
  3183.     }
  3184.     /**
  3185.      * Gets the public 'sulu_custom_urls.manager' shared service.
  3186.      *
  3187.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  3188.      */
  3189.     protected function getSuluCustomUrls_ManagerService()
  3190.     {
  3191.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3192.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3193.             return $this->services['sulu_custom_urls.manager'];
  3194.         }
  3195.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  3196.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3197.             return $this->services['sulu_custom_urls.manager'];
  3198.         }
  3199.         $c = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  3200.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3201.             return $this->services['sulu_custom_urls.manager'];
  3202.         }
  3203.         $d = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  3204.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3205.             return $this->services['sulu_custom_urls.manager'];
  3206.         }
  3207.         $e = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3208.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3209.             return $this->services['sulu_custom_urls.manager'];
  3210.         }
  3211.         $f = ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService());
  3212.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3213.             return $this->services['sulu_custom_urls.manager'];
  3214.         }
  3215.         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);
  3216.     }
  3217.     /**
  3218.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  3219.      *
  3220.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  3221.      */
  3222.     protected function getSuluDocumentManager_DocumentInspectorService()
  3223.     {
  3224.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  3225.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3226.             return $this->services['sulu_document_manager.document_inspector'];
  3227.         }
  3228.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3229.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3230.             return $this->services['sulu_document_manager.document_inspector'];
  3231.         }
  3232.         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()));
  3233.     }
  3234.     /**
  3235.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  3236.      *
  3237.      * @return \Sulu\Component\DocumentManager\DocumentManager
  3238.      */
  3239.     protected function getSuluDocumentManager_DocumentManagerService()
  3240.     {
  3241.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3242.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3243.             return $this->services['sulu_document_manager.document_manager'];
  3244.         }
  3245.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  3246.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3247.             return $this->services['sulu_document_manager.document_manager'];
  3248.         }
  3249.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  3250.     }
  3251.     /**
  3252.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  3253.      *
  3254.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  3255.      */
  3256.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  3257.     {
  3258.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3259.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  3260.             return $this->services['sulu_document_manager.metadata_factory.base'];
  3261.         }
  3262.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  3263.     }
  3264.     /**
  3265.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  3266.      *
  3267.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  3268.      */
  3269.     protected function getSuluDocumentManager_PropertyEncoderService()
  3270.     {
  3271.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  3272.     }
  3273.     /**
  3274.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  3275.      *
  3276.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  3277.      */
  3278.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  3279.     {
  3280.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  3281.     }
  3282.     /**
  3283.      * Gets the public 'sulu_media.collection_manager' shared service.
  3284.      *
  3285.      * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  3286.      */
  3287.     protected function getSuluMedia_CollectionManagerService()
  3288.     {
  3289.         $a = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3290.         if (isset($this->services['sulu_media.collection_manager'])) {
  3291.             return $this->services['sulu_media.collection_manager'];
  3292.         }
  3293.         $b = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3294.         if (isset($this->services['sulu_media.collection_manager'])) {
  3295.             return $this->services['sulu_media.collection_manager'];
  3296.         }
  3297.         $c = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3298.         if (isset($this->services['sulu_media.collection_manager'])) {
  3299.             return $this->services['sulu_media.collection_manager'];
  3300.         }
  3301.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3302.         if (isset($this->services['sulu_media.collection_manager'])) {
  3303.             return $this->services['sulu_media.collection_manager'];
  3304.         }
  3305.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3306.         if (isset($this->services['sulu_media.collection_manager'])) {
  3307.             return $this->services['sulu_media.collection_manager'];
  3308.         }
  3309.         $f = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3310.         if (isset($this->services['sulu_media.collection_manager'])) {
  3311.             return $this->services['sulu_media.collection_manager'];
  3312.         }
  3313.         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']);
  3314.     }
  3315.     /**
  3316.      * Gets the public 'sulu_media.collection_repository' shared service.
  3317.      *
  3318.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  3319.      */
  3320.     protected function getSuluMedia_CollectionRepositoryService()
  3321.     {
  3322.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3323.         if (isset($this->services['sulu_media.collection_repository'])) {
  3324.             return $this->services['sulu_media.collection_repository'];
  3325.         }
  3326.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  3327.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the public 'sulu_media.format_cache' shared service.
  3332.      *
  3333.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  3334.      */
  3335.     protected function getSuluMedia_FormatCacheService()
  3336.     {
  3337.         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);
  3338.     }
  3339.     /**
  3340.      * Gets the public 'sulu_media.format_manager' shared service.
  3341.      *
  3342.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  3343.      */
  3344.     protected function getSuluMedia_FormatManagerService()
  3345.     {
  3346.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3347.         if (isset($this->services['sulu_media.format_manager'])) {
  3348.             return $this->services['sulu_media.format_manager'];
  3349.         }
  3350.         $b = ($this->privates['sulu_media.adapter.imagick'] ?? ($this->privates['sulu_media.adapter.imagick'] = new \Imagine\Imagick\Imagine()));
  3351.         $c = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  3352.         $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');
  3353.         $c->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  3354.         $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');
  3355.         $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');
  3356.         $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');
  3357.         $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');
  3358.         $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');
  3359.         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()));
  3360.     }
  3361.     /**
  3362.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  3363.      *
  3364.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  3365.      */
  3366.     protected function getSuluMedia_Image_Transformation_BlurService()
  3367.     {
  3368.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  3369.     }
  3370.     /**
  3371.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  3372.      *
  3373.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  3374.      */
  3375.     protected function getSuluMedia_Image_Transformation_CropService()
  3376.     {
  3377.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  3378.     }
  3379.     /**
  3380.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  3381.      *
  3382.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  3383.      */
  3384.     protected function getSuluMedia_Image_Transformation_GammaService()
  3385.     {
  3386.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  3387.     }
  3388.     /**
  3389.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  3390.      *
  3391.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  3392.      */
  3393.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  3394.     {
  3395.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  3396.     }
  3397.     /**
  3398.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  3399.      *
  3400.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  3401.      */
  3402.     protected function getSuluMedia_Image_Transformation_NegativeService()
  3403.     {
  3404.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  3405.     }
  3406.     /**
  3407.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  3408.      *
  3409.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  3410.      */
  3411.     protected function getSuluMedia_Image_Transformation_PasteService()
  3412.     {
  3413.         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))))));
  3414.     }
  3415.     /**
  3416.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  3417.      *
  3418.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  3419.      */
  3420.     protected function getSuluMedia_Image_Transformation_SharpenService()
  3421.     {
  3422.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  3423.     }
  3424.     /**
  3425.      * Gets the public 'sulu_media.media_manager' shared service.
  3426.      *
  3427.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  3428.      */
  3429.     protected function getSuluMedia_MediaManagerService()
  3430.     {
  3431.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3432.         if (isset($this->services['sulu_media.media_manager'])) {
  3433.             return $this->services['sulu_media.media_manager'];
  3434.         }
  3435.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3436.         if (isset($this->services['sulu_media.media_manager'])) {
  3437.             return $this->services['sulu_media.media_manager'];
  3438.         }
  3439.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3440.         if (isset($this->services['sulu_media.media_manager'])) {
  3441.             return $this->services['sulu_media.media_manager'];
  3442.         }
  3443.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  3444.         if (isset($this->services['sulu_media.media_manager'])) {
  3445.             return $this->services['sulu_media.media_manager'];
  3446.         }
  3447.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3448.         if (isset($this->services['sulu_media.media_manager'])) {
  3449.             return $this->services['sulu_media.media_manager'];
  3450.         }
  3451.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3452.         if (isset($this->services['sulu_media.media_manager'])) {
  3453.             return $this->services['sulu_media.media_manager'];
  3454.         }
  3455.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3456.         if (isset($this->services['sulu_media.media_manager'])) {
  3457.             return $this->services['sulu_media.media_manager'];
  3458.         }
  3459.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  3460.         if (isset($this->services['sulu_media.media_manager'])) {
  3461.             return $this->services['sulu_media.media_manager'];
  3462.         }
  3463.         $i = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  3464.         if (isset($this->services['sulu_media.media_manager'])) {
  3465.             return $this->services['sulu_media.media_manager'];
  3466.         }
  3467.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3468.         if (isset($this->services['sulu_media.media_manager'])) {
  3469.             return $this->services['sulu_media.media_manager'];
  3470.         }
  3471.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  3472.         $k->setMaxFileSize('256MB');
  3473.         $k->setBlockedMimeTypes([]);
  3474.         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 () {
  3475.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  3476.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  3477.     }
  3478.     /**
  3479.      * Gets the public 'sulu_media.storage' shared service.
  3480.      *
  3481.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  3482.      */
  3483.     protected function getSuluMedia_StorageService()
  3484.     {
  3485.         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()));
  3486.     }
  3487.     /**
  3488.      * Gets the public 'sulu_media.system_collections.manager' shared service.
  3489.      *
  3490.      * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  3491.      */
  3492.     protected function getSuluMedia_SystemCollections_ManagerService()
  3493.     {
  3494.         $a = ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService());
  3495.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3496.             return $this->services['sulu_media.system_collections.manager'];
  3497.         }
  3498.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3499.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3500.             return $this->services['sulu_media.system_collections.manager'];
  3501.         }
  3502.         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');
  3503.     }
  3504.     /**
  3505.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  3506.      *
  3507.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  3508.      */
  3509.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  3510.     {
  3511.         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()));
  3512.     }
  3513.     /**
  3514.      * Gets the public 'sulu_page.content_repository' shared service.
  3515.      *
  3516.      * @return \Sulu\Component\Content\Repository\ContentRepository
  3517.      */
  3518.     protected function getSuluPage_ContentRepositoryService()
  3519.     {
  3520.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  3521.         if (isset($this->services['sulu_page.content_repository'])) {
  3522.             return $this->services['sulu_page.content_repository'];
  3523.         }
  3524.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  3525.         if (isset($this->services['sulu_page.content_repository'])) {
  3526.             return $this->services['sulu_page.content_repository'];
  3527.         }
  3528.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  3529.         if (isset($this->services['sulu_page.content_repository'])) {
  3530.             return $this->services['sulu_page.content_repository'];
  3531.         }
  3532.         $d = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  3533.         if (isset($this->services['sulu_page.content_repository'])) {
  3534.             return $this->services['sulu_page.content_repository'];
  3535.         }
  3536.         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']);
  3537.     }
  3538.     /**
  3539.      * Gets the public 'sulu_page.extension.manager' shared service.
  3540.      *
  3541.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  3542.      */
  3543.     protected function getSuluPage_Extension_ManagerService()
  3544.     {
  3545.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  3546.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  3547.         $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()))));
  3548.         return $instance;
  3549.     }
  3550.     /**
  3551.      * Gets the public 'sulu_page.structure.factory' shared service.
  3552.      *
  3553.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  3554.      */
  3555.     protected function getSuluPage_Structure_FactoryService()
  3556.     {
  3557.         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);
  3558.     }
  3559.     /**
  3560.      * Gets the public 'sulu_security.mask_converter' shared service.
  3561.      *
  3562.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  3563.      */
  3564.     protected function getSuluSecurity_MaskConverterService()
  3565.     {
  3566.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  3567.     }
  3568.     /**
  3569.      * Gets the public 'sulu_security.salt_generator' shared service.
  3570.      *
  3571.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  3572.      */
  3573.     protected function getSuluSecurity_SaltGeneratorService()
  3574.     {
  3575.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  3576.     }
  3577.     /**
  3578.      * Gets the public 'sulu_security.security_checker' shared service.
  3579.      *
  3580.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  3581.      */
  3582.     protected function getSuluSecurity_SecurityCheckerService()
  3583.     {
  3584.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3585.         if (isset($this->services['sulu_security.security_checker'])) {
  3586.             return $this->services['sulu_security.security_checker'];
  3587.         }
  3588.         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);
  3589.     }
  3590.     /**
  3591.      * Gets the public 'sulu_security.user_manager' shared service.
  3592.      *
  3593.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  3594.      */
  3595.     protected function getSuluSecurity_UserManagerService()
  3596.     {
  3597.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3598.         if (isset($this->services['sulu_security.user_manager'])) {
  3599.             return $this->services['sulu_security.user_manager'];
  3600.         }
  3601.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  3602.         if (isset($this->services['sulu_security.user_manager'])) {
  3603.             return $this->services['sulu_security.user_manager'];
  3604.         }
  3605.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  3606.         if (isset($this->services['sulu_security.user_manager'])) {
  3607.             return $this->services['sulu_security.user_manager'];
  3608.         }
  3609.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3610.         if (isset($this->services['sulu_security.user_manager'])) {
  3611.             return $this->services['sulu_security.user_manager'];
  3612.         }
  3613.         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()));
  3614.     }
  3615.     /**
  3616.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3617.      *
  3618.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3619.      */
  3620.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3621.     {
  3622.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3623.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3624.             return $this->services['sulu_snippet.default_snippet.manager'];
  3625.         }
  3626.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3627.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3628.             return $this->services['sulu_snippet.default_snippet.manager'];
  3629.         }
  3630.         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']);
  3631.     }
  3632.     /**
  3633.      * Gets the public 'sulu_snippet.resolver' shared service.
  3634.      *
  3635.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3636.      */
  3637.     protected function getSuluSnippet_ResolverService()
  3638.     {
  3639.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3640.         if (isset($this->services['sulu_snippet.resolver'])) {
  3641.             return $this->services['sulu_snippet.resolver'];
  3642.         }
  3643.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3644.     }
  3645.     /**
  3646.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3647.      *
  3648.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3649.      */
  3650.     protected function getSuluTag_TagManagerService()
  3651.     {
  3652.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3653.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3654.             return $this->services['sulu_tag.tag_manager'];
  3655.         }
  3656.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3657.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3658.             return $this->services['sulu_tag.tag_manager'];
  3659.         }
  3660.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3661.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3662.             return $this->services['sulu_tag.tag_manager'];
  3663.         }
  3664.         $d = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3665.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3666.             return $this->services['sulu_tag.tag_manager'];
  3667.         }
  3668.         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);
  3669.     }
  3670.     /**
  3671.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3672.      *
  3673.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3674.      */
  3675.     protected function getSuluWebsite_Resolver_StructureService()
  3676.     {
  3677.         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']);
  3678.     }
  3679.     /**
  3680.      * Gets the public 'swiftmailer.transport' shared autowired service.
  3681.      *
  3682.      * @return \App\Mailer\HubScoreTransport
  3683.      */
  3684.     protected function getSwiftmailer_TransportService()
  3685.     {
  3686.         $a = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  3687.         $a->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  3688.         $a->registerPlugin(new \Sulu\Bundle\MarkupBundle\Listener\SwiftMailerListener(new RewindableGenerator(function () {
  3689.             yield 'html' => ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  3690.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en'));
  3691.         return $this->services['swiftmailer.transport'] = new \App\Mailer\HubScoreTransport($a$this->getEnv('HUBSCORE_USERNAME'), $this->getEnv('HUBSCORE_PASSWORD'), $this->getEnv('HUBSCORE_URL'), '/login_check'$this->getEnv('int:HUB_SCORE_SEND_MAIL_CAMPAGN_ID'), $this->getEnv('int:HUB_SCORE_SEND_MAIL_DATABASE_ID'), '/v1/sends/mails', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3692.     }
  3693.     /**
  3694.      * Gets the public 'translator' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3697.      */
  3698.     protected function getTranslatorService()
  3699.     {
  3700.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3701.     }
  3702.     /**
  3703.      * Gets the public 'var_dumper.cloner' shared service.
  3704.      *
  3705.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3706.      */
  3707.     protected function getVarDumper_ClonerService()
  3708.     {
  3709.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3710.         $instance->setMaxItems(2500);
  3711.         $instance->setMinDepth(1);
  3712.         $instance->setMaxString(-1);
  3713.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3714.         return $instance;
  3715.     }
  3716.     /**
  3717.      * Gets the private '.debug.http_client' shared service.
  3718.      *
  3719.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3720.      */
  3721.     protected function get_Debug_HttpClientService()
  3722.     {
  3723.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3724.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3725.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3726.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3727.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3728.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3729.         $a->setLogger($b);
  3730.         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))));
  3731.     }
  3732.     /**
  3733.      * Gets the private '.service_locator.3gtmNbi' shared service.
  3734.      *
  3735.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3736.      */
  3737.     protected function get_ServiceLocator_3gtmNbiService()
  3738.     {
  3739.         return $this->privates['.service_locator.3gtmNbi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3740.             'security.firewall.map.context.pqna' => ['privates''security.firewall.map.context.pqna''getSecurity_Firewall_Map_Context_PqnaService'true],
  3741.         ], [
  3742.             'security.firewall.map.context.pqna' => '?',
  3743.         ]);
  3744.     }
  3745.     /**
  3746.      * Gets the private 'App\Event\PqnaRoutesListener' shared autowired service.
  3747.      *
  3748.      * @return \App\Event\PqnaRoutesListener
  3749.      */
  3750.     protected function getPqnaRoutesListenerService()
  3751.     {
  3752.         $a = ($this->services['router'] ?? $this->getRouterService());
  3753.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3754.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3755.         }
  3756.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3757.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3758.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3759.         }
  3760.         $c = ($this->privates['App\\Service\\SynchroHubService'] ?? $this->getSynchroHubServiceService());
  3761.         if (isset($this->privates['App\\Event\\PqnaRoutesListener'])) {
  3762.             return $this->privates['App\\Event\\PqnaRoutesListener'];
  3763.         }
  3764.         return $this->privates['App\\Event\\PqnaRoutesListener'] = new \App\Event\PqnaRoutesListener($a$b$c);
  3765.     }
  3766.     /**
  3767.      * Gets the private 'App\Repository\ArticlesRepository' shared autowired service.
  3768.      *
  3769.      * @return \App\Repository\ArticlesRepository
  3770.      */
  3771.     protected function getArticlesRepositoryService()
  3772.     {
  3773.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3774.         if (isset($this->privates['App\\Repository\\ArticlesRepository'])) {
  3775.             return $this->privates['App\\Repository\\ArticlesRepository'];
  3776.         }
  3777.         $b = ($this->services['massive_search.search_manager'] ?? $this->getMassiveSearch_SearchManagerService());
  3778.         if (isset($this->privates['App\\Repository\\ArticlesRepository'])) {
  3779.             return $this->privates['App\\Repository\\ArticlesRepository'];
  3780.         }
  3781.         return $this->privates['App\\Repository\\ArticlesRepository'] = new \App\Repository\ArticlesRepository($a$b);
  3782.     }
  3783.     /**
  3784.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3785.      *
  3786.      * @return \App\Repository\CategoryRepository
  3787.      */
  3788.     protected function getCategoryRepositoryService()
  3789.     {
  3790.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3791.         if (isset($this->privates['App\\Repository\\CategoryRepository'])) {
  3792.             return $this->privates['App\\Repository\\CategoryRepository'];
  3793.         }
  3794.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3795.     }
  3796.     /**
  3797.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  3798.      *
  3799.      * @return \App\Repository\ContactRepository
  3800.      */
  3801.     protected function getContactRepositoryService()
  3802.     {
  3803.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3804.         if (isset($this->privates['App\\Repository\\ContactRepository'])) {
  3805.             return $this->privates['App\\Repository\\ContactRepository'];
  3806.         }
  3807.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3808.     }
  3809.     /**
  3810.      * Gets the private 'App\Repository\SuluUsersRepository' shared autowired service.
  3811.      *
  3812.      * @return \App\Repository\SuluUsersRepository
  3813.      */
  3814.     protected function getSuluUsersRepositoryService()
  3815.     {
  3816.         $a = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3817.         if (isset($this->privates['App\\Repository\\SuluUsersRepository'])) {
  3818.             return $this->privates['App\\Repository\\SuluUsersRepository'];
  3819.         }
  3820.         return $this->privates['App\\Repository\\SuluUsersRepository'] = new \App\Repository\SuluUsersRepository($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3821.     }
  3822.     /**
  3823.      * Gets the private 'App\Service\SynchroHubService' shared autowired service.
  3824.      *
  3825.      * @return \App\Service\SynchroHubService
  3826.      */
  3827.     protected function getSynchroHubServiceService()
  3828.     {
  3829.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3830.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3831.             return $this->privates['App\\Service\\SynchroHubService'];
  3832.         }
  3833.         $b = ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService());
  3834.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3835.             return $this->privates['App\\Service\\SynchroHubService'];
  3836.         }
  3837.         $c = ($this->privates['App\\Repository\\SuluUsersRepository'] ?? $this->getSuluUsersRepositoryService());
  3838.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3839.             return $this->privates['App\\Service\\SynchroHubService'];
  3840.         }
  3841.         $d = ($this->privates['App\\Repository\\ContactRepository'] ?? $this->getContactRepositoryService());
  3842.         if (isset($this->privates['App\\Service\\SynchroHubService'])) {
  3843.             return $this->privates['App\\Service\\SynchroHubService'];
  3844.         }
  3845.         return $this->privates['App\\Service\\SynchroHubService'] = new \App\Service\SynchroHubService($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $b$c$d);
  3846.     }
  3847.     /**
  3848.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3849.      *
  3850.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3851.      */
  3852.     protected function getResetAssetsEventListenerService()
  3853.     {
  3854.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3855.     }
  3856.     /**
  3857.      * Gets the private 'annotations.cache_adapter' shared service.
  3858.      *
  3859.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3860.      */
  3861.     protected function getAnnotations_CacheAdapterService()
  3862.     {
  3863.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3864.     }
  3865.     /**
  3866.      * Gets the private 'annotations.cached_reader' shared service.
  3867.      *
  3868.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3869.      */
  3870.     protected function getAnnotations_CachedReaderService()
  3871.     {
  3872.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3873.     }
  3874.     /**
  3875.      * Gets the private 'annotations.reader' shared service.
  3876.      *
  3877.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3878.      */
  3879.     protected function getAnnotations_ReaderService()
  3880.     {
  3881.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3882.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3883.         $a->registerUniqueLoader('class_exists');
  3884.         $instance->addGlobalIgnoredName('required'$a);
  3885.         return $instance;
  3886.     }
  3887.     /**
  3888.      * Gets the private 'assets.context' shared service.
  3889.      *
  3890.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3891.      */
  3892.     protected function getAssets_ContextService()
  3893.     {
  3894.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3895.         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());
  3896.     }
  3897.     /**
  3898.      * Gets the private 'assets.packages' shared service.
  3899.      *
  3900.      * @return \Symfony\Component\Asset\Packages
  3901.      */
  3902.     protected function getAssets_PackagesService()
  3903.     {
  3904.         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 () {
  3905.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  3906.         }, 1));
  3907.     }
  3908.     /**
  3909.      * Gets the private 'cache.annotations' shared service.
  3910.      *
  3911.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3912.      */
  3913.     protected function getCache_AnnotationsService()
  3914.     {
  3915.         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())));
  3916.     }
  3917.     /**
  3918.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3919.      *
  3920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3921.      */
  3922.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3923.     {
  3924.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3925.     }
  3926.     /**
  3927.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3930.      */
  3931.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3932.     {
  3933.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3934.     }
  3935.     /**
  3936.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3937.      *
  3938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3939.      */
  3940.     protected function getCache_Messenger_RestartWorkersSignalService()
  3941.     {
  3942.         $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))));
  3943.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3944.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3945.     }
  3946.     /**
  3947.      * Gets the private 'cache.property_info' shared service.
  3948.      *
  3949.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3950.      */
  3951.     protected function getCache_PropertyInfoService()
  3952.     {
  3953.         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())));
  3954.     }
  3955.     /**
  3956.      * Gets the private 'cache.security_expression_language' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3959.      */
  3960.     protected function getCache_SecurityExpressionLanguageService()
  3961.     {
  3962.         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())));
  3963.     }
  3964.     /**
  3965.      * Gets the private 'cache.serializer' shared service.
  3966.      *
  3967.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3968.      */
  3969.     protected function getCache_SerializerService()
  3970.     {
  3971.         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())));
  3972.     }
  3973.     /**
  3974.      * Gets the private 'cache.validator' shared service.
  3975.      *
  3976.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3977.      */
  3978.     protected function getCache_ValidatorService()
  3979.     {
  3980.         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())));
  3981.     }
  3982.     /**
  3983.      * Gets the private 'cache.webpack_encore' shared service.
  3984.      *
  3985.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3986.      */
  3987.     protected function getCache_WebpackEncoreService()
  3988.     {
  3989.         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())));
  3990.     }
  3991.     /**
  3992.      * Gets the private 'config_cache_factory' shared service.
  3993.      *
  3994.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3995.      */
  3996.     protected function getConfigCacheFactoryService()
  3997.     {
  3998.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3999.             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)));
  4000.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4001.         }, 2));
  4002.     }
  4003.     /**
  4004.      * Gets the private 'data_collector.form' shared service.
  4005.      *
  4006.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4007.      */
  4008.     protected function getDataCollector_FormService()
  4009.     {
  4010.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4011.     }
  4012.     /**
  4013.      * Gets the private 'data_collector.request' shared service.
  4014.      *
  4015.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4016.      */
  4017.     protected function getDataCollector_RequestService()
  4018.     {
  4019.         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())));
  4020.     }
  4021.     /**
  4022.      * Gets the private 'debug.controller_resolver' shared service.
  4023.      *
  4024.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  4025.      */
  4026.     protected function getDebug_ControllerResolverService()
  4027.     {
  4028.         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))));
  4029.     }
  4030.     /**
  4031.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4032.      *
  4033.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4034.      */
  4035.     protected function getDebug_DebugHandlersListenerService()
  4036.     {
  4037.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4038.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4039.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4040.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4042.         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()));
  4043.     }
  4044.     /**
  4045.      * Gets the private 'debug.file_link_formatter' shared service.
  4046.      *
  4047.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4048.      */
  4049.     protected function getDebug_FileLinkFormatterService()
  4050.     {
  4051.         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 () {
  4052.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  4053.         });
  4054.     }
  4055.     /**
  4056.      * Gets the private 'debug.log_processor' shared service.
  4057.      *
  4058.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4059.      */
  4060.     protected function getDebug_LogProcessorService()
  4061.     {
  4062.         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())));
  4063.     }
  4064.     /**
  4065.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4066.      *
  4067.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4068.      */
  4069.     protected function getDebug_Security_Access_DecisionManagerService()
  4070.     {
  4071.         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 () {
  4072.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  4073.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  4074.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  4075.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  4076.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4077.     }
  4078.     /**
  4079.      * Gets the private 'debug.security.firewall' shared service.
  4080.      *
  4081.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4082.      */
  4083.     protected function getDebug_Security_FirewallService()
  4084.     {
  4085.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4086.         if (isset($this->privates['debug.security.firewall'])) {
  4087.             return $this->privates['debug.security.firewall'];
  4088.         }
  4089.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4090.         if (isset($this->privates['debug.security.firewall'])) {
  4091.             return $this->privates['debug.security.firewall'];
  4092.         }
  4093.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4094.     }
  4095.     /**
  4096.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4097.      *
  4098.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4099.      */
  4100.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4101.     {
  4102.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4103.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  4104.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  4105.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4106.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4107.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4108.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  4109.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4110.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  4111.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  4112.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  4113.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  4114.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  4115.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  4116.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  4117.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  4118.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  4119.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  4120.             'sulu_form.cache_invalidation_listener' => ['privates''sulu_form.cache_invalidation_listener''getSuluForm_CacheInvalidationListenerService'true],
  4121.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  4122.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  4123.         ], [
  4124.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  4125.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4126.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4127.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4128.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4129.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  4130.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4131.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  4132.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  4133.             'stof_doctrine_extensions.listener.tree' => '?',
  4134.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  4135.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  4136.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  4137.             'sulu_activity.domain_event_collector_subscriber' => '?',
  4138.             'sulu_contact.account_listener' => '?',
  4139.             'sulu_contact.doctrine.invalidation_listener' => '?',
  4140.             'sulu_core.doctrine.references' => '?',
  4141.             'sulu_form.cache_invalidation_listener' => '?',
  4142.             'sulu_media.doctrine.invalidation_listener' => '?',
  4143.             'sulu_security.permission_inheritance_subscriber' => '?',
  4144.         ]), [=> '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']);
  4145.     }
  4146.     /**
  4147.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4148.      *
  4149.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4150.      */
  4151.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4152.     {
  4153.         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);
  4154.     }
  4155.     /**
  4156.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4157.      *
  4158.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4159.      */
  4160.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4161.     {
  4162.         $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);
  4163.         $instance->setGlobalBasename('mapping');
  4164.         return $instance;
  4165.     }
  4166.     /**
  4167.      * Gets the private 'esi_listener' shared service.
  4168.      *
  4169.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4170.      */
  4171.     protected function getEsiListenerService()
  4172.     {
  4173.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4174.     }
  4175.     /**
  4176.      * Gets the private 'exception_listener' shared service.
  4177.      *
  4178.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4179.      */
  4180.     protected function getExceptionListenerService()
  4181.     {
  4182.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4183.     }
  4184.     /**
  4185.      * Gets the private 'form.registry' shared service.
  4186.      *
  4187.      * @return \Symfony\Component\Form\FormRegistry
  4188.      */
  4189.     protected function getForm_RegistryService()
  4190.     {
  4191.         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, [
  4192.             'App\\Form\\DepartementType' => ['privates''App\\Form\\DepartementType''getDepartementTypeService'true],
  4193.             'App\\Form\\PasswordForgetType' => ['privates''App\\Form\\PasswordForgetType''getPasswordForgetTypeService'true],
  4194.             'App\\Form\\PasswordResetType' => ['privates''App\\Form\\PasswordResetType''getPasswordResetTypeService'true],
  4195.             'App\\Form\\ProfileType' => ['privates''App\\Form\\ProfileType''getProfileTypeService'true],
  4196.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService'true],
  4197.             'App\\Form\\SocialMediaType' => ['privates''App\\Form\\SocialMediaType''getSocialMediaTypeService'true],
  4198.             'App\\Form\\TerritoryType' => ['privates''App\\Form\\TerritoryType''getTerritoryTypeService'true],
  4199.             'App\\Form\\ThematiquesType' => ['privates''App\\Form\\ThematiquesType''getThematiquesTypeService'true],
  4200.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  4201.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4202.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4203.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates''sulu_form.form_type''getSuluForm_FormTypeService'true],
  4204.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  4205.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  4206.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  4207.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  4208.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4209.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  4210.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4211.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4212.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4213.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4214.         ], [
  4215.             'App\\Form\\DepartementType' => '?',
  4216.             'App\\Form\\PasswordForgetType' => '?',
  4217.             'App\\Form\\PasswordResetType' => '?',
  4218.             'App\\Form\\ProfileType' => '?',
  4219.             'App\\Form\\RegistrationType' => '?',
  4220.             'App\\Form\\SocialMediaType' => '?',
  4221.             'App\\Form\\TerritoryType' => '?',
  4222.             'App\\Form\\ThematiquesType' => '?',
  4223.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  4224.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4225.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4226.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  4227.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  4228.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  4229.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  4230.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  4231.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4232.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  4233.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4234.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4235.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4236.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4237.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4238.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4239.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4240.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4241.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4242.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4243.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4244.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4245.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4246.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4247.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4248.         }, 1)], new RewindableGenerator(function () {
  4249.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4250.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4251.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4252.     }
  4253.     /**
  4254.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  4255.      *
  4256.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  4257.      */
  4258.     protected function getFosHttpCache_EventListener_TagService()
  4259.     {
  4260.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  4261.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  4262.             return $this->privates['fos_http_cache.event_listener.tag'];
  4263.         }
  4264.         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);
  4265.     }
  4266.     /**
  4267.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  4268.      *
  4269.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  4270.      */
  4271.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  4272.     {
  4273.         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());
  4274.     }
  4275.     /**
  4276.      * Gets the private 'fos_rest.body_listener' shared service.
  4277.      *
  4278.      * @return \FOS\RestBundle\EventListener\BodyListener
  4279.      */
  4280.     protected function getFosRest_BodyListenerService()
  4281.     {
  4282.         $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, [
  4283.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  4284.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  4285.         ], [
  4286.             'fos_rest.decoder.json' => '?',
  4287.             'fos_rest.decoder.xml' => '?',
  4288.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  4289.         $instance->setDefaultFormat(NULL);
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  4294.      *
  4295.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  4296.      */
  4297.     protected function getFosRest_Exception_CodesMapService()
  4298.     {
  4299.         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]);
  4300.     }
  4301.     /**
  4302.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  4303.      *
  4304.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  4305.      */
  4306.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  4307.     {
  4308.         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()));
  4309.     }
  4310.     /**
  4311.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  4312.      *
  4313.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  4314.      */
  4315.     protected function getFosRest_ZoneMatcherListenerService()
  4316.     {
  4317.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  4318.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  4319.         return $instance;
  4320.     }
  4321.     /**
  4322.      * Gets the private 'fragment.listener' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4325.      */
  4326.     protected function getFragment_ListenerService()
  4327.     {
  4328.         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');
  4329.     }
  4330.     /**
  4331.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  4332.      *
  4333.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  4334.      */
  4335.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  4336.     {
  4337.         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')]));
  4338.     }
  4339.     /**
  4340.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  4341.      *
  4342.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  4343.      */
  4344.     protected function getJmsSerializer_TraceableEventDispatcherService()
  4345.     {
  4346.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4347.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  4348.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  4349.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  4350.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  4351.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  4352.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  4353.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  4354.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  4355.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  4356.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  4357.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  4358.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  4359.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  4360.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  4361.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  4362.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  4363.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  4364.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  4365.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  4366.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  4367.             'sulu_article.serializer.article' => ['privates''sulu_article.serializer.article''getSuluArticle_Serializer_ArticleService'true],
  4368.             'sulu_article.serializer.urls' => ['privates''sulu_article.serializer.urls''getSuluArticle_Serializer_UrlsService'true],
  4369.             'sulu_article.serializer.article_page' => ['privates''sulu_article.serializer.article_page''getSuluArticle_Serializer_ArticlePageService'true],
  4370.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  4371.         ], [
  4372.             'jms_serializer.stopwatch_subscriber' => '?',
  4373.             'jms_serializer.traceable_runs_listener' => '?',
  4374.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4375.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  4376.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  4377.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  4378.             'sulu_core.representation_handler' => '?',
  4379.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  4380.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  4381.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  4382.             'sulu_security.document.serializer.subscriber.security' => '?',
  4383.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  4384.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  4385.             'sulu_page.document.serializer.subscriber.locale' => '?',
  4386.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  4387.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  4388.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  4389.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  4390.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  4391.             'sulu_hash.event_subscriber.serializer' => '?',
  4392.             'sulu_article.serializer.article' => '?',
  4393.             'sulu_article.serializer.urls' => '?',
  4394.             'sulu_article.serializer.article_page' => '?',
  4395.             'sulu_document_manager.serializer.subscriber.document' => '?',
  4396.         ]));
  4397.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  4398.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4399.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4400.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4401.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  4402.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  4403.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  4404.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4405.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4406.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  4407.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  4408.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  4409.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  4410.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4411.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  4412.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  4413.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  4414.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  4415.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  4416.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4417.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4418.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4419.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  4420.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4421.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4422.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4423.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  4424.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4425.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  4426.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addTypeOnPostSerialize'], NULL'json'NULL);
  4427.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addWebspaceSettingsOnPostSerialize'], NULL'json'NULL);
  4428.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addBrokenIndicatorOnPostSerialize'], NULL'json'NULL);
  4429.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article'=> 'addPageTitlePropertyNameOnPostSerialize'], NULL'json'NULL);
  4430.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.urls'=> 'addUrlsOnPostSerialize'], NULL'json'NULL);
  4431.         $instance->addListener('serializer.post_serialize', [=> 'sulu_article.serializer.article_page'=> 'addTitleOnPostSerialize'], NULL'json'NULL);
  4432.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  4433.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  4434.         return $instance;
  4435.     }
  4436.     /**
  4437.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  4438.      *
  4439.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  4440.      */
  4441.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  4442.     {
  4443.         $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, [
  4444.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  4445.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  4446.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  4447.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  4448.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  4449.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  4450.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  4451.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  4452.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  4453.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  4454.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  4455.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  4456.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  4457.         ], [
  4458.             'sulu_core.rest.datetime_handler' => '?',
  4459.             'jms_serializer.datetime_handler' => '?',
  4460.             'jms_serializer.array_collection_handler' => '?',
  4461.             'jms_serializer.iterator_handler' => '?',
  4462.             'jms_serializer.symfony_uid_handler' => '?',
  4463.             'sulu_page.document.serializer.handler.structure' => '?',
  4464.             'sulu_page.document.serializer.handler.extension_container' => '?',
  4465.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  4466.             'fos_rest.serializer.flatten_exception_handler' => '?',
  4467.             'jms_serializer.constraint_violation_handler' => '?',
  4468.             'sulu_admin.schema_handler' => '?',
  4469.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  4470.             'fos_rest.serializer.form_error_handler' => '?',
  4471.         ])));
  4472.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4473.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  4474.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  4475.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4476.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  4477.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  4478.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4479.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4480.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4481.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4482.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4483.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4484.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4485.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4486.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4487.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4488.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  4489.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  4490.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  4491.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  4492.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4493.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4494.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4495.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4496.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4497.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4498.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4499.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4500.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4501.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4502.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4503.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4504.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4505.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4506.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4507.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4508.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4509.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4510.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4511.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4512.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4513.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4514.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  4515.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  4516.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  4517.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  4518.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  4519.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4520.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4521.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4522.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4523.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4524.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4525.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  4526.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  4527.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4528.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4529.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4530.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4531.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4532.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4533.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4534.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4535.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4536.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4537.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  4538.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  4539.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  4540.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  4541.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4542.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4543.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4544.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4545.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4546.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4547.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4548.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4549.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4550.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4551.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4552.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4553.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4554.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4555.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4556.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4557.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4558.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4559.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4560.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4561.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4562.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4563.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4564.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4565.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4566.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4567.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4568.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  4569.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  4570.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  4571.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  4572.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  4573.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  4574.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  4575.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  4576.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  4577.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  4578.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  4583.      *
  4584.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  4585.      */
  4586.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  4587.     {
  4588.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4589.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  4590.         ], [
  4591.             'metadata_driver' => '?',
  4592.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4593.         $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')))));
  4594.         $a->setIncludeInterfaces(false);
  4595.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  4596.     }
  4597.     /**
  4598.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  4599.      *
  4600.      * @return \JMS\SerializerBundle\Debug\RunsListener
  4601.      */
  4602.     protected function getJmsSerializer_TraceableRunsListenerService()
  4603.     {
  4604.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  4605.     }
  4606.     /**
  4607.      * Gets the private 'locale_aware_listener' shared service.
  4608.      *
  4609.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4610.      */
  4611.     protected function getLocaleAwareListenerService()
  4612.     {
  4613.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4614.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4615.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4616.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4617.     }
  4618.     /**
  4619.      * Gets the private 'locale_listener' shared service.
  4620.      *
  4621.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4622.      */
  4623.     protected function getLocaleListenerService()
  4624.     {
  4625.         $a = ($this->services['router'] ?? $this->getRouterService());
  4626.         if (isset($this->privates['locale_listener'])) {
  4627.             return $this->privates['locale_listener'];
  4628.         }
  4629.         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, []);
  4630.     }
  4631.     /**
  4632.      * Gets the private 'massive_search.metadata.factory' shared service.
  4633.      *
  4634.      * @return \Metadata\MetadataFactory
  4635.      */
  4636.     protected function getMassiveSearch_Metadata_FactoryService()
  4637.     {
  4638.         $this->privates['massive_search.metadata.factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Massive\Bundle\SearchBundle\Search\Metadata\Driver\XmlDriver(($this->privates['sulu_search.search.factory'] ?? ($this->privates['sulu_search.search.factory'] = new \Sulu\Bundle\SearchBundle\Search\Factory())), new \Metadata\Driver\FileLocator(['Sulu\\Bundle\\ContactBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/massive-search'), 'Sulu\\Bundle\\MediaBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/massive-search'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/massive-search'), 'App\\Entity' => (\dirname(__DIR__5).'/config/massive-search')]))]), 'Metadata\\ClassHierarchyMetadata'true);
  4639.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/massive-search')));
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the private 'massive_search.metadata.field_evaluator' shared service.
  4644.      *
  4645.      * @return \Massive\Bundle\SearchBundle\Search\Metadata\FieldEvaluator
  4646.      */
  4647.     protected function getMassiveSearch_Metadata_FieldEvaluatorService()
  4648.     {
  4649.         return $this->privates['massive_search.metadata.field_evaluator'] = new \Massive\Bundle\SearchBundle\Search\Metadata\FieldEvaluator(new \Massive\Bundle\SearchBundle\Search\ExpressionLanguage\MassiveSearchExpressionLanguage());
  4650.     }
  4651.     /**
  4652.      * Gets the private 'massive_search.object_to_document_converter' shared service.
  4653.      *
  4654.      * @return \Massive\Bundle\SearchBundle\Search\ObjectToDocumentConverter
  4655.      */
  4656.     protected function getMassiveSearch_ObjectToDocumentConverterService()
  4657.     {
  4658.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4659.         if (isset($this->privates['massive_search.object_to_document_converter'])) {
  4660.             return $this->privates['massive_search.object_to_document_converter'];
  4661.         }
  4662.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4663.         if (isset($this->privates['massive_search.object_to_document_converter'])) {
  4664.             return $this->privates['massive_search.object_to_document_converter'];
  4665.         }
  4666.         $c = ($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService());
  4667.         if (isset($this->privates['massive_search.object_to_document_converter'])) {
  4668.             return $this->privates['massive_search.object_to_document_converter'];
  4669.         }
  4670.         $d = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  4671.         if (isset($this->privates['massive_search.object_to_document_converter'])) {
  4672.             return $this->privates['massive_search.object_to_document_converter'];
  4673.         }
  4674.         $e = new \Massive\Bundle\SearchBundle\Search\Converter\ConverterManager();
  4675.         $this->privates['massive_search.object_to_document_converter'] = $instance = new \Massive\Bundle\SearchBundle\Search\ObjectToDocumentConverter(($this->privates['sulu_search.search.factory'] ?? ($this->privates['sulu_search.search.factory'] = new \Sulu\Bundle\SearchBundle\Search\Factory())), ($this->privates['massive_search.metadata.field_evaluator'] ?? $this->getMassiveSearch_Metadata_FieldEvaluatorService()), $e);
  4676.         $f = ($this->services['massive_search.search_manager'] ?? $this->getMassiveSearch_SearchManagerService());
  4677.         $e->addConverter('date', new \Massive\Bundle\SearchBundle\Search\Converter\Types\DateConverter());
  4678.         $e->addConverter('json', new \Massive\Bundle\SearchBundle\Search\Converter\Types\JsonConverter());
  4679.         $e->addConverter('structure', new \Sulu\Bundle\SearchBundle\Search\Converter\StructureConverter($a$f$instance$b));
  4680.         $e->addConverter('category', new \Sulu\Bundle\CategoryBundle\Search\Converter\CategoryConverter($c$f$instance$b));
  4681.         $e->addConverter('tags', new \Sulu\Bundle\TagBundle\Search\TagsConverter($d));
  4682.         return $instance;
  4683.     }
  4684.     /**
  4685.      * Gets the private 'monolog.handler.console' shared service.
  4686.      *
  4687.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4688.      */
  4689.     protected function getMonolog_Handler_ConsoleService()
  4690.     {
  4691.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4692.     }
  4693.     /**
  4694.      * Gets the private 'monolog.handler.main' shared service.
  4695.      *
  4696.      * @return \Monolog\Handler\StreamHandler
  4697.      */
  4698.     protected function getMonolog_Handler_MainService()
  4699.     {
  4700.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 'debug'trueNULLfalse);
  4701.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4702.         return $instance;
  4703.     }
  4704.     /**
  4705.      * Gets the private 'monolog.logger' shared service.
  4706.      *
  4707.      * @return \Symfony\Bridge\Monolog\Logger
  4708.      */
  4709.     protected function getMonolog_LoggerService()
  4710.     {
  4711.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4712.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4713.         $instance->useMicrosecondTimestamps(true);
  4714.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4715.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4716.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4717.         return $instance;
  4718.     }
  4719.     /**
  4720.      * Gets the private 'monolog.logger.cache' shared service.
  4721.      *
  4722.      * @return \Symfony\Bridge\Monolog\Logger
  4723.      */
  4724.     protected function getMonolog_Logger_CacheService()
  4725.     {
  4726.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4727.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4728.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4729.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4730.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4731.         return $instance;
  4732.     }
  4733.     /**
  4734.      * Gets the private 'monolog.logger.request' shared service.
  4735.      *
  4736.      * @return \Symfony\Bridge\Monolog\Logger
  4737.      */
  4738.     protected function getMonolog_Logger_RequestService()
  4739.     {
  4740.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4741.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4742.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4743.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4744.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4745.         return $instance;
  4746.     }
  4747.     /**
  4748.      * Gets the private 'parameter_bag' shared service.
  4749.      *
  4750.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4751.      */
  4752.     protected function getParameterBagService()
  4753.     {
  4754.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4755.     }
  4756.     /**
  4757.      * Gets the private 'profiler_listener' shared service.
  4758.      *
  4759.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4760.      */
  4761.     protected function getProfilerListenerService()
  4762.     {
  4763.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4764.         if (isset($this->privates['profiler_listener'])) {
  4765.             return $this->privates['profiler_listener'];
  4766.         }
  4767.         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);
  4768.     }
  4769.     /**
  4770.      * Gets the private 'property_info' shared service.
  4771.      *
  4772.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4773.      */
  4774.     protected function getPropertyInfoService()
  4775.     {
  4776.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4777.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4778.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4779.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4780.         }, 3), new RewindableGenerator(function () {
  4781.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4782.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4783.         }, 2), new RewindableGenerator(function () {
  4784.             return new \EmptyIterator();
  4785.         }, 0), new RewindableGenerator(function () {
  4786.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4787.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4788.         }, 2), new RewindableGenerator(function () {
  4789.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4790.         }, 1));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'router.expression_language_provider' shared service.
  4794.      *
  4795.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4796.      */
  4797.     protected function getRouter_ExpressionLanguageProviderService()
  4798.     {
  4799.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4800.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4801.         ], [
  4802.             'env' => 'Closure',
  4803.         ]));
  4804.     }
  4805.     /**
  4806.      * Gets the private 'router.request_context' shared service.
  4807.      *
  4808.      * @return \Symfony\Component\Routing\RequestContext
  4809.      */
  4810.     protected function getRouter_RequestContextService()
  4811.     {
  4812.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4813.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4814.         return $instance;
  4815.     }
  4816.     /**
  4817.      * Gets the private 'security.csrf.token_storage' shared service.
  4818.      *
  4819.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4820.      */
  4821.     protected function getSecurity_Csrf_TokenStorageService()
  4822.     {
  4823.         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())));
  4824.     }
  4825.     /**
  4826.      * Gets the private 'security.firewall.map' shared service.
  4827.      *
  4828.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4829.      */
  4830.     protected function getSecurity_Firewall_MapService()
  4831.     {
  4832.         $a = ($this->privates['.service_locator.3gtmNbi'] ?? $this->get_ServiceLocator_3gtmNbiService());
  4833.         if (isset($this->privates['security.firewall.map'])) {
  4834.             return $this->privates['security.firewall.map'];
  4835.         }
  4836.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4837.             yield 'security.firewall.map.context.pqna' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4838.         }, 1));
  4839.     }
  4840.     /**
  4841.      * Gets the private 'security.helper' shared service.
  4842.      *
  4843.      * @return \Symfony\Component\Security\Core\Security
  4844.      */
  4845.     protected function getSecurity_HelperService()
  4846.     {
  4847.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4848.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4849.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4850.         ], [
  4851.             'security.authorization_checker' => '?',
  4852.             'security.token_storage' => '?',
  4853.         ]));
  4854.     }
  4855.     /**
  4856.      * Gets the private 'security.logout_url_generator' shared service.
  4857.      *
  4858.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4859.      */
  4860.     protected function getSecurity_LogoutUrlGeneratorService()
  4861.     {
  4862.         $a = ($this->services['router'] ?? $this->getRouterService());
  4863.         if (isset($this->privates['security.logout_url_generator'])) {
  4864.             return $this->privates['security.logout_url_generator'];
  4865.         }
  4866.         $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()));
  4867.         $instance->registerListener('pqna''sulu_community.logout''logout''_csrf_token'NULLNULL);
  4868.         return $instance;
  4869.     }
  4870.     /**
  4871.      * Gets the private 'session_listener' shared service.
  4872.      *
  4873.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4874.      */
  4875.     protected function getSessionListenerService()
  4876.     {
  4877.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4878.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4879.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4880.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4881.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4882.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4883.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4884.         ], [
  4885.             'initialized_session' => '?',
  4886.             'logger' => '?',
  4887.             'request_stack' => '?',
  4888.             'session' => '?',
  4889.             'session_collector' => '?',
  4890.             'session_factory' => '?',
  4891.         ]), true$this->parameters['session.storage.options']);
  4892.     }
  4893.     /**
  4894.      * Gets the private 'sulu.content.query_executor' shared service.
  4895.      *
  4896.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4897.      */
  4898.     protected function getSulu_Content_QueryExecutorService()
  4899.     {
  4900.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4901.         if (isset($this->privates['sulu.content.query_executor'])) {
  4902.             return $this->privates['sulu.content.query_executor'];
  4903.         }
  4904.         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))));
  4905.     }
  4906.     /**
  4907.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  4908.      *
  4909.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  4910.      */
  4911.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  4912.     {
  4913.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4914.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4915.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4916.         }
  4917.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4918.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4919.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4920.         }
  4921.         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);
  4922.     }
  4923.     /**
  4924.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  4925.      *
  4926.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  4927.      */
  4928.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  4929.     {
  4930.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4931.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4932.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4933.         }
  4934.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4935.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4936.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4937.         }
  4938.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4939.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4940.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4941.         }
  4942.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4943.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4944.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4945.         }
  4946.         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())));
  4947.     }
  4948.     /**
  4949.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4950.      *
  4951.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4952.      */
  4953.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4954.     {
  4955.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4956.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4957.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4958.         }
  4959.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4960.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4961.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4962.         }
  4963.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4964.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4965.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4966.         }
  4967.         $d = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4968.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4969.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4970.         }
  4971.         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()));
  4972.     }
  4973.     /**
  4974.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4975.      *
  4976.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4977.      */
  4978.     protected function getSuluActivity_DomainEventCollectorService()
  4979.     {
  4980.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4981.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4982.             return $this->privates['sulu_activity.domain_event_collector'];
  4983.         }
  4984.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4985.     }
  4986.     /**
  4987.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4988.      *
  4989.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4990.      */
  4991.     protected function getSuluActivity_DomainEventDispatcherService()
  4992.     {
  4993.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4994.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4995.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4996.         }
  4997.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4998.     }
  4999.     /**
  5000.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  5001.      *
  5002.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5003.      */
  5004.     protected function getSuluAdmin_CollaborationCacheService()
  5005.     {
  5006.         $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))));
  5007.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5008.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5009.     }
  5010.     /**
  5011.      * Gets the private 'sulu_article.content.data_provider.proxy_factory' shared service.
  5012.      *
  5013.      * @return \ProxyManager\Factory\LazyLoadingValueHolderFactory
  5014.      */
  5015.     protected function getSuluArticle_Content_DataProvider_ProxyFactoryService()
  5016.     {
  5017.         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()));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'sulu_article.factory.resource_item' shared service.
  5021.      *
  5022.      * @return \Sulu\Bundle\ArticleBundle\Content\ArticleResourceItemFactory
  5023.      */
  5024.     protected function getSuluArticle_Factory_ResourceItemService()
  5025.     {
  5026.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  5027.         if (isset($this->privates['sulu_article.factory.resource_item'])) {
  5028.             return $this->privates['sulu_article.factory.resource_item'];
  5029.         }
  5030.         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()));
  5031.     }
  5032.     /**
  5033.      * Gets the private 'sulu_article.resolver.webspaces' shared service.
  5034.      *
  5035.      * @return \Sulu\Bundle\ArticleBundle\Document\Resolver\WebspaceResolver
  5036.      */
  5037.     protected function getSuluArticle_Resolver_WebspacesService()
  5038.     {
  5039.         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([], []));
  5040.     }
  5041.     /**
  5042.      * Gets the private 'sulu_category.category_request_handler' shared service.
  5043.      *
  5044.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  5045.      */
  5046.     protected function getSuluCategory_CategoryRequestHandlerService()
  5047.     {
  5048.         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())));
  5049.     }
  5050.     /**
  5051.      * Gets the private 'sulu_core.cache.memoize' shared service.
  5052.      *
  5053.      * @return \Sulu\Component\Cache\Memoize
  5054.      */
  5055.     protected function getSuluCore_Cache_MemoizeService()
  5056.     {
  5057.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  5058.     }
  5059.     /**
  5060.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  5061.      *
  5062.      * @return \ProxyManager\Configuration
  5063.      */
  5064.     protected function getSuluCore_ProxyManager_ConfigurationService()
  5065.     {
  5066.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  5067.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  5068.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  5069.         return $instance;
  5070.     }
  5071.     /**
  5072.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  5073.      *
  5074.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  5075.      */
  5076.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  5077.     {
  5078.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  5079.         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)]));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  5083.      *
  5084.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  5085.      */
  5086.     protected function getSuluCustomUrls_DomainGeneratorService()
  5087.     {
  5088.         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())));
  5089.     }
  5090.     /**
  5091.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  5092.      *
  5093.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  5094.      */
  5095.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  5096.     {
  5097.         if ($lazyLoad) {
  5098.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  5099.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5100.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  5101.                     $proxy->setProxyInitializer(null);
  5102.                     return true;
  5103.                 });
  5104.             });
  5105.         }
  5106.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  5107.         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');
  5108.     }
  5109.     /**
  5110.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  5111.      *
  5112.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  5113.      */
  5114.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  5115.     {
  5116.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  5117.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  5118.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  5119.         }
  5120.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  5121.     }
  5122.     /**
  5123.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  5124.      *
  5125.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5126.      */
  5127.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  5128.     {
  5129.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5130.         $instance->addListener('sulu_form.handler.saved', [=> function () {
  5131.             return ($this->privates['App\\EventSubscriber\\InscriptionEventSubscriber'] ?? $this->load('getInscriptionEventSubscriberService'));
  5132.         }, => 'noPayboxInscription'], 0);
  5133.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5134.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  5135.         }, => 'onPublish'], 0);
  5136.         $instance->addListener('massive_search.pre_index', [=> function () {
  5137.             return ($this->privates['App\\EventSubscriber\\PagePublishSubscriber'] ?? $this->load('getPagePublishSubscriberService'));
  5138.         }, => 'onPreIndex'], -200);
  5139.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5140.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5141.         }, => 'handleFlush'], 0);
  5142.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5143.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5144.         }, => 'handlePrePersist'], 479);
  5145.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5146.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5147.         }, => 'handlePersist'], -10000);
  5148.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5149.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5150.         }, => 'handleRemove'], -10000);
  5151.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5152.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5153.         }, => 'handleRemoveLocale'], -10000);
  5154.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5155.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5156.         }, => 'handleCopyLocale'], -10000);
  5157.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5158.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  5159.         }, => 'handleCopy'], -10000);
  5160.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5161.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5162.         }, => 'storeSnippetToTrash'], 1024);
  5163.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5164.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5165.         }, => 'flushTrashItem'], 0);
  5166.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5167.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  5168.         }, => 'clearPendingTrashItem'], 0);
  5169.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5170.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5171.         }, => 'indexPersistedDocument'], -10);
  5172.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5173.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5174.         }, => 'indexPublishedDocument'], -256);
  5175.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5176.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5177.         }, => 'deindexRemovedDocument'], 600);
  5178.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5179.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5180.         }, => 'deindexUnpublishedDocument'], -1024);
  5181.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5182.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5183.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  5184.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5185.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  5186.         }, => 'deindexRemovedLocaleDocument'], -1024);
  5187.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5188.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  5189.         }, => 'preventRemoveWithChildren'], 4096);
  5190.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5191.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  5192.         }, => 'addForceRemoveChildrenOption'], 0);
  5193.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5194.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5195.         }, => 'handleConfigureOptions'], 0);
  5196.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5197.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5198.         }, => 'handleFlush'], 0);
  5199.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5200.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5201.         }, => 'handlePrePersist'], 479);
  5202.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5203.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5204.         }, => 'handlePersist'], -10000);
  5205.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5206.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5207.         }, => 'handleRemove'], -10000);
  5208.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5209.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5210.         }, => 'handleRemoveLocale'], -10000);
  5211.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5212.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5213.         }, => 'handleCopyLocale'], -10000);
  5214.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5215.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5216.         }, => 'handleCopy'], -10000);
  5217.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5218.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5219.         }, => 'handlePreMove'], 10000);
  5220.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5221.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5222.         }, => 'handleMove'], -10000);
  5223.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5224.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5225.         }, => 'handlePublish'], -10000);
  5226.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5227.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5228.         }, => 'handleUnpublish'], -10000);
  5229.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5230.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5231.         }, => 'handleRemoveDraft'], -10000);
  5232.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5233.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5234.         }, => 'handleRestore'], -10000);
  5235.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5236.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  5237.         }, => 'handleReorder'], -10000);
  5238.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5239.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5240.         }, => 'saveStructureData'], 0);
  5241.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5242.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5243.         }, => 'handlePersistStagedProperties'], 50);
  5244.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5245.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5246.         }, => 'handlePersistStructureType'], 100);
  5247.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5248.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5249.         }, => 'saveStructureData'], 0);
  5250.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5251.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5252.         }, => 'handleHydrate'], 0);
  5253.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5254.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  5255.         }, => 'configureOptions'], 0);
  5256.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5257.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  5258.         }, => 'handleMetadataLoad'], 0);
  5259.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5260.             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()));
  5261.         }, => 'handleMetadataLoad'], 0);
  5262.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5263.             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()));
  5264.         }, => 'handlePersist'], 15);
  5265.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5266.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5267.         }, => 'handlePersistDocument'], 10);
  5268.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5269.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5270.         }, => 'handleHydrate'], -200);
  5271.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5272.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5273.         }, => 'updateMovedDocument'], -128);
  5274.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5275.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5276.         }, => 'updateCopiedDocument'], -128);
  5277.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5278.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  5279.         }, => 'handlePersistRoute'], -128);
  5280.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5281.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5282.         }, => 'setWorkflowStageOnDocument'], 0);
  5283.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5284.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5285.         }, => 'setWorkflowStageToTest'], 0);
  5286.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5287.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5288.         }, => 'setWorkflowStageToPublished'], 0);
  5289.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5290.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5291.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  5292.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5293.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5294.         }, => 'setWorkflowStageToTestForCopy'], 0);
  5295.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5296.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  5297.         }, => 'setWorkflowStageToTestForRestore'], -32);
  5298.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5299.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5300.         }, => 'handleMetadataLoad'], 0);
  5301.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5302.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5303.         }, => 'handlePersistUpdateUrl'], 20);
  5304.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5305.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5306.         }, => 'saveShadowProperties'], 15);
  5307.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5308.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5309.         }, => 'handleHydrate'], 390);
  5310.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5311.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5312.         }, => 'saveShadowProperties'], 15);
  5313.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5314.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  5315.         }, => 'handleConfigureOptions'], 0);
  5316.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5317.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5318.         }, => 'copyShadowProperties'], -256);
  5319.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5320.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  5321.         }, => 'copyShadowProperties'], 0);
  5322.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5323.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5324.         }, => 'setTitleOnDocument'], -10);
  5325.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5326.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5327.         }, => 'setTitleOnNode'], 10);
  5328.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5329.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  5330.         }, => 'setTitleOnNode'], 10);
  5331.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5332.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  5333.         }, => 'handleHydrate'], 400);
  5334.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5335.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5336.         }, => 'saveExtensionData'], 10);
  5337.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5338.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5339.         }, => 'saveExtensionData'], 10);
  5340.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5341.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  5342.         }, => 'handleHydrate'], -10);
  5343.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5344.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5345.         }, => 'handlePersist'], 0);
  5346.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5347.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5348.         }, => 'handleMetadataLoad'], 0);
  5349.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5350.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  5351.         }, => 'handleReorder'], 0);
  5352.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5353.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5354.         }, => 'handlePersist'], 0);
  5355.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5356.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5357.         }, => 'handlePersistCreate'], 3);
  5358.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5359.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  5360.         }, => 'handleHydrate'], 0);
  5361.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5362.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5363.         }, => 'deleteUnavailableLocales'], 256);
  5364.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5365.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5366.         }, => 'handleWebspace'], 0);
  5367.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5368.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  5369.         }, => 'handleWebspace'], -10);
  5370.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5371.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5372.         }, => 'handleSetNodeOnPersist'], 490);
  5373.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5374.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5375.         }, => 'handlePersist'], 5);
  5376.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5377.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5378.         }, => 'handleHydrate'], 0);
  5379.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5380.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5381.         }, => 'handleRemove'], 550);
  5382.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5383.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  5384.         }, => 'handlePublish'], 0);
  5385.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5386.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  5387.         }, => 'handleMetadataLoad'], 0);
  5388.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5389.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  5390.         }, => 'handleMetadataLoad'], 0);
  5391.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5392.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5393.         }, => 'createNodeInPublicWorkspace'], -490);
  5394.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5395.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5396.         }, => 'removeNodeFromPublicWorkspace'], 0);
  5397.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5398.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5399.         }, => 'moveNodeInPublicWorkspace'], 0);
  5400.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5401.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5402.         }, => 'copyNodeInPublicWorkspace'], 0);
  5403.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5404.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5405.         }, => 'reorderNodeInPublicWorkspace'], 0);
  5406.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5407.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5408.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  5409.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5410.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5411.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  5412.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5413.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5414.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  5415.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5416.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5417.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  5418.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5419.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5420.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  5421.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5422.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  5423.         }, => 'flushPublicWorkspace'], 0);
  5424.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5425.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  5426.         }, => 'handleCopyLocale'], 0);
  5427.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5428.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5429.         }, => 'handlePreRemove'], 510);
  5430.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5431.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5432.         }, => 'handlePostRemove'], -100);
  5433.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5434.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5435.         }, => 'handlePersist'], 0);
  5436.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5437.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  5438.         }, => 'handleFlush'], 0);
  5439.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5440.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  5441.         }, => 'handleRemove'], 550);
  5442.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5443.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5444.         }, => 'storePageTranslationToTrash'], 1024);
  5445.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5446.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5447.         }, => 'storePageToTrash'], 1024);
  5448.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5449.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5450.         }, => 'flushTrashItem'], 0);
  5451.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5452.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  5453.         }, => 'clearPendingTrashItem'], 0);
  5454.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5455.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5456.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5457.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5458.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5459.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  5460.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5461.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5462.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5463.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5464.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  5465.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  5466.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5467.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5468.         }, => 'onClear'], -256);
  5469.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5470.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  5471.         }, => 'onFlush'], -256);
  5472.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5473.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5474.         }, => 'handleHydrate'], 500);
  5475.         $instance->addListener('sulu_document_manager.create', [=> function () {
  5476.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5477.         }, => 'handleCreate'], 500);
  5478.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5479.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5480.         }, => 'handleDefaultLocale'], 520);
  5481.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5482.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5483.         }, => 'handleDocumentFromRegistry'], 510);
  5484.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5485.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5486.         }, => 'handleStopPropagationAndResetLocale'], 509);
  5487.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5488.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5489.         }, => 'handleHydrate'], 490);
  5490.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5491.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5492.         }, => 'handleEndHydrate'], -500);
  5493.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5494.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5495.         }, => 'handlePersist'], 450);
  5496.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5497.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5498.         }, => 'handleNodeFromRegistry'], 510);
  5499.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5500.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5501.         }, => 'handleEndPersist'], -500);
  5502.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5503.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5504.         }, => 'handleRemove'], 490);
  5505.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5506.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5507.         }, => 'handleClear'], 500);
  5508.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5509.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5510.         }, => 'handleNodeFromRegistry'], 510);
  5511.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5512.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5513.         }, => 'configureOptions'], 0);
  5514.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5515.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5516.         }, => 'handleNodeFromRegistry'], 512);
  5517.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5518.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5519.         }, => 'handleNodeFromRegistry'], 512);
  5520.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5521.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5522.         }, => 'handleNodeFromRegistry'], 512);
  5523.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5524.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  5525.         }, => 'handleReorder'], 500);
  5526.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5527.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5528.         }, => 'setDocumentMixinsOnNode'], 468);
  5529.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5530.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5531.         }, => 'setDocumentMixinsOnNode'], 468);
  5532.         $instance->addListener('sulu_document_manager.find', [=> function () {
  5533.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5534.         }, => 'handleFind'], 500);
  5535.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5536.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5537.         }, => 'configureOptions'], 0);
  5538.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  5539.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5540.         }, => 'handleCreate'], 500);
  5541.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  5542.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5543.         }, => 'handleCreateBuilder'], 500);
  5544.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  5545.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5546.         }, => 'handleQueryExecute'], 500);
  5547.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5548.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5549.         }, => 'handleMove'], 400);
  5550.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5551.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5552.         }, => 'handleCopy'], 400);
  5553.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5554.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5555.         }, => 'handleClear'], 500);
  5556.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5557.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5558.         }, => 'handleFlush'], 500);
  5559.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5560.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  5561.         }, => 'handleRemove'], 500);
  5562.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5563.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5564.         }, => 'handleHydrate'], -100);
  5565.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5566.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5567.         }, => 'handleMapping'], -100);
  5568.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5569.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5570.         }, => 'handleMapping'], -128);
  5571.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  5572.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5573.         }, => 'refreshDocument'], 0);
  5574.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5575.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5576.         }, => 'refreshDocumentForDeleteDraft'], -512);
  5577.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5578.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  5579.         }, => 'setDefaultUser'], 0);
  5580.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5581.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5582.         }, => 'configureOptions'], 0);
  5583.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5584.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5585.         }, => 'handleScheduleRename'], 0);
  5586.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5587.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5588.         }, => 'handlePersist'], 480);
  5589.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5590.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5591.         }, => 'handleMove'], 480);
  5592.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5593.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5594.         }, => 'handleCopy'], 480);
  5595.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5596.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5597.         }, => 'handleRename'], 510);
  5598.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5599.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5600.         }, => 'handlePersist'], 485);
  5601.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5602.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5603.         }, => 'configureOptions'], 0);
  5604.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5605.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5606.         }, => 'setBlamesOnDocument'], 0);
  5607.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5608.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5609.         }, => 'setBlamesOnNodeForPersist'], 0);
  5610.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5611.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5612.         }, => 'setBlamesOnNodeForPublish'], 0);
  5613.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5614.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5615.         }, => 'setChangerForRestore'], -32);
  5616.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5617.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5618.         }, => 'setAuthorOnDocument'], 0);
  5619.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5620.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5621.         }, => 'setAuthorOnNode'], 0);
  5622.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5623.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5624.         }, => 'setAuthorOnNode'], 0);
  5625.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5626.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5627.         }, => 'setTimestampsOnNodeForPersist'], 0);
  5628.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5629.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5630.         }, => 'setTimestampsOnNodeForPublish'], 0);
  5631.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5632.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5633.         }, => 'setChangedForRestore'], -32);
  5634.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5635.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5636.         }, => 'setTimestampsOnDocument'], 0);
  5637.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5638.             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()));
  5639.         }, => 'setFinalNodeName'], 0);
  5640.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5641.             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()));
  5642.         }, => 'setInitialNodeName'], 0);
  5643.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5644.             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()));
  5645.         }, => 'setFinalNodeName'], -480);
  5646.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5647.             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()));
  5648.         }, => 'handleUuid'], 0);
  5649.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5650.             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()));
  5651.         }, => 'handleUuid'], 0);
  5652.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5653.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5654.         }, => 'handleLocale'], 410);
  5655.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5656.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5657.         }, => 'handleLocale'], 410);
  5658.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5659.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5660.         }, => 'handleHydrate'], 0);
  5661.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5662.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5663.         }, => 'handleChangeParent'], 0);
  5664.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5665.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5666.         }, => 'handleSetParentNodeFromDocument'], 490);
  5667.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5668.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5669.         }, => 'handleMove'], 0);
  5670.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5671.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  5672.         }, => 'handleHydrate'], 0);
  5673.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5674.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5675.         }, => 'setInitialPath'], 0);
  5676.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5677.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5678.         }, => 'setFinalPath'], -495);
  5679.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5680.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5681.         }, => 'setFinalPath'], 0);
  5682.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5683.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  5684.         }, => 'handlePersist'], 485);
  5685.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5686.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  5687.         }, => 'handlePersist'], 490);
  5688.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5689.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  5690.         }, => 'handlePersist'], 500);
  5691.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5692.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5693.         }, => 'handlePersist'], 0);
  5694.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5695.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5696.         }, => 'handleRemove'], 550);
  5697.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5698.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5699.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5700.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5701.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5702.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5703.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5704.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5705.         }, => 'storeCustomUrlToTrash'], 1024);
  5706.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5707.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5708.         }, => 'flushTrashItem'], 0);
  5709.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5710.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5711.         }, => 'clearPendingTrashItem'], 0);
  5712.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5713.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5714.         }, => 'handleHydrate'], 0);
  5715.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5716.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5717.         }, => 'handlePersist'], -2000);
  5718.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5719.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5720.         }, => 'handleRemove'], 1024);
  5721.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5722.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5723.         }, => 'handleRemoveLocale'], 1024);
  5724.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5725.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5726.         }, => 'handlePublish'], -2000);
  5727.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5728.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5729.         }, => 'handleCopy'], -2000);
  5730.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5731.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5732.         }, => 'handlePublish'], 10);
  5733.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5734.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5735.         }, => 'handleMove'], -1000);
  5736.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5737.             return ($this->privates['sulu_article.subscriber.date_sharding'] ?? $this->load('getSuluArticle_Subscriber_DateShardingService'));
  5738.         }, => 'handleSetParentNode'], 481);
  5739.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5740.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5741.         }, => 'hydratePageData'], -2000);
  5742.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5743.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5744.         }, => 'handleScheduleIndex'], -500);
  5745.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5746.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5747.         }, => 'handleChildrenPersist'], 0);
  5748.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5749.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5750.         }, => 'persistPageData'], -2000);
  5751.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5752.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5753.         }, => 'handleRemove'], -500);
  5754.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5755.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5756.         }, => 'handleRemoveLive'], -500);
  5757.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5758.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5759.         }, => 'handleRemovePage'], -500);
  5760.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5761.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5762.         }, => 'handleScheduleIndexLive'], 0);
  5763.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5764.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5765.         }, => 'handleScheduleIndex'], 0);
  5766.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5767.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5768.         }, => 'synchronizeChildren'], 0);
  5769.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5770.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5771.         }, => 'publishChildren'], 0);
  5772.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5773.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5774.         }, => 'persistPageData'], -2000);
  5775.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5776.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5777.         }, => 'persistPageDataOnReorder'], -2000);
  5778.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5779.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5780.         }, => 'handleUnpublish'], 0);
  5781.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5782.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5783.         }, => 'handleScheduleIndex'], -1024);
  5784.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5785.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5786.         }, => 'removeDraftChildren'], 0);
  5787.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5788.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5789.         }, => 'handleFlush'], -2048);
  5790.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5791.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5792.         }, => 'handleFlushLive'], -2048);
  5793.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5794.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5795.         }, => 'handleCopy'], 0);
  5796.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5797.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5798.         }, => 'handleMetadataLoad'], 0);
  5799.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5800.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5801.         }, => 'handleRemoveLocale'], -500);
  5802.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5803.             return ($this->privates['sulu_article.subscriber.article'] ?? $this->load('getSuluArticle_Subscriber_ArticleService'));
  5804.         }, => 'handleRemoveLocaleLive'], -500);
  5805.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5806.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5807.         }, => 'loadProperties'], 0);
  5808.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5809.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5810.         }, => 'saveProperties'], 0);
  5811.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5812.             return ($this->privates['sulu_article.subscriber.webspace'] ?? $this->load('getSuluArticle_Subscriber_WebspaceService'));
  5813.         }, => 'saveProperties'], 0);
  5814.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5815.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5816.         }, => 'handleHydrate'], 0);
  5817.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5818.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5819.         }, => 'handlePersist'], -1024);
  5820.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5821.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5822.         }, => 'handleRemove'], 5);
  5823.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5824.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5825.         }, => 'handlePublishPageNumber'], -1024);
  5826.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5827.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5828.         }, => 'handleReorder'], 0);
  5829.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5830.             return ($this->privates['sulu_article.subscriber.page'] ?? $this->load('getSuluArticle_Subscriber_PageService'));
  5831.         }, => 'handleRestore'], -1024);
  5832.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5833.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5834.         }, => 'setParentOnHydrate'], 1);
  5835.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5836.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5837.         }, => 'checkOptions'], 10000);
  5838.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5839.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5840.         }, => 'setTitleOnPersist'], 2000);
  5841.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5842.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5843.         }, => 'setNodeOnPersist'], 480);
  5844.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5845.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5846.         }, => 'setPageTitleOnPersist'], 0);
  5847.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5848.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5849.         }, => 'setStructureTypeToParent'], -2000);
  5850.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5851.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5852.         }, => 'setWorkflowStageOnArticle'], -2000);
  5853.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5854.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5855.         }, => 'setWorkflowStageOnArticle'], 0);
  5856.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  5857.             return ($this->privates['sulu_article.subscriber.article_page'] ?? $this->load('getSuluArticle_Subscriber_ArticlePageService'));
  5858.         }, => 'handleMetadataLoad'], 0);
  5859.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5860.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5861.         }, => 'handleFlush'], 0);
  5862.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5863.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5864.         }, => 'handlePrePersist'], 479);
  5865.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5866.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5867.         }, => 'handlePersist'], -10000);
  5868.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5869.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5870.         }, => 'handleRemove'], -10000);
  5871.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5872.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5873.         }, => 'handleRemoveLocale'], -10000);
  5874.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  5875.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5876.         }, => 'handleCopyLocale'], -10000);
  5877.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5878.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5879.         }, => 'handleCopy'], -10000);
  5880.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5881.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5882.         }, => 'handlePublish'], -10000);
  5883.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5884.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5885.         }, => 'handleUnpublish'], -10000);
  5886.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5887.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5888.         }, => 'handleRemoveDraft'], -10000);
  5889.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5890.             return ($this->privates['sulu_article.document_manager.event_subscriber'] ?? $this->load('getSuluArticle_DocumentManager_EventSubscriberService'));
  5891.         }, => 'handleRestore'], -10000);
  5892.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5893.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5894.         }, => 'storeArticleToTrash'], 1024);
  5895.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5896.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5897.         }, => 'storeArticleTranslationToTrash'], 1024);
  5898.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5899.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5900.         }, => 'flushTrashItem'], 0);
  5901.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5902.             return ($this->privates['sulu_article.article_trash_subscriber'] ?? $this->load('getSuluArticle_ArticleTrashSubscriberService'));
  5903.         }, => 'clearPendingTrashItem'], 0);
  5904.         return $instance;
  5905.     }
  5906.     /**
  5907.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  5908.      *
  5909.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  5910.      */
  5911.     protected function getSuluDocumentManager_MetadataFactoryService()
  5912.     {
  5913.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  5914.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  5915.             return $this->privates['sulu_document_manager.metadata_factory'];
  5916.         }
  5917.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  5918.     }
  5919.     /**
  5920.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  5921.      *
  5922.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  5923.      */
  5924.     protected function getSuluDocumentManager_NamespaceRegistryService()
  5925.     {
  5926.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  5927.     }
  5928.     /**
  5929.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  5930.      *
  5931.      * @return \Sulu\Component\DocumentManager\NodeManager
  5932.      */
  5933.     protected function getSuluDocumentManager_NodeManagerService()
  5934.     {
  5935.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5936.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  5937.             return $this->privates['sulu_document_manager.node_manager'];
  5938.         }
  5939.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  5940.     }
  5941.     /**
  5942.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  5943.      *
  5944.      * @return \Sulu\Component\DocumentManager\PathBuilder
  5945.      */
  5946.     protected function getSuluDocumentManager_PathBuilderService()
  5947.     {
  5948.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  5949.     }
  5950.     /**
  5951.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  5952.      *
  5953.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  5954.      */
  5955.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  5956.     {
  5957.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  5958.     }
  5959.     /**
  5960.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  5961.      *
  5962.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  5963.      */
  5964.     protected function getSuluDocumentManager_ProxyFactoryService()
  5965.     {
  5966.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  5967.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5968.             return $this->privates['sulu_document_manager.proxy_factory'];
  5969.         }
  5970.         $b = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  5971.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5972.             return $this->privates['sulu_document_manager.proxy_factory'];
  5973.         }
  5974.         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);
  5975.     }
  5976.     /**
  5977.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  5978.      *
  5979.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  5980.      */
  5981.     protected function getSuluDocumentManager_SessionManagerService()
  5982.     {
  5983.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5984.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  5985.             return $this->privates['sulu_document_manager.session_manager'];
  5986.         }
  5987.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  5988.     }
  5989.     /**
  5990.      * Gets the private 'sulu_form.builder' shared service.
  5991.      *
  5992.      * @return \Sulu\Bundle\FormBundle\Form\Builder
  5993.      */
  5994.     protected function getSuluForm_BuilderService()
  5995.     {
  5996.         $a = ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService());
  5997.         if (isset($this->privates['sulu_form.builder'])) {
  5998.             return $this->privates['sulu_form.builder'];
  5999.         }
  6000.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  6001.         if (isset($this->privates['sulu_form.builder'])) {
  6002.             return $this->privates['sulu_form.builder'];
  6003.         }
  6004.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6005.         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);
  6006.     }
  6007.     /**
  6008.      * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  6009.      *
  6010.      * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  6011.      */
  6012.     protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  6013.     {
  6014.         $a = ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService());
  6015.         if (isset($this->privates['sulu_form.configuration.form_configuration_factory'])) {
  6016.             return $this->privates['sulu_form.configuration.form_configuration_factory'];
  6017.         }
  6018.         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');
  6019.     }
  6020.     /**
  6021.      * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  6022.      *
  6023.      * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  6024.      */
  6025.     protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  6026.     {
  6027.         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()]);
  6028.     }
  6029.     /**
  6030.      * Gets the private 'sulu_form.handler' shared service.
  6031.      *
  6032.      * @return \Sulu\Bundle\FormBundle\Form\Handler
  6033.      */
  6034.     protected function getSuluForm_HandlerService()
  6035.     {
  6036.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6037.         if (isset($this->privates['sulu_form.handler'])) {
  6038.             return $this->privates['sulu_form.handler'];
  6039.         }
  6040.         $b = ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService'));
  6041.         if (isset($this->privates['sulu_form.handler'])) {
  6042.             return $this->privates['sulu_form.handler'];
  6043.         }
  6044.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6045.         if (isset($this->privates['sulu_form.handler'])) {
  6046.             return $this->privates['sulu_form.handler'];
  6047.         }
  6048.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6049.         if (isset($this->privates['sulu_form.handler'])) {
  6050.             return $this->privates['sulu_form.handler'];
  6051.         }
  6052.         $e = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  6053.         if (isset($this->privates['sulu_form.handler'])) {
  6054.             return $this->privates['sulu_form.handler'];
  6055.         }
  6056.         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');
  6057.     }
  6058.     /**
  6059.      * Gets the private 'sulu_form.private_media_subscriber' shared service.
  6060.      *
  6061.      * @return \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber
  6062.      */
  6063.     protected function getSuluForm_PrivateMediaSubscriberService()
  6064.     {
  6065.         $a = ($this->services['router'] ?? $this->getRouterService());
  6066.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  6067.             return $this->privates['sulu_form.private_media_subscriber'];
  6068.         }
  6069.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6070.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  6071.             return $this->privates['sulu_form.private_media_subscriber'];
  6072.         }
  6073.         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()));
  6074.     }
  6075.     /**
  6076.      * Gets the private 'sulu_form.repository.dynamic' shared service.
  6077.      *
  6078.      * @return \Sulu\Bundle\FormBundle\Repository\DynamicRepository
  6079.      */
  6080.     protected function getSuluForm_Repository_DynamicService()
  6081.     {
  6082.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6083.         if (isset($this->privates['sulu_form.repository.dynamic'])) {
  6084.             return $this->privates['sulu_form.repository.dynamic'];
  6085.         }
  6086.         return $this->privates['sulu_form.repository.dynamic'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Dynamic');
  6087.     }
  6088.     /**
  6089.      * Gets the private 'sulu_form.repository.form' shared service.
  6090.      *
  6091.      * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  6092.      */
  6093.     protected function getSuluForm_Repository_FormService()
  6094.     {
  6095.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6096.         if (isset($this->privates['sulu_form.repository.form'])) {
  6097.             return $this->privates['sulu_form.repository.form'];
  6098.         }
  6099.         return $this->privates['sulu_form.repository.form'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  6100.     }
  6101.     /**
  6102.      * Gets the private 'sulu_form.request_listener' shared service.
  6103.      *
  6104.      * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  6105.      */
  6106.     protected function getSuluForm_RequestListenerService()
  6107.     {
  6108.         $a = ($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService());
  6109.         if (isset($this->privates['sulu_form.request_listener'])) {
  6110.             return $this->privates['sulu_form.request_listener'];
  6111.         }
  6112.         $b = ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService());
  6113.         if (isset($this->privates['sulu_form.request_listener'])) {
  6114.             return $this->privates['sulu_form.request_listener'];
  6115.         }
  6116.         $c = ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService());
  6117.         if (isset($this->privates['sulu_form.request_listener'])) {
  6118.             return $this->privates['sulu_form.request_listener'];
  6119.         }
  6120.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6121.         if (isset($this->privates['sulu_form.request_listener'])) {
  6122.             return $this->privates['sulu_form.request_listener'];
  6123.         }
  6124.         return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener($a$b$c$d);
  6125.     }
  6126.     /**
  6127.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  6128.      *
  6129.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  6130.      */
  6131.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  6132.     {
  6133.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  6134.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  6135.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  6136.         }
  6137.         $b = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  6138.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6139.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  6140.         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')]);
  6141.     }
  6142.     /**
  6143.      * Gets the private 'sulu_markup.parser' shared service.
  6144.      *
  6145.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  6146.      */
  6147.     protected function getSuluMarkup_ParserService()
  6148.     {
  6149.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  6150.         if (isset($this->privates['sulu_markup.parser'])) {
  6151.             return $this->privates['sulu_markup.parser'];
  6152.         }
  6153.         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')))]));
  6154.     }
  6155.     /**
  6156.      * Gets the private 'sulu_markup.response_listener' shared service.
  6157.      *
  6158.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  6159.      */
  6160.     protected function getSuluMarkup_ResponseListenerService()
  6161.     {
  6162.         $a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  6163.         if (isset($this->privates['sulu_markup.response_listener'])) {
  6164.             return $this->privates['sulu_markup.response_listener'];
  6165.         }
  6166.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
  6167.     }
  6168.     /**
  6169.      * Gets the private 'sulu_media.type_manager' shared service.
  6170.      *
  6171.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  6172.      */
  6173.     protected function getSuluMedia_TypeManagerService()
  6174.     {
  6175.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6176.         if (isset($this->privates['sulu_media.type_manager'])) {
  6177.             return $this->privates['sulu_media.type_manager'];
  6178.         }
  6179.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  6180.     }
  6181.     /**
  6182.      * Gets the private 'sulu_page.export.manager' shared service.
  6183.      *
  6184.      * @return \Sulu\Component\Export\Manager\ExportManager
  6185.      */
  6186.     protected function getSuluPage_Export_ManagerService()
  6187.     {
  6188.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6189.         $instance->add('number''1.2.xliff', ['translate' => true]);
  6190.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  6191.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  6192.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  6193.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  6194.         $instance->add('link''1.2.xliff', ['translate' => false]);
  6195.         $instance->add('block''1.2.xliff', ['translate' => false]);
  6196.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  6197.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  6198.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  6199.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  6200.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  6201.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  6202.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  6203.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  6204.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  6205.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  6206.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  6207.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  6208.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  6209.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  6210.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  6211.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  6212.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  6213.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  6214.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  6215.         $instance->add('password''1.2.xliff', ['translate' => false]);
  6216.         $instance->add('url''1.2.xliff', ['translate' => false]);
  6217.         $instance->add('email''1.2.xliff', ['translate' => false]);
  6218.         $instance->add('date''1.2.xliff', ['translate' => false]);
  6219.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  6220.         $instance->add('time''1.2.xliff', ['translate' => false]);
  6221.         $instance->add('color''1.2.xliff', ['translate' => false]);
  6222.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  6223.         $instance->add('select''1.2.xliff', ['translate' => false]);
  6224.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  6225.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  6226.         $instance->add('location''1.2.xliff', ['translate' => false]);
  6227.         $instance->add('route''1.2.xliff', ['translate' => false]);
  6228.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  6229.         return $instance;
  6230.     }
  6231.     /**
  6232.      * Gets the private 'sulu_page.import.manager' shared service.
  6233.      *
  6234.      * @return \Sulu\Component\Import\Manager\ImportManager
  6235.      */
  6236.     protected function getSuluPage_Import_ManagerService()
  6237.     {
  6238.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  6239.     }
  6240.     /**
  6241.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  6242.      *
  6243.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  6244.      */
  6245.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  6246.     {
  6247.         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']);
  6248.     }
  6249.     /**
  6250.      * Gets the private 'sulu_preview.preview.cache' shared service.
  6251.      *
  6252.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6253.      */
  6254.     protected function getSuluPreview_Preview_CacheService()
  6255.     {
  6256.         $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))));
  6257.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6258.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6259.     }
  6260.     /**
  6261.      * Gets the private 'sulu_route.routing.provider' shared service.
  6262.      *
  6263.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  6264.      */
  6265.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  6266.     {
  6267.         if ($lazyLoad) {
  6268.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  6269.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6270.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  6271.                     $proxy->setProxyInitializer(null);
  6272.                     return true;
  6273.                 });
  6274.             });
  6275.         }
  6276.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  6277.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  6278.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  6279.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  6280.         include_once \dirname(__DIR__5).'/vendor/sulu/article-bundle/Routing/ArticleRouteDefaultProvider.php';
  6281.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6282.         $b = ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService());
  6283.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  6284.         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]);
  6285.     }
  6286.     /**
  6287.      * Gets the private 'sulu_security.access_control_manager' shared service.
  6288.      *
  6289.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  6290.      */
  6291.     protected function getSuluSecurity_AccessControlManagerService()
  6292.     {
  6293.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6294.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6295.             return $this->privates['sulu_security.access_control_manager'];
  6296.         }
  6297.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6298.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6299.             return $this->privates['sulu_security.access_control_manager'];
  6300.         }
  6301.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6302.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6303.             return $this->privates['sulu_security.access_control_manager'];
  6304.         }
  6305.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  6306.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6307.             return $this->privates['sulu_security.access_control_manager'];
  6308.         }
  6309.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6310.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  6311.             return $this->privates['sulu_security.access_control_manager'];
  6312.         }
  6313.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  6314.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  6315.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  6316.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  6317.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  6318.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  6319.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  6324.      *
  6325.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  6326.      */
  6327.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  6328.     {
  6329.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6330.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6331.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6332.         }
  6333.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6334.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  6335.             return $this->privates['sulu_security.access_control_query_enhancer'];
  6336.         }
  6337.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  6338.     }
  6339.     /**
  6340.      * Gets the private 'sulu_security.event_listener.security' shared service.
  6341.      *
  6342.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  6343.      */
  6344.     protected function getSuluSecurity_EventListener_SecurityService()
  6345.     {
  6346.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  6347.     }
  6348.     /**
  6349.      * Gets the private 'sulu_security.system_listener' shared service.
  6350.      *
  6351.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  6352.      */
  6353.     protected function getSuluSecurity_SystemListenerService()
  6354.     {
  6355.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  6356.         if (isset($this->privates['sulu_security.system_listener'])) {
  6357.             return $this->privates['sulu_security.system_listener'];
  6358.         }
  6359.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6360.         if (isset($this->privates['sulu_security.system_listener'])) {
  6361.             return $this->privates['sulu_security.system_listener'];
  6362.         }
  6363.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a$b'website');
  6364.     }
  6365.     /**
  6366.      * Gets the private 'sulu_security.system_store' shared service.
  6367.      *
  6368.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  6369.      */
  6370.     protected function getSuluSecurity_SystemStoreService()
  6371.     {
  6372.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  6373.         if (isset($this->privates['sulu_security.system_store'])) {
  6374.             return $this->privates['sulu_security.system_store'];
  6375.         }
  6376.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  6377.     }
  6378.     /**
  6379.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  6380.      *
  6381.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  6382.      */
  6383.     protected function getSuluTag_TagRequestHandlerService()
  6384.     {
  6385.         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())));
  6386.     }
  6387.     /**
  6388.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  6389.      *
  6390.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  6391.      */
  6392.     protected function getSuluTrash_TrashItemRepositoryService()
  6393.     {
  6394.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6395.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6396.             return $this->privates['sulu_trash.trash_item_repository'];
  6397.         }
  6398.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6399.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  6400.             return $this->privates['sulu_trash.trash_item_repository'];
  6401.         }
  6402.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a$b);
  6403.     }
  6404.     /**
  6405.      * Gets the private 'sulu_trash.trash_manager' shared service.
  6406.      *
  6407.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  6408.      */
  6409.     protected function getSuluTrash_TrashManagerService()
  6410.     {
  6411.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  6412.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6413.             return $this->privates['sulu_trash.trash_manager'];
  6414.         }
  6415.         $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  6416.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  6417.             return $this->privates['sulu_trash.trash_manager'];
  6418.         }
  6419.         $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6420.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  6421.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  6422.             'articles' => ['privates''sulu_article.article_trash_item_handler''getSuluArticle_ArticleTrashItemHandlerService'true],
  6423.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  6424.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  6425.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  6426.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  6427.             'forms' => ['privates''sulu_form.form_trash_item_handler''getSuluForm_FormTrashItemHandlerService'true],
  6428.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6429.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  6430.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  6431.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  6432.         ], [
  6433.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  6434.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  6435.             'articles' => 'Sulu\\Bundle\\ArticleBundle\\Trash\\ArticleTrashItemHandler',
  6436.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  6437.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  6438.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  6439.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  6440.             'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  6441.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6442.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  6443.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  6444.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  6445.         ]);
  6446.         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, [
  6447.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  6448.         ], [
  6449.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  6450.         ]));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  6454.      *
  6455.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  6456.      */
  6457.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  6458.     {
  6459.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6460.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6461.             return $this->privates['sulu_website.analytics.response_listener'];
  6462.         }
  6463.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6464.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6465.             return $this->privates['sulu_website.analytics.response_listener'];
  6466.         }
  6467.         $c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
  6468.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  6469.             return $this->privates['sulu_website.analytics.response_listener'];
  6470.         }
  6471.         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")) : ("")));
  6472.     }
  6473.     /**
  6474.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  6475.      *
  6476.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  6477.      */
  6478.     protected function getSuluWebsite_EventListener_TranslatorService()
  6479.     {
  6480.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  6481.     }
  6482.     /**
  6483.      * Gets the private 'sulu_website.router_listener' shared service.
  6484.      *
  6485.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  6486.      */
  6487.     protected function getSuluWebsite_RouterListenerService()
  6488.     {
  6489.         $a = ($this->services['router'] ?? $this->getRouterService());
  6490.         if (isset($this->privates['sulu_website.router_listener'])) {
  6491.             return $this->privates['sulu_website.router_listener'];
  6492.         }
  6493.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6494.         if (isset($this->privates['sulu_website.router_listener'])) {
  6495.             return $this->privates['sulu_website.router_listener'];
  6496.         }
  6497.         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);
  6498.     }
  6499.     /**
  6500.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  6501.      *
  6502.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  6503.      */
  6504.     protected function getSuluWebsite_Routing_RequestListenerService()
  6505.     {
  6506.         $a = ($this->services['router'] ?? $this->getRouterService());
  6507.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6508.             return $this->privates['sulu_website.routing.request_listener'];
  6509.         }
  6510.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6511.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  6512.             return $this->privates['sulu_website.routing.request_listener'];
  6513.         }
  6514.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  6515.     }
  6516.     /**
  6517.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  6518.      *
  6519.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  6520.      */
  6521.     protected function getSuluWebsite_SegmentSubscriberService()
  6522.     {
  6523.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  6524.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  6525.             return $this->privates['sulu_website.segment_subscriber'];
  6526.         }
  6527.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  6528.     }
  6529.     /**
  6530.      * Gets the private 'translator.default' shared service.
  6531.      *
  6532.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6533.      */
  6534.     protected function getTranslator_DefaultService()
  6535.     {
  6536.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6537.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  6538.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  6539.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  6540.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  6541.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  6542.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  6543.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  6544.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  6545.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  6546.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  6547.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  6548.         ], [
  6549.             'translation.loader.csv' => '?',
  6550.             'translation.loader.dat' => '?',
  6551.             'translation.loader.ini' => '?',
  6552.             'translation.loader.json' => '?',
  6553.             'translation.loader.mo' => '?',
  6554.             'translation.loader.php' => '?',
  6555.             'translation.loader.po' => '?',
  6556.             'translation.loader.qt' => '?',
  6557.             'translation.loader.res' => '?',
  6558.             'translation.loader.xliff' => '?',
  6559.             'translation.loader.yml' => '?',
  6560.         ]), 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']]], []);
  6561.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6562.         $instance->setFallbackLocales([=> 'en']);
  6563.         return $instance;
  6564.     }
  6565.     /**
  6566.      * Gets the private 'twig.loader.native_filesystem' shared service.
  6567.      *
  6568.      * @return \Twig\Loader\FilesystemLoader
  6569.      */
  6570.     protected function getTwig_Loader_NativeFilesystemService()
  6571.     {
  6572.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  6573.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  6574.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  6575.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  6576.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  6577.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  6578.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  6579.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  6580.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  6581.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  6582.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  6583.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  6584.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  6585.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  6586.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  6587.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  6588.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  6589.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  6590.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  6591.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  6592.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  6593.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  6594.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  6595.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  6596.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  6597.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  6598.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  6599.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  6600.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  6601.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  6602.         $instance->addPath((\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  6603.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), 'ONGRElasticsearch');
  6604.         $instance->addPath((\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle/Resources/views'), '!ONGRElasticsearch');
  6605.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), 'SuluArticle');
  6606.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/views'), '!SuluArticle');
  6607.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), 'SuluCommunity');
  6608.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), '!SuluCommunity');
  6609.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  6610.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  6611.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  6612.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6613.         return $instance;
  6614.     }
  6615.     /**
  6616.      * Gets the private 'url_helper' shared service.
  6617.      *
  6618.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  6619.      */
  6620.     protected function getUrlHelperService()
  6621.     {
  6622.         $a = ($this->services['router'] ?? $this->getRouterService());
  6623.         if (isset($this->privates['url_helper'])) {
  6624.             return $this->privates['url_helper'];
  6625.         }
  6626.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  6627.     }
  6628.     /**
  6629.      * Gets the private 'validator.builder' shared service.
  6630.      *
  6631.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6632.      */
  6633.     protected function getValidator_BuilderService()
  6634.     {
  6635.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6636.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6637.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6638.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6639.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6640.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6641.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6642.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6643.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6644.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6645.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6646.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6647.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6648.             'blocked_validator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6649.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6650.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6651.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  6652.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  6653.             'exist_validator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6654.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6655.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6656.         ], [
  6657.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  6658.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  6659.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => '?',
  6660.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => '?',
  6661.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6662.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  6663.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6664.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6665.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6666.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6667.             'blocked_validator' => '?',
  6668.             'cmf_routing.validator.route_defaults' => '?',
  6669.             'doctrine.orm.validator.unique' => '?',
  6670.             'ewz_recaptcha.true' => '?',
  6671.             'ewz_recaptcha.v3.true' => '?',
  6672.             'exist_validator' => '?',
  6673.             'security.validator.user_password' => '?',
  6674.             'validator.expression' => '?',
  6675.         ])));
  6676.         if ($this->has('translator')) {
  6677.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6678.         }
  6679.         $instance->setTranslationDomain('validators');
  6680.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/validation.xml')]);
  6681.         $instance->enableAnnotationMapping(true);
  6682.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6683.         $instance->addMethodMapping('loadValidatorMetadata');
  6684.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6685.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6686.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6687.         return $instance;
  6688.     }
  6689.     /**
  6690.      * Gets the private 'var_dumper.html_dumper' shared service.
  6691.      *
  6692.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6693.      */
  6694.     protected function getVarDumper_HtmlDumperService()
  6695.     {
  6696.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6697.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6698.         return $instance;
  6699.     }
  6700.     /**
  6701.      * Gets the private 'var_dumper.server_connection' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\VarDumper\Server\Connection
  6704.      */
  6705.     protected function getVarDumper_ServerConnectionService()
  6706.     {
  6707.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  6708.         if (isset($this->privates['var_dumper.server_connection'])) {
  6709.             return $this->privates['var_dumper.server_connection'];
  6710.         }
  6711.         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()]);
  6712.     }
  6713.     /**
  6714.      * Gets the private 'web_profiler.csp.handler' shared service.
  6715.      *
  6716.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6717.      */
  6718.     protected function getWebProfiler_Csp_HandlerService()
  6719.     {
  6720.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6721.     }
  6722.     /**
  6723.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6724.      *
  6725.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6726.      */
  6727.     protected function getWebProfiler_DebugToolbarService()
  6728.     {
  6729.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6730.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6731.             return $this->privates['web_profiler.debug_toolbar'];
  6732.         }
  6733.         $b = ($this->services['router'] ?? $this->getRouterService());
  6734.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6735.             return $this->privates['web_profiler.debug_toolbar'];
  6736.         }
  6737.         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()));
  6738.     }
  6739.     /**
  6740.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6741.      *
  6742.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6743.      */
  6744.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6745.     {
  6746.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6747.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  6748.         ], [
  6749.             '_default' => '?',
  6750.         ]), '_default');
  6751.     }
  6752.     /**
  6753.      * Gets the public 'cache_clearer' alias.
  6754.      *
  6755.      * @return object The ".container.private.cache_clearer" service.
  6756.      */
  6757.     protected function getCacheClearerService()
  6758.     {
  6759.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6760.         return $this->get('.container.private.cache_clearer');
  6761.     }
  6762.     /**
  6763.      * Gets the public 'filesystem' alias.
  6764.      *
  6765.      * @return object The ".container.private.filesystem" service.
  6766.      */
  6767.     protected function getFilesystemService()
  6768.     {
  6769.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6770.         return $this->get('.container.private.filesystem');
  6771.     }
  6772.     /**
  6773.      * Gets the public 'serializer' alias.
  6774.      *
  6775.      * @return object The ".container.private.serializer" service.
  6776.      */
  6777.     protected function getSerializerService()
  6778.     {
  6779.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6780.         return $this->get('.container.private.serializer');
  6781.     }
  6782.     /**
  6783.      * Gets the public 'security.csrf.token_manager' alias.
  6784.      *
  6785.      * @return object The ".container.private.security.csrf.token_manager" service.
  6786.      */
  6787.     protected function getSecurity_Csrf_TokenManagerService()
  6788.     {
  6789.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6790.         return $this->get('.container.private.security.csrf.token_manager');
  6791.     }
  6792.     /**
  6793.      * Gets the public 'form.factory' alias.
  6794.      *
  6795.      * @return object The ".container.private.form.factory" service.
  6796.      */
  6797.     protected function getForm_FactoryService()
  6798.     {
  6799.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6800.         return $this->get('.container.private.form.factory');
  6801.     }
  6802.     /**
  6803.      * Gets the public 'form.type.file' alias.
  6804.      *
  6805.      * @return object The ".container.private.form.type.file" service.
  6806.      */
  6807.     protected function getForm_Type_FileService()
  6808.     {
  6809.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6810.         return $this->get('.container.private.form.type.file');
  6811.     }
  6812.     /**
  6813.      * Gets the public 'profiler' alias.
  6814.      *
  6815.      * @return object The ".container.private.profiler" service.
  6816.      */
  6817.     protected function getProfilerService()
  6818.     {
  6819.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6820.         return $this->get('.container.private.profiler');
  6821.     }
  6822.     /**
  6823.      * Gets the public 'twig' alias.
  6824.      *
  6825.      * @return object The ".container.private.twig" service.
  6826.      */
  6827.     protected function getTwigService()
  6828.     {
  6829.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6830.         return $this->get('.container.private.twig');
  6831.     }
  6832.     /**
  6833.      * Gets the public 'security.authorization_checker' alias.
  6834.      *
  6835.      * @return object The ".container.private.security.authorization_checker" service.
  6836.      */
  6837.     protected function getSecurity_AuthorizationCheckerService()
  6838.     {
  6839.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6840.         return $this->get('.container.private.security.authorization_checker');
  6841.     }
  6842.     /**
  6843.      * Gets the public 'security.token_storage' alias.
  6844.      *
  6845.      * @return object The ".container.private.security.token_storage" service.
  6846.      */
  6847.     protected function getSecurity_TokenStorageService()
  6848.     {
  6849.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6850.         return $this->get('.container.private.security.token_storage');
  6851.     }
  6852.     /**
  6853.      * Gets the public 'security.password_encoder' alias.
  6854.      *
  6855.      * @return object The ".container.private.security.password_encoder" service.
  6856.      */
  6857.     protected function getSecurity_PasswordEncoderService()
  6858.     {
  6859.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6860.         return $this->get('.container.private.security.password_encoder');
  6861.     }
  6862.     /**
  6863.      * Gets the public 'session' alias.
  6864.      *
  6865.      * @return object The ".container.private.session" service.
  6866.      */
  6867.     protected function getSessionService()
  6868.     {
  6869.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6870.         return $this->get('.container.private.session');
  6871.     }
  6872.     /**
  6873.      * Gets the public 'validator' alias.
  6874.      *
  6875.      * @return object The ".container.private.validator" service.
  6876.      */
  6877.     protected function getValidatorService()
  6878.     {
  6879.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6880.         return $this->get('.container.private.validator');
  6881.     }
  6882.     /**
  6883.      * @return array|bool|float|int|string|\UnitEnum|null
  6884.      */
  6885.     public function getParameter(string $name)
  6886.     {
  6887.         if (isset($this->buildParameters[$name])) {
  6888.             return $this->buildParameters[$name];
  6889.         }
  6890.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6891.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6892.         }
  6893.         if (isset($this->loadedDynamicParameters[$name])) {
  6894.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6895.         }
  6896.         return $this->parameters[$name];
  6897.     }
  6898.     public function hasParameter(string $name): bool
  6899.     {
  6900.         if (isset($this->buildParameters[$name])) {
  6901.             return true;
  6902.         }
  6903.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6904.     }
  6905.     public function setParameter(string $name$value): void
  6906.     {
  6907.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6908.     }
  6909.     public function getParameterBag(): ParameterBagInterface
  6910.     {
  6911.         if (null === $this->parameterBag) {
  6912.             $parameters $this->parameters;
  6913.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6914.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6915.             }
  6916.             foreach ($this->buildParameters as $name => $value) {
  6917.                 $parameters[$name] = $value;
  6918.             }
  6919.             $this->parameterBag = new FrozenParameterBag($parameters);
  6920.         }
  6921.         return $this->parameterBag;
  6922.     }
  6923.     private $loadedDynamicParameters = [
  6924.         'kernel.runtime_environment' => false,
  6925.         'kernel.build_dir' => false,
  6926.         'kernel.cache_dir' => false,
  6927.         'google_recaptcha_site_key' => false,
  6928.         'kernel.secret' => false,
  6929.         'debug.container.dump' => false,
  6930.         'serializer.mapping.cache.file' => false,
  6931.         'validator.mapping.cache.file' => false,
  6932.         'profiler.storage.dsn' => false,
  6933.         'swiftmailer.spool.default.memory.path' => false,
  6934.         'sulu.cache_dir' => false,
  6935.         'sulu_core.proxy_cache_dir' => false,
  6936.         'doctrine.orm.proxy_dir' => false,
  6937.         'massive_search.adapter.elastic.hosts' => false,
  6938.         'massive_search.metadata.prefix' => false,
  6939.         'massive_search.metadata.cache_dir' => false,
  6940.         'sulu_admin.email' => false,
  6941.         'sulu_website.sitemap.dump_dir' => false,
  6942.         'sulu_form.mail.from' => false,
  6943.         'sulu_form.mail.to' => false,
  6944.         'sulu_form.mail.sender' => false,
  6945.         'sulu_hub_score_form_sender.base_configuration.id' => false,
  6946.         'sulu_hub_score_form_sender.base_configuration.pwd' => false,
  6947.         'sulu_hub_score_form_sender.base_configuration.base_url' => false,
  6948.         'sulu_hub_score_form_sender.payload_configuration.campagn_id' => false,
  6949.         'sulu_hub_score_form_sender.payload_configuration.database_id' => false,
  6950.         'ewz_recaptcha.public_key' => false,
  6951.         'ewz_recaptcha.private_key' => false,
  6952.         'es.managers' => false,
  6953.         'sulu_community.webspaces_config' => false,
  6954.     ];
  6955.     private $dynamicParameters = [];
  6956.     private function getDynamicParameter(string $name)
  6957.     {
  6958.         switch ($name) {
  6959.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6960.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6961.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6962.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  6963.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6964.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6965.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6966.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6967.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6968.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6969.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  6970.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  6971.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6972.             case 'massive_search.adapter.elastic.hosts'$value = [
  6973.                 => $this->getEnv('ELASTICSEARCH_HOST'),
  6974.             ]; break;
  6975.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  6976.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  6977.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6978.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  6979.             case 'sulu_form.mail.from'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6980.             case 'sulu_form.mail.to'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6981.             case 'sulu_form.mail.sender'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6982.             case 'sulu_hub_score_form_sender.base_configuration.id'$value $this->getEnv('HUBSCORE_USERNAME'); break;
  6983.             case 'sulu_hub_score_form_sender.base_configuration.pwd'$value $this->getEnv('HUBSCORE_PASSWORD'); break;
  6984.             case 'sulu_hub_score_form_sender.base_configuration.base_url'$value $this->getEnv('HUBSCORE_URL'); break;
  6985.             case 'sulu_hub_score_form_sender.payload_configuration.campagn_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_CAMPAGN_ID'); break;
  6986.             case 'sulu_hub_score_form_sender.payload_configuration.database_id'$value $this->getEnv('HUB_SCORE_SEND_MAIL_DATABASE_ID'); break;
  6987.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  6988.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  6989.             case 'es.managers'$value = [
  6990.                 'default' => [
  6991.                     'index' => [
  6992.                         'index_name' => $this->getEnv('resolve:ELASTICSEARCH_INDEX'),
  6993.                         'hosts' => [
  6994.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  6995.                         ],
  6996.                         'settings' => [
  6997.                             'number_of_replicas' => 0,
  6998.                             'number_of_shards' => 1,
  6999.                             'refresh_interval' => -1,
  7000.                         ],
  7001.                     ],
  7002.                     'mappings' => [
  7003.                         => 'SuluArticleBundle',
  7004.                     ],
  7005.                     'bulk_size' => 100,
  7006.                     'commit_mode' => 'refresh',
  7007.                     'logger' => [
  7008.                         'enabled' => false,
  7009.                         'level' => 'warning',
  7010.                         'log_file_name' => NULL,
  7011.                     ],
  7012.                     'force_commit' => true,
  7013.                 ],
  7014.                 'live' => [
  7015.                     'index' => [
  7016.                         'index_name' => $this->getEnv('string:resolve:ELASTICSEARCH_INDEX').'_live',
  7017.                         'hosts' => [
  7018.                             => $this->getEnv('resolve:ELASTICSEARCH_HOST'),
  7019.                         ],
  7020.                         'settings' => [
  7021.                             'number_of_replicas' => 0,
  7022.                             'number_of_shards' => 1,
  7023.                             'refresh_interval' => -1,
  7024.                         ],
  7025.                     ],
  7026.                     'mappings' => [
  7027.                         => 'SuluArticleBundle',
  7028.                     ],
  7029.                     'bulk_size' => 100,
  7030.                     'commit_mode' => 'refresh',
  7031.                     'logger' => [
  7032.                         'enabled' => false,
  7033.                         'level' => 'warning',
  7034.                         'log_file_name' => NULL,
  7035.                     ],
  7036.                     'force_commit' => true,
  7037.                 ],
  7038.             ]; break;
  7039.             case 'sulu_community.webspaces_config'$value = [
  7040.                 'pqna' => [
  7041.                     'from' => [
  7042.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  7043.                     ],
  7044.                     'login' => [
  7045.                         'embed_template' => 'community/login-embed.html.twig',
  7046.                         'template' => 'community/login.html.twig',
  7047.                     ],
  7048.                     'registration' => [
  7049.                         'activate_user' => false,
  7050.                         'auto_login' => true,
  7051.                         'email' => [
  7052.                             'subject' => 'Registration',
  7053.                             'user_template' => 'community/registration-email.html.twig',
  7054.                             'admin_template' => NULL,
  7055.                         ],
  7056.                         'template' => 'community/registration-form.html.twig',
  7057.                         'type' => 'App\\Form\\RegistrationType',
  7058.                         'options' => [
  7059.                         ],
  7060.                         'redirect_to' => '?send=true',
  7061.                     ],
  7062.                     'confirmation' => [
  7063.                         'activate_user' => true,
  7064.                         'auto_login' => true,
  7065.                         'email' => [
  7066.                             'subject' => 'Confirmation',
  7067.                             'user_template' => NULL,
  7068.                             'admin_template' => NULL,
  7069.                         ],
  7070.                         'redirect_to' => NULL,
  7071.                         'template' => 'community/confirmation-message.html.twig',
  7072.                     ],
  7073.                     'password_forget' => [
  7074.                         'email' => [
  7075.                             'subject' => 'Password Forget',
  7076.                             'admin_template' => NULL,
  7077.                             'user_template' => 'community/password-forget-email.html.twig',
  7078.                         ],
  7079.                         'redirect_to' => '?send=true',
  7080.                         'template' => 'community/password-forget-form.html.twig',
  7081.                         'type' => 'App\\Form\\PasswordForgetType',
  7082.                         'options' => [
  7083.                         ],
  7084.                     ],
  7085.                     'password_reset' => [
  7086.                         'auto_login' => true,
  7087.                         'email' => [
  7088.                             'subject' => 'Password Reset',
  7089.                             'admin_template' => NULL,
  7090.                             'user_template' => NULL,
  7091.                         ],
  7092.                         'redirect_to' => '?send=true',
  7093.                         'template' => 'community/password-reset-form.html.twig',
  7094.                         'type' => 'App\\Form\\PasswordResetType',
  7095.                         'options' => [
  7096.                         ],
  7097.                     ],
  7098.                     'profile' => [
  7099.                         'redirect_to' => NULL,
  7100.                         'template' => 'community/profile-form.html.twig',
  7101.                         'type' => 'App\\Form\\ProfileType',
  7102.                         'options' => [
  7103.                         ],
  7104.                         'email' => [
  7105.                             'subject' => 'Profile change',
  7106.                             'admin_template' => NULL,
  7107.                             'user_template' => NULL,
  7108.                         ],
  7109.                     ],
  7110.                     'maintenance' => [
  7111.                         'enabled' => false,
  7112.                         'template' => 'community/maintenance.html.twig',
  7113.                     ],
  7114.                     'role' => 'PqnaUser',
  7115.                     'firewall' => 'pqna',
  7116.                     'email_confirmation' => [
  7117.                         'template' => '@SuluCommunity/email-confirmation-success.html.twig',
  7118.                         'email' => [
  7119.                             'subject' => 'E-Mail change',
  7120.                             'admin_template' => NULL,
  7121.                             'user_template' => '@SuluCommunity/email-confirmation-email.html.twig',
  7122.                         ],
  7123.                     ],
  7124.                     'blacklisted' => [
  7125.                         'email' => [
  7126.                             'subject' => 'Blacklisted',
  7127.                             'admin_template' => '@SuluCommunity/blacklist-email.html.twig',
  7128.                             'user_template' => NULL,
  7129.                         ],
  7130.                     ],
  7131.                     'blacklist_denied' => [
  7132.                         'template' => '@SuluCommunity/blacklist-denied.html.twig',
  7133.                         'delete_user' => true,
  7134.                         'email' => [
  7135.                             'subject' => 'Denied',
  7136.                             'admin_template' => NULL,
  7137.                             'user_template' => NULL,
  7138.                         ],
  7139.                     ],
  7140.                     'blacklist_confirmed' => [
  7141.                         'template' => '@SuluCommunity/blacklist-confirmed.html.twig',
  7142.                         'email' => [
  7143.                             'subject' => 'Registration',
  7144.                             'admin_template' => NULL,
  7145.                             'user_template' => '@SuluCommunity/registration-email.html.twig',
  7146.                         ],
  7147.                     ],
  7148.                     'completion' => [
  7149.                         'service' => NULL,
  7150.                         'template' => '@SuluCommunity/completion-form.html.twig',
  7151.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\CompletionType',
  7152.                         'options' => [
  7153.                         ],
  7154.                         'redirect_to' => '/',
  7155.                         'email' => [
  7156.                             'subject' => 'Completion',
  7157.                             'admin_template' => NULL,
  7158.                             'user_template' => NULL,
  7159.                         ],
  7160.                     ],
  7161.                     'to' => [
  7162.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  7163.                     ],
  7164.                     'webspace_key' => 'pqna',
  7165.                 ],
  7166.             ]; break;
  7167.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7168.         }
  7169.         $this->loadedDynamicParameters[$name] = true;
  7170.         return $this->dynamicParameters[$name] = $value;
  7171.     }
  7172.     protected function getDefaultParameters(): array
  7173.     {
  7174.         return [
  7175.             'kernel.project_dir' => \dirname(__DIR__5),
  7176.             'kernel.environment' => 'dev',
  7177.             'kernel.debug' => true,
  7178.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  7179.             'kernel.bundles' => [
  7180.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7181.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7182.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7183.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7184.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  7185.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7186.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7187.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  7188.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  7189.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  7190.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  7191.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  7192.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  7193.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  7194.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  7195.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  7196.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  7197.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  7198.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  7199.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  7200.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  7201.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  7202.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  7203.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  7204.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  7205.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  7206.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  7207.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  7208.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  7209.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  7210.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  7211.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  7212.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  7213.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7214.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  7215.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7216.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7217.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  7218.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7219.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  7220.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  7221.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  7222.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  7223.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7224.                 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  7225.                 'SuluHubScoreFormSenderBundle' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle\\SuluHubScoreFormSenderBundle',
  7226.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  7227.                 'ONGRElasticsearchBundle' => 'ONGR\\ElasticsearchBundle\\ONGRElasticsearchBundle',
  7228.                 'SuluArticleBundle' => 'Sulu\\Bundle\\ArticleBundle\\SuluArticleBundle',
  7229.                 'CustomToggleBundle' => 'SevenGroupFrance\\SuluCustomToggleBundle\\CustomToggleBundle',
  7230.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7231.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  7232.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7233.                 'SuluFrGouvMapBundle' => 'SevenGroupFrance\\SuluFrGouvMapBundle\\SuluFrGouvMapBundle',
  7234.                 'ColorPickerCustomBundle' => 'SevenGroupFrance\\SuluColorPickerBundle\\ColorPickerCustomBundle',
  7235.                 'FontIconPickerBundle' => 'SevenGroupFrance\\SuluIconPickerBundle\\FontIconPickerBundle',
  7236.                 'SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\SuluCommunityBundle',
  7237.                 'DuplicateArticlesBundle' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle\\DuplicateArticlesBundle',
  7238.             ],
  7239.             'kernel.bundles_metadata' => [
  7240.                 'FrameworkBundle' => [
  7241.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  7242.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7243.                 ],
  7244.                 'TwigBundle' => [
  7245.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  7246.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7247.                 ],
  7248.                 'MonologBundle' => [
  7249.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  7250.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7251.                 ],
  7252.                 'SwiftmailerBundle' => [
  7253.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  7254.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7255.                 ],
  7256.                 'SuluCoreBundle' => [
  7257.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  7258.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  7259.                 ],
  7260.                 'DoctrineBundle' => [
  7261.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  7262.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7263.                 ],
  7264.                 'DoctrineFixturesBundle' => [
  7265.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7266.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7267.                 ],
  7268.                 'DoctrinePHPCRBundle' => [
  7269.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  7270.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  7271.                 ],
  7272.                 'FOSRestBundle' => [
  7273.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  7274.                     'namespace' => 'FOS\\RestBundle',
  7275.                 ],
  7276.                 'RestRoutingBundle' => [
  7277.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  7278.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  7279.                 ],
  7280.                 'JMSSerializerBundle' => [
  7281.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  7282.                     'namespace' => 'JMS\\SerializerBundle',
  7283.                 ],
  7284.                 'MassiveSearchBundle' => [
  7285.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  7286.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  7287.                 ],
  7288.                 'FOSHttpCacheBundle' => [
  7289.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  7290.                     'namespace' => 'FOS\\HttpCacheBundle',
  7291.                 ],
  7292.                 'SuluAdminBundle' => [
  7293.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  7294.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  7295.                 ],
  7296.                 'SuluSearchBundle' => [
  7297.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  7298.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  7299.                 ],
  7300.                 'SuluPersistenceBundle' => [
  7301.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  7302.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  7303.                 ],
  7304.                 'SuluContactBundle' => [
  7305.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  7306.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  7307.                 ],
  7308.                 'SuluMediaBundle' => [
  7309.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  7310.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  7311.                 ],
  7312.                 'SuluSecurityBundle' => [
  7313.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  7314.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  7315.                 ],
  7316.                 'SuluCategoryBundle' => [
  7317.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  7318.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  7319.                 ],
  7320.                 'SuluSnippetBundle' => [
  7321.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  7322.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  7323.                 ],
  7324.                 'SuluPageBundle' => [
  7325.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  7326.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  7327.                 ],
  7328.                 'SuluTagBundle' => [
  7329.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  7330.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  7331.                 ],
  7332.                 'SuluWebsiteBundle' => [
  7333.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  7334.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  7335.                 ],
  7336.                 'SuluLocationBundle' => [
  7337.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  7338.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  7339.                 ],
  7340.                 'SuluHttpCacheBundle' => [
  7341.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  7342.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  7343.                 ],
  7344.                 'SuluDocumentManagerBundle' => [
  7345.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  7346.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  7347.                 ],
  7348.                 'SuluHashBundle' => [
  7349.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  7350.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  7351.                 ],
  7352.                 'SuluCustomUrlBundle' => [
  7353.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  7354.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  7355.                 ],
  7356.                 'SuluRouteBundle' => [
  7357.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  7358.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  7359.                 ],
  7360.                 'SuluMarkupBundle' => [
  7361.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  7362.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  7363.                 ],
  7364.                 'PhpcrMigrationsBundle' => [
  7365.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  7366.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  7367.                 ],
  7368.                 'MassiveBuildBundle' => [
  7369.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  7370.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  7371.                 ],
  7372.                 'WebProfilerBundle' => [
  7373.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  7374.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7375.                 ],
  7376.                 'SuluTestBundle' => [
  7377.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  7378.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  7379.                 ],
  7380.                 'DebugBundle' => [
  7381.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  7382.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7383.                 ],
  7384.                 'SecurityBundle' => [
  7385.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  7386.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7387.                 ],
  7388.                 'SuluPreviewBundle' => [
  7389.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  7390.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  7391.                 ],
  7392.                 'FOSJsRoutingBundle' => [
  7393.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7394.                     'namespace' => 'FOS\\JsRoutingBundle',
  7395.                 ],
  7396.                 'CmfRoutingBundle' => [
  7397.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  7398.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  7399.                 ],
  7400.                 'StofDoctrineExtensionsBundle' => [
  7401.                     'path' => (\dirname(__DIR__5).'/vendor/antishov/doctrine-extensions-bundle'),
  7402.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  7403.                 ],
  7404.                 'SuluActivityBundle' => [
  7405.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  7406.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  7407.                 ],
  7408.                 'SuluTrashBundle' => [
  7409.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  7410.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  7411.                 ],
  7412.                 'WebpackEncoreBundle' => [
  7413.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  7414.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7415.                 ],
  7416.                 'SuluFormBundle' => [
  7417.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/form-bundle'),
  7418.                     'namespace' => 'Sulu\\Bundle\\FormBundle',
  7419.                 ],
  7420.                 'SuluHubScoreFormSenderBundle' => [
  7421.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-hub-score-form-sender-bundle/src'),
  7422.                     'namespace' => 'SevenGroupFrance\\SuluHubScoreFormSenderBundle',
  7423.                 ],
  7424.                 'EWZRecaptchaBundle' => [
  7425.                     'path' => (\dirname(__DIR__5).'/vendor/excelwebzone/recaptcha-bundle/src'),
  7426.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  7427.                 ],
  7428.                 'ONGRElasticsearchBundle' => [
  7429.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/elasticsearch-bundle'),
  7430.                     'namespace' => 'ONGR\\ElasticsearchBundle',
  7431.                 ],
  7432.                 'SuluArticleBundle' => [
  7433.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/article-bundle'),
  7434.                     'namespace' => 'Sulu\\Bundle\\ArticleBundle',
  7435.                 ],
  7436.                 'CustomToggleBundle' => [
  7437.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-custom-toggle-bundle/src'),
  7438.                     'namespace' => 'SevenGroupFrance\\SuluCustomToggleBundle',
  7439.                 ],
  7440.                 'MakerBundle' => [
  7441.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  7442.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7443.                 ],
  7444.                 'SymfonyCastsVerifyEmailBundle' => [
  7445.                     'path' => (\dirname(__DIR__5).'/vendor/symfonycasts/verify-email-bundle/src'),
  7446.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  7447.                 ],
  7448.                 'TwigExtraBundle' => [
  7449.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  7450.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7451.                 ],
  7452.                 'SuluFrGouvMapBundle' => [
  7453.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-fr-gouv-map-bundle/src'),
  7454.                     'namespace' => 'SevenGroupFrance\\SuluFrGouvMapBundle',
  7455.                 ],
  7456.                 'ColorPickerCustomBundle' => [
  7457.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-color-picker-bundle/src'),
  7458.                     'namespace' => 'SevenGroupFrance\\SuluColorPickerBundle',
  7459.                 ],
  7460.                 'FontIconPickerBundle' => [
  7461.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-icon-picker-bundle/src'),
  7462.                     'namespace' => 'SevenGroupFrance\\SuluIconPickerBundle',
  7463.                 ],
  7464.                 'SuluCommunityBundle' => [
  7465.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle'),
  7466.                     'namespace' => 'Sulu\\Bundle\\CommunityBundle',
  7467.                 ],
  7468.                 'DuplicateArticlesBundle' => [
  7469.                     'path' => (\dirname(__DIR__5).'/vendor/sevengroupfrance/sulu-duplicate-articles-bundle/src'),
  7470.                     'namespace' => 'SevenGroupFrance\\SuluDuplicateArticlesBundle',
  7471.                 ],
  7472.             ],
  7473.             'kernel.charset' => 'UTF-8',
  7474.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7475.             'sulu.context' => 'website',
  7476.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  7477.             'container.dumper.inline_class_loader' => true,
  7478.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  7479.             'env(PHPCR_WORKSPACE)' => 'default',
  7480.             'default_locale' => 'en',
  7481.             'event_dispatcher.event_aliases' => [
  7482.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7483.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7484.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7485.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7486.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7487.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7488.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7489.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7490.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7491.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7492.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7493.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7494.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7495.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7496.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7497.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7498.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7499.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7500.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7501.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7502.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7503.             ],
  7504.             'fragment.renderer.hinclude.global_template' => NULL,
  7505.             'fragment.path' => '/_fragment',
  7506.             'kernel.http_method_override' => true,
  7507.             'kernel.trusted_hosts' => [
  7508.             ],
  7509.             'kernel.default_locale' => 'en',
  7510.             'kernel.enabled_locales' => [
  7511.             ],
  7512.             'kernel.error_controller' => 'error_controller',
  7513.             'debug.file_link_format' => NULL,
  7514.             'asset.request_context.base_path' => NULL,
  7515.             'asset.request_context.secure' => NULL,
  7516.             'translator.logging' => false,
  7517.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  7518.             'debug.error_handler.throw_at' => -1,
  7519.             'router.request_context.host' => 'localhost',
  7520.             'router.request_context.scheme' => 'http',
  7521.             'router.request_context.base_url' => '',
  7522.             'router.resource' => 'kernel::loadRoutes',
  7523.             'request_listener.http_port' => 80,
  7524.             'request_listener.https_port' => 443,
  7525.             'session.metadata.storage_key' => '_sf2_meta',
  7526.             'session.storage.options' => [
  7527.                 'cache_limiter' => '0',
  7528.                 'name' => 'SULUSESSID',
  7529.                 'cookie_secure' => 'auto',
  7530.                 'cookie_httponly' => true,
  7531.                 'cookie_samesite' => 'lax',
  7532.                 'gc_probability' => 1,
  7533.             ],
  7534.             'session.save_path' => NULL,
  7535.             'session.metadata.update_threshold' => 0,
  7536.             'form.type_extension.csrf.enabled' => true,
  7537.             'form.type_extension.csrf.field_name' => '_token',
  7538.             'validator.translation_domain' => 'validators',
  7539.             'profiler_listener.only_exceptions' => false,
  7540.             'profiler_listener.only_main_requests' => false,
  7541.             'twig.form.resources' => [
  7542.                 => 'form_div_layout.html.twig',
  7543.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  7544.             ],
  7545.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  7546.             'monolog.use_microseconds' => true,
  7547.             'monolog.swift_mailer.handlers' => [
  7548.             ],
  7549.             'monolog.handlers_to_channels' => [
  7550.                 'monolog.handler.console' => [
  7551.                     'type' => 'exclusive',
  7552.                     'elements' => [
  7553.                         => 'event',
  7554.                         => 'doctrine',
  7555.                         => 'console',
  7556.                     ],
  7557.                 ],
  7558.                 'monolog.handler.main' => [
  7559.                     'type' => 'exclusive',
  7560.                     'elements' => [
  7561.                         => 'event',
  7562.                     ],
  7563.                 ],
  7564.             ],
  7565.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7566.             'swiftmailer.mailer.default.spool.enabled' => true,
  7567.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7568.             'swiftmailer.mailer.default.single_address' => NULL,
  7569.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7570.             'swiftmailer.spool.enabled' => true,
  7571.             'swiftmailer.delivery.enabled' => true,
  7572.             'swiftmailer.single_address' => NULL,
  7573.             'swiftmailer.mailers' => [
  7574.                 'default' => 'swiftmailer.mailer.default',
  7575.             ],
  7576.             'swiftmailer.default_mailer' => 'default',
  7577.             'sulu_core.locales' => [
  7578.                 => 'en',
  7579.                 => 'fr',
  7580.             ],
  7581.             'sulu_core.translated_locales' => [
  7582.                 'en' => 'English',
  7583.                 'fr' => 'French',
  7584.             ],
  7585.             'sulu_core.translations' => [
  7586.                 => 'en',
  7587.                 => 'fr',
  7588.             ],
  7589.             'sulu_core.fallback_locale' => 'en',
  7590.             'sulu.content.language.namespace' => 'i18n',
  7591.             'sulu.content.language.default' => 'en',
  7592.             'sulu.content.node_names.base' => 'cmf',
  7593.             'sulu.content.node_names.content' => 'contents',
  7594.             'sulu.content.node_names.route' => 'routes',
  7595.             'sulu.content.node_names.snippet' => 'snippets',
  7596.             'sulu.content.structure.default_types' => [
  7597.                 'snippet' => 'default',
  7598.             ],
  7599.             'sulu.content.structure.default_type.snippet' => 'default',
  7600.             'sulu.content.structure.required_properties' => [
  7601.                 'home' => [
  7602.                     => 'title',
  7603.                 ],
  7604.                 'page' => [
  7605.                     => 'title',
  7606.                 ],
  7607.                 'snippet' => [
  7608.                     => 'title',
  7609.                 ],
  7610.             ],
  7611.             'sulu.content.structure.required_tags' => [
  7612.                 'home' => [
  7613.                     => 'sulu.rlp',
  7614.                 ],
  7615.                 'page' => [
  7616.                     => 'sulu.rlp',
  7617.                 ],
  7618.             ],
  7619.             'sulu.content.internal_prefix' => '',
  7620.             'sulu.content.structure.type_map' => [
  7621.                 'article' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticleBridge',
  7622.                 'article_page' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Structure\\ArticlePageBridge',
  7623.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7624.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  7625.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  7626.             ],
  7627.             'sulu.content.structure.paths' => [
  7628.                 'article' => [
  7629.                     => [
  7630.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7631.                         'type' => 'article',
  7632.                     ],
  7633.                 ],
  7634.                 'article_page' => [
  7635.                     => [
  7636.                         'path' => (\dirname(__DIR__5).'/config/templates/articles'),
  7637.                         'type' => 'article_page',
  7638.                     ],
  7639.                 ],
  7640.                 'page' => [
  7641.                     => [
  7642.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  7643.                         'type' => 'page',
  7644.                     ],
  7645.                     => [
  7646.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7647.                         'type' => 'page',
  7648.                     ],
  7649.                     => [
  7650.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  7651.                         'type' => 'page',
  7652.                     ],
  7653.                 ],
  7654.                 'home' => [
  7655.                     => [
  7656.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  7657.                         'type' => 'home',
  7658.                     ],
  7659.                 ],
  7660.                 'snippet' => [
  7661.                     => [
  7662.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  7663.                         'type' => 'snippet',
  7664.                     ],
  7665.                 ],
  7666.             ],
  7667.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  7668.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  7669.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  7670.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  7671.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  7672.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  7673.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  7674.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  7675.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  7676.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  7677.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  7678.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  7679.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  7680.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  7681.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  7682.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  7683.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  7684.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  7685.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  7686.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  7687.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  7688.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  7689.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  7690.             'sulu_core.cache.memoize.default_lifetime' => 1,
  7691.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7692.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  7693.             'sulu.fields_defaults.translations' => [
  7694.                 'id' => 'public.id',
  7695.                 'title' => 'public.title',
  7696.                 'name' => 'public.name',
  7697.                 'created' => 'public.created',
  7698.                 'changed' => 'public.changed',
  7699.             ],
  7700.             'sulu.fields_defaults.widths' => [
  7701.                 'id' => '50px',
  7702.             ],
  7703.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  7704.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  7705.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  7706.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  7707.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  7708.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  7709.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  7710.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7711.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7712.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7713.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7714.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7715.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7716.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7717.             'doctrine.entity_managers' => [
  7718.                 'default' => 'doctrine.orm.default_entity_manager',
  7719.             ],
  7720.             'doctrine.default_entity_manager' => 'default',
  7721.             'doctrine.dbal.connection_factory.types' => [
  7722.                 'uuid' => [
  7723.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  7724.                 ],
  7725.                 'ulid' => [
  7726.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  7727.                 ],
  7728.             ],
  7729.             'doctrine.connections' => [
  7730.                 'default' => 'doctrine.dbal.default_connection',
  7731.             ],
  7732.             'doctrine.default_connection' => 'default',
  7733.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7734.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7735.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7736.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7737.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7738.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7739.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7740.             'doctrine.orm.cache.memcache_port' => 11211,
  7741.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7742.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7743.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7744.             'doctrine.orm.cache.memcached_port' => 11211,
  7745.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7746.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7747.             'doctrine.orm.cache.redis_host' => 'localhost',
  7748.             'doctrine.orm.cache.redis_port' => 6379,
  7749.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7750.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7751.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7752.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7753.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7754.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7755.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7756.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7757.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7758.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7759.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7760.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7761.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7762.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7763.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7764.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7765.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7766.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7767.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7768.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7769.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7770.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7771.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  7772.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7773.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7774.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7775.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7776.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7777.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7778.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7779.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7780.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7781.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7782.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7783.             'doctrine_phpcr.sessions' => [
  7784.                 'default' => 'doctrine_phpcr.default_session',
  7785.                 'live' => 'doctrine_phpcr.live_session',
  7786.             ],
  7787.             'doctrine_phpcr.odm.document_managers' => [
  7788.             ],
  7789.             'doctrine_phpcr.default_session' => 'live',
  7790.             'doctrine_phpcr.odm.default_document_manager' => '',
  7791.             'doctrine_phpcr.dump_max_line_length' => 120,
  7792.             'doctrine_phpcr.form.type_guess' => [
  7793.             ],
  7794.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  7795.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  7796.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  7797.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  7798.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  7799.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  7800.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  7801.             'massive_search.events.index' => 'massive_search.index',
  7802.             'massive_search.events.deindex' => 'massive_search.deindex',
  7803.             'massive_search.adapter.elastic.version' => 7.17,
  7804.             'massive_search.search.adapter.elastic.client.class' => 'Elasticsearch\\Client',
  7805.             'massive_search.search.adapter.elastic.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ElasticSearchAdapter',
  7806.             'massive_search.metadata.debug' => true,
  7807.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  7808.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  7809.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  7810.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  7811.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  7812.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  7813.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  7814.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  7815.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  7816.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  7817.             'fos_http_cache.cacheable.response.additional_status' => [
  7818.             ],
  7819.             'fos_http_cache.proxy_client.symfony.options' => [
  7820.                 'tags_header' => 'X-Cache-Tags',
  7821.                 'tags_method' => 'PURGETAGS',
  7822.                 'purge_method' => 'PURGE',
  7823.             ],
  7824.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  7825.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  7826.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  7827.             'fos_http_cache.tag_handler.separator' => ',',
  7828.             'fos_http_cache.tag_handler.strict' => false,
  7829.             'sulu_admin.name' => 'Sulu Admin',
  7830.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  7831.             'sulu_admin.resources' => [
  7832.                 'blacklist_items' => [
  7833.                     'routes' => [
  7834.                         'list' => 'sulu_community.get_blacklist-items',
  7835.                         'detail' => 'sulu_community.get_blacklist-item',
  7836.                     ],
  7837.                 ],
  7838.                 'articles' => [
  7839.                     'routes' => [
  7840.                         'list' => 'sulu_article.get_articles',
  7841.                         'detail' => 'sulu_article.get_article',
  7842.                     ],
  7843.                 ],
  7844.                 'article_versions' => [
  7845.                     'routes' => [
  7846.                         'list' => 'sulu_article.get_article_versions',
  7847.                         'detail' => 'sulu_article.post_article_version_trigger',
  7848.                     ],
  7849.                 ],
  7850.                 'forms' => [
  7851.                     'routes' => [
  7852.                         'list' => 'sulu_form.get_forms',
  7853.                         'detail' => 'sulu_form.get_form',
  7854.                     ],
  7855.                 ],
  7856.                 'dynamic_forms' => [
  7857.                     'routes' => [
  7858.                         'list' => 'sulu_form.get_dynamics',
  7859.                         'detail' => 'sulu_form.delete_dynamic',
  7860.                     ],
  7861.                 ],
  7862.                 'trash_items' => [
  7863.                     'routes' => [
  7864.                         'list' => 'sulu_trash.get_trash-items',
  7865.                         'detail' => 'sulu_trash.get_trash-item',
  7866.                     ],
  7867.                 ],
  7868.                 'activities' => [
  7869.                     'routes' => [
  7870.                         'list' => 'sulu_activity.get_activities',
  7871.                     ],
  7872.                 ],
  7873.                 'preview_links' => [
  7874.                     'routes' => [
  7875.                         'detail' => 'sulu_preview.get_preview-link',
  7876.                     ],
  7877.                 ],
  7878.                 'routes' => [
  7879.                     'routes' => [
  7880.                         'list' => 'sulu_routes.get_routes',
  7881.                     ],
  7882.                 ],
  7883.                 'custom_urls' => [
  7884.                     'routes' => [
  7885.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  7886.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  7887.                     ],
  7888.                 ],
  7889.                 'custom_url_routes' => [
  7890.                     'routes' => [
  7891.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  7892.                     ],
  7893.                 ],
  7894.                 'geolocator_locations' => [
  7895.                     'routes' => [
  7896.                         'list' => 'sulu_location.geolocator_query',
  7897.                     ],
  7898.                 ],
  7899.                 'analytics' => [
  7900.                     'routes' => [
  7901.                         'list' => 'sulu_website.cget_webspace_analytics',
  7902.                         'detail' => 'sulu_website.get_webspace_analytics',
  7903.                     ],
  7904.                 ],
  7905.                 'tags' => [
  7906.                     'routes' => [
  7907.                         'list' => 'sulu_tag.get_tags',
  7908.                         'detail' => 'sulu_tag.get_tag',
  7909.                     ],
  7910.                 ],
  7911.                 'page_resourcelocators' => [
  7912.                     'routes' => [
  7913.                         'list' => 'sulu_page.get_page_resourcelocators',
  7914.                     ],
  7915.                 ],
  7916.                 'pages' => [
  7917.                     'routes' => [
  7918.                         'list' => 'sulu_page.get_pages',
  7919.                         'detail' => 'sulu_page.get_page',
  7920.                     ],
  7921.                     'security_context' => 'sulu.webspaces.#webspace#',
  7922.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  7923.                 ],
  7924.                 'page_versions' => [
  7925.                     'routes' => [
  7926.                         'list' => 'sulu_page.get_page_versions',
  7927.                         'detail' => 'sulu_page.post_page_version_trigger',
  7928.                     ],
  7929.                 ],
  7930.                 'webspaces' => [
  7931.                     'routes' => [
  7932.                         'list' => 'sulu_page.get_webspaces',
  7933.                         'detail' => 'sulu_page.get_webspace',
  7934.                     ],
  7935.                 ],
  7936.                 'snippets' => [
  7937.                     'routes' => [
  7938.                         'list' => 'sulu_snippet.get_snippets',
  7939.                         'detail' => 'sulu_snippet.get_snippet',
  7940.                     ],
  7941.                 ],
  7942.                 'snippet_areas' => [
  7943.                     'routes' => [
  7944.                         'list' => 'sulu_snippet.get_snippet-areas',
  7945.                         'detail' => 'sulu_snippet.put_snippet-area',
  7946.                     ],
  7947.                 ],
  7948.                 'categories' => [
  7949.                     'routes' => [
  7950.                         'list' => 'sulu_category.get_categories',
  7951.                         'detail' => 'sulu_category.get_category',
  7952.                     ],
  7953.                 ],
  7954.                 'category_keywords' => [
  7955.                     'routes' => [
  7956.                         'list' => 'sulu_category.get_category_keywords',
  7957.                         'detail' => 'sulu_category.get_category_keyword',
  7958.                     ],
  7959.                 ],
  7960.                 'permissions' => [
  7961.                     'routes' => [
  7962.                         'detail' => 'sulu_security.get_permissions',
  7963.                     ],
  7964.                 ],
  7965.                 'roles' => [
  7966.                     'routes' => [
  7967.                         'list' => 'sulu_security.get_roles',
  7968.                         'detail' => 'sulu_security.get_role',
  7969.                     ],
  7970.                 ],
  7971.                 'users' => [
  7972.                     'routes' => [
  7973.                         'list' => 'sulu_security.get_users',
  7974.                         'detail' => 'sulu_security.get_user',
  7975.                     ],
  7976.                 ],
  7977.                 'profile' => [
  7978.                     'routes' => [
  7979.                         'detail' => 'sulu_security.get_profile',
  7980.                     ],
  7981.                 ],
  7982.                 'media' => [
  7983.                     'routes' => [
  7984.                         'list' => 'sulu_media.cget_media',
  7985.                         'detail' => 'sulu_media.get_media',
  7986.                     ],
  7987.                     'security_context' => 'sulu.media.collections',
  7988.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7989.                 ],
  7990.                 'media_preview' => [
  7991.                     'routes' => [
  7992.                         'detail' => 'sulu_media.post_media_preview',
  7993.                     ],
  7994.                 ],
  7995.                 'media_formats' => [
  7996.                     'routes' => [
  7997.                         'list' => 'sulu_media.get_media_formats',
  7998.                         'detail' => 'sulu_media.put_media_format',
  7999.                     ],
  8000.                 ],
  8001.                 'media_versions' => [
  8002.                     'routes' => [
  8003.                         'detail' => 'sulu_media.delete_media_version',
  8004.                     ],
  8005.                 ],
  8006.                 'collections' => [
  8007.                     'routes' => [
  8008.                         'list' => 'sulu_media.get_collections',
  8009.                         'detail' => 'sulu_media.get_collection',
  8010.                     ],
  8011.                 ],
  8012.                 'formats' => [
  8013.                     'routes' => [
  8014.                         'list' => 'sulu_media.get_formats',
  8015.                         'detail' => 'sulu_media.get_format',
  8016.                     ],
  8017.                 ],
  8018.                 'contacts' => [
  8019.                     'routes' => [
  8020.                         'list' => 'sulu_contact.get_contacts',
  8021.                         'detail' => 'sulu_contact.get_contact',
  8022.                     ],
  8023.                 ],
  8024.                 'contact_titles' => [
  8025.                     'routes' => [
  8026.                         'list' => 'sulu_contact.get_contact-titles',
  8027.                     ],
  8028.                 ],
  8029.                 'contact_positions' => [
  8030.                     'routes' => [
  8031.                         'list' => 'sulu_contact.get_contact-positions',
  8032.                     ],
  8033.                 ],
  8034.                 'contact_media' => [
  8035.                     'routes' => [
  8036.                         'list' => 'sulu_contact.cget_contact_medias',
  8037.                         'detail' => 'sulu_contact.delete_contact_medias',
  8038.                     ],
  8039.                 ],
  8040.                 'accounts' => [
  8041.                     'routes' => [
  8042.                         'list' => 'sulu_contact.get_accounts',
  8043.                         'detail' => 'sulu_contact.get_account',
  8044.                     ],
  8045.                 ],
  8046.                 'account_media' => [
  8047.                     'routes' => [
  8048.                         'list' => 'sulu_contact.cget_account_medias',
  8049.                         'detail' => 'sulu_contact.delete_account_medias',
  8050.                     ],
  8051.                 ],
  8052.                 'account_contacts' => [
  8053.                     'routes' => [
  8054.                         'list' => 'sulu_contact.get_account_contacts',
  8055.                         'detail' => 'sulu_contact.delete_account_contacts',
  8056.                     ],
  8057.                 ],
  8058.                 'search' => [
  8059.                     'routes' => [
  8060.                         'list' => 'sulu_search_search',
  8061.                     ],
  8062.                 ],
  8063.                 'search_indexes' => [
  8064.                     'routes' => [
  8065.                         'list' => 'sulu_search_indexes',
  8066.                     ],
  8067.                 ],
  8068.                 'collaborations' => [
  8069.                     'routes' => [
  8070.                         'detail' => 'sulu_admin.put_collaborations',
  8071.                     ],
  8072.                 ],
  8073.                 'localizations' => [
  8074.                     'routes' => [
  8075.                         'list' => 'sulu_core.get_localizations',
  8076.                     ],
  8077.                 ],
  8078.                 'teasers' => [
  8079.                     'routes' => [
  8080.                         'list' => 'sulu_page.get_teasers',
  8081.                     ],
  8082.                 ],
  8083.             ],
  8084.             'sulu_admin.collaboration_enabled' => false,
  8085.             'sulu_admin.collaboration_interval' => 20,
  8086.             'sulu_admin.collaboration_threshold' => 60,
  8087.             'sulu_admin.forms.directories' => [
  8088.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/forms'),
  8089.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/forms'),
  8090.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  8091.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  8092.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  8093.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  8094.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  8095.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  8096.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  8097.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  8098.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  8099.                 11 => (\dirname(__DIR__5).'/config/forms'),
  8100.             ],
  8101.             'sulu_admin.lists.directories' => [
  8102.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/lists'),
  8103.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/DependencyInjection/../Resources/config/lists'),
  8104.                 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  8105.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  8106.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  8107.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  8108.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  8109.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  8110.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  8111.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  8112.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  8113.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  8114.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  8115.                 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  8116.                 14 => (\dirname(__DIR__5).'/config/lists'),
  8117.             ],
  8118.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  8119.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  8120.             'sulu_search.indexes' => [
  8121.                 'snippet' => [
  8122.                     'name' => 'sulu_snippet.snippets',
  8123.                     'icon' => 'su-snippet',
  8124.                     'view' => [
  8125.                         'name' => 'sulu_snippet.edit_form',
  8126.                         'result_to_view' => [
  8127.                             'id' => 'id',
  8128.                             'locale' => 'locale',
  8129.                         ],
  8130.                     ],
  8131.                     'security_context' => 'sulu.global.snippets',
  8132.                     'contexts' => [
  8133.                     ],
  8134.                 ],
  8135.                 'category' => [
  8136.                     'name' => 'sulu_category.categories',
  8137.                     'icon' => 'su-tag',
  8138.                     'view' => [
  8139.                         'name' => 'sulu_category.edit_form',
  8140.                         'result_to_view' => [
  8141.                             'id' => 'id',
  8142.                             'locale' => 'locale',
  8143.                         ],
  8144.                     ],
  8145.                     'security_context' => 'sulu.settings.categories',
  8146.                     'contexts' => [
  8147.                     ],
  8148.                 ],
  8149.                 'media' => [
  8150.                     'name' => 'sulu_media.media',
  8151.                     'icon' => 'su-image',
  8152.                     'view' => [
  8153.                         'name' => 'sulu_media.form',
  8154.                         'result_to_view' => [
  8155.                             'id' => 'id',
  8156.                             'locale' => 'locale',
  8157.                         ],
  8158.                     ],
  8159.                     'security_context' => 'sulu.media.collections',
  8160.                     'contexts' => [
  8161.                     ],
  8162.                 ],
  8163.                 'contact' => [
  8164.                     'name' => 'sulu_contact.people',
  8165.                     'icon' => 'su-user',
  8166.                     'view' => [
  8167.                         'name' => 'sulu_contact.contact_edit_form',
  8168.                         'result_to_view' => [
  8169.                             'id' => 'id',
  8170.                             'locale' => 'locale',
  8171.                         ],
  8172.                     ],
  8173.                     'security_context' => 'sulu.contact.people',
  8174.                     'contexts' => [
  8175.                     ],
  8176.                 ],
  8177.                 'account' => [
  8178.                     'name' => 'sulu_contact.organizations',
  8179.                     'icon' => 'su-house',
  8180.                     'view' => [
  8181.                         'name' => 'sulu_contact.account_edit_form',
  8182.                         'result_to_view' => [
  8183.                             'id' => 'id',
  8184.                             'locale' => 'locale',
  8185.                         ],
  8186.                     ],
  8187.                     'security_context' => 'sulu.contact.organizations',
  8188.                     'contexts' => [
  8189.                     ],
  8190.                 ],
  8191.                 'page_pqna' => [
  8192.                     'name' => 'pqn-a.fr',
  8193.                     'icon' => 'su-document',
  8194.                     'view' => [
  8195.                         'name' => 'sulu_page.page_edit_form',
  8196.                         'result_to_view' => [
  8197.                             'id' => 'id',
  8198.                             'locale' => 'locale',
  8199.                             'properties/webspace_key' => 'webspace',
  8200.                         ],
  8201.                     ],
  8202.                     'security_context' => 'sulu.webspaces.pqna',
  8203.                 ],
  8204.                 'page_pqna_published' => [
  8205.                     'name' => 'pqn-a.fr',
  8206.                     'icon' => 'su-document',
  8207.                     'view' => [
  8208.                         'name' => 'sulu_page.page_edit_form',
  8209.                         'result_to_view' => [
  8210.                             'id' => 'id',
  8211.                             'locale' => 'locale',
  8212.                             'properties/webspace_key' => 'webspace',
  8213.                         ],
  8214.                     ],
  8215.                     'security_context' => 'sulu.webspaces.pqna',
  8216.                     'contexts' => [
  8217.                         => 'website',
  8218.                     ],
  8219.                 ],
  8220.             ],
  8221.             'sulu_search.website.indexes' => [
  8222.                 => 'page_#webspace#_published',
  8223.                 => 'article_published',
  8224.             ],
  8225.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  8226.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  8227.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  8228.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  8229.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  8230.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  8231.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  8232.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  8233.             'sulu_contact.defaults' => [
  8234.                 'phoneType' => '1',
  8235.                 'phoneTypeMobile' => '3',
  8236.                 'phoneTypeIsdn' => '1',
  8237.                 'emailType' => '1',
  8238.                 'addressType' => '1',
  8239.                 'urlType' => '1',
  8240.                 'faxType' => '1',
  8241.                 'socialMediaProfileType' => '1',
  8242.                 'country' => 'AT',
  8243.             ],
  8244.             'sulu_contact.form_of_address' => [
  8245.                 'male' => [
  8246.                     'id' => 0,
  8247.                     'name' => 'male',
  8248.                     'translation' => 'contact.contacts.formOfAddress.male',
  8249.                 ],
  8250.                 'female' => [
  8251.                     'id' => 1,
  8252.                     'name' => 'female',
  8253.                     'translation' => 'contact.contacts.formOfAddress.female',
  8254.                 ],
  8255.             ],
  8256.             'sulu_contact.contact_form.category_root' => NULL,
  8257.             'sulu_contact.account_form.category_root' => NULL,
  8258.             'sulu.model.contact.class' => 'App\\Entity\\Contact',
  8259.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8260.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8261.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8262.             'sulu.persistence.objects' => [
  8263.                 'sulu' => [
  8264.                     'blacklist_item' => [
  8265.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8266.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8267.                     ],
  8268.                     'blacklist_user' => [
  8269.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8270.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8271.                     ],
  8272.                     'trash_item' => [
  8273.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8274.                     ],
  8275.                     'activity' => [
  8276.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8277.                     ],
  8278.                     'preview_link' => [
  8279.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8280.                     ],
  8281.                     'route' => [
  8282.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8283.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8284.                     ],
  8285.                     'analytics' => [
  8286.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8287.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8288.                     ],
  8289.                     'tag' => [
  8290.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8291.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8292.                     ],
  8293.                     'category' => [
  8294.                         'model' => 'App\\Entity\\Category',
  8295.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8296.                     ],
  8297.                     'category_meta' => [
  8298.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8299.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8300.                     ],
  8301.                     'category_translation' => [
  8302.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8303.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8304.                     ],
  8305.                     'keyword' => [
  8306.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8307.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8308.                     ],
  8309.                     'user' => [
  8310.                         'model' => 'App\\Entity\\User',
  8311.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8312.                     ],
  8313.                     'role' => [
  8314.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8315.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8316.                     ],
  8317.                     'role_setting' => [
  8318.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8319.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8320.                     ],
  8321.                     'access_control' => [
  8322.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8323.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8324.                     ],
  8325.                     'media' => [
  8326.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8327.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8328.                     ],
  8329.                     'contact' => [
  8330.                         'model' => 'App\\Entity\\Contact',
  8331.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  8332.                     ],
  8333.                     'account' => [
  8334.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  8335.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  8336.                     ],
  8337.                 ],
  8338.             ],
  8339.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  8340.             'sulu_media.image_format_files' => [
  8341.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  8342.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  8343.             ],
  8344.             'sulu_media.system_collections' => [
  8345.                 'sulu_form' => [
  8346.                     'meta_title' => [
  8347.                         'en' => 'Sulu forms',
  8348.                         'de' => 'Sulu Formulare',
  8349.                     ],
  8350.                     'collections' => [
  8351.                         'attachments' => [
  8352.                             'meta_title' => [
  8353.                                 'en' => 'Attachments',
  8354.                                 'de' => 'Anhänge',
  8355.                             ],
  8356.                         ],
  8357.                     ],
  8358.                 ],
  8359.                 'sulu_media' => [
  8360.                     'meta_title' => [
  8361.                         'en' => 'Sulu media',
  8362.                         'de' => 'Sulu Medien',
  8363.                     ],
  8364.                     'collections' => [
  8365.                         'preview_image' => [
  8366.                             'meta_title' => [
  8367.                                 'en' => 'Preview images',
  8368.                                 'de' => 'Vorschaubilder',
  8369.                             ],
  8370.                         ],
  8371.                     ],
  8372.                 ],
  8373.                 'sulu_contact' => [
  8374.                     'meta_title' => [
  8375.                         'en' => 'Sulu contacts',
  8376.                         'de' => 'Sulu Kontakte',
  8377.                     ],
  8378.                     'collections' => [
  8379.                         'contact' => [
  8380.                             'meta_title' => [
  8381.                                 'en' => 'People',
  8382.                                 'de' => 'Personen',
  8383.                             ],
  8384.                         ],
  8385.                         'account' => [
  8386.                             'meta_title' => [
  8387.                                 'en' => 'Organizations',
  8388.                                 'de' => 'Organisationen',
  8389.                             ],
  8390.                         ],
  8391.                     ],
  8392.                 ],
  8393.             ],
  8394.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  8395.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  8396.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  8397.             'sulu_media.format_manager.response_headers' => [
  8398.                 'Expires' => '+1 month',
  8399.                 'Pragma' => 'public',
  8400.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  8401.             ],
  8402.             'sulu_media.format_manager.default_imagine_options' => [
  8403.                 'jpeg_quality' => 90,
  8404.                 'webp_quality' => 90,
  8405.                 'png_compression_level' => 6,
  8406.             ],
  8407.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  8408.             'sulu_media.format_cache.save_image' => true,
  8409.             'sulu_media.format_cache.segments' => 10,
  8410.             'sulu_media.ghost_script.path' => '/usr/bin/gs',
  8411.             'sulu_media.media.blocked_file_types' => [
  8412.             ],
  8413.             'sulu_media.collection.type.default' => [
  8414.                 'id' => 1,
  8415.             ],
  8416.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  8417.             'sulu_media.media.types' => [
  8418.                 => [
  8419.                     'type' => 'document',
  8420.                     'mimeTypes' => [
  8421.                         => '*',
  8422.                     ],
  8423.                 ],
  8424.                 => [
  8425.                     'type' => 'image',
  8426.                     'mimeTypes' => [
  8427.                         => 'image/*',
  8428.                     ],
  8429.                 ],
  8430.                 => [
  8431.                     'type' => 'video',
  8432.                     'mimeTypes' => [
  8433.                         => 'video/*',
  8434.                     ],
  8435.                 ],
  8436.                 => [
  8437.                     'type' => 'audio',
  8438.                     'mimeTypes' => [
  8439.                         => 'audio/*',
  8440.                     ],
  8441.                 ],
  8442.             ],
  8443.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  8444.             'sulu_media.disposition_type.default' => 'attachment',
  8445.             'sulu_media.disposition_type.mime_types_inline' => [
  8446.             ],
  8447.             'sulu_media.disposition_type.mime_types_attachment' => [
  8448.             ],
  8449.             'sulu_media.upload.max_filesize' => 256,
  8450.             'sulu_media.media.max_file_size' => '256MB',
  8451.             'sulu_media.adobe_creative_key' => NULL,
  8452.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  8453.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  8454.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  8455.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  8456.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  8457.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  8458.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  8459.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  8460.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  8461.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  8462.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  8463.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  8464.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  8465.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  8466.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  8467.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  8468.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  8469.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  8470.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  8471.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  8472.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8473.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  8474.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  8475.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  8476.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  8477.             'sulu_media.format_manager.mime_types' => [
  8478.                 => 'image/*',
  8479.                 => 'application/pdf',
  8480.             ],
  8481.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  8482.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  8483.             'sulu_media.media.storage' => 'local',
  8484.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  8485.             'sulu_media.media.storage.local.segments' => 10,
  8486.             'sulu_security.system' => 'Sulu',
  8487.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  8488.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  8489.             'sulu_security.reset_password.mail.sender' => '',
  8490.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  8491.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  8492.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  8493.             'sulu_security.permissions' => [
  8494.                 'view' => 64,
  8495.                 'add' => 32,
  8496.                 'edit' => 16,
  8497.                 'delete' => 8,
  8498.                 'archive' => 4,
  8499.                 'live' => 2,
  8500.                 'security' => 1,
  8501.             ],
  8502.             'permissions' => [
  8503.                 'view' => 64,
  8504.                 'add' => 32,
  8505.                 'edit' => 16,
  8506.                 'delete' => 8,
  8507.                 'archive' => 4,
  8508.                 'live' => 2,
  8509.                 'security' => 1,
  8510.             ],
  8511.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  8512.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  8513.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  8514.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  8515.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  8516.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  8517.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  8518.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  8519.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  8520.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  8521.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  8522.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  8523.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8524.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  8525.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  8526.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  8527.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  8528.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  8529.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  8530.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  8531.             'sulu.model.user.class' => 'App\\Entity\\User',
  8532.             'sulu.repository.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  8533.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  8534.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  8535.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  8536.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  8537.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  8538.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  8539.             'sulu.model.category.class' => 'App\\Entity\\Category',
  8540.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  8541.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  8542.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  8543.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  8544.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  8545.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8546.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  8547.             'sulu_snippet.content-type.default_enabled' => true,
  8548.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  8549.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  8550.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  8551.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  8552.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  8553.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8554.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  8555.             'sulu_snippet.export.snippet.formats' => [
  8556.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  8557.             ],
  8558.             'sulu_page.search.mapping' => [
  8559.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8560.                     'index' => 'article',
  8561.                     'decorate_index' => true,
  8562.                 ],
  8563.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8564.                     'index' => 'article_page',
  8565.                     'decorate_index' => false,
  8566.                 ],
  8567.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  8568.                     'index' => 'page',
  8569.                     'decorate_index' => true,
  8570.                 ],
  8571.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  8572.                     'index' => 'page',
  8573.                     'decorate_index' => true,
  8574.                 ],
  8575.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  8576.                     'index' => 'snippet',
  8577.                     'decorate_index' => false,
  8578.                 ],
  8579.             ],
  8580.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  8581.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  8582.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  8583.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  8584.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  8585.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  8586.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  8587.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  8588.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  8589.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  8590.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  8591.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  8592.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  8593.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  8594.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  8595.             'sulu_page.export.webspace.formats' => [
  8596.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  8597.             ],
  8598.             'sulu_page.default_author' => true,
  8599.             'sulu_page.seo' => [
  8600.                 'max_title_length' => 70,
  8601.                 'max_description_length' => 160,
  8602.                 'max_keywords' => 5,
  8603.                 'keywords_separator' => ',',
  8604.                 'url_prefix' => 'www.yoursite.com/{locale}',
  8605.             ],
  8606.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  8607.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  8608.             'sulu_website.navigation.cache.lifetime' => 1,
  8609.             'sulu_website.content.cache.lifetime' => 1,
  8610.             'sulu_website.sitemap.cache.lifetime' => 1,
  8611.             'sulu_website.enabled_twig_attributes' => [
  8612.                 'urls' => false,
  8613.                 'path' => false,
  8614.             ],
  8615.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  8616.             'sulu_website.segment_cookie_name' => '_ss',
  8617.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  8618.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  8619.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  8620.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  8621.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  8622.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  8623.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  8624.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  8625.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  8626.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  8627.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  8628.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  8629.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  8630.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  8631.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  8632.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  8633.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  8634.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  8635.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  8636.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  8637.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  8638.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  8639.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  8640.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  8641.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  8642.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  8643.             'sulu_location.guzzle.client.class' => 'GuzzleHttp\\Client',
  8644.             'sulu_location.geolocator.name' => 'nominatim',
  8645.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  8646.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  8647.             'sulu_location.geolocator.service.google.api_key' => '',
  8648.             'sulu_http_cache.cache.max_age' => 240,
  8649.             'sulu_http_cache.cache.shared_max_age' => 240,
  8650.             'sulu_http_cache.tags.enabled' => true,
  8651.             'sulu_document_manager.mapping' => [
  8652.                 => [
  8653.                     'alias' => 'article',
  8654.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8655.                     'phpcr_type' => 'sulu:article',
  8656.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticleDocumentType',
  8657.                     'mapping' => [
  8658.                     ],
  8659.                     'set_default_author' => true,
  8660.                 ],
  8661.                 => [
  8662.                     'alias' => 'article_page',
  8663.                     'class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8664.                     'phpcr_type' => 'sulu:articlepage',
  8665.                     'form_type' => 'Sulu\\Bundle\\ArticleBundle\\Document\\Form\\ArticlePageDocumentType',
  8666.                     'mapping' => [
  8667.                     ],
  8668.                 ],
  8669.                 => [
  8670.                     'alias' => 'custom_url',
  8671.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  8672.                     'phpcr_type' => 'sulu:custom_url',
  8673.                     'mapping' => [
  8674.                         'published' => [
  8675.                             'property' => 'published',
  8676.                             'encoding' => 'content',
  8677.                             'mapped' => true,
  8678.                             'multiple' => false,
  8679.                             'default' => NULL,
  8680.                         ],
  8681.                         'baseDomain' => [
  8682.                             'property' => 'baseDomain',
  8683.                             'encoding' => 'content',
  8684.                             'mapped' => true,
  8685.                             'multiple' => false,
  8686.                             'default' => NULL,
  8687.                         ],
  8688.                         'domainParts' => [
  8689.                             'property' => 'domainParts',
  8690.                             'type' => 'json_array',
  8691.                             'encoding' => 'content',
  8692.                             'mapped' => true,
  8693.                             'multiple' => false,
  8694.                             'default' => NULL,
  8695.                         ],
  8696.                         'canonical' => [
  8697.                             'property' => 'canonical',
  8698.                             'encoding' => 'content',
  8699.                             'mapped' => true,
  8700.                             'multiple' => false,
  8701.                             'default' => NULL,
  8702.                         ],
  8703.                         'redirect' => [
  8704.                             'property' => 'redirect',
  8705.                             'encoding' => 'content',
  8706.                             'mapped' => true,
  8707.                             'multiple' => false,
  8708.                             'default' => NULL,
  8709.                         ],
  8710.                         'targetLocale' => [
  8711.                             'property' => 'targetLocale',
  8712.                             'encoding' => 'content',
  8713.                             'mapped' => true,
  8714.                             'multiple' => false,
  8715.                             'default' => NULL,
  8716.                         ],
  8717.                     ],
  8718.                 ],
  8719.                 => [
  8720.                     'alias' => 'custom_url_route',
  8721.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  8722.                     'phpcr_type' => 'sulu:custom_url_route',
  8723.                     'mapping' => [
  8724.                         'locale' => [
  8725.                             'property' => 'locale',
  8726.                             'encoding' => 'content',
  8727.                             'mapped' => true,
  8728.                             'multiple' => false,
  8729.                             'default' => NULL,
  8730.                         ],
  8731.                     ],
  8732.                 ],
  8733.                 => [
  8734.                     'alias' => 'page',
  8735.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  8736.                     'phpcr_type' => 'sulu:page',
  8737.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  8738.                     'set_default_author' => true,
  8739.                     'mapping' => [
  8740.                     ],
  8741.                 ],
  8742.                 => [
  8743.                     'alias' => 'home',
  8744.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  8745.                     'phpcr_type' => 'sulu:home',
  8746.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  8747.                     'set_default_author' => true,
  8748.                     'mapping' => [
  8749.                     ],
  8750.                 ],
  8751.                 => [
  8752.                     'alias' => 'route',
  8753.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  8754.                     'phpcr_type' => 'sulu:path',
  8755.                     'mapping' => [
  8756.                     ],
  8757.                 ],
  8758.                 => [
  8759.                     'alias' => 'snippet',
  8760.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  8761.                     'phpcr_type' => 'sulu:snippet',
  8762.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8763.                     'mapping' => [
  8764.                     ],
  8765.                 ],
  8766.             ],
  8767.             'sulu_document_manager.namespace_mapping' => [
  8768.                 'extension_localized' => 'i18n',
  8769.                 'system' => 'sulu',
  8770.                 'system_localized' => 'i18n',
  8771.                 'content' => NULL,
  8772.                 'content_localized' => 'i18n',
  8773.             ],
  8774.             'sulu_document_manager.versioning.enabled' => false,
  8775.             'sulu_document_manager.show_drafts' => false,
  8776.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  8777.             'sulu_document_manager.segments' => [
  8778.                 'articles' => 'articles',
  8779.                 'custom_urls' => 'custom-urls',
  8780.                 'custom_urls_items' => 'items',
  8781.                 'custom_urls_routes' => 'routes',
  8782.                 'base' => 'cmf',
  8783.                 'content' => 'contents',
  8784.                 'route' => 'routes',
  8785.                 'snippet' => 'snippets',
  8786.             ],
  8787.             'sulu_custom_urls.uri_filter_regexp' => NULL,
  8788.             'sulu_route.mappings' => [
  8789.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' => [
  8790.                     'resource_key' => 'articles',
  8791.                     'generator' => 'type',
  8792.                     'options' => [
  8793.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8794.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8795.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8796.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8797.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8798.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8799.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8800.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8801.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8802.                     ],
  8803.                 ],
  8804.                 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument' => [
  8805.                     'resource_key' => 'article_pages',
  8806.                     'generator' => 'article_page',
  8807.                     'options' => [
  8808.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8809.                         'parent' => '{object.getParent().getRoutePath()}',
  8810.                     ],
  8811.                 ],
  8812.             ],
  8813.             'sulu_route.resource_key_mappings' => [
  8814.                 'articles' => [
  8815.                     'resource_key' => 'articles',
  8816.                     'generator' => 'type',
  8817.                     'options' => [
  8818.                         'articles' => '/actualites/articles/{object.getTitle()}',
  8819.                         'agenda' => '/actualites/agenda/{object.getTitle()}',
  8820.                         'newsletters' => '/actualites/newsletters/{object.getTitle()}',
  8821.                         'aapami' => '/actualites/aap-ami/{object.getTitle()}',
  8822.                         'offres' => '/actualites/offres-emploi/{object.getTitle()}',
  8823.                         'analyses' => '/ressources/analyses/{object.getTitle()}',
  8824.                         'guides_outils' => '/ressources/guides-et-outils/{object.getTitle()}',
  8825.                         'experiences' => '/acteurs-territoires/experiences/{object.getTitle()}',
  8826.                         'fiches_territoires' => '/acteurs-territoires/territoires/{object.getTitle()}',
  8827.                     ],
  8828.                     'entityClass' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  8829.                 ],
  8830.                 'article_pages' => [
  8831.                     'resource_key' => 'article_pages',
  8832.                     'generator' => 'article_page',
  8833.                     'options' => [
  8834.                         'route_schema' => '/{translator.trans("page")}-{object.getPageNumber()}',
  8835.                         'parent' => '{object.getParent().getRoutePath()}',
  8836.                     ],
  8837.                     'entityClass' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  8838.                 ],
  8839.             ],
  8840.             'sulu_route.routing.uri_filter_regexp' => NULL,
  8841.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8842.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8843.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  8844.             'phpcr_migrations.paths' => [
  8845.                 => (\dirname(__DIR__5).'/src/phpcr-migrations'),
  8846.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  8847.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  8848.                 => (\dirname(__DIR__5).'/vendor/sulu/article-bundle/Resources/phpcr-migrations'),
  8849.             ],
  8850.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  8851.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  8852.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8853.             'web_profiler.debug_toolbar.mode' => 2,
  8854.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8855.             'security.role_hierarchy.roles' => [
  8856.             ],
  8857.             'security.access.denied_url' => NULL,
  8858.             'security.authentication.manager.erase_credentials' => true,
  8859.             'security.authentication.session_strategy.strategy' => 'migrate',
  8860.             'security.access.always_authenticate_before_granting' => false,
  8861.             'security.authentication.hide_user_not_found' => true,
  8862.             'security.firewalls' => [
  8863.                 => 'pqna',
  8864.             ],
  8865.             'security.pqna._indexed_authenticators' => [
  8866.             ],
  8867.             'sulu_preview.mode' => 'auto',
  8868.             'sulu_preview.delay' => 500,
  8869.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  8870.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8871.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  8872.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  8873.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  8874.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  8875.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  8876.             'fos_js_routing.request_context_base_url' => NULL,
  8877.             'fos_js_routing.cache_control' => [
  8878.                 'enabled' => false,
  8879.             ],
  8880.             'cmf_routing.uri_filter_regexp' => '',
  8881.             'cmf_routing.default_controller' => NULL,
  8882.             'cmf_routing.generic_controller' => NULL,
  8883.             'cmf_routing.controllers_by_type' => [
  8884.             ],
  8885.             'cmf_routing.controllers_by_class' => [
  8886.             ],
  8887.             'cmf_routing.templates_by_class' => [
  8888.             ],
  8889.             'cmf_routing.route_collection_limit' => 0,
  8890.             'cmf_routing.dynamic.limit_candidates' => 20,
  8891.             'cmf_routing.dynamic.locales' => [
  8892.             ],
  8893.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  8894.             'cmf_routing.replace_symfony_router' => true,
  8895.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8896.             'stof_doctrine_extensions.default_locale' => 'en',
  8897.             'stof_doctrine_extensions.translation_fallback' => false,
  8898.             'stof_doctrine_extensions.persist_default_translation' => false,
  8899.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8900.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8901.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8902.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8903.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8904.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8905.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8906.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8907.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8908.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8909.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8910.             'sulu_activity.storage.adapter' => 'doctrine',
  8911.             'sulu_activity.storage.persist_payload' => false,
  8912.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8913.             'sulu_form.csrf_protection' => false,
  8914.             'sulu_form.mail.template.notify' => '@SuluForm/mails/notify.html.twig',
  8915.             'sulu_form.mail.template.notify_plain_text' => '@SuluForm/mails/notify_plain_text.html.twig',
  8916.             'sulu_form.mail.template.customer' => '@SuluForm/mails/customer.html.twig',
  8917.             'sulu_form.mail.template.customer_plain_text' => '@SuluForm/mails/customer_plain_text.html.twig',
  8918.             'sulu_form.ajax_templates' => [
  8919.             ],
  8920.             'sulu_form.dynamic_widths' => [
  8921.                 'full' => 'sulu_form.width.full',
  8922.                 'half' => 'sulu_form.width.half',
  8923.                 'one-third' => 'sulu_form.width.one-third',
  8924.                 'two-thirds' => 'sulu_form.width.two-thirds',
  8925.                 'one-quarter' => 'sulu_form.width.one-quarter',
  8926.                 'three-quarters' => 'sulu_form.width.three-quarters',
  8927.                 'one-sixth' => 'sulu_form.width.one-sixth',
  8928.                 'five-sixths' => 'sulu_form.width.five-sixths',
  8929.             ],
  8930.             'sulu_form.dynamic_auto_title' => true,
  8931.             'sulu_form.sendinblue_api_key' => NULL,
  8932.             'sulu_form.mailchimp_api_key' => NULL,
  8933.             'sulu_form.mailchimp_subscribe_status' => 'subscribed',
  8934.             'sulu_form.dynamic_lists.config' => [
  8935.             ],
  8936.             'sulu_form.media_collection_strategy' => 'single',
  8937.             'sulu_form.static_forms' => [
  8938.             ],
  8939.             'sulu_form.dynamic_disabled_types' => [
  8940.             ],
  8941.             'sulu_form.dynamic_list_builder.default' => 'simple',
  8942.             'sulu_form.dynamic_list_builder.delimiter' => ''."\n".'',
  8943.             'sulu_form.honeypot_field' => 'please_fill_me',
  8944.             'sulu_form.honeypot_strategy' => 'no_save',
  8945.             'sulu_mail.mail.helper_name' => NULL,
  8946.             'sulu_hub_score_form_sender.login_url' => '/login_check',
  8947.             'sulu_hub_score_form_sender.send_mail_url' => '/v1/sends/mails',
  8948.             'ewz_recaptcha.version' => 2,
  8949.             'ewz_recaptcha.locale_key' => 'fr',
  8950.             'ewz_recaptcha.enabled' => true,
  8951.             'ewz_recaptcha.verify_host' => false,
  8952.             'ewz_recaptcha.ajax' => false,
  8953.             'ewz_recaptcha.api_host' => 'www.google.com',
  8954.             'ewz_recaptcha.locale_from_request' => false,
  8955.             'ewz_recaptcha.hide_badge' => false,
  8956.             'ewz_recaptcha.score_threshold' => 0.5,
  8957.             'ewz_recaptcha.timeout' => NULL,
  8958.             'ewz_recaptcha.trusted_roles' => [
  8959.             ],
  8960.             'ewz_recaptcha.http_proxy' => [
  8961.                 'host' => NULL,
  8962.                 'port' => NULL,
  8963.                 'auth' => NULL,
  8964.             ],
  8965.             'ewz_recaptcha.service_definition' => [
  8966.             ],
  8967.             'es.app_root_class' => 'App\\Kernel',
  8968.             'es.logging.path' => (\dirname(__DIR__4).'/log/website/elasticsearch_dev.log'),
  8969.             'es.cache' => false,
  8970.             'es.analysis' => [
  8971.                 'tokenizer' => [
  8972.                     'pathTokenizer' => [
  8973.                         'type' => 'path_hierarchy',
  8974.                     ],
  8975.                 ],
  8976.                 'analyzer' => [
  8977.                     'pathAnalyzer' => [
  8978.                         'tokenizer' => 'pathTokenizer',
  8979.                     ],
  8980.                 ],
  8981.                 'filter' => [
  8982.                 ],
  8983.                 'normalizer' => [
  8984.                 ],
  8985.                 'char_filter' => [
  8986.                 ],
  8987.             ],
  8988.             'sulu_article.default_main_webspace' => [
  8989.             ],
  8990.             'sulu_article.default_additional_webspaces' => [
  8991.             ],
  8992.             'sulu_article.types' => [
  8993.                 'articles' => [
  8994.                     'translation_key' => 'Les Articles',
  8995.                 ],
  8996.                 'agenda' => [
  8997.                     'translation_key' => 'Agenda',
  8998.                 ],
  8999.                 'newsletters' => [
  9000.                     'translation_key' => 'Newsletters',
  9001.                 ],
  9002.                 'aapami' => [
  9003.                     'translation_key' => 'AAP / AMI',
  9004.                 ],
  9005.                 'offres' => [
  9006.                     'translation_key' => 'Offres d\'emploi',
  9007.                 ],
  9008.                 'analyses' => [
  9009.                     'translation_key' => 'Analyses',
  9010.                 ],
  9011.                 'guides_outils' => [
  9012.                     'translation_key' => 'Guides et outils',
  9013.                 ],
  9014.                 'experiences' => [
  9015.                     'translation_key' => 'Fiches Experiences',
  9016.                 ],
  9017.                 'fiches_territoires' => [
  9018.                     'translation_key' => 'Fiches territoires',
  9019.                 ],
  9020.             ],
  9021.             'sulu_article.documents' => [
  9022.                 'article' => [
  9023.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  9024.                 ],
  9025.                 'article_page' => [
  9026.                     'view' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageViewObject',
  9027.                 ],
  9028.             ],
  9029.             'sulu_article.view_document.article.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleViewDocument',
  9030.             'sulu_article.display_tab_all' => true,
  9031.             'sulu_article.smart_content.default_limit' => 250,
  9032.             'sulu_article.search_fields' => [
  9033.                 => 'title',
  9034.                 => 'excerpt.title',
  9035.                 => 'excerpt.description',
  9036.                 => 'excerpt.seo.title',
  9037.                 => 'excerpt.seo.description',
  9038.                 => 'excerpt.seo.keywords',
  9039.                 => 'teaser_description',
  9040.             ],
  9041.             'sulu_article.export.article.formats' => [
  9042.                 '1.2.xliff' => '@SuluArticle/Export/Article/1.2.xliff.twig',
  9043.             ],
  9044.             'sulu_article.default_author' => true,
  9045.             'sulu_article.article_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument',
  9046.             'sulu_article.article_page_document.class' => 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticlePageDocument',
  9047.             'sulu.model.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  9048.             'sulu.repository.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  9049.             'sulu.model.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  9050.             'sulu.repository.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  9051.             'maker.compatible_check.doctrine.supports_attributes' => true,
  9052.             'data_collector.templates' => [
  9053.                 'data_collector.request' => [
  9054.                     => 'request',
  9055.                     => '@WebProfiler/Collector/request.html.twig',
  9056.                 ],
  9057.                 'data_collector.time' => [
  9058.                     => 'time',
  9059.                     => '@WebProfiler/Collector/time.html.twig',
  9060.                 ],
  9061.                 'data_collector.memory' => [
  9062.                     => 'memory',
  9063.                     => '@WebProfiler/Collector/memory.html.twig',
  9064.                 ],
  9065.                 'data_collector.validator' => [
  9066.                     => 'validator',
  9067.                     => '@WebProfiler/Collector/validator.html.twig',
  9068.                 ],
  9069.                 'data_collector.ajax' => [
  9070.                     => 'ajax',
  9071.                     => '@WebProfiler/Collector/ajax.html.twig',
  9072.                 ],
  9073.                 'data_collector.form' => [
  9074.                     => 'form',
  9075.                     => '@WebProfiler/Collector/form.html.twig',
  9076.                 ],
  9077.                 'data_collector.exception' => [
  9078.                     => 'exception',
  9079.                     => '@WebProfiler/Collector/exception.html.twig',
  9080.                 ],
  9081.                 'data_collector.logger' => [
  9082.                     => 'logger',
  9083.                     => '@WebProfiler/Collector/logger.html.twig',
  9084.                 ],
  9085.                 'data_collector.events' => [
  9086.                     => 'events',
  9087.                     => '@WebProfiler/Collector/events.html.twig',
  9088.                 ],
  9089.                 'data_collector.router' => [
  9090.                     => 'router',
  9091.                     => '@WebProfiler/Collector/router.html.twig',
  9092.                 ],
  9093.                 'data_collector.cache' => [
  9094.                     => 'cache',
  9095.                     => '@WebProfiler/Collector/cache.html.twig',
  9096.                 ],
  9097.                 'data_collector.translation' => [
  9098.                     => 'translation',
  9099.                     => '@WebProfiler/Collector/translation.html.twig',
  9100.                 ],
  9101.                 'data_collector.security' => [
  9102.                     => 'security',
  9103.                     => '@Security/Collector/security.html.twig',
  9104.                 ],
  9105.                 'data_collector.twig' => [
  9106.                     => 'twig',
  9107.                     => '@WebProfiler/Collector/twig.html.twig',
  9108.                 ],
  9109.                 'data_collector.http_client' => [
  9110.                     => 'http_client',
  9111.                     => '@WebProfiler/Collector/http_client.html.twig',
  9112.                 ],
  9113.                 'data_collector.doctrine' => [
  9114.                     => 'db',
  9115.                     => '@Doctrine/Collector/db.html.twig',
  9116.                 ],
  9117.                 'doctrine_phpcr.data_collector' => [
  9118.                     => 'phpcr',
  9119.                     => '@DoctrinePHPCR/Collector/phpcr',
  9120.                 ],
  9121.                 'swiftmailer.data_collector' => [
  9122.                     => 'swiftmailer',
  9123.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  9124.                 ],
  9125.                 'data_collector.dump' => [
  9126.                     => 'dump',
  9127.                     => '@Debug/Profiler/dump.html.twig',
  9128.                 ],
  9129.                 'data_collector.messenger' => [
  9130.                     => 'messenger',
  9131.                     => '@WebProfiler/Collector/messenger.html.twig',
  9132.                 ],
  9133.                 'mailer.data_collector' => [
  9134.                     => 'mailer',
  9135.                     => '@WebProfiler/Collector/mailer.html.twig',
  9136.                 ],
  9137.                 'data_collector.jms_serializer' => [
  9138.                     => 'jms_serializer',
  9139.                     => '@JMSSerializer/Collector/panel.html.twig',
  9140.                 ],
  9141.                 'sulu_website.data_collector.sulu_collector' => [
  9142.                     => 'sulu',
  9143.                     => '@SuluWebsite/Profiler/layout.html.twig',
  9144.                 ],
  9145.                 'es.profiler' => [
  9146.                     => 'ongr.profiler',
  9147.                     => '@ONGRElasticsearch/Profiler/profiler.html.twig',
  9148.                 ],
  9149.                 'data_collector.config' => [
  9150.                     => 'config',
  9151.                     => '@WebProfiler/Collector/config.html.twig',
  9152.                 ],
  9153.             ],
  9154.             'doctrine_phpcr.migrate.migrators' => [
  9155.             ],
  9156.             'sulu_media.image.formats' => [
  9157.                 'sulu-400x400' => [
  9158.                     'key' => 'sulu-400x400',
  9159.                     'internal' => true,
  9160.                     'meta' => [
  9161.                         'title' => [
  9162.                             'en' => 'Contact avatar (Sulu)',
  9163.                             'de' => 'Kontaktavatar (Sulu)',
  9164.                             'fr' => 'Avatar du contact (Sulu)',
  9165.                             'nl' => 'Contact avatar (Sulu)',
  9166.                         ],
  9167.                     ],
  9168.                     'scale' => [
  9169.                         'x' => 400,
  9170.                         'y' => 400,
  9171.                         'mode' => 2,
  9172.                         'retina' => false,
  9173.                         'forceRatio' => true,
  9174.                     ],
  9175.                     'transformations' => [
  9176.                     ],
  9177.                     'options' => [
  9178.                         'jpeg_quality' => 90,
  9179.                         'webp_quality' => 90,
  9180.                         'png_compression_level' => 6,
  9181.                     ],
  9182.                 ],
  9183.                 'sulu-260x' => [
  9184.                     'key' => 'sulu-260x',
  9185.                     'internal' => true,
  9186.                     'meta' => [
  9187.                         'title' => [
  9188.                             'en' => 'Masonry preview (Sulu)',
  9189.                             'de' => 'Masonry Vorschau (Sulu)',
  9190.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9191.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9192.                         ],
  9193.                     ],
  9194.                     'scale' => [
  9195.                         'x' => 260,
  9196.                         'y' => NULL,
  9197.                         'mode' => 2,
  9198.                         'retina' => false,
  9199.                         'forceRatio' => true,
  9200.                     ],
  9201.                     'transformations' => [
  9202.                     ],
  9203.                     'options' => [
  9204.                         'jpeg_quality' => 90,
  9205.                         'webp_quality' => 90,
  9206.                         'png_compression_level' => 6,
  9207.                     ],
  9208.                 ],
  9209.                 'sulu-170x170' => [
  9210.                     'key' => 'sulu-170x170',
  9211.                     'internal' => true,
  9212.                     'meta' => [
  9213.                         'title' => [
  9214.                             'en' => 'Search (Sulu)',
  9215.                             'de' => 'Suche (Sulu)',
  9216.                             'fr' => 'Recherche (Sulu)',
  9217.                             'nl' => 'Zoeken (Sulu)',
  9218.                         ],
  9219.                     ],
  9220.                     'scale' => [
  9221.                         'x' => 170,
  9222.                         'y' => 170,
  9223.                         'mode' => 2,
  9224.                         'retina' => false,
  9225.                         'forceRatio' => true,
  9226.                     ],
  9227.                     'transformations' => [
  9228.                     ],
  9229.                     'options' => [
  9230.                         'jpeg_quality' => 90,
  9231.                         'webp_quality' => 90,
  9232.                         'png_compression_level' => 6,
  9233.                     ],
  9234.                 ],
  9235.                 'sulu-100x100-inset' => [
  9236.                     'key' => 'sulu-100x100-inset',
  9237.                     'internal' => true,
  9238.                     'meta' => [
  9239.                         'title' => [
  9240.                             'en' => 'Organization card (Sulu)',
  9241.                             'de' => 'Organisationskarte (Sulu)',
  9242.                             'fr' => 'Carte d\'organisation (Sulu)',
  9243.                             'nl' => 'Organisatie kaart (Sulu)',
  9244.                         ],
  9245.                     ],
  9246.                     'scale' => [
  9247.                         'x' => 100,
  9248.                         'y' => 100,
  9249.                         'mode' => 1,
  9250.                         'retina' => false,
  9251.                         'forceRatio' => true,
  9252.                     ],
  9253.                     'transformations' => [
  9254.                     ],
  9255.                     'options' => [
  9256.                         'jpeg_quality' => 90,
  9257.                         'webp_quality' => 90,
  9258.                         'png_compression_level' => 6,
  9259.                     ],
  9260.                 ],
  9261.                 'sulu-50x50' => [
  9262.                     'key' => 'sulu-50x50',
  9263.                     'internal' => true,
  9264.                     'meta' => [
  9265.                         'title' => [
  9266.                             'en' => 'Small thumbnail (Sulu)',
  9267.                             'de' => 'Kleines Thumbnail (Sulu)',
  9268.                             'fr' => 'Image miniature (Sulu)',
  9269.                             'nl' => 'Kleine thumbnail (Sulu)',
  9270.                         ],
  9271.                     ],
  9272.                     'scale' => [
  9273.                         'x' => 50,
  9274.                         'y' => 50,
  9275.                         'mode' => 2,
  9276.                         'retina' => false,
  9277.                         'forceRatio' => true,
  9278.                     ],
  9279.                     'transformations' => [
  9280.                     ],
  9281.                     'options' => [
  9282.                         'jpeg_quality' => 90,
  9283.                         'webp_quality' => 90,
  9284.                         'png_compression_level' => 6,
  9285.                     ],
  9286.                 ],
  9287.                 'sulu-25x25' => [
  9288.                     'key' => 'sulu-25x25',
  9289.                     'internal' => true,
  9290.                     'meta' => [
  9291.                         'title' => [
  9292.                             'en' => 'Micro thumbnail',
  9293.                             'de' => 'Mikro Thumbnail',
  9294.                             'fr' => 'Image micro',
  9295.                             'nl' => 'Micro thumbnail',
  9296.                         ],
  9297.                     ],
  9298.                     'scale' => [
  9299.                         'x' => 25,
  9300.                         'y' => 25,
  9301.                         'mode' => 2,
  9302.                         'retina' => false,
  9303.                         'forceRatio' => true,
  9304.                     ],
  9305.                     'transformations' => [
  9306.                     ],
  9307.                     'options' => [
  9308.                         'jpeg_quality' => 90,
  9309.                         'webp_quality' => 90,
  9310.                         'png_compression_level' => 6,
  9311.                     ],
  9312.                 ],
  9313.                 'sulu-40x40' => [
  9314.                     'key' => 'sulu-40x40',
  9315.                     'internal' => true,
  9316.                     'meta' => [
  9317.                         'title' => [
  9318.                             'en' => 'Small thumbnail (Sulu)',
  9319.                             'de' => 'Kleines Thumbnail (Sulu)',
  9320.                             'fr' => 'Image miniature (Sulu)',
  9321.                             'nl' => 'Kleine thumbnail (Sulu)',
  9322.                         ],
  9323.                     ],
  9324.                     'scale' => [
  9325.                         'x' => 40,
  9326.                         'y' => 40,
  9327.                         'mode' => 2,
  9328.                         'retina' => false,
  9329.                         'forceRatio' => true,
  9330.                     ],
  9331.                     'transformations' => [
  9332.                     ],
  9333.                     'options' => [
  9334.                         'jpeg_quality' => 90,
  9335.                         'webp_quality' => 90,
  9336.                         'png_compression_level' => 6,
  9337.                     ],
  9338.                 ],
  9339.                 'sulu-240x' => [
  9340.                     'key' => 'sulu-240x',
  9341.                     'internal' => true,
  9342.                     'meta' => [
  9343.                         'title' => [
  9344.                             'en' => 'Masonry preview (Sulu)',
  9345.                             'de' => 'Masonry Vorschau (Sulu)',
  9346.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  9347.                             'nl' => 'Masonry voorbeeld (Sulu)',
  9348.                         ],
  9349.                     ],
  9350.                     'scale' => [
  9351.                         'x' => 240,
  9352.                         'y' => NULL,
  9353.                         'mode' => 2,
  9354.                         'retina' => false,
  9355.                         'forceRatio' => true,
  9356.                     ],
  9357.                     'transformations' => [
  9358.                     ],
  9359.                     'options' => [
  9360.                         'jpeg_quality' => 90,
  9361.                         'webp_quality' => 90,
  9362.                         'png_compression_level' => 6,
  9363.                     ],
  9364.                 ],
  9365.                 'sulu-400x400-inset' => [
  9366.                     'key' => 'sulu-400x400-inset',
  9367.                     'internal' => true,
  9368.                     'meta' => [
  9369.                         'title' => [
  9370.                             'en' => 'Organization logo (Sulu)',
  9371.                             'de' => 'Organisationslogo (Sulu)',
  9372.                             'fr' => 'Logo d\'organisation (Sulu)',
  9373.                             'nl' => 'Organisatie logo (Sulu)',
  9374.                         ],
  9375.                     ],
  9376.                     'scale' => [
  9377.                         'x' => 400,
  9378.                         'y' => 400,
  9379.                         'mode' => 1,
  9380.                         'retina' => false,
  9381.                         'forceRatio' => true,
  9382.                     ],
  9383.                     'transformations' => [
  9384.                     ],
  9385.                     'options' => [
  9386.                         'jpeg_quality' => 90,
  9387.                         'webp_quality' => 90,
  9388.                         'png_compression_level' => 6,
  9389.                     ],
  9390.                 ],
  9391.                 'sulu-100x100' => [
  9392.                     'key' => 'sulu-100x100',
  9393.                     'internal' => true,
  9394.                     'meta' => [
  9395.                         'title' => [
  9396.                             'en' => 'Contact card (Sulu)',
  9397.                             'de' => 'Personenkarte (Sulu)',
  9398.                             'fr' => 'Carte personnelle (Sulu)',
  9399.                             'nl' => 'Contact kaart (Sulu)',
  9400.                         ],
  9401.                     ],
  9402.                     'scale' => [
  9403.                         'x' => 100,
  9404.                         'y' => 100,
  9405.                         'mode' => 2,
  9406.                         'retina' => false,
  9407.                         'forceRatio' => true,
  9408.                     ],
  9409.                     'transformations' => [
  9410.                     ],
  9411.                     'options' => [
  9412.                         'jpeg_quality' => 90,
  9413.                         'webp_quality' => 90,
  9414.                         'png_compression_level' => 6,
  9415.                     ],
  9416.                 ],
  9417.                 '300x' => [
  9418.                     'key' => '300x',
  9419.                     'internal' => false,
  9420.                     'meta' => [
  9421.                         'title' => [
  9422.                             'en' => 'Thumbnail type miniature image - Format : 300x',
  9423.                             'fr' => 'Image miniature type vignette - Format : 300x',
  9424.                         ],
  9425.                     ],
  9426.                     'scale' => [
  9427.                         'x' => 300,
  9428.                         'y' => NULL,
  9429.                         'mode' => 2,
  9430.                         'retina' => false,
  9431.                         'forceRatio' => true,
  9432.                     ],
  9433.                     'transformations' => [
  9434.                     ],
  9435.                     'options' => [
  9436.                         'jpeg_quality' => 90,
  9437.                         'webp_quality' => 90,
  9438.                         'png_compression_level' => 6,
  9439.                     ],
  9440.                 ],
  9441.                 '600x' => [
  9442.                     'key' => '600x',
  9443.                     'internal' => false,
  9444.                     'meta' => [
  9445.                         'title' => [
  9446.                             'en' => 'Preview type image to side text - Format : 600x ',
  9447.                             'fr' => 'Image type aperçu en accompagnement de texte - Format : 600x',
  9448.                         ],
  9449.                     ],
  9450.                     'scale' => [
  9451.                         'x' => 600,
  9452.                         'y' => NULL,
  9453.                         'mode' => 2,
  9454.                         'retina' => false,
  9455.                         'forceRatio' => true,
  9456.                     ],
  9457.                     'transformations' => [
  9458.                     ],
  9459.                     'options' => [
  9460.                         'jpeg_quality' => 90,
  9461.                         'webp_quality' => 90,
  9462.                         'png_compression_level' => 6,
  9463.                     ],
  9464.                 ],
  9465.                 '800x' => [
  9466.                     'key' => '800x',
  9467.                     'internal' => false,
  9468.                     'meta' => [
  9469.                         'title' => [
  9470.                             'en' => 'Featured article header image - Format : 800x',
  9471.                             'fr' => 'Image d\'en tête article à la une - Format : 800x',
  9472.                         ],
  9473.                     ],
  9474.                     'scale' => [
  9475.                         'x' => 800,
  9476.                         'y' => NULL,
  9477.                         'mode' => 2,
  9478.                         'retina' => false,
  9479.                         'forceRatio' => true,
  9480.                     ],
  9481.                     'transformations' => [
  9482.                     ],
  9483.                     'options' => [
  9484.                         'jpeg_quality' => 90,
  9485.                         'webp_quality' => 90,
  9486.                         'png_compression_level' => 6,
  9487.                     ],
  9488.                 ],
  9489.                 '1000x' => [
  9490.                     'key' => '1000x',
  9491.                     'internal' => false,
  9492.                     'meta' => [
  9493.                         'title' => [
  9494.                             'en' => 'Header type full length image - Format : 1000x',
  9495.                             'fr' => 'Image pleine type header - Format : 1000x',
  9496.                         ],
  9497.                     ],
  9498.                     'scale' => [
  9499.                         'x' => 1000,
  9500.                         'y' => NULL,
  9501.                         'mode' => 2,
  9502.                         'retina' => false,
  9503.                         'forceRatio' => true,
  9504.                     ],
  9505.                     'transformations' => [
  9506.                     ],
  9507.                     'options' => [
  9508.                         'jpeg_quality' => 90,
  9509.                         'webp_quality' => 90,
  9510.                         'png_compression_level' => 6,
  9511.                     ],
  9512.                 ],
  9513.                 '1280x' => [
  9514.                     'key' => '1280x',
  9515.                     'internal' => false,
  9516.                     'meta' => [
  9517.                         'title' => [
  9518.                             'en' => 'Full width content image - Format : 1280x',
  9519.                             'fr' => 'Image pleine largeur de contenu - Format : 1280x',
  9520.                         ],
  9521.                     ],
  9522.                     'scale' => [
  9523.                         'x' => 1280,
  9524.                         'y' => NULL,
  9525.                         'mode' => 2,
  9526.                         'retina' => false,
  9527.                         'forceRatio' => true,
  9528.                     ],
  9529.                     'transformations' => [
  9530.                     ],
  9531.                     'options' => [
  9532.                         'jpeg_quality' => 90,
  9533.                         'webp_quality' => 90,
  9534.                         'png_compression_level' => 6,
  9535.                     ],
  9536.                 ],
  9537.                 '2560x' => [
  9538.                     'key' => '2560x',
  9539.                     'internal' => false,
  9540.                     'meta' => [
  9541.                         'title' => [
  9542.                             'en' => 'Full width retina/2x image - Format : 2560x',
  9543.                             'fr' => 'Image pleine largeur haute densité (retina/2x) - Format : 2560x',
  9544.                         ],
  9545.                     ],
  9546.                     'scale' => [
  9547.                         'x' => 2560,
  9548.                         'y' => NULL,
  9549.                         'mode' => 2,
  9550.                         'retina' => false,
  9551.                         'forceRatio' => true,
  9552.                     ],
  9553.                     'transformations' => [
  9554.                     ],
  9555.                     'options' => [
  9556.                         'jpeg_quality' => 90,
  9557.                         'webp_quality' => 90,
  9558.                         'png_compression_level' => 6,
  9559.                     ],
  9560.                 ],
  9561.             ],
  9562.             'sulu_category.entity.category' => 'App\\Entity\\Category',
  9563.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  9564.             'sulu.version' => '2.4.5',
  9565.             'app.version' => NULL,
  9566.             'sulu_snippet.areas' => [
  9567.                 'contact' => [
  9568.                     'key' => 'contact',
  9569.                     'template' => 'contact',
  9570.                     'title' => [
  9571.                         'en' => ' Contact',
  9572.                         'fr' => 'Bloc de contact',
  9573.                     ],
  9574.                 ],
  9575.                 'default' => [
  9576.                     'key' => 'default',
  9577.                     'template' => 'default',
  9578.                     'title' => [
  9579.                         'en' => 'Default Default',
  9580.                         'fr' => 'Default',
  9581.                     ],
  9582.                 ],
  9583.                 'footer' => [
  9584.                     'key' => 'footer',
  9585.                     'template' => 'footer',
  9586.                     'title' => [
  9587.                         'en' => ' Footer',
  9588.                         'fr' => 'Pied de page par default',
  9589.                     ],
  9590.                 ],
  9591.                 'header-link' => [
  9592.                     'key' => 'header-link',
  9593.                     'template' => 'header-link',
  9594.                     'title' => [
  9595.                         'en' => ' Header-link',
  9596.                         'fr' => 'Lien du haut du header',
  9597.                     ],
  9598.                 ],
  9599.                 'newsletter' => [
  9600.                     'key' => 'newsletter',
  9601.                     'template' => 'newsletter',
  9602.                     'title' => [
  9603.                         'en' => ' Newsletter',
  9604.                         'fr' => 'Lien de newsletter dans le header',
  9605.                     ],
  9606.                 ],
  9607.             ],
  9608.             'console.command.ids' => [
  9609.                 => 'console.command.public_alias.App\\Command\\ArchiveArticlesCommand',
  9610.                 => 'console.command.public_alias.App\\Command\\CreateCsvCommand',
  9611.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  9612.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  9613.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  9614.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  9615.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  9616.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  9617.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  9618.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  9619.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  9620.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  9621.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  9622.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  9623.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  9624.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  9625.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  9626.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  9627.                 18 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  9628.                 19 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  9629.                 20 => 'console.command.public_alias.fos_http_cache.command.invalidate_path',
  9630.                 21 => 'console.command.public_alias.fos_http_cache.command.invalidate_regex',
  9631.                 22 => 'console.command.public_alias.fos_http_cache.command.refresh_path',
  9632.                 23 => 'console.command.public_alias.fos_http_cache.command.clear',
  9633.                 24 => 'console.command.public_alias.sulu_page.command.workspace_import',
  9634.                 25 => 'phpcr_migrations.command.status',
  9635.                 26 => 'phpcr_migrations.command.migrate',
  9636.                 27 => 'phpcr_migrations.command.initialize',
  9637.                 28 => 'console.command.public_alias.sulu_form.form_generator_command',
  9638.                 29 => 'console.command.public_alias.sulu_article.reindex_command',
  9639.             ],
  9640.         ];
  9641.     }
  9642.     protected function throw($message)
  9643.     {
  9644.         throw new RuntimeException($message);
  9645.     }
  9646. }