var/cache/website/dev/ContainerAiSNXEI/App_KernelDevDebugContainer.php line 1953

Open in your IDE?
  1. <?php
  2. namespace ContainerAiSNXEI;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'doctrine_phpcr' => 'getDoctrinePhpcrService',
  50.             'doctrine_phpcr.session' => 'getDoctrinePhpcr_SessionService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  53.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  54.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  55.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  56.             'http_kernel' => 'getHttpKernelService',
  57.             'jms_serializer' => 'getJmsSerializerService',
  58.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  59.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  60.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  61.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  62.             'request_stack' => 'getRequestStackService',
  63.             'router' => 'getRouterService',
  64.             'sulu.content.localization_finder' => 'getSulu_Content_LocalizationFinderService',
  65.             'sulu.content.mapper' => 'getSulu_Content_MapperService',
  66.             'sulu.content.path_cleaner' => 'getSulu_Content_PathCleanerService',
  67.             'sulu.content.structure_manager' => 'getSulu_Content_StructureManagerService',
  68.             'sulu.content.type_manager' => 'getSulu_Content_TypeManagerService',
  69.             'sulu.phpcr.session' => 'getSulu_Phpcr_SessionService',
  70.             'sulu.repository.access_control' => 'getSulu_Repository_AccessControlService',
  71.             'sulu.repository.account' => 'getSulu_Repository_AccountService',
  72.             'sulu.repository.analytics' => 'getSulu_Repository_AnalyticsService',
  73.             'sulu.repository.category' => 'getSulu_Repository_CategoryService',
  74.             'sulu.repository.category_meta' => 'getSulu_Repository_CategoryMetaService',
  75.             'sulu.repository.category_translation' => 'getSulu_Repository_CategoryTranslationService',
  76.             'sulu.repository.contact' => 'getSulu_Repository_ContactService',
  77.             'sulu.repository.keyword' => 'getSulu_Repository_KeywordService',
  78.             'sulu.repository.media' => 'getSulu_Repository_MediaService',
  79.             'sulu.repository.redirect_route' => 'getSulu_Repository_RedirectRouteService',
  80.             'sulu.repository.role' => 'getSulu_Repository_RoleService',
  81.             'sulu.repository.route' => 'getSulu_Repository_RouteService',
  82.             'sulu.repository.tag' => 'getSulu_Repository_TagService',
  83.             'sulu.repository.user' => 'getSulu_Repository_UserService',
  84.             'sulu.util.node_helper' => 'getSulu_Util_NodeHelperService',
  85.             'sulu_category.category_manager' => 'getSuluCategory_CategoryManagerService',
  86.             'sulu_category.keyword_manager' => 'getSuluCategory_KeywordManagerService',
  87.             'sulu_contact.contact_manager' => 'getSuluContact_ContactManagerService',
  88.             'sulu_core.array_serializer' => 'getSuluCore_ArraySerializerService',
  89.             'sulu_core.webspace.request_analyzer' => 'getSuluCore_Webspace_RequestAnalyzerService',
  90.             'sulu_core.webspace.webspace_manager' => 'getSuluCore_Webspace_WebspaceManagerService',
  91.             'sulu_custom_urls.manager' => 'getSuluCustomUrls_ManagerService',
  92.             'sulu_document_manager.document_inspector' => 'getSuluDocumentManager_DocumentInspectorService',
  93.             'sulu_document_manager.document_manager' => 'getSuluDocumentManager_DocumentManagerService',
  94.             'sulu_document_manager.metadata_factory.base' => 'getSuluDocumentManager_MetadataFactory_BaseService',
  95.             'sulu_document_manager.property_encoder' => 'getSuluDocumentManager_PropertyEncoderService',
  96.             'sulu_markup.parser.html_extractor' => 'getSuluMarkup_Parser_HtmlExtractorService',
  97.             'sulu_media.collection_manager' => 'getSuluMedia_CollectionManagerService',
  98.             'sulu_media.collection_repository' => 'getSuluMedia_CollectionRepositoryService',
  99.             'sulu_media.format_cache' => 'getSuluMedia_FormatCacheService',
  100.             'sulu_media.format_manager' => 'getSuluMedia_FormatManagerService',
  101.             'sulu_media.image.transformation.blur' => 'getSuluMedia_Image_Transformation_BlurService',
  102.             'sulu_media.image.transformation.crop' => 'getSuluMedia_Image_Transformation_CropService',
  103.             'sulu_media.image.transformation.gamma' => 'getSuluMedia_Image_Transformation_GammaService',
  104.             'sulu_media.image.transformation.grayscale' => 'getSuluMedia_Image_Transformation_GrayscaleService',
  105.             'sulu_media.image.transformation.negative' => 'getSuluMedia_Image_Transformation_NegativeService',
  106.             'sulu_media.image.transformation.paste' => 'getSuluMedia_Image_Transformation_PasteService',
  107.             'sulu_media.image.transformation.sharpen' => 'getSuluMedia_Image_Transformation_SharpenService',
  108.             'sulu_media.media_manager' => 'getSuluMedia_MediaManagerService',
  109.             'sulu_media.storage' => 'getSuluMedia_StorageService',
  110.             'sulu_media.system_collections.manager' => 'getSuluMedia_SystemCollections_ManagerService',
  111.             'sulu_page.compat.structure.legacy_property_factory' => 'getSuluPage_Compat_Structure_LegacyPropertyFactoryService',
  112.             'sulu_page.content_repository' => 'getSuluPage_ContentRepositoryService',
  113.             'sulu_page.extension.manager' => 'getSuluPage_Extension_ManagerService',
  114.             'sulu_page.structure.factory' => 'getSuluPage_Structure_FactoryService',
  115.             'sulu_security.mask_converter' => 'getSuluSecurity_MaskConverterService',
  116.             'sulu_security.salt_generator' => 'getSuluSecurity_SaltGeneratorService',
  117.             'sulu_security.security_checker' => 'getSuluSecurity_SecurityCheckerService',
  118.             'sulu_security.user_manager' => 'getSuluSecurity_UserManagerService',
  119.             'sulu_snippet.default_snippet.manager' => 'getSuluSnippet_DefaultSnippet_ManagerService',
  120.             'sulu_snippet.resolver' => 'getSuluSnippet_ResolverService',
  121.             'sulu_tag.tag_manager' => 'getSuluTag_TagManagerService',
  122.             'sulu_website.resolver.structure' => 'getSuluWebsite_Resolver_StructureService',
  123.             'translator' => 'getTranslatorService',
  124.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  125.             'cache_clearer' => 'getCacheClearerService',
  126.             'filesystem' => 'getFilesystemService',
  127.             'serializer' => 'getSerializerService',
  128.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  129.             'form.factory' => 'getForm_FactoryService',
  130.             'form.type.file' => 'getForm_Type_FileService',
  131.             'profiler' => 'getProfilerService',
  132.             'twig' => 'getTwigService',
  133.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  134.             'security.token_storage' => 'getSecurity_TokenStorageService',
  135.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  136.             'session' => 'getSessionService',
  137.             'validator' => 'getValidatorService',
  138.         ];
  139.         $this->fileMap = [
  140.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  141.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  142.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  143.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  144.             '.container.private.session' => 'get_Container_Private_SessionService',
  145.             'App\\Controller\\Payment\\PaymentController' => 'getPaymentControllerService',
  146.             'App\\Controller\\Payment\\PaymentMollieController' => 'getPaymentMollieControllerService',
  147.             'App\\Controller\\Website\\AccountTerminationController' => 'getAccountTerminationControllerService',
  148.             'App\\Controller\\Website\\CategoryController' => 'getCategoryControllerService',
  149.             'App\\Controller\\Website\\ConfirmationController' => 'getConfirmationControllerService',
  150.             'App\\Controller\\Website\\ConsultantArticlesController' => 'getConsultantArticlesControllerService',
  151.             'App\\Controller\\Website\\Consultant\\ConsultantCompanyController' => 'getConsultantCompanyControllerService',
  152.             'App\\Controller\\Website\\Consultant\\ConsultantController' => 'getConsultantControllerService',
  153.             'App\\Controller\\Website\\Consultant\\ImpressumController' => 'getImpressumControllerService',
  154.             'App\\Controller\\Website\\CountryController' => 'getCountryControllerService',
  155.             'App\\Controller\\Website\\GeoLocationController' => 'getGeoLocationControllerService',
  156.             'App\\Controller\\Website\\HeadlessWebsiteController' => 'getHeadlessWebsiteControllerService',
  157.             'App\\Controller\\Website\\LanguageController' => 'getLanguageControllerService',
  158.             'App\\Controller\\Website\\PasswordController' => 'getPasswordControllerService',
  159.             'App\\Controller\\Website\\ProfileController' => 'getProfileControllerService',
  160.             'App\\Controller\\Website\\RegistrationController' => 'getRegistrationControllerService',
  161.             'App\\Controller\\Website\\UserArticleController' => 'getUserArticleControllerService',
  162.             'App\\Controller\\Website\\UserPaymentController' => 'getUserPaymentControllerService',
  163.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  164.             'Sulu\\Bundle\\CommunityBundle\\Controller\\BlacklistConfirmationController' => 'getBlacklistConfirmationControllerService',
  165.             'Sulu\\Bundle\\CommunityBundle\\Controller\\CompletionController' => 'getCompletionControllerService',
  166.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ConfirmationController' => 'getConfirmationController2Service',
  167.             'Sulu\\Bundle\\CommunityBundle\\Controller\\EmailConfirmationController' => 'getEmailConfirmationControllerService',
  168.             'Sulu\\Bundle\\CommunityBundle\\Controller\\LoginController' => 'getLoginControllerService',
  169.             'Sulu\\Bundle\\CommunityBundle\\Controller\\PasswordController' => 'getPasswordController2Service',
  170.             'Sulu\\Bundle\\CommunityBundle\\Controller\\ProfileController' => 'getProfileController2Service',
  171.             'Sulu\\Bundle\\CommunityBundle\\Controller\\RegistrationController' => 'getRegistrationController2Service',
  172.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  173.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  174.             'cache.app_clearer' => 'getCache_AppClearerService',
  175.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  176.             'cache.system_clearer' => 'getCache_SystemClearerService',
  177.             'cache_warmer' => 'getCacheWarmerService',
  178.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  179.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand' => 'getLoadFixtureCommandService',
  180.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand' => 'getMigratorMigrateCommandService',
  181.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand' => 'getNodeDumpCommandService',
  182.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand' => 'getNodeMoveCommandService',
  183.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand' => 'getNodeRemoveCommandService',
  184.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand' => 'getNodeTouchCommandService',
  185.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand' => 'getNodeTypeListCommandService',
  186.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand' => 'getNodeTypeRegisterCommandService',
  187.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand' => 'getNodesUpdateCommandService',
  188.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand' => 'getPhpcrShellCommandService',
  189.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand' => 'getRepositoryInitCommandService',
  190.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand' => 'getWorkspaceCreateCommandService',
  191.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand' => 'getWorkspaceDeleteCommandService',
  192.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand' => 'getWorkspaceExportCommandService',
  193.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand' => 'getWorkspaceImportCommandService',
  194.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand' => 'getWorkspaceListCommandService',
  195.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand' => 'getWorkspacePurgeCommandService',
  196.             'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand' => 'getWorkspaceQueryCommandService',
  197.             'console.command.public_alias.sulu_page.command.workspace_import' => 'getConsole_Command_PublicAlias_SuluPage_Command_WorkspaceImportService',
  198.             'console.command.public_alias.sulu_redirect.import_command' => 'getConsole_Command_PublicAlias_SuluRedirect_ImportCommandService',
  199.             'console.command_loader' => 'getConsole_CommandLoaderService',
  200.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  201.             'doctrine_phpcr.admin.default_session' => 'getDoctrinePhpcr_Admin_DefaultSessionService',
  202.             'doctrine_phpcr.admin.live_session' => 'getDoctrinePhpcr_Admin_LiveSessionService',
  203.             'doctrine_phpcr.default_session' => 'getDoctrinePhpcr_DefaultSessionService',
  204.             'doctrine_phpcr.initializer_manager' => 'getDoctrinePhpcr_InitializerManagerService',
  205.             'error_controller' => 'getErrorControllerService',
  206.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  207.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  208.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  209.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  210.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  211.             'massive_search.adapter.test' => 'getMassiveSearch_Adapter_TestService',
  212.             'massive_search.adapter.zend_lucene' => 'getMassiveSearch_Adapter_ZendLuceneService',
  213.             'massive_search.search_manager' => 'getMassiveSearch_SearchManagerService',
  214.             'phpcr_migrations.command.initialize' => 'getPhpcrMigrations_Command_InitializeService',
  215.             'phpcr_migrations.command.migrate' => 'getPhpcrMigrations_Command_MigrateService',
  216.             'phpcr_migrations.command.status' => 'getPhpcrMigrations_Command_StatusService',
  217.             'routing.loader' => 'getRouting_LoaderService',
  218.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  219.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  220.             'services_resetter' => 'getServicesResetterService',
  221.             'sulu.content.path_cleaner.replacer_loader' => 'getSulu_Content_PathCleaner_ReplacerLoaderService',
  222.             'sulu.content.path_cleaner.replacer_loader.file_locator' => 'getSulu_Content_PathCleaner_ReplacerLoader_FileLocatorService',
  223.             'sulu.content.type.block' => 'getSulu_Content_Type_BlockService',
  224.             'sulu.content.type.checkbox' => 'getSulu_Content_Type_CheckboxService',
  225.             'sulu.content.type.color' => 'getSulu_Content_Type_ColorService',
  226.             'sulu.content.type.date' => 'getSulu_Content_Type_DateService',
  227.             'sulu.content.type.datetime' => 'getSulu_Content_Type_DatetimeService',
  228.             'sulu.content.type.email' => 'getSulu_Content_Type_EmailService',
  229.             'sulu.content.type.link' => 'getSulu_Content_Type_LinkService',
  230.             'sulu.content.type.number' => 'getSulu_Content_Type_NumberService',
  231.             'sulu.content.type.page_selection' => 'getSulu_Content_Type_PageSelectionService',
  232.             'sulu.content.type.password' => 'getSulu_Content_Type_PasswordService',
  233.             'sulu.content.type.phone' => 'getSulu_Content_Type_PhoneService',
  234.             'sulu.content.type.resource_locator' => 'getSulu_Content_Type_ResourceLocatorService',
  235.             'sulu.content.type.segment_select' => 'getSulu_Content_Type_SegmentSelectService',
  236.             'sulu.content.type.select' => 'getSulu_Content_Type_SelectService',
  237.             'sulu.content.type.single_page_selection' => 'getSulu_Content_Type_SinglePageSelectionService',
  238.             'sulu.content.type.single_select' => 'getSulu_Content_Type_SingleSelectService',
  239.             'sulu.content.type.text_area' => 'getSulu_Content_Type_TextAreaService',
  240.             'sulu.content.type.text_editor' => 'getSulu_Content_Type_TextEditorService',
  241.             'sulu.content.type.text_line' => 'getSulu_Content_Type_TextLineService',
  242.             'sulu.content.type.time' => 'getSulu_Content_Type_TimeService',
  243.             'sulu.content.type.url' => 'getSulu_Content_Type_UrlService',
  244.             'sulu.content.webspace_structure_provider' => 'getSulu_Content_WebspaceStructureProviderService',
  245.             'sulu.core.localization_manager' => 'getSulu_Core_LocalizationManagerService',
  246.             'sulu.repository.activity' => 'getSulu_Repository_ActivityService',
  247.             'sulu.repository.blacklist_item' => 'getSulu_Repository_BlacklistItemService',
  248.             'sulu.repository.blacklist_user' => 'getSulu_Repository_BlacklistUserService',
  249.             'sulu.repository.preview_link' => 'getSulu_Repository_PreviewLinkService',
  250.             'sulu.repository.role_setting' => 'getSulu_Repository_RoleSettingService',
  251.             'sulu.repository.task' => 'getSulu_Repository_TaskService',
  252.             'sulu.repository.trash_item' => 'getSulu_Repository_TrashItemService',
  253.             'sulu_automation.tasks.manager' => 'getSuluAutomation_Tasks_ManagerService',
  254.             'sulu_category.content.type.category_selection' => 'getSuluCategory_Content_Type_CategorySelectionService',
  255.             'sulu_category.content.type.single_category_selection' => 'getSuluCategory_Content_Type_SingleCategorySelectionService',
  256.             'sulu_community.blacklisting.item_manager' => 'getSuluCommunity_Blacklisting_ItemManagerService',
  257.             'sulu_community.blacklisting.item_repository' => 'getSuluCommunity_Blacklisting_ItemRepositoryService',
  258.             'sulu_community.blacklisting.user_repository' => 'getSuluCommunity_Blacklisting_UserRepositoryService',
  259.             'sulu_community.community_manager.registry' => 'getSuluCommunity_CommunityManager_RegistryService',
  260.             'sulu_community.controller.blacklist_item' => 'getSuluCommunity_Controller_BlacklistItemService',
  261.             'sulu_community.email_confirmation.repository' => 'getSuluCommunity_EmailConfirmation_RepositoryService',
  262.             'sulu_community.user_manager' => 'getSuluCommunity_UserManagerService',
  263.             'sulu_contact.account_factory' => 'getSuluContact_AccountFactoryService',
  264.             'sulu_contact.account_manager' => 'getSuluContact_AccountManagerService',
  265.             'sulu_contact.content.account_selection' => 'getSuluContact_Content_AccountSelectionService',
  266.             'sulu_contact.content.contact_account_selection' => 'getSuluContact_Content_ContactAccountSelectionService',
  267.             'sulu_contact.content.contact_selection' => 'getSuluContact_Content_ContactSelectionService',
  268.             'sulu_contact.content.single_account_selection' => 'getSuluContact_Content_SingleAccountSelectionService',
  269.             'sulu_contact.content.single_contact_selection' => 'getSuluContact_Content_SingleContactSelectionService',
  270.             'sulu_contact.form_of_address_provider' => 'getSuluContact_FormOfAddressProviderService',
  271.             'sulu_contact.util.index_comparator' => 'getSuluContact_Util_IndexComparatorService',
  272.             'sulu_core.doctrine_list_builder_factory' => 'getSuluCore_DoctrineListBuilderFactoryService',
  273.             'sulu_core.doctrine_rest_helper' => 'getSuluCore_DoctrineRestHelperService',
  274.             'sulu_core.list_builder.field_descriptor_factory' => 'getSuluCore_ListBuilder_FieldDescriptorFactoryService',
  275.             'sulu_core.list_rest_helper' => 'getSuluCore_ListRestHelperService',
  276.             'sulu_core.webspace.document_manager.webspace_initializer' => 'getSuluCore_Webspace_DocumentManager_WebspaceInitializerService',
  277.             'sulu_custom_urls.initializer' => 'getSuluCustomUrls_InitializerService',
  278.             'sulu_document_manager.initializer' => 'getSuluDocumentManager_InitializerService',
  279.             'sulu_document_manager.initializer.root_path_purge_initializer' => 'getSuluDocumentManager_Initializer_RootPathPurgeInitializerService',
  280.             'sulu_document_manager.initializer.workspace' => 'getSuluDocumentManager_Initializer_WorkspaceService',
  281.             'sulu_document_manager.serializer.subscriber.proxy' => 'getSuluDocumentManager_Serializer_Subscriber_ProxyService',
  282.             'sulu_form.content_type.single_form_selection' => 'getSuluForm_ContentType_SingleFormSelectionService',
  283.             'sulu_form.dynamic_controller' => 'getSuluForm_DynamicControllerService',
  284.             'sulu_form.form_token_controller' => 'getSuluForm_FormTokenControllerService',
  285.             'sulu_form.form_website_controller' => 'getSuluForm_FormWebsiteControllerService',
  286.             'sulu_form.manager.form' => 'getSuluForm_Manager_FormService',
  287.             'sulu_hash.request_hash_checker' => 'getSuluHash_RequestHashCheckerService',
  288.             'sulu_headless.content_resolver' => 'getSuluHeadless_ContentResolverService',
  289.             'sulu_headless.controller.navigation' => 'getSuluHeadless_Controller_NavigationService',
  290.             'sulu_headless.controller.search' => 'getSuluHeadless_Controller_SearchService',
  291.             'sulu_headless.controller.snippet_area' => 'getSuluHeadless_Controller_SnippetAreaService',
  292.             'sulu_headless.controller.website' => 'getSuluHeadless_Controller_WebsiteService',
  293.             'sulu_headless.structure_resolver' => 'getSuluHeadless_StructureResolverService',
  294.             'sulu_http_cache.cache_lifetime.enhancer' => 'getSuluHttpCache_CacheLifetime_EnhancerService',
  295.             'sulu_location.content.type.location' => 'getSuluLocation_Content_Type_LocationService',
  296.             'sulu_location.controller.geolocator' => 'getSuluLocation_Controller_GeolocatorService',
  297.             'sulu_media.disposition_type.resolver' => 'getSuluMedia_DispositionType_ResolverService',
  298.             'sulu_media.format_options_manager' => 'getSuluMedia_FormatOptionsManagerService',
  299.             'sulu_media.media_stream_controller' => 'getSuluMedia_MediaStreamControllerService',
  300.             'sulu_media.type.collection_selection' => 'getSuluMedia_Type_CollectionSelectionService',
  301.             'sulu_media.type.image_map' => 'getSuluMedia_Type_ImageMapService',
  302.             'sulu_media.type.media_selection' => 'getSuluMedia_Type_MediaSelectionService',
  303.             'sulu_media.type.single_collection_selection' => 'getSuluMedia_Type_SingleCollectionSelectionService',
  304.             'sulu_media.type.single_media_selection' => 'getSuluMedia_Type_SingleMediaSelectionService',
  305.             'sulu_page.document_manager.content_initializer' => 'getSuluPage_DocumentManager_ContentInitializerService',
  306.             'sulu_page.export.webspace' => 'getSuluPage_Export_WebspaceService',
  307.             'sulu_page.import.webspace' => 'getSuluPage_Import_WebspaceService',
  308.             'sulu_page.node_repository' => 'getSuluPage_NodeRepositoryService',
  309.             'sulu_page.rl_repository' => 'getSuluPage_RlRepositoryService',
  310.             'sulu_page.smart_content.content_type' => 'getSuluPage_SmartContent_ContentTypeService',
  311.             'sulu_page.smart_content.data_provider_pool' => 'getSuluPage_SmartContent_DataProviderPoolService',
  312.             'sulu_page.teaser.content_type' => 'getSuluPage_Teaser_ContentTypeService',
  313.             'sulu_redirect.controller.redirect' => 'getSuluRedirect_Controller_RedirectService',
  314.             'sulu_redirect.import' => 'getSuluRedirect_ImportService',
  315.             'sulu_redirect.redirect_route_manager' => 'getSuluRedirect_RedirectRouteManagerService',
  316.             'sulu_route.content_type' => 'getSuluRoute_ContentTypeService',
  317.             'sulu_route.content_type.page_tree_route' => 'getSuluRoute_ContentType_PageTreeRouteService',
  318.             'sulu_search.controller.website_search' => 'getSuluSearch_Controller_WebsiteSearchService',
  319.             'sulu_security.encoder_factory' => 'getSuluSecurity_EncoderFactoryService',
  320.             'sulu_security.token_generator' => 'getSuluSecurity_TokenGeneratorService',
  321.             'sulu_security.user_repository' => 'getSuluSecurity_UserRepositoryService',
  322.             'sulu_security.user_setting_repository' => 'getSuluSecurity_UserSettingRepositoryService',
  323.             'sulu_snippet.content.single_snippet_selection' => 'getSuluSnippet_Content_SingleSnippetSelectionService',
  324.             'sulu_snippet.content.snippet' => 'getSuluSnippet_Content_SnippetService',
  325.             'sulu_snippet.document.snippet_initializer' => 'getSuluSnippet_Document_SnippetInitializerService',
  326.             'sulu_snippet.export.snippet' => 'getSuluSnippet_Export_SnippetService',
  327.             'sulu_snippet.import.snippet' => 'getSuluSnippet_Import_SnippetService',
  328.             'sulu_snippet.reference_store.snippet' => 'getSuluSnippet_ReferenceStore_SnippetService',
  329.             'sulu_snippet.repository' => 'getSuluSnippet_RepositoryService',
  330.             'sulu_tag.content.type.tag_selection' => 'getSuluTag_Content_Type_TagSelectionService',
  331.             'sulu_website.analytics.manager' => 'getSuluWebsite_Analytics_ManagerService',
  332.             'sulu_website.default_controller' => 'getSuluWebsite_DefaultControllerService',
  333.             'sulu_website.http_cache.clearer' => 'getSuluWebsite_HttpCache_ClearerService',
  334.             'sulu_website.redirect_controller' => 'getSuluWebsite_RedirectControllerService',
  335.             'sulu_website.resolver.parameter' => 'getSuluWebsite_Resolver_ParameterService',
  336.             'sulu_website.resolver.template_attribute' => 'getSuluWebsite_Resolver_TemplateAttributeService',
  337.             'sulu_website.segment_controller' => 'getSuluWebsite_SegmentControllerService',
  338.             'sulu_website.sitemap_controller' => 'getSuluWebsite_SitemapControllerService',
  339.             'sulu_website.url_select_helper' => 'getSuluWebsite_UrlSelectHelperService',
  340.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  341.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  342.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  343.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  344.             'task.builder_factory' => 'getTask_BuilderFactoryService',
  345.             'task.command.debug_tasks' => 'getTask_Command_DebugTasksService',
  346.             'task.command.executor' => 'getTask_Command_ExecutorService',
  347.             'task.command.run' => 'getTask_Command_RunService',
  348.             'task.command.run_handler' => 'getTask_Command_RunHandlerService',
  349.             'task.command.schedule_system_tasks' => 'getTask_Command_ScheduleSystemTasksService',
  350.             'task.command.schedule_task' => 'getTask_Command_ScheduleTaskService',
  351.             'task.executor.inside' => 'getTask_Executor_InsideService',
  352.             'task.handler.factory' => 'getTask_Handler_FactoryService',
  353.             'task.lock' => 'getTask_LockService',
  354.             'task.lock.storage.file' => 'getTask_Lock_Storage_FileService',
  355.             'task.repository.task' => 'getTask_Repository_TaskService',
  356.             'task.repository.task_execution' => 'getTask_Repository_TaskExecutionService',
  357.             'task.runner' => 'getTask_RunnerService',
  358.             'task.runner.execution_finder' => 'getTask_Runner_ExecutionFinderService',
  359.             'task.scheduler' => 'getTask_SchedulerService',
  360.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  361.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  362.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  363.         ];
  364.         $this->aliases = [
  365.             'Doctrine\\Bundle\\PHPCRBundle\\ManagerRegistry' => 'doctrine_phpcr',
  366.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  367.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  368.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  369.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  370.             'PHPCR\\SessionInterface' => 'doctrine_phpcr.session',
  371.             'Sulu\\Bundle\\FormBundle\\Controller\\FormTokenController' => 'sulu_form.form_token_controller',
  372.             'Sulu\\Bundle\\FormBundle\\Controller\\FormWebsiteController' => 'sulu_form.form_website_controller',
  373.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\HeadlessWebsiteController' => 'sulu_headless.controller.website',
  374.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\NavigationController' => 'sulu_headless.controller.navigation',
  375.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\SearchController' => 'sulu_headless.controller.search',
  376.             'Sulu\\Bundle\\HeadlessBundle\\Controller\\SnippetAreaController' => 'sulu_headless.controller.snippet_area',
  377.             'Sulu\\Bundle\\MediaBundle\\Media\\Storage\\StorageInterface' => 'sulu_media.storage',
  378.             'Sulu\\Bundle\\WebsiteBundle\\Controller\\DefaultController' => 'sulu_website.default_controller',
  379.             'database_connection' => 'doctrine.dbal.default_connection',
  380.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  381.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  382.             'doctrine_phpcr.admin.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  383.             'doctrine_phpcr.jackalope_doctrine_dbal.default_connection' => 'doctrine.dbal.default_connection',
  384.             'doctrine_phpcr.jackalope_doctrine_dbal.live_connection' => 'doctrine.dbal.default_connection',
  385.             'doctrine_phpcr.live_session' => 'doctrine_phpcr.session',
  386.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  387.             'mailer' => 'swiftmailer.mailer.default',
  388.             'sulu_document_manager.default_session' => 'doctrine_phpcr.session',
  389.             'sulu_document_manager.live_session' => 'doctrine_phpcr.session',
  390.             'task.storage.task' => 'task.repository.task',
  391.             'task.storage.task_execution' => 'task.repository.task_execution',
  392.         ];
  393.         $this->privates['service_container'] = function () {
  394.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  395.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  396.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  397.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  398.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  399.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  400.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/HttpKernel/SuluKernel.php';
  401.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/HttpCacheProvider.php';
  402.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  403.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  404.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  405.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  406.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  407.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  408.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  409.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  410.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  411.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  412.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  413.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  414.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  415.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  416.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RunnerInterface.php';
  417.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  418.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  419.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/RuntimeInterface.php';
  420.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/GenericRuntime.php';
  421.             include_once \dirname(__DIR__5).'/vendor/symfony/runtime/SymfonyRuntime.php';
  422.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  423.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  424.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  425.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  426.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  427.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  428.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  429.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  430.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocatorInterface.php';
  431.             include_once \dirname(__DIR__5).'/vendor/symfony/config/FileLocator.php';
  432.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  433.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/UriSigner.php';
  434.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  435.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  436.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  437.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  438.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  439.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  440.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  441.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  442.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  443.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  444.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareInterface.php';
  445.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerAwareTrait.php';
  446.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  447.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  448.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  449.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  450.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  451.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  452.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  453.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  454.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  455.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  456.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  457.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  458.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/Transports.php';
  459.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport.php';
  460.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  461.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  462.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  463.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  464.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  465.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  466.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  467.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  468.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  469.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  470.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  471.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  472.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  473.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  474.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  475.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  476.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  477.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  478.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  479.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  480.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  481.             include_once \dirname(__DIR__5).'/vendor/psr/log/src/LoggerInterface.php';
  482.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  483.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  484.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  485.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  486.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  487.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  488.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  489.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  490.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  491.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  492.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  493.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  494.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  495.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  496.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  497.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  498.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  499.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  500.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  501.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  502.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  503.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  504.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  505.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  506.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  507.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  508.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  509.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  510.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  511.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  512.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  513.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  514.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistryInterface.php';
  515.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormRegistry.php';
  516.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormExtensionInterface.php';
  517.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  518.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  519.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  520.             include_once \dirname(__DIR__5).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  522.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  523.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  524.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  525.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  527.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  528.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  529.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  530.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  531.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  532.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  533.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  534.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  535.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  536.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  538.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  539.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  540.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  541.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  542.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  543.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  544.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  545.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  546.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  547.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  548.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  549.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  550.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  551.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  552.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  553.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  554.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  555.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  556.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  557.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanupInterface.php';
  558.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/PathCleanup.php';
  559.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  560.             include_once \dirname(__DIR__5).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  561.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapperInterface.php';
  562.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php';
  563.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManagerInterface.php';
  564.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  565.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/ContentTypeManager.php';
  566.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  567.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManagerInterface.php';
  568.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php';
  569.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/ResourceLocatorMapperInterface.php';
  570.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Mapper/PhpcrMapper.php';
  571.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPoolInterface.php';
  572.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyPool.php';
  573.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategyInterface.php';
  574.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorStrategy.php';
  575.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeFullEditStrategy.php';
  576.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/ResourceLocatorGeneratorInterface.php';
  577.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeGenerator.php';
  578.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Types/ResourceLocator/Strategy/TreeLeafEditStrategy.php';
  579.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutorInterface.php';
  580.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryExecutor.php';
  581.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Util/SuluNodeHelper.php';
  582.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinderInterface.php';
  583.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php';
  584.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderInterface.php';
  585.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/Loader.php';
  586.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  587.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  588.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/LoaderResolver.php';
  589.             include_once \dirname(__DIR__5).'/vendor/symfony/config/Loader/FileLoader.php';
  590.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/BaseXmlFileLoader.php';
  591.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader10.php';
  592.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Loader/XmlFileLoader11.php';
  593.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/ReplacerInterface.php';
  594.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Url/Replacer.php';
  595.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Localization/Provider/LocalizationProviderInterface.php';
  596.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManagerInterface.php';
  597.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php';
  598.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeInterface.php';
  599.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php';
  600.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  601.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  602.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  603.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  604.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  605.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  606.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  607.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  608.             include_once \dirname(__DIR__5).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  609.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php';
  610.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php';
  611.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php';
  612.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php';
  613.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php';
  614.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManagerInterface.php';
  615.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/PHPCR/SessionManager/SessionManager.php';
  616.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializerInterface.php';
  617.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php';
  618.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzerInterface.php';
  619.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php';
  620.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/RequestProcessorInterface.php';
  621.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php';
  622.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/UrlRequestProcessor.php';
  623.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/WebsiteRequestProcessor.php';
  624.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/DateTimeRequestProcessor.php';
  625.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/SegmentRequestProcessor.php';
  626.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/PortalInformationRequestProcessor.php';
  627.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  628.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  629.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  630.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  631.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  632.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  633.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  634.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  635.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  636.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  637.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  638.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  639.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  641.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  642.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  643.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  644.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  645.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  646.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/ManagerRegistry.php';
  647.             include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryFactoryInterface.php';
  648.             include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/RepositoryFactoryDoctrineDBAL.php';
  649.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  650.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  651.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  652.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  653.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  654.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  655.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  656.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestMatcher.php';
  657.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  658.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  659.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  660.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  661.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  662.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  663.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  664.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  665.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  666.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  667.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  669.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  670.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  671.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  672.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  673.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  674.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  675.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  676.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  677.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  678.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  679.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  680.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  681.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  682.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  683.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  684.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  685.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  686.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  687.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  688.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  689.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  690.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  691.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  692.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  693.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  694.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  695.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  696.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  697.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  698.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  699.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  700.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  701.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  702.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  703.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  704.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  705.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  706.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  707.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  708.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  709.             include_once \dirname(__DIR__5).'/vendor/massive/search-bundle/Search/Factory.php';
  710.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Search/Factory.php';
  711.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  712.             include_once \dirname(__DIR__5).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  713.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  714.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactTitleRepository.php';
  715.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManagerInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/RelationTrait.php';
  717.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/AbstractContactManager.php';
  718.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Contact/ContactManager.php';
  720.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  721.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  722.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  723.             include_once \dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  724.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepositoryInterface.php';
  725.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DescendantProviderInterface.php';
  726.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/SecuredEntityRepositoryTrait.php';
  727.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/CollectionRepository.php';
  728.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/FormatCacheInterface.php';
  729.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatCache/LocalFormatCache.php';
  730.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  731.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  732.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  733.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  734.             include_once \dirname(__DIR__5).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  735.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImageConverterInterface.php';
  736.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php';
  737.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractorInterface.php';
  738.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/MediaImageExtractor.php';
  739.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailServiceInterface.php';
  740.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Video/VideoThumbnailService.php';
  741.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPoolInterface.php';
  742.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/TransformationPool.php';
  743.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/FocusInterface.php';
  744.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Focus/Focus.php';
  745.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/ScalerInterface.php';
  746.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Scaler/Scaler.php';
  747.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/CropperInterface.php';
  748.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Cropper/Cropper.php';
  749.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/TransformationInterface.php';
  750.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/CropTransformation.php';
  751.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/PasteTransformation.php';
  752.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/BlurTransformation.php';
  753.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GammaTransformation.php';
  754.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/GrayscaleTransformation.php';
  755.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/NegativeTransformation.php';
  756.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/Transformation/SharpenTransformation.php';
  757.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManagerInterface.php';
  758.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php';
  759.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidatorInterface.php';
  760.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FileValidator/FileValidator.php';
  761.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManagerInterface.php';
  762.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/TypeManager/TypeManager.php';
  763.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManagerInterface.php';
  764.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php';
  765.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManagerInterface.php';
  766.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Collection/Manager/CollectionManager.php';
  767.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManagerInterface.php';
  768.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Media/SystemCollections/SystemCollectionManager.php';
  769.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/CacheInterface.php';
  770.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/DataCache.php';
  771.             include_once \dirname(__DIR__5).'/vendor/contao/imagine-svg/src/Imagine.php';
  772.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverterInterface.php';
  773.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/MaskConverter.php';
  774.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/SaltGenerator.php';
  775.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManagerInterface.php';
  776.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlManager.php';
  777.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlProviderInterface.php';
  778.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/PhpcrAccessControlProvider.php';
  779.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/DoctrineAccessControlProvider.php';
  780.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStoreInterface.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/System/SystemStore.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/EventSubscriberInterface.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SystemListener.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/AccessControl/AccessControlQueryEnhancer.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/UserManager/UserManagerInterface.php';
  786.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/UserManager/UserManager.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/GroupRepository.php';
  788.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityCheckerInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AbstractSecurityChecker.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/SecurityChecker.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/EventListener/SuluSecurityListener.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManagerInterface.php';
  793.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/CategoryManager.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandlerInterface.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Category/Request/CategoryRequestHandler.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManagerInterface.php';
  797.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Category/KeywordManager.php';
  798.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManagerInterface.php';
  799.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/DefaultSnippetManager.php';
  800.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManagerInterface.php';
  801.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Webspace/Settings/SettingsManager.php';
  802.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolverInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php';
  804.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepositoryInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php';
  806.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/XmlParserTrait.php';
  807.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/PropertiesXmlParser.php';
  808.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Parser/SchemaXmlParser.php';
  809.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactoryInterface.php';
  810.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Factory/StructureMetadataFactory.php';
  811.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/AbstractLoader.php';
  812.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Metadata/Loader/StructureXmlLoader.php';
  813.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManagerInterface.php';
  814.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionManager.php';
  815.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExtensionInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/AbstractExtension.php';
  817.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Extension/ExportExtensionInterface.php';
  818.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/SeoStructureExtension.php';
  819.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php';
  820.             include_once \dirname(__DIR__5).'/vendor/waaz/opengraph-bundle/Structure/OpengraphStructureExtension.php';
  821.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/LegacyPropertyFactory.php';
  822.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManagerInterface.php';
  823.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Export/Manager/ExportManager.php';
  824.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManagerInterface.php';
  825.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Import/Manager/ImportManager.php';
  826.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManagerInterface.php';
  827.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagManager.php';
  828.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandlerInterface.php';
  829.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Tag/Request/TagRequestHandler.php';
  830.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapperInterface.php';
  831.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php';
  832.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilderInterface.php';
  833.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Content/Query/ContentQueryBuilder.php';
  834.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationQueryBuilder.php';
  835.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolverInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php';
  837.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/RequestListener.php';
  838.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php';
  839.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  840.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/TranslatorListener.php';
  841.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/AppendAnalyticsListener.php';
  842.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventSubscriber/GeneratorEventSubscriber.php';
  843.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/SegmentSubscriber.php';
  844.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolverInterface.php';
  845.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/CacheLifetime/CacheLifetimeResolver.php';
  846.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  847.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  848.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  849.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  850.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManagerInterface.php';
  851.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php';
  852.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentRegistry.php';
  853.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php';
  854.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManagerInterface.php';
  855.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/SessionManager.php';
  856.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/MetadataFactoryInterface.php';
  857.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php';
  858.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php';
  859.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NamespaceRegistry.php';
  860.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PropertyEncoder.php';
  861.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/PropertyEncoder.php';
  862.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollectorInterface.php';
  863.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Collector/DomainEventCollector.php';
  864.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollectorInterface.php';
  865.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Collector/DocumentDomainEventCollector.php';
  866.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathSegmentRegistry.php';
  867.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/PathBuilder.php';
  868.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentInspector.php';
  869.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Bridge/DocumentInspector.php';
  870.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/ProxyFactory.php';
  871.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php';
  872.             include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php';
  873.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManagerInterface.php';
  874.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Manager/CustomUrlManager.php';
  875.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Repository/CustomUrlRepository.php';
  876.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/GeneratorInterface.php';
  877.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Generator/Generator.php';
  878.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/TagExtractorInterface.php';
  879.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlTagExtractor.php';
  880.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/MarkupParserInterface.php';
  881.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/HtmlMarkupParser.php';
  882.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistryInterface.php';
  883.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagRegistry.php';
  884.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Tag/TagInterface.php';
  885.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/LinkTag.php';
  886.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/DelegatingTagExtractor.php';
  887.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Listener/MarkupListener.php';
  888.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPoolInterface.php';
  889.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderPool.php';
  890.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/Markup/Link/LinkProviderInterface.php';
  891.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Markup/Link/MediaLinkProvider.php';
  892.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php';
  893.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  894.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  895.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  896.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  897.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  898.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  899.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  900.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  901.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  902.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  903.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  904.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  905.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  906.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  907.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  908.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  909.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  910.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  911.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  912.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  913.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  914.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  915.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  916.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  917.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  918.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  919.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  920.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  921.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  922.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  923.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  924.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  925.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  926.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  927.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  928.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcherInterface.php';
  929.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Application/Dispatcher/DomainEventDispatcher.php';
  930.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Domain/Repository/TrashItemRepositoryInterface.php';
  931.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php';
  932.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManagerInterface.php';
  933.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Application/TrashManager/TrashManager.php';
  934.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/HandlerInterface.php';
  935.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Handler.php';
  936.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/HelperInterface.php';
  937.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Mail/MailerHelper.php';
  938.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/MailerInterface.php';
  939.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Mailer.php';
  940.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Configuration/FormConfigurationFactory.php';
  941.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategyInterface.php';
  942.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Media/CollectionStrategySingle.php';
  943.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/BuilderInterface.php';
  944.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Form/Builder.php';
  945.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPoolInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderPool.php';
  947.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/TitleProviderInterface.php';
  948.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/TitleProvider/StructureTitleProvider.php';
  949.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/RequestListener.php';
  950.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Repository/FormRepository.php';
  951.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypePool.php';
  952.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/FormFieldTypeInterface.php';
  953.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SimpleTypeTrait.php';
  954.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextType.php';
  955.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FirstNameType.php';
  956.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/LastNameType.php';
  957.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StreetType.php';
  958.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ZipType.php';
  959.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CityType.php';
  960.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/StateType.php';
  961.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FunctionType.php';
  962.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CompanyType.php';
  963.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/PhoneType.php';
  964.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FaxType.php';
  965.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TitleType.php';
  966.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/TextareaType.php';
  967.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/HeadlineType.php';
  968.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SpacerType.php';
  969.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/FreeTextType.php';
  970.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CountryType.php';
  971.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/EmailType.php';
  972.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DateType.php';
  973.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxType.php';
  974.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/ChoiceTrait.php';
  975.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/CheckboxMultipleType.php';
  976.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownType.php';
  977.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/RadioButtonsType.php';
  978.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/DropdownMultiple.php';
  979.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/SalutationType.php';
  980.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Types/AttachmentType.php';
  981.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Dynamic/Checksum.php';
  982.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Event/ProtectedMediaSubscriber.php';
  983.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  984.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  985.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  986.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  987.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  988.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  989.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  990.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  991.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  992.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  993.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  994.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  995.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  996.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  997.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  998.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  999.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouteCollection.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/CustomUrlRouteProvider.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/AbstractEnhancer.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingSlashEnhancer.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/TrailingHTMLEnhancer.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/RedirectEnhancer.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/SeoEnhancer.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ContentEnhancer.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/InternalLinkEnhancer.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/StructureEnhancer.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/CustomUrl/Routing/Enhancers/ExternalLinkEnhancer.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Routing/RedirectRouteProvider.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBusInterface.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/MessageBus.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/StorageInterface.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactoryInterface.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony/form/FormFactory.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClientTrait.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/AbstractPHPCRDataCollector.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/DataCollector/PHPCRDataCollector.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DataCollector/SuluCollector.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1104.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1105.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1106.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1107.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1108.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  1109.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  1110.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  1111.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  1112.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1113.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1114.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1115.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1116.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1117.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1118.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1119.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1120.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1121.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1122.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1123.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1124.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1125.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Twig/ContactTwigExtension.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/DispositionTypeTwigExtension.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Twig/MediaTwigExtension.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Twig/UserTwigExtension.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/MemoizedSnippetTwigExtension.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtensionInterface.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetTwigExtension.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Twig/ExportTwigExtension.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Twig/TagTwigExtension.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathInterface.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentPathTwigExtension.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/MemoizedNavigationTwigExtension.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtensionInterface.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/MemoizedSitemapTwigExtension.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtensionInterface.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Sitemap/SitemapTwigExtension.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGeneratorInterface.php';
  1153.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapGenerator.php';
  1154.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Sitemap/SitemapContentQueryBuilder.php';
  1155.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/MemoizedContentTwigExtension.php';
  1156.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtensionInterface.php';
  1157.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php';
  1158.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Meta/MetaTwigExtension.php';
  1159.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Seo/SeoTwigExtension.php';
  1160.             include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php';
  1161.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1162.             include_once \dirname(__DIR__5).'/vendor/sulu/form-bundle/Twig/FormTwigExtension.php';
  1163.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1164.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1165.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1166.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1167.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1168.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1169.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1170.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1171.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1172.         };
  1173.     }
  1174.     public function compile(): void
  1175.     {
  1176.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1177.     }
  1178.     public function isCompiled(): bool
  1179.     {
  1180.         return true;
  1181.     }
  1182.     public function getRemovedIds(): array
  1183.     {
  1184.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1185.     }
  1186.     protected function load($file$lazyLoad true)
  1187.     {
  1188.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1189.             return $class::do($this$lazyLoad);
  1190.         }
  1191.         if ('.' === $file[-4]) {
  1192.             $class substr($class0, -4);
  1193.         } else {
  1194.             $file .= '.php';
  1195.         }
  1196.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1197.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1198.     }
  1199.     protected function createProxy($class\Closure $factory)
  1200.     {
  1201.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1202.         return $factory();
  1203.     }
  1204.     /**
  1205.      * Gets the public '.container.private.filesystem' shared service.
  1206.      *
  1207.      * @return \Symfony\Component\Filesystem\Filesystem
  1208.      */
  1209.     protected function get_Container_Private_FilesystemService()
  1210.     {
  1211.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1212.     }
  1213.     /**
  1214.      * Gets the public '.container.private.form.factory' shared service.
  1215.      *
  1216.      * @return \Symfony\Component\Form\FormFactory
  1217.      */
  1218.     protected function get_Container_Private_Form_FactoryService()
  1219.     {
  1220.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1221.         if (isset($this->services['.container.private.form.factory'])) {
  1222.             return $this->services['.container.private.form.factory'];
  1223.         }
  1224.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1225.     }
  1226.     /**
  1227.      * Gets the public '.container.private.profiler' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1230.      */
  1231.     protected function get_Container_Private_ProfilerService()
  1232.     {
  1233.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1234.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1235.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1236.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1237.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1238.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1239.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1240.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1241.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1242.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1243.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1244.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1245.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1246.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1247.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1248.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1249.         $d->addInstance('sulu_preview.preview.cache', ($this->privates['sulu_preview.preview.cache'] ?? $this->getSuluPreview_Preview_CacheService()));
  1250.         $d->addInstance('sulu_admin.collaboration_cache', ($this->privates['sulu_admin.collaboration_cache'] ?? $this->getSuluAdmin_CollaborationCacheService()));
  1251.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1252.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1253.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1254.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1255.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1256.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1257.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1258.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1259.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1260.         if ($this->has('kernel')) {
  1261.             $g->setKernel($b);
  1262.         }
  1263.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1264.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1265.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1266.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1267.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1268.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1269.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1270.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1271.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1272.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1273.         $instance->add($d);
  1274.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1275.         $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));
  1276.         $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())));
  1277.         $instance->add($e);
  1278.         $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([])))));
  1279.         $instance->add(new \Doctrine\Bundle\PHPCRBundle\DataCollector\PHPCRDataCollector(($this->services['doctrine_phpcr'] ?? $this->getDoctrinePhpcrService())));
  1280.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1281.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1282.         $instance->add($f);
  1283.         $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()))));
  1284.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Bundle\\AutomationBundle' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\RedirectBundle' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\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\\Bundle\\RedirectBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\AutomationBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1285.         $instance->add(new \Sulu\Bundle\WebsiteBundle\DataCollector\SuluCollector());
  1286.         $instance->add($g);
  1287.         return $instance;
  1288.     }
  1289.     /**
  1290.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1293.      */
  1294.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1295.     {
  1296.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1297.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1298.             return $this->services['.container.private.security.authorization_checker'];
  1299.         }
  1300.         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);
  1301.     }
  1302.     /**
  1303.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1304.      *
  1305.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1306.      */
  1307.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1308.     {
  1309.         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())));
  1310.     }
  1311.     /**
  1312.      * Gets the public '.container.private.security.token_storage' shared service.
  1313.      *
  1314.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1315.      */
  1316.     protected function get_Container_Private_Security_TokenStorageService()
  1317.     {
  1318.         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, [
  1319.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1320.         ], [
  1321.             'request_stack' => '?',
  1322.         ]));
  1323.     }
  1324.     /**
  1325.      * Gets the public '.container.private.twig' shared service.
  1326.      *
  1327.      * @return \Twig\Environment
  1328.      */
  1329.     protected function get_Container_Private_TwigService()
  1330.     {
  1331.         $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]);
  1332.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1333.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1334.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1335.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1336.         $e = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1337.         $f = ($this->services['sulu_core.array_serializer'] ?? $this->getSuluCore_ArraySerializerService());
  1338.         $g = ($this->privates['sulu_core.cache.memoize'] ?? $this->getSuluCore_Cache_MemoizeService());
  1339.         $h = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  1340.         $i = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1341.         $j = ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService());
  1342.         $k = ($this->services['sulu_snippet.default_snippet.manager'] ?? $this->getSuluSnippet_DefaultSnippet_ManagerService());
  1343.         $l = ($this->services['sulu_snippet.resolver'] ?? $this->getSuluSnippet_ResolverService());
  1344.         $m = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  1345.         $n = new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension($m'dev'$i);
  1346.         $o = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1347.         $o->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1348.         $p = new \Symfony\Bridge\Twig\AppVariable();
  1349.         $p->setEnvironment('dev');
  1350.         $p->setDebug(true);
  1351.         if ($this->has('.container.private.security.token_storage')) {
  1352.             $p->setTokenStorage($e);
  1353.         }
  1354.         if ($this->has('request_stack')) {
  1355.             $p->setRequestStack($d);
  1356.         }
  1357.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1358.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1359.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1360.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1361.             yield 'sulu_admin' => ($this->privates['assets._package_sulu_admin'] ?? $this->load('getAssets_PackageSuluAdminService'));
  1362.         }, 1))));
  1363.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__5), 'UTF-8'));
  1364.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1365.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1366.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1367.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1368.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1369.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1370.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1371.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  1372.         $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())));
  1373.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1374.         $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)));
  1375.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1376.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1377.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1378.         $instance->addExtension(new \Sulu\Bundle\ContactBundle\Twig\ContactTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService())));
  1379.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\DispositionTypeTwigExtension());
  1380.         $instance->addExtension(new \Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension(($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())));
  1381.         $instance->addExtension(new \Sulu\Bundle\SecurityBundle\Twig\UserTwigExtension(new \Doctrine\Common\Cache\ArrayCache(), ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService())));
  1382.         $instance->addExtension(new \Sulu\Bundle\CategoryBundle\Twig\CategoryTwigExtension(($this->services['sulu_category.category_manager'] ?? $this->getSuluCategory_CategoryManagerService()), ($this->privates['sulu_category.category_request_handler'] ?? $this->getSuluCategory_CategoryRequestHandlerService()), $f$g));
  1383.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\MemoizedSnippetTwigExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetTwigExtension($h$i$j), $g1));
  1384.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension($k$i$l));
  1385.         $instance->addExtension(new \Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension($k$i$l));
  1386.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Twig\ExportTwigExtension(($this->privates['sulu_page.export.manager'] ?? $this->getSuluPage_Export_ManagerService())));
  1387.         $instance->addExtension(new \Sulu\Bundle\TagBundle\Twig\TagTwigExtension(($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService()), ($this->privates['sulu_tag.tag_request_handler'] ?? $this->getSuluTag_TagRequestHandlerService()), $f$g));
  1388.         $instance->addExtension($n);
  1389.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($h, ($this->privates['sulu_website.navigation_mapper'] ?? $this->getSuluWebsite_NavigationMapperService()), $i), $g1));
  1390.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator(($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService()), $m, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder(($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()), ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService()), 'i18n'), 'dev'), $m'dev'$i), $g1));
  1391.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension($h$j, ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService()), $i, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), $m$d), $g1));
  1392.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Meta\MetaTwigExtension($i$n));
  1393.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Seo\SeoTwigExtension($i$n$d));
  1394.         $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension());
  1395.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($o));
  1396.         $instance->addExtension(new \Sulu\Bundle\FormBundle\Twig\FormTwigExtension(($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService())));
  1397.         $instance->addGlobal('app'$p);
  1398.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1399.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1400.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1401.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1402.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1403.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1404.         ], [
  1405.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1406.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1407.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1408.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1409.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1410.         ])));
  1411.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1412.         return $instance;
  1413.     }
  1414.     /**
  1415.      * Gets the public '.container.private.validator' shared service.
  1416.      *
  1417.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1418.      */
  1419.     protected function get_Container_Private_ValidatorService()
  1420.     {
  1421.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1422.         if (isset($this->services['.container.private.validator'])) {
  1423.             return $this->services['.container.private.validator'];
  1424.         }
  1425.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1426.     }
  1427.     /**
  1428.      * Gets the public 'cache.app' shared service.
  1429.      *
  1430.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1431.      */
  1432.     protected function getCache_AppService()
  1433.     {
  1434.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aqN3InANu1'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1435.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1436.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1437.     }
  1438.     /**
  1439.      * Gets the public 'cache.system' shared service.
  1440.      *
  1441.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1442.      */
  1443.     protected function getCache_SystemService()
  1444.     {
  1445.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FplKveb610'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1446.     }
  1447.     /**
  1448.      * Gets the public 'cache.validator_expression_language' shared service.
  1449.      *
  1450.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1451.      */
  1452.     protected function getCache_ValidatorExpressionLanguageService()
  1453.     {
  1454.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+9kiokDZJi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1455.     }
  1456.     /**
  1457.      * Gets the public 'cmf_routing.route_provider' shared service.
  1458.      *
  1459.      * @return \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider
  1460.      */
  1461.     protected function getCmfRouting_RouteProviderService()
  1462.     {
  1463.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  1464.         if (isset($this->services['cmf_routing.route_provider'])) {
  1465.             return $this->services['cmf_routing.route_provider'];
  1466.         }
  1467.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  1468.         if (isset($this->services['cmf_routing.route_provider'])) {
  1469.             return $this->services['cmf_routing.route_provider'];
  1470.         }
  1471.         $c = ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService());
  1472.         if (isset($this->services['cmf_routing.route_provider'])) {
  1473.             return $this->services['cmf_routing.route_provider'];
  1474.         }
  1475.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  1476.         if (isset($this->services['cmf_routing.route_provider'])) {
  1477.             return $this->services['cmf_routing.route_provider'];
  1478.         }
  1479.         $e = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  1480.         if (isset($this->services['cmf_routing.route_provider'])) {
  1481.             return $this->services['cmf_routing.route_provider'];
  1482.         }
  1483.         $f = ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService());
  1484.         if (isset($this->services['cmf_routing.route_provider'])) {
  1485.             return $this->services['cmf_routing.route_provider'];
  1486.         }
  1487.         return $this->services['cmf_routing.route_provider'] = new \Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider($a$b$c$d, ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), $e$f, ['utf8' => true]);
  1488.     }
  1489.     /**
  1490.      * Gets the public 'data_collector.dump' shared service.
  1491.      *
  1492.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1493.      */
  1494.     protected function getDataCollector_DumpService()
  1495.     {
  1496.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1497.         if (isset($this->services['data_collector.dump'])) {
  1498.             return $this->services['data_collector.dump'];
  1499.         }
  1500.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1501.         if (isset($this->services['data_collector.dump'])) {
  1502.             return $this->services['data_collector.dump'];
  1503.         }
  1504.         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);
  1505.     }
  1506.     /**
  1507.      * Gets the public 'doctrine' shared service.
  1508.      *
  1509.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1510.      */
  1511.     protected function getDoctrineService()
  1512.     {
  1513.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1514.     }
  1515.     /**
  1516.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1517.      *
  1518.      * @return \Doctrine\DBAL\Connection
  1519.      */
  1520.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1521.     {
  1522.         $a = new \Doctrine\DBAL\Configuration();
  1523.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1524.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1525.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1526.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1527.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1528.         $c->setConnectionName('default');
  1529.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1530.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1531.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1532.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1533.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1534.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1535.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1536.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1537.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1538.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1539.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => ['privates''doctrine_phpcr.jackalope_doctrine_dbal.schema_listener''getDoctrinePhpcr_JackalopeDoctrineDbal_SchemaListenerService'true],
  1540.             'massive_search.search.event_subscriber.doctrine_orm' => ['privates''massive_search.search.event_subscriber.doctrine_orm''getMassiveSearch_Search_EventSubscriber_DoctrineOrmService'true],
  1541.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1542.             'sulu.persistence.event_subscriber.orm.metadata' => ['privates''sulu.persistence.event_subscriber.orm.metadata''getSulu_Persistence_EventSubscriber_Orm_MetadataService'true],
  1543.             'sulu.persistence.event_subscriber.orm.timestampable' => ['privates''sulu.persistence.event_subscriber.orm.timestampable''getSulu_Persistence_EventSubscriber_Orm_TimestampableService'true],
  1544.             'sulu.persistence.event_subscriber.orm.user_blame' => ['privates''sulu.persistence.event_subscriber.orm.user_blame''getSulu_Persistence_EventSubscriber_Orm_UserBlameService'true],
  1545.             'sulu_activity.domain_event_collector_subscriber' => ['privates''sulu_activity.domain_event_collector_subscriber''getSuluActivity_DomainEventCollectorSubscriberService'true],
  1546.             'sulu_contact.account_listener' => ['privates''sulu_contact.account_listener''getSuluContact_AccountListenerService'true],
  1547.             'sulu_contact.doctrine.invalidation_listener' => ['privates''sulu_contact.doctrine.invalidation_listener''getSuluContact_Doctrine_InvalidationListenerService'true],
  1548.             'sulu_core.doctrine.references' => ['privates''sulu_core.doctrine.references''getSuluCore_Doctrine_ReferencesService'true],
  1549.             'sulu_form.cache_invalidation_listener' => ['privates''sulu_form.cache_invalidation_listener''getSuluForm_CacheInvalidationListenerService'true],
  1550.             'sulu_media.doctrine.invalidation_listener' => ['privates''sulu_media.doctrine.invalidation_listener''getSuluMedia_Doctrine_InvalidationListenerService'true],
  1551.             'sulu_redirect.subscriber.entity' => ['privates''sulu_redirect.subscriber.entity''getSuluRedirect_Subscriber_EntityService'true],
  1552.             'sulu_security.permission_inheritance_subscriber' => ['privates''sulu_security.permission_inheritance_subscriber''getSuluSecurity_PermissionInheritanceSubscriberService'true],
  1553.         ], [
  1554.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1555.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1556.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1557.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1558.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1559.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1560.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1561.             'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener' => '?',
  1562.             'massive_search.search.event_subscriber.doctrine_orm' => '?',
  1563.             'stof_doctrine_extensions.listener.tree' => '?',
  1564.             'sulu.persistence.event_subscriber.orm.metadata' => '?',
  1565.             'sulu.persistence.event_subscriber.orm.timestampable' => '?',
  1566.             'sulu.persistence.event_subscriber.orm.user_blame' => '?',
  1567.             'sulu_activity.domain_event_collector_subscriber' => '?',
  1568.             'sulu_contact.account_listener' => '?',
  1569.             'sulu_contact.doctrine.invalidation_listener' => '?',
  1570.             'sulu_core.doctrine.references' => '?',
  1571.             'sulu_form.cache_invalidation_listener' => '?',
  1572.             'sulu_media.doctrine.invalidation_listener' => '?',
  1573.             'sulu_redirect.subscriber.entity' => '?',
  1574.             'sulu_security.permission_inheritance_subscriber' => '?',
  1575.         ]), [=> '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 => 'sulu_redirect.subscriber.entity'14 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 15 => [=> [=> 'postGenerateSchema'], => 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener'], 16 => [=> [=> 'postPersist'], => 'sulu_contact.account_listener'], 17 => [=> [=> 'postPersist'], => 'sulu_contact.doctrine.invalidation_listener'], 18 => [=> [=> 'postUpdate'], => 'sulu_contact.doctrine.invalidation_listener'], 19 => [=> [=> 'preRemove'], => 'sulu_contact.doctrine.invalidation_listener'], 20 => [=> [=> 'postPersist'], => 'sulu_media.doctrine.invalidation_listener'], 21 => [=> [=> 'postUpdate'], => 'sulu_media.doctrine.invalidation_listener'], 22 => [=> [=> 'preRemove'], => 'sulu_media.doctrine.invalidation_listener'], 23 => [=> [=> 'postUpdate'], => 'sulu_form.cache_invalidation_listener'], 24 => [=> [=> 'preRemove'], => 'sulu_form.cache_invalidation_listener'], 25 => 'sulu_activity.domain_event_collector_subscriber']), []);
  1576.     }
  1577.     /**
  1578.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1579.      *
  1580.      * @return \Doctrine\ORM\EntityManager
  1581.      */
  1582.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1583.     {
  1584.         if ($lazyLoad) {
  1585.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1586.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1587.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1588.                     $proxy->setProxyInitializer(null);
  1589.                     return true;
  1590.                 });
  1591.             });
  1592.         }
  1593.         include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1594.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1595.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1596.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1597.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1598.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1599.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1600.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1601.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1602.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1603.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1604.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1605.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1606.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  1607.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1608.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  1609.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1610.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1611.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1612.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1613.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1614.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1615.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1616.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1617.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1618.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1619.         include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1620.         $a = new \Doctrine\ORM\Configuration();
  1621.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1622.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model', (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity') => 'Gedmo\\Tree\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\ContactBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\MediaBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\SecurityBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CategoryBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\TagBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\WebsiteBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RouteBundle\\Entity', (\dirname(__DIR__5).'/vendor/php-task/task-bundle/src/Resources/config/doctrine') => 'Task\\TaskBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\AutomationBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\FormBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\RedirectBundle\\Entity', (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/doctrine') => 'Sulu\\Bundle\\CommunityBundle\\Entity'], '.orm.xml'true);
  1623.         $c->setGlobalBasename('mapping');
  1624.         $d = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__5).'/src/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/Entity'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Entity')]);
  1625.         $b->addDriver($c'Sulu\\Bundle\\TrashBundle\\Domain\\Model');
  1626.         $b->addDriver($c'Sulu\\Bundle\\ActivityBundle\\Domain\\Model');
  1627.         $b->addDriver($c'Sulu\\Bundle\\PreviewBundle\\Domain\\Model');
  1628.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1629.         $b->addDriver($c'Sulu\\Bundle\\ContactBundle\\Entity');
  1630.         $b->addDriver($c'Sulu\\Bundle\\MediaBundle\\Entity');
  1631.         $b->addDriver($c'Sulu\\Bundle\\SecurityBundle\\Entity');
  1632.         $b->addDriver($c'Sulu\\Bundle\\CategoryBundle\\Entity');
  1633.         $b->addDriver($c'Sulu\\Bundle\\TagBundle\\Entity');
  1634.         $b->addDriver($c'Sulu\\Bundle\\WebsiteBundle\\Entity');
  1635.         $b->addDriver($c'Sulu\\Bundle\\RouteBundle\\Entity');
  1636.         $b->addDriver($c'Task\\TaskBundle\\Entity');
  1637.         $b->addDriver($c'Sulu\\Bundle\\AutomationBundle\\Entity');
  1638.         $b->addDriver($c'Sulu\\Bundle\\FormBundle\\Entity');
  1639.         $b->addDriver($c'Sulu\\Bundle\\RedirectBundle\\Entity');
  1640.         $b->addDriver($c'Sulu\\Bundle\\CommunityBundle\\Entity');
  1641.         $b->addDriver($d'App\\Entity');
  1642.         $b->addDriver($d'Sulu\\Bundle\\CoreBundle\\Entity');
  1643.         $b->addDriver($d'Sulu\\Bundle\\AdminBundle\\Entity');
  1644.         $a->setEntityNamespaces(['SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model''SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model''SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model''GedmoTree' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\Entity''SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\Entity''SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\Entity''SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\Entity''SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\Entity''SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\Entity''SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\Entity''SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\Entity''SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\Entity''TaskBundle' => 'Task\\TaskBundle\\Entity''SuluAutomationBundle' => 'Sulu\\Bundle\\AutomationBundle\\Entity''SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\Entity''SuluRedirectBundle' => 'Sulu\\Bundle\\RedirectBundle\\Entity''SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\Entity']);
  1645.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1646.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1647.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1648.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1649.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1650.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1651.         ], [
  1652.             'doctrine.ulid_generator' => '?',
  1653.             'doctrine.uuid_generator' => '?',
  1654.         ])));
  1655.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1656.         $a->setProxyNamespace('Proxies');
  1657.         $a->setAutoGenerateProxyClasses(true);
  1658.         $a->setSchemaIgnoreClasses([]);
  1659.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1660.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1661.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1662.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1663.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1664.         $a->setLazyGhostObjectEnabled(false);
  1665.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1666.             'App\\Repository\\CompanyNameRepository' => ['privates''App\\Repository\\CompanyNameRepository''getCompanyNameRepositoryService'true],
  1667.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'true],
  1668.             'App\\Repository\\ConsultantImpressumRepository' => ['privates''App\\Repository\\ConsultantImpressumRepository''getConsultantImpressumRepositoryService'true],
  1669.             'App\\Repository\\ConsultantRepository' => ['privates''App\\Repository\\ConsultantRepository''getConsultantRepositoryService'true],
  1670.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1671.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService'true],
  1672.             'App\\Repository\\PaymentNotificationRepository' => ['privates''App\\Repository\\PaymentNotificationRepository''getPaymentNotificationRepositoryService'true],
  1673.             'App\\Repository\\UserArticleRepository' => ['privates''App\\Repository\\UserArticleRepository''getUserArticleRepositoryService'true],
  1674.         ], [
  1675.             'App\\Repository\\CompanyNameRepository' => '?',
  1676.             'App\\Repository\\CompanyRepository' => '?',
  1677.             'App\\Repository\\ConsultantImpressumRepository' => '?',
  1678.             'App\\Repository\\ConsultantRepository' => '?',
  1679.             'App\\Repository\\CountryRepository' => '?',
  1680.             'App\\Repository\\LanguageRepository' => '?',
  1681.             'App\\Repository\\PaymentNotificationRepository' => '?',
  1682.             'App\\Repository\\UserArticleRepository' => '?',
  1683.         ])));
  1684.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1685.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1686.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1687.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1688.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1689.         return $instance;
  1690.     }
  1691.     /**
  1692.      * Gets the public 'doctrine_phpcr' shared service.
  1693.      *
  1694.      * @return \Doctrine\Bundle\PHPCRBundle\ManagerRegistry
  1695.      */
  1696.     protected function getDoctrinePhpcrService()
  1697.     {
  1698.         return $this->services['doctrine_phpcr'] = new \Doctrine\Bundle\PHPCRBundle\ManagerRegistry($this$this->parameters['doctrine_phpcr.sessions'], [], 'live''''Doctrine\\Common\\Proxy\\Proxy');
  1699.     }
  1700.     /**
  1701.      * Gets the public 'doctrine_phpcr.session' shared service.
  1702.      *
  1703.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  1704.      */
  1705.     protected function getDoctrinePhpcr_SessionService($lazyLoad true)
  1706.     {
  1707.         if ($lazyLoad) {
  1708.             return $this->services['doctrine_phpcr.session'] = $this->createProxy('Session_21c865b', function () {
  1709.                 return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1710.                     $wrappedInstance $this->getDoctrinePhpcr_SessionService(false);
  1711.                     $proxy->setProxyInitializer(null);
  1712.                     return true;
  1713.                 });
  1714.             });
  1715.         }
  1716.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  1717.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  1718.         return new \Sulu\Bundle\DocumentManagerBundle\Session\Session(($this->privates['sulu_document_manager.decorated_default_session'] ?? $this->getSuluDocumentManager_DecoratedDefaultSessionService()));
  1719.     }
  1720.     /**
  1721.      * Gets the public 'event_dispatcher' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1724.      */
  1725.     protected function getEventDispatcherService()
  1726.     {
  1727.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1728.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1729.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1730.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1731.         $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())));
  1732.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  1733.             return ($this->privates['App\\EventListener\\ConsultantRegistrationListener'] ?? $this->load('getConsultantRegistrationListenerService'));
  1734.         }, => 'onConsultantRegistered'], 60);
  1735.         $instance->addListener('massive_search.pre_index', [=> function () {
  1736.             return ($this->privates['app.search.on_index_image_processor'] ?? $this->load('getApp_Search_OnIndexImageProcessorService'));
  1737.         }, => 'onPreIndex'], 0);
  1738.         $instance->addListener('kernel.controller', [=> function () {
  1739.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1740.         }, => 'onKernelController'], 0);
  1741.         $instance->addListener('kernel.request', [=> function () {
  1742.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1743.         }, => 'onKernelRequest'], 10);
  1744.         $instance->addListener('kernel.request', [=> function () {
  1745.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1746.         }, => 'onKernelRequest'], 248);
  1747.         $instance->addListener('massive_search.index', [=> function () {
  1748.             return ($this->privates['massive_search.events.index_listener'] ?? $this->load('getMassiveSearch_Events_IndexListenerService'));
  1749.         }, => 'onIndex'], 0);
  1750.         $instance->addListener('massive_search.deindex', [=> function () {
  1751.             return ($this->privates['massive_search.events.deindex_listener'] ?? $this->load('getMassiveSearch_Events_DeindexListenerService'));
  1752.         }, => 'onDeindex'], 0);
  1753.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1754.             return ($this->privates['massive_search.events.zend_rebuild'] ?? $this->load('getMassiveSearch_Events_ZendRebuildService'));
  1755.         }, => 'onIndexRebuild'], -999);
  1756.         $instance->addListener('massive_search.hit', [=> function () {
  1757.             return ($this->privates['sulu_search.event_listener.hit'] ?? $this->load('getSuluSearch_EventListener_HitService'));
  1758.         }, => 'onHit'], 0);
  1759.         $instance->addListener('kernel.response', [=> function () {
  1760.             return ($this->privates['sulu_website.analytics.response_listener'] ?? $this->getSuluWebsite_Analytics_ResponseListenerService());
  1761.         }, => 'onResponse'], -5);
  1762.         $instance->addListener('tasks.after', [=> function () {
  1763.             return ($this->privates['task.adapter.doctrine.execution_listener'] ?? $this->load('getTask_Adapter_Doctrine_ExecutionListenerService'));
  1764.         }, => 'clearEntityManagerAfterTask'], 0);
  1765.         $instance->addListener('kernel.request', [=> function () {
  1766.             return ($this->privates['sulu_form.request_listener'] ?? $this->getSuluForm_RequestListenerService());
  1767.         }, => 'onKernelRequest'], 0);
  1768.         $instance->addListener('Massive\\Bundle\\SearchBundle\\Search\\Event\\PreIndexEvent', [=> function () {
  1769.             return ($this->privates['App\\EventListener\\SearchPreIndexListener'] ?? $this->load('getSearchPreIndexListenerService'));
  1770.         }, => 'onPreIndex'], 0);
  1771.         $instance->addListener('Massive\\Bundle\\SearchBundle\\Search\\Event\\PreIndexEvent', [=> function () {
  1772.             return ($this->privates['app.search.on_index_image_processor'] ?? $this->load('getApp_Search_OnIndexImageProcessorService'));
  1773.         }, => 'onPreIndex'], 0);
  1774.         $instance->addListener('kernel.response', [=> function () {
  1775.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1776.         }, => 'onKernelResponse'], 0);
  1777.         $instance->addListener('kernel.response', [=> function () {
  1778.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1779.         }, => 'onKernelResponse'], -1024);
  1780.         $instance->addListener('kernel.request', [=> function () {
  1781.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1782.         }, => 'setDefaultLocale'], 100);
  1783.         $instance->addListener('kernel.request', [=> function () {
  1784.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1785.         }, => 'onKernelRequest'], 16);
  1786.         $instance->addListener('kernel.finish_request', [=> function () {
  1787.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1788.         }, => 'onKernelFinishRequest'], 0);
  1789.         $instance->addListener('kernel.request', [=> function () {
  1790.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1791.         }, => 'onKernelRequest'], 256);
  1792.         $instance->addListener('kernel.response', [=> function () {
  1793.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1794.         }, => 'onResponse'], -255);
  1795.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1796.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1797.         }, => 'onControllerArguments'], 0);
  1798.         $instance->addListener('kernel.exception', [=> function () {
  1799.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1800.         }, => 'logKernelException'], 0);
  1801.         $instance->addListener('kernel.exception', [=> function () {
  1802.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1803.         }, => 'onKernelException'], -128);
  1804.         $instance->addListener('kernel.response', [=> function () {
  1805.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1806.         }, => 'removeCspHeader'], -128);
  1807.         $instance->addListener('kernel.request', [=> function () {
  1808.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1809.         }, => 'onKernelRequest'], 15);
  1810.         $instance->addListener('kernel.finish_request', [=> function () {
  1811.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1812.         }, => 'onKernelFinishRequest'], -15);
  1813.         $instance->addListener('console.error', [=> function () {
  1814.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1815.         }, => 'onConsoleError'], -128);
  1816.         $instance->addListener('console.terminate', [=> function () {
  1817.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1818.         }, => 'onConsoleTerminate'], -128);
  1819.         $instance->addListener('console.error', [=> function () {
  1820.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1821.         }, => 'onConsoleError'], 0);
  1822.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1823.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1824.         }, => 'onMessage'], -255);
  1825.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1826.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1827.         }, => 'onMessage'], -255);
  1828.         $instance->addListener('kernel.response', [=> function () {
  1829.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1830.         }, => 'onKernelResponse'], 0);
  1831.         $instance->addListener('kernel.request', [=> function () {
  1832.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1833.         }, => 'onKernelRequest'], 48);
  1834.         $instance->addListener('kernel.request', [=> function () {
  1835.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1836.         }, => 'configure'], 2048);
  1837.         $instance->addListener('console.command', [=> function () {
  1838.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1839.         }, => 'configure'], 2048);
  1840.         $instance->addListener('kernel.request', [=> function () {
  1841.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1842.         }, => 'onKernelRequest'], 128);
  1843.         $instance->addListener('kernel.response', [=> function () {
  1844.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1845.         }, => 'onKernelResponse'], -1000);
  1846.         $instance->addListener('kernel.finish_request', [=> function () {
  1847.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1848.         }, => 'onFinishRequest'], 0);
  1849.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1850.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1851.         }, => 'onMessageFailed'], 100);
  1852.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1853.             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()));
  1854.         }, => 'onMessageFailed'], 200);
  1855.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1856.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1857.         }, => 'onWorkerRunning'], 100);
  1858.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1859.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1860.         }, => 'onWorkerStarted'], 0);
  1861.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1862.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1863.         }, => 'onWorkerRunning'], 0);
  1864.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1865.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1866.         }, => 'onWorkerStarted'], 100);
  1867.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1868.             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()));
  1869.         }, => 'onMessageFailed'], 0);
  1870.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1871.             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()));
  1872.         }, => 'onWorkerRunning'], 0);
  1873.         $instance->addListener('kernel.response', [=> function () {
  1874.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1875.         }, => 'onKernelResponse'], -100);
  1876.         $instance->addListener('kernel.exception', [=> function () {
  1877.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1878.         }, => 'onKernelException'], 0);
  1879.         $instance->addListener('kernel.terminate', [=> function () {
  1880.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1881.         }, => 'onKernelTerminate'], -1024);
  1882.         $instance->addListener('kernel.controller', [=> function () {
  1883.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1884.         }, => 'onKernelController'], 0);
  1885.         $instance->addListener('kernel.response', [=> function () {
  1886.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1887.         }, => 'onKernelResponse'], 0);
  1888.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1889.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1890.         }, => 'onMessage'], 0);
  1891.         $instance->addListener('console.command', [=> function () {
  1892.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1893.         }, => 'onCommand'], 255);
  1894.         $instance->addListener('console.terminate', [=> function () {
  1895.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1896.         }, => 'onTerminate'], -255);
  1897.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1898.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1899.         }, => 'onWorkerMessageHandled'], 0);
  1900.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1901.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1902.         }, => 'onWorkerMessageFailed'], 0);
  1903.         $instance->addListener('kernel.exception', [=> function () {
  1904.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1905.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  1906.         $instance->addListener('kernel.response', [=> function () {
  1907.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  1908.         }, => 'setResponseStatusCode'], 0);
  1909.         $instance->addListener('massive_search.index_rebuild', [=> function () {
  1910.             return ($this->privates['massive_search.search.event_subscriber.purge_subscriber'] ?? $this->load('getMassiveSearch_Search_EventSubscriber_PurgeSubscriberService'));
  1911.         }, => 'purgeIndexes'], 500);
  1912.         $instance->addListener('kernel.response', [=> function () {
  1913.             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')));
  1914.         }, => 'onKernelResponse'], 10);
  1915.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1916.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1917.         }, => 'onProxyUnreachableError'], 0);
  1918.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1919.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1920.         }, => 'onProxyResponseError'], 0);
  1921.         $instance->addListener('kernel.response', [=> function () {
  1922.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1923.         }, => 'onKernelResponse'], 0);
  1924.         $instance->addListener('kernel.terminate', [=> function () {
  1925.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1926.         }, => 'onKernelTerminate'], 0);
  1927.         $instance->addListener('kernel.exception', [=> function () {
  1928.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1929.         }, => 'onKernelException'], 0);
  1930.         $instance->addListener('console.terminate', [=> function () {
  1931.             return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1932.         }, => 'onConsoleTerminate'], 0);
  1933.         $instance->addListener('kernel.request', [=> function () {
  1934.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1935.         }, => 'onKernelRequest'], 0);
  1936.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1937.             return ($this->privates['sulu_media.permission_listener'] ?? $this->load('getSuluMedia_PermissionListenerService'));
  1938.         }, => 'onPermissionUpdate'], 0);
  1939.         $instance->addListener('massive_search.pre_index', [=> function () {
  1940.             return ($this->privates['sulu_media.search.subscriber.structure_media'] ?? $this->load('getSuluMedia_Search_Subscriber_StructureMediaService'));
  1941.         }, => 'handlePreIndex'], 0);
  1942.         $instance->addListener('massive_search.pre_index', [=> function () {
  1943.             return ($this->privates['sulu_media.search.subscriber.media'] ?? $this->load('getSuluMedia_Search_Subscriber_MediaService'));
  1944.         }, => 'handlePreIndex'], 0);
  1945.         $instance->addListener('kernel.request', [=> function () {
  1946.             return ($this->privates['sulu_security.system_listener'] ?? $this->getSuluSecurity_SystemListenerService());
  1947.         }, => 'onKernelRequest'], 24);
  1948.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1949.             return ($this->privates['sulu_security.phpcr_security_subscriber'] ?? $this->load('getSuluSecurity_PhpcrSecuritySubscriberService'));
  1950.         }, => 'handlePermissionUpdate'], 0);
  1951.         $instance->addListener('kernel.controller', [=> function () {
  1952.             return ($this->privates['sulu_security.event_listener.security'] ?? $this->getSuluSecurity_EventListener_SecurityService());
  1953.         }, => 'onKernelController'], 0);
  1954.         $instance->addListener('security.interactive_login', [=> function () {
  1955.             return ($this->privates['sulu_security.last_login_listener'] ?? $this->load('getSuluSecurity_LastLoginListenerService'));
  1956.         }, => 'onSecurityInteractiveLogin'], 0);
  1957.         $instance->addListener('massive_search.pre_index', [=> function () {
  1958.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1959.         }, => 'handleBlameTimestamp'], 0);
  1960.         $instance->addListener('massive_search.hit', [=> function () {
  1961.             return ($this->privates['sulu_page.search.event_subscriber.blame_timestamp'] ?? $this->load('getSuluPage_Search_EventSubscriber_BlameTimestampService'));
  1962.         }, => 'handleBlameTimestampHitMapping'], 0);
  1963.         $instance->addListener('sulu_security.permission_update', [=> function () {
  1964.             return ($this->privates['sulu_page.permission_listener'] ?? $this->load('getSuluPage_PermissionListenerService'));
  1965.         }, => 'onPermissionUpdate'], 0);
  1966.         $instance->addListener('kernel.request', [=> function () {
  1967.             return ($this->privates['sulu_website.routing.request_listener'] ?? $this->getSuluWebsite_Routing_RequestListenerService());
  1968.         }, => 'onRequest'], 31);
  1969.         $instance->addListener('kernel.request', [=> function () {
  1970.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1971.         }, => 'onKernelRequest'], 32);
  1972.         $instance->addListener('kernel.finish_request', [=> function () {
  1973.             return ($this->privates['sulu_website.router_listener'] ?? $this->getSuluWebsite_RouterListenerService());
  1974.         }, => 'onKernelFinishRequest'], 0);
  1975.         $instance->addListener('sulu_website.cache_clear', [=> function () {
  1976.             return ($this->privates['sulu_website.event_subscriber.cache_clear'] ?? $this->load('getSuluWebsite_EventSubscriber_CacheClearService'));
  1977.         }, => 'onCacheClear'], 0);
  1978.         $instance->addListener('kernel.request', [=> function () {
  1979.             return ($this->privates['sulu_website.event_listener.translator'] ?? $this->getSuluWebsite_EventListener_TranslatorService());
  1980.         }, => 'onKernelRequest'], 14);
  1981.         $instance->addListener('kernel.exception', [=> function () {
  1982.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1983.         }, => 'redirectPartialMatch'], 0);
  1984.         $instance->addListener('kernel.exception', [=> function () {
  1985.             return ($this->privates['sulu_website.redirect_exception_listener'] ?? $this->load('getSuluWebsite_RedirectExceptionListenerService'));
  1986.         }, => 'redirectTrailingSlashOrHtml'], 0);
  1987.         $instance->addListener('kernel.response', [=> function () {
  1988.             return ($this->privates['sulu_website.event_subscriber.generator'] ?? ($this->privates['sulu_website.event_subscriber.generator'] = new \Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber('2.5.8')));
  1989.         }, => 'onResponse'], 0);
  1990.         $instance->addListener('kernel.response', [=> function () {
  1991.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1992.         }, => 'addVaryHeader'], 0);
  1993.         $instance->addListener('kernel.response', [=> function () {
  1994.             return ($this->privates['sulu_website.segment_subscriber'] ?? $this->getSuluWebsite_SegmentSubscriberService());
  1995.         }, => 'addCookieHeader'], 0);
  1996.         $instance->addListener('kernel.response', [=> function () {
  1997.             return ($this->privates['sulu_markup.response_listener'] ?? $this->getSuluMarkup_ResponseListenerService());
  1998.         }, => 'replaceMarkup'], -10);
  1999.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2000.             return ($this->privates['sulu_markup.mailer_listener'] ?? $this->load('getSuluMarkup_MailerListenerService'));
  2001.         }, => 'onMessage'], 0);
  2002.         $instance->addListener('kernel.response', [=> function () {
  2003.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2004.         }, => 'onKernelResponse'], -128);
  2005.         $instance->addListener('console.command', [=> function () {
  2006.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2007.         }, => 'configure'], 1024);
  2008.         $instance->addListener('kernel.response', [=> function () {
  2009.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2010.         }, => 'onKernelResponse'], 0);
  2011.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2012.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2013.         }, => 'onVoterVote'], 0);
  2014.         $instance->addListener('kernel.request', [=> function () {
  2015.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2016.         }, => 'configureLogoutUrlGenerator'], 8);
  2017.         $instance->addListener('kernel.request', [=> function () {
  2018.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2019.         }, => 'onKernelRequest'], 8);
  2020.         $instance->addListener('kernel.finish_request', [=> function () {
  2021.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2022.         }, => 'onKernelFinishRequest'], 0);
  2023.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2024.             return ($this->privates['sulu_activity.store_activity_subscriber'] ?? $this->load('getSuluActivity_StoreActivitySubscriberService'));
  2025.         }, => 'storeActivity'], -256);
  2026.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2027.             return ($this->privates['sulu_activity.set_domain_event_user_subscriber'] ?? $this->load('getSuluActivity_SetDomainEventUserSubscriberService'));
  2028.         }, => 'setDomainEventUser'], 256);
  2029.         $instance->addListener('Sulu\\Bundle\\ActivityBundle\\Domain\\Event\\DomainEvent', [=> function () {
  2030.             return ($this->privates['sulu_activity.dispatch_specific_domain_event_subscriber'] ?? $this->load('getSuluActivity_DispatchSpecificDomainEventSubscriberService'));
  2031.         }, => 'dispatchDomainEventWithSpecificEventName'], 0);
  2032.         $instance->addListener('tasks.before', [=> function () {
  2033.             return ($this->privates['sulu_automation.task.event_subscriber'] ?? $this->load('getSuluAutomation_Task_EventSubscriberService'));
  2034.         }, => 'pushRequest'], 0);
  2035.         $instance->addListener('tasks.after', [=> function () {
  2036.             return ($this->privates['sulu_automation.task.event_subscriber'] ?? $this->load('getSuluAutomation_Task_EventSubscriberService'));
  2037.         }, => 'popRequest'], 0);
  2038.         $instance->addListener('kernel.request', [=> function () {
  2039.             return ($this->privates['sulu_form.private_media_subscriber'] ?? $this->getSuluForm_PrivateMediaSubscriberService());
  2040.         }, => 'onRequest'], 0);
  2041.         $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\WebspaceDefaultSnippetModifiedEvent', [=> function () {
  2042.             return ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] ?? ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] = new \Sulu\Bundle\HeadlessBundle\EventSubscriber\SnippetAreaInvalidationSubscriber(NULL)));
  2043.         }, => 'invalidateSnippetAreaOnModified'], 0);
  2044.         $instance->addListener('Sulu\\Bundle\\SnippetBundle\\Domain\\Event\\WebspaceDefaultSnippetRemovedEvent', [=> function () {
  2045.             return ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] ?? ($this->privates['sulu_headless.event_subscriber.snippet_area_invalidation'] = new \Sulu\Bundle\HeadlessBundle\EventSubscriber\SnippetAreaInvalidationSubscriber(NULL)));
  2046.         }, => 'invalidateSnippetAreaOnRemoved'], 0);
  2047.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2048.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2049.         }, => 'checkPassport'], 0);
  2050.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2051.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2052.         }, => 'onSuccessfulLogin'], -63);
  2053.         $instance->addListener('security.authentication.success', [=> function () {
  2054.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2055.         }, => 'onLogin'], 9223372036854775806);
  2056.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2057.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2058.         }, => 'sendRegistrationEmails'], 50);
  2059.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserConfirmedEvent', [=> function () {
  2060.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2061.         }, => 'sendConfirmationEmails'], 0);
  2062.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordForgotEvent', [=> function () {
  2063.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2064.         }, => 'sendPasswordForgetEmails'], 0);
  2065.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserPasswordResetedEvent', [=> function () {
  2066.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2067.         }, => 'sendPasswordResetEmails'], 0);
  2068.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserCompletedEvent', [=> function () {
  2069.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2070.         }, => 'sendCompletionEmails'], 0);
  2071.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2072.             return ($this->privates['sulu_community.mail_listener'] ?? $this->load('getSuluCommunity_MailListenerService'));
  2073.         }, => 'sendNotificationSaveProfile'], 0);
  2074.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserRegisteredEvent', [=> function () {
  2075.             return ($this->privates['sulu_community.black_listener'] ?? $this->load('getSuluCommunity_BlackListenerService'));
  2076.         }, => 'validateEmail'], 51);
  2077.         $instance->addListener('Sulu\\Bundle\\CommunityBundle\\Event\\UserProfileSavedEvent', [=> function () {
  2078.             return ($this->privates['sulu_community.email_confirmation.listener'] ?? $this->load('getSuluCommunity_EmailConfirmation_ListenerService'));
  2079.         }, => 'sendConfirmationOnEmailChange'], 0);
  2080.         $instance->addListener('kernel.exception', [=> function () {
  2081.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2082.         }, => 'onException'], 0);
  2083.         $instance->addListener('kernel.terminate', [=> function () {
  2084.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2085.         }, => 'onTerminate'], 0);
  2086.         $instance->addListener('console.error', [=> function () {
  2087.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2088.         }, => 'onException'], 0);
  2089.         $instance->addListener('console.terminate', [=> function () {
  2090.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  2091.         }, => 'onTerminate'], 0);
  2092.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2093.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2094.         }, => 'onLogout'], 0);
  2095.         return $instance;
  2096.     }
  2097.     /**
  2098.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  2099.      *
  2100.      * @return \FOS\HttpCacheBundle\CacheManager
  2101.      */
  2102.     protected function getFosHttpCache_CacheManagerService()
  2103.     {
  2104.         $a = ($this->services['router'] ?? $this->getRouterService());
  2105.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  2106.             return $this->services['fos_http_cache.cache_manager'];
  2107.         }
  2108.         $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);
  2109.         if ($this->has('event_dispatcher')) {
  2110.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2111.         }
  2112.         $instance->setGenerateUrlType(0);
  2113.         return $instance;
  2114.     }
  2115.     /**
  2116.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  2117.      *
  2118.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  2119.      */
  2120.     protected function getFosHttpCache_EventListener_CacheControlService()
  2121.     {
  2122.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  2123.     }
  2124.     /**
  2125.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  2126.      *
  2127.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  2128.      */
  2129.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  2130.     {
  2131.         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]);
  2132.     }
  2133.     /**
  2134.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  2135.      *
  2136.      * @return \FOS\HttpCache\ProxyClient\Symfony
  2137.      */
  2138.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  2139.     {
  2140.         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']);
  2141.     }
  2142.     /**
  2143.      * Gets the public 'http_kernel' shared service.
  2144.      *
  2145.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2146.      */
  2147.     protected function getHttpKernelService()
  2148.     {
  2149.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2150.         if (isset($this->services['http_kernel'])) {
  2151.             return $this->services['http_kernel'];
  2152.         }
  2153.         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 () {
  2154.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2155.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2156.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2157.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2158.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2159.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2160.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2161.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2162.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2163.     }
  2164.     /**
  2165.      * Gets the public 'jms_serializer' shared service.
  2166.      *
  2167.      * @return \JMS\Serializer\Serializer
  2168.      */
  2169.     protected function getJmsSerializerService()
  2170.     {
  2171.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2172.         if (isset($this->services['jms_serializer'])) {
  2173.             return $this->services['jms_serializer'];
  2174.         }
  2175.         $b = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2176.         if (isset($this->services['jms_serializer'])) {
  2177.             return $this->services['jms_serializer'];
  2178.         }
  2179.         $c = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  2180.         $d = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2181.         $d->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2182.         $e = new \JMS\Serializer\Expression\ExpressionEvaluator($d, ['container' => $this]);
  2183.         $f = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($e);
  2184.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2185.         $g->setOptions(1216);
  2186.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2187.         $h->setFormatOutput(true);
  2188.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  2189.         $i->setOptions(0);
  2190.         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())));
  2191.     }
  2192.     /**
  2193.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2194.      *
  2195.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2196.      */
  2197.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2198.     {
  2199.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2200.     }
  2201.     /**
  2202.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2203.      *
  2204.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2205.      */
  2206.     protected function getJmsSerializer_SerializationContextFactoryService()
  2207.     {
  2208.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2209.     }
  2210.     /**
  2211.      * Gets the public 'messenger.default_bus' shared service.
  2212.      *
  2213.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2214.      */
  2215.     protected function getMessenger_DefaultBusService()
  2216.     {
  2217.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2218.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2219.             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')));
  2220.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2221.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2222.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2223.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2224.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2225.         }, 7)));
  2226.     }
  2227.     /**
  2228.      * Gets the public 'monolog.logger.deprecation' shared service.
  2229.      *
  2230.      * @return \Symfony\Bridge\Monolog\Logger
  2231.      */
  2232.     protected function getMonolog_Logger_DeprecationService()
  2233.     {
  2234.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2235.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2236.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2237.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2239.         return $instance;
  2240.     }
  2241.     /**
  2242.      * Gets the public 'request_stack' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2245.      */
  2246.     protected function getRequestStackService()
  2247.     {
  2248.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2249.     }
  2250.     /**
  2251.      * Gets the public 'router' shared service.
  2252.      *
  2253.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2254.      */
  2255.     protected function getRouterService()
  2256.     {
  2257.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2258.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2259.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2260.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2261.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2262.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2263.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2264.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2265.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2266.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2267.         ], [
  2268.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2269.         ]))->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');
  2270.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2271.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2272.         $e = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  2273.         $f = new \Symfony\Component\Routing\RouteCollection();
  2274.         $g = new \Symfony\Component\Routing\RequestContext();
  2275.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2276.         $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);
  2277.         $i->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2278.         $i->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  2279.         $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]);
  2280.         $k = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($j, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($j), ''$h$j);
  2281.         $l = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2282.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingSlashEnhancer(), 100);
  2283.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\TrailingHTMLEnhancer(), 90);
  2284.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\RedirectEnhancer($l), 80);
  2285.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\SeoEnhancer($l), 70);
  2286.         $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);
  2287.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\InternalLinkEnhancer(), 50);
  2288.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\StructureEnhancer(), 40);
  2289.         $k->addRouteEnhancer(new \Sulu\Component\CustomUrl\Routing\Enhancers\ExternalLinkEnhancer(), 30);
  2290.         $m = ($this->privates['sulu_route.routing.provider'] ?? $this->getSuluRoute_Routing_ProviderService());
  2291.         $n = new \Sulu\Bundle\RedirectBundle\Routing\RedirectRouteProvider(($this->services['sulu.repository.redirect_route'] ?? $this->getSulu_Repository_RedirectRouteService()), ['utf8' => true]);
  2292.         $instance->setContext($b);
  2293.         $instance->add($d'100');
  2294.         $instance->add($i'20');
  2295.         $instance->add($k30);
  2296.         $instance->add(new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($m, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($m), ''$h$m), 20);
  2297.         $instance->add(new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($n, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher($f$g)), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($n), ''$h$n), 10);
  2298.         return $instance;
  2299.     }
  2300.     /**
  2301.      * Gets the public 'sulu.content.localization_finder' shared service.
  2302.      *
  2303.      * @return \Sulu\Component\Content\Compat\LocalizationFinder
  2304.      */
  2305.     protected function getSulu_Content_LocalizationFinderService()
  2306.     {
  2307.         return $this->services['sulu.content.localization_finder'] = new \Sulu\Component\Content\Compat\LocalizationFinder(($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  2308.     }
  2309.     /**
  2310.      * Gets the public 'sulu.content.mapper' shared service.
  2311.      *
  2312.      * @return \Sulu\Component\Content\Mapper\ContentMapper
  2313.      */
  2314.     protected function getSulu_Content_MapperService()
  2315.     {
  2316.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2317.         if (isset($this->services['sulu.content.mapper'])) {
  2318.             return $this->services['sulu.content.mapper'];
  2319.         }
  2320.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2321.         if (isset($this->services['sulu.content.mapper'])) {
  2322.             return $this->services['sulu.content.mapper'];
  2323.         }
  2324.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2325.         if (isset($this->services['sulu.content.mapper'])) {
  2326.             return $this->services['sulu.content.mapper'];
  2327.         }
  2328.         $d = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  2329.         if (isset($this->services['sulu.content.mapper'])) {
  2330.             return $this->services['sulu.content.mapper'];
  2331.         }
  2332.         $e = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  2333.         if (isset($this->services['sulu.content.mapper'])) {
  2334.             return $this->services['sulu.content.mapper'];
  2335.         }
  2336.         $f = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  2337.         if (isset($this->services['sulu.content.mapper'])) {
  2338.             return $this->services['sulu.content.mapper'];
  2339.         }
  2340.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2341.         if (isset($this->services['sulu.content.mapper'])) {
  2342.             return $this->services['sulu.content.mapper'];
  2343.         }
  2344.         $h = ($this->privates['sulu.content.resource_locator.strategy_pool'] ?? $this->getSulu_Content_ResourceLocator_StrategyPoolService());
  2345.         if (isset($this->services['sulu.content.mapper'])) {
  2346.             return $this->services['sulu.content.mapper'];
  2347.         }
  2348.         $i = ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService());
  2349.         if (isset($this->services['sulu.content.mapper'])) {
  2350.             return $this->services['sulu.content.mapper'];
  2351.         }
  2352.         $j = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2353.         if (isset($this->services['sulu.content.mapper'])) {
  2354.             return $this->services['sulu.content.mapper'];
  2355.         }
  2356.         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$e, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $f$g$h, ($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()), $i$this->parameters['sulu_security.permissions'], $j);
  2357.     }
  2358.     /**
  2359.      * Gets the public 'sulu.content.path_cleaner' shared service.
  2360.      *
  2361.      * @return \Sulu\Component\PHPCR\PathCleanup
  2362.      */
  2363.     protected function getSulu_Content_PathCleanerService()
  2364.     {
  2365.         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());
  2366.     }
  2367.     /**
  2368.      * Gets the public 'sulu.content.structure_manager' shared service.
  2369.      *
  2370.      * @return \Sulu\Component\Content\Compat\StructureManager
  2371.      */
  2372.     protected function getSulu_Content_StructureManagerService()
  2373.     {
  2374.         $a = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2375.         if (isset($this->services['sulu.content.structure_manager'])) {
  2376.             return $this->services['sulu.content.structure_manager'];
  2377.         }
  2378.         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']);
  2379.     }
  2380.     /**
  2381.      * Gets the public 'sulu.content.type_manager' shared service.
  2382.      *
  2383.      * @return \Sulu\Component\Content\ContentTypeManager
  2384.      */
  2385.     protected function getSulu_Content_TypeManagerService()
  2386.     {
  2387.         $this->services['sulu.content.type_manager'] = $instance = new \Sulu\Component\Content\ContentTypeManager($this);
  2388.         $instance->mapAliasToServiceId('number''sulu.content.type.number');
  2389.         $instance->mapAliasToServiceId('text_line''sulu.content.type.text_line');
  2390.         $instance->mapAliasToServiceId('text_area''sulu.content.type.text_area');
  2391.         $instance->mapAliasToServiceId('text_editor''sulu.content.type.text_editor');
  2392.         $instance->mapAliasToServiceId('resource_locator''sulu.content.type.resource_locator');
  2393.         $instance->mapAliasToServiceId('link''sulu.content.type.link');
  2394.         $instance->mapAliasToServiceId('block''sulu.content.type.block');
  2395.         $instance->mapAliasToServiceId('contact_account_selection''sulu_contact.content.contact_account_selection');
  2396.         $instance->mapAliasToServiceId('single_contact_selection''sulu_contact.content.single_contact_selection');
  2397.         $instance->mapAliasToServiceId('contact_selection''sulu_contact.content.contact_selection');
  2398.         $instance->mapAliasToServiceId('single_account_selection''sulu_contact.content.single_account_selection');
  2399.         $instance->mapAliasToServiceId('account_selection''sulu_contact.content.account_selection');
  2400.         $instance->mapAliasToServiceId('collection_selection''sulu_media.type.collection_selection');
  2401.         $instance->mapAliasToServiceId('single_collection_selection''sulu_media.type.single_collection_selection');
  2402.         $instance->mapAliasToServiceId('media_selection''sulu_media.type.media_selection');
  2403.         $instance->mapAliasToServiceId('single_media_selection''sulu_media.type.single_media_selection');
  2404.         $instance->mapAliasToServiceId('image_map''sulu_media.type.image_map');
  2405.         $instance->mapAliasToServiceId('category_selection''sulu_category.content.type.category_selection');
  2406.         $instance->mapAliasToServiceId('single_category_selection''sulu_category.content.type.single_category_selection');
  2407.         $instance->mapAliasToServiceId('single_snippet_selection''sulu_snippet.content.single_snippet_selection');
  2408.         $instance->mapAliasToServiceId('snippet_selection''sulu_snippet.content.snippet');
  2409.         $instance->mapAliasToServiceId('smart_content''sulu_page.smart_content.content_type');
  2410.         $instance->mapAliasToServiceId('teaser_selection''sulu_page.teaser.content_type');
  2411.         $instance->mapAliasToServiceId('page_selection''sulu.content.type.page_selection');
  2412.         $instance->mapAliasToServiceId('single_page_selection''sulu.content.type.single_page_selection');
  2413.         $instance->mapAliasToServiceId('phone''sulu.content.type.phone');
  2414.         $instance->mapAliasToServiceId('segment_select''sulu.content.type.segment_select');
  2415.         $instance->mapAliasToServiceId('password''sulu.content.type.password');
  2416.         $instance->mapAliasToServiceId('url''sulu.content.type.url');
  2417.         $instance->mapAliasToServiceId('email''sulu.content.type.email');
  2418.         $instance->mapAliasToServiceId('date''sulu.content.type.date');
  2419.         $instance->mapAliasToServiceId('datetime''sulu.content.type.datetime');
  2420.         $instance->mapAliasToServiceId('time''sulu.content.type.time');
  2421.         $instance->mapAliasToServiceId('color''sulu.content.type.color');
  2422.         $instance->mapAliasToServiceId('checkbox''sulu.content.type.checkbox');
  2423.         $instance->mapAliasToServiceId('select''sulu.content.type.select');
  2424.         $instance->mapAliasToServiceId('single_select''sulu.content.type.single_select');
  2425.         $instance->mapAliasToServiceId('tag_selection''sulu_tag.content.type.tag_selection');
  2426.         $instance->mapAliasToServiceId('location''sulu_location.content.type.location');
  2427.         $instance->mapAliasToServiceId('route''sulu_route.content_type');
  2428.         $instance->mapAliasToServiceId('page_tree_route''sulu_route.content_type.page_tree_route');
  2429.         $instance->mapAliasToServiceId('single_form_selection''sulu_form.content_type.single_form_selection');
  2430.         return $instance;
  2431.     }
  2432.     /**
  2433.      * Gets the public 'sulu.phpcr.session' shared service.
  2434.      *
  2435.      * @return \Sulu\Component\PHPCR\SessionManager\SessionManager
  2436.      */
  2437.     protected function getSulu_Phpcr_SessionService()
  2438.     {
  2439.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2440.         if (isset($this->services['sulu.phpcr.session'])) {
  2441.             return $this->services['sulu.phpcr.session'];
  2442.         }
  2443.         return $this->services['sulu.phpcr.session'] = new \Sulu\Component\PHPCR\SessionManager\SessionManager($a, ['base' => 'cmf''content' => 'contents''route' => 'routes''snippet' => 'snippets']);
  2444.     }
  2445.     /**
  2446.      * Gets the public 'sulu.repository.access_control' shared service.
  2447.      *
  2448.      * @return \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository
  2449.      */
  2450.     protected function getSulu_Repository_AccessControlService($lazyLoad true)
  2451.     {
  2452.         if ($lazyLoad) {
  2453.             return $this->services['sulu.repository.access_control'] = $this->createProxy('AccessControlRepository_b331497', function () {
  2454.                 return \AccessControlRepository_b331497::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2455.                     $wrappedInstance $this->getSulu_Repository_AccessControlService(false);
  2456.                     $proxy->setProxyInitializer(null);
  2457.                     return true;
  2458.                 });
  2459.             });
  2460.         }
  2461.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2462.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2463.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authorization/AccessControl/AccessControlRepositoryInterface.php';
  2464.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/AccessControlRepository.php';
  2465.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2466.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2467.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2468.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2469.         return new \Sulu\Bundle\SecurityBundle\Entity\AccessControlRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl'));
  2470.     }
  2471.     /**
  2472.      * Gets the public 'sulu.repository.account' shared service.
  2473.      *
  2474.      * @return \Sulu\Bundle\ContactBundle\Entity\AccountRepository
  2475.      */
  2476.     protected function getSulu_Repository_AccountService($lazyLoad true)
  2477.     {
  2478.         if ($lazyLoad) {
  2479.             return $this->services['sulu.repository.account'] = $this->createProxy('AccountRepository_21f7ad1', function () {
  2480.                 return \AccountRepository_21f7ad1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2481.                     $wrappedInstance $this->getSulu_Repository_AccountService(false);
  2482.                     $proxy->setProxyInitializer(null);
  2483.                     return true;
  2484.                 });
  2485.             });
  2486.         }
  2487.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2488.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepositoryInterface.php';
  2489.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2490.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php';
  2491.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2492.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2493.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2494.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2495.         return new \Sulu\Bundle\ContactBundle\Entity\AccountRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Account'));
  2496.     }
  2497.     /**
  2498.      * Gets the public 'sulu.repository.analytics' shared service.
  2499.      *
  2500.      * @return \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository
  2501.      */
  2502.     protected function getSulu_Repository_AnalyticsService($lazyLoad true)
  2503.     {
  2504.         if ($lazyLoad) {
  2505.             return $this->services['sulu.repository.analytics'] = $this->createProxy('AnalyticsRepository_b1da81f', function () {
  2506.                 return \AnalyticsRepository_b1da81f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2507.                     $wrappedInstance $this->getSulu_Repository_AnalyticsService(false);
  2508.                     $proxy->setProxyInitializer(null);
  2509.                     return true;
  2510.                 });
  2511.             });
  2512.         }
  2513.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2514.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2515.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepositoryInterface.php';
  2516.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Entity/AnalyticsRepository.php';
  2517.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2518.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2519.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2520.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2521.         return new \Sulu\Bundle\WebsiteBundle\Entity\AnalyticsRepository($a$a->getClassMetadata('Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics'));
  2522.     }
  2523.     /**
  2524.      * Gets the public 'sulu.repository.category' shared service.
  2525.      *
  2526.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository
  2527.      */
  2528.     protected function getSulu_Repository_CategoryService($lazyLoad true)
  2529.     {
  2530.         if ($lazyLoad) {
  2531.             return $this->services['sulu.repository.category'] = $this->createProxy('CategoryRepository_9c346ab', function () {
  2532.                 return \CategoryRepository_9c346ab::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2533.                     $wrappedInstance $this->getSulu_Repository_CategoryService(false);
  2534.                     $proxy->setProxyInitializer(null);
  2535.                     return true;
  2536.                 });
  2537.             });
  2538.         }
  2539.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2540.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepositoryInterface.php';
  2541.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryRepository.php';
  2542.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2543.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2544.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2545.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2546.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Category'));
  2547.     }
  2548.     /**
  2549.      * Gets the public 'sulu.repository.category_meta' shared service.
  2550.      *
  2551.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository
  2552.      */
  2553.     protected function getSulu_Repository_CategoryMetaService($lazyLoad true)
  2554.     {
  2555.         if ($lazyLoad) {
  2556.             return $this->services['sulu.repository.category_meta'] = $this->createProxy('CategoryMetaRepository_d16c689', function () {
  2557.                 return \CategoryMetaRepository_d16c689::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2558.                     $wrappedInstance $this->getSulu_Repository_CategoryMetaService(false);
  2559.                     $proxy->setProxyInitializer(null);
  2560.                     return true;
  2561.                 });
  2562.             });
  2563.         }
  2564.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2565.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2566.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepositoryInterface.php';
  2567.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryMetaRepository.php';
  2568.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2569.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2570.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2571.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2572.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryMetaRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta'));
  2573.     }
  2574.     /**
  2575.      * Gets the public 'sulu.repository.category_translation' shared service.
  2576.      *
  2577.      * @return \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository
  2578.      */
  2579.     protected function getSulu_Repository_CategoryTranslationService($lazyLoad true)
  2580.     {
  2581.         if ($lazyLoad) {
  2582.             return $this->services['sulu.repository.category_translation'] = $this->createProxy('CategoryTranslationRepository_5ea8703', function () {
  2583.                 return \CategoryTranslationRepository_5ea8703::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2584.                     $wrappedInstance $this->getSulu_Repository_CategoryTranslationService(false);
  2585.                     $proxy->setProxyInitializer(null);
  2586.                     return true;
  2587.                 });
  2588.             });
  2589.         }
  2590.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2591.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2592.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepositoryInterface.php';
  2593.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/CategoryTranslationRepository.php';
  2594.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2595.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2596.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2597.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2598.         return new \Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation'));
  2599.     }
  2600.     /**
  2601.      * Gets the public 'sulu.repository.contact' shared service.
  2602.      *
  2603.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactRepository
  2604.      */
  2605.     protected function getSulu_Repository_ContactService($lazyLoad true)
  2606.     {
  2607.         if ($lazyLoad) {
  2608.             return $this->services['sulu.repository.contact'] = $this->createProxy('ContactRepository_74094bd', function () {
  2609.                 return \ContactRepository_74094bd::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2610.                     $wrappedInstance $this->getSulu_Repository_ContactService(false);
  2611.                     $proxy->setProxyInitializer(null);
  2612.                     return true;
  2613.                 });
  2614.             });
  2615.         }
  2616.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2617.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2618.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepositoryInterface.php';
  2619.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/SmartContent/Orm/DataProviderRepositoryTrait.php';
  2620.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Entity/ContactRepository.php';
  2621.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2622.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2623.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2624.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2625.         return new \Sulu\Bundle\ContactBundle\Entity\ContactRepository($a$a->getClassMetadata('Sulu\\Bundle\\ContactBundle\\Entity\\Contact'));
  2626.     }
  2627.     /**
  2628.      * Gets the public 'sulu.repository.keyword' shared service.
  2629.      *
  2630.      * @return \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository
  2631.      */
  2632.     protected function getSulu_Repository_KeywordService($lazyLoad true)
  2633.     {
  2634.         if ($lazyLoad) {
  2635.             return $this->services['sulu.repository.keyword'] = $this->createProxy('KeywordRepository_4891058', function () {
  2636.                 return \KeywordRepository_4891058::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2637.                     $wrappedInstance $this->getSulu_Repository_KeywordService(false);
  2638.                     $proxy->setProxyInitializer(null);
  2639.                     return true;
  2640.                 });
  2641.             });
  2642.         }
  2643.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2644.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2645.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepositoryInterface.php';
  2646.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Entity/KeywordRepository.php';
  2647.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2648.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2649.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2650.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2651.         return new \Sulu\Bundle\CategoryBundle\Entity\KeywordRepository($a$a->getClassMetadata('Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword'));
  2652.     }
  2653.     /**
  2654.      * Gets the public 'sulu.repository.media' shared service.
  2655.      *
  2656.      * @return \Sulu\Bundle\MediaBundle\Entity\MediaRepository
  2657.      */
  2658.     protected function getSulu_Repository_MediaService($lazyLoad true)
  2659.     {
  2660.         if ($lazyLoad) {
  2661.             return $this->services['sulu.repository.media'] = $this->createProxy('MediaRepository_283a6d2', function () {
  2662.                 return \MediaRepository_283a6d2::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2663.                     $wrappedInstance $this->getSulu_Repository_MediaService(false);
  2664.                     $proxy->setProxyInitializer(null);
  2665.                     return true;
  2666.                 });
  2667.             });
  2668.         }
  2669.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2670.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2671.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepositoryInterface.php';
  2672.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php';
  2673.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2674.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2675.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2676.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2677.         $instance = new \Sulu\Bundle\MediaBundle\Entity\MediaRepository($a$a->getClassMetadata('Sulu\\Bundle\\MediaBundle\\Entity\\Media'));
  2678.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  2679.         return $instance;
  2680.     }
  2681.     /**
  2682.      * Gets the public 'sulu.repository.redirect_route' shared service.
  2683.      *
  2684.      * @return \Sulu\Bundle\RedirectBundle\Entity\RedirectRouteRepository
  2685.      */
  2686.     protected function getSulu_Repository_RedirectRouteService($lazyLoad true)
  2687.     {
  2688.         if ($lazyLoad) {
  2689.             return $this->services['sulu.repository.redirect_route'] = $this->createProxy('RedirectRouteRepository_f026b1b', function () {
  2690.                 return \RedirectRouteRepository_f026b1b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2691.                     $wrappedInstance $this->getSulu_Repository_RedirectRouteService(false);
  2692.                     $proxy->setProxyInitializer(null);
  2693.                     return true;
  2694.                 });
  2695.             });
  2696.         }
  2697.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2698.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2699.         include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Model/RedirectRouteRepositoryInterface.php';
  2700.         include_once \dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Entity/RedirectRouteRepository.php';
  2701.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2702.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2703.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2704.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2705.         return new \Sulu\Bundle\RedirectBundle\Entity\RedirectRouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute'));
  2706.     }
  2707.     /**
  2708.      * Gets the public 'sulu.repository.role' shared service.
  2709.      *
  2710.      * @return \Sulu\Bundle\SecurityBundle\Entity\RoleRepository
  2711.      */
  2712.     protected function getSulu_Repository_RoleService($lazyLoad true)
  2713.     {
  2714.         if ($lazyLoad) {
  2715.             return $this->services['sulu.repository.role'] = $this->createProxy('RoleRepository_c7c4870', function () {
  2716.                 return \RoleRepository_c7c4870::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2717.                     $wrappedInstance $this->getSulu_Repository_RoleService(false);
  2718.                     $proxy->setProxyInitializer(null);
  2719.                     return true;
  2720.                 });
  2721.             });
  2722.         }
  2723.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2724.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2725.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/RoleRepositoryInterface.php';
  2726.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/RoleRepository.php';
  2727.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2728.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2729.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2730.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2731.         return new \Sulu\Bundle\SecurityBundle\Entity\RoleRepository($a$a->getClassMetadata('Sulu\\Bundle\\SecurityBundle\\Entity\\Role'));
  2732.     }
  2733.     /**
  2734.      * Gets the public 'sulu.repository.route' shared service.
  2735.      *
  2736.      * @return \Sulu\Bundle\RouteBundle\Entity\RouteRepository
  2737.      */
  2738.     protected function getSulu_Repository_RouteService($lazyLoad true)
  2739.     {
  2740.         if ($lazyLoad) {
  2741.             return $this->services['sulu.repository.route'] = $this->createProxy('RouteRepository_ee5eed9', function () {
  2742.                 return \RouteRepository_ee5eed9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2743.                     $wrappedInstance $this->getSulu_Repository_RouteService(false);
  2744.                     $proxy->setProxyInitializer(null);
  2745.                     return true;
  2746.                 });
  2747.             });
  2748.         }
  2749.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2750.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2751.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepositoryInterface.php';
  2752.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Entity/RouteRepository.php';
  2753.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2754.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2755.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2756.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2757.         return new \Sulu\Bundle\RouteBundle\Entity\RouteRepository($a$a->getClassMetadata('Sulu\\Bundle\\RouteBundle\\Entity\\Route'));
  2758.     }
  2759.     /**
  2760.      * Gets the public 'sulu.repository.tag' shared service.
  2761.      *
  2762.      * @return \Sulu\Bundle\TagBundle\Entity\TagRepository
  2763.      */
  2764.     protected function getSulu_Repository_TagService($lazyLoad true)
  2765.     {
  2766.         if ($lazyLoad) {
  2767.             return $this->services['sulu.repository.tag'] = $this->createProxy('TagRepository_4e72930', function () {
  2768.                 return \TagRepository_4e72930::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2769.                     $wrappedInstance $this->getSulu_Repository_TagService(false);
  2770.                     $proxy->setProxyInitializer(null);
  2771.                     return true;
  2772.                 });
  2773.             });
  2774.         }
  2775.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2776.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2777.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Tag/TagRepositoryInterface.php';
  2778.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Entity/TagRepository.php';
  2779.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2780.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2781.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2782.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2783.         return new \Sulu\Bundle\TagBundle\Entity\TagRepository($a$a->getClassMetadata('Sulu\\Bundle\\TagBundle\\Entity\\Tag'));
  2784.     }
  2785.     /**
  2786.      * Gets the public 'sulu.repository.user' shared service.
  2787.      *
  2788.      * @return \App\Repository\UserRepository
  2789.      */
  2790.     protected function getSulu_Repository_UserService($lazyLoad true)
  2791.     {
  2792.         if ($lazyLoad) {
  2793.             return $this->services['sulu.repository.user'] = $this->createProxy('UserRepository_369820a', function () {
  2794.                 return \UserRepository_369820a::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2795.                     $wrappedInstance $this->getSulu_Repository_UserService(false);
  2796.                     $proxy->setProxyInitializer(null);
  2797.                     return true;
  2798.                 });
  2799.             });
  2800.         }
  2801.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/RepositoryInterface.php';
  2802.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/EntityRepository.php';
  2803.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Security/Authentication/UserRepositoryInterface.php';
  2804.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Component/Persistence/Repository/ORM/OrderByTrait.php';
  2805.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/UserRepository.php';
  2806.         include_once \dirname(__DIR__5).'/src/Repository/UserRepository.php';
  2807.         include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php';
  2808.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php';
  2809.         include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php';
  2810.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2811.         return new \App\Repository\UserRepository($a$a->getClassMetadata('App\\Entity\\User'));
  2812.     }
  2813.     /**
  2814.      * Gets the public 'sulu.util.node_helper' shared service.
  2815.      *
  2816.      * @return \Sulu\Component\Util\SuluNodeHelper
  2817.      */
  2818.     protected function getSulu_Util_NodeHelperService()
  2819.     {
  2820.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  2821.         if (isset($this->services['sulu.util.node_helper'])) {
  2822.             return $this->services['sulu.util.node_helper'];
  2823.         }
  2824.         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()));
  2825.     }
  2826.     /**
  2827.      * Gets the public 'sulu_category.category_manager' shared service.
  2828.      *
  2829.      * @return \Sulu\Bundle\CategoryBundle\Category\CategoryManager
  2830.      */
  2831.     protected function getSuluCategory_CategoryManagerService()
  2832.     {
  2833.         $a = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  2834.         if (isset($this->services['sulu_category.category_manager'])) {
  2835.             return $this->services['sulu_category.category_manager'];
  2836.         }
  2837.         $b = ($this->services['sulu.repository.category_meta'] ?? $this->getSulu_Repository_CategoryMetaService());
  2838.         if (isset($this->services['sulu_category.category_manager'])) {
  2839.             return $this->services['sulu_category.category_manager'];
  2840.         }
  2841.         $c = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2842.         if (isset($this->services['sulu_category.category_manager'])) {
  2843.             return $this->services['sulu_category.category_manager'];
  2844.         }
  2845.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2846.         if (isset($this->services['sulu_category.category_manager'])) {
  2847.             return $this->services['sulu_category.category_manager'];
  2848.         }
  2849.         $e = ($this->services['sulu_category.keyword_manager'] ?? $this->getSuluCategory_KeywordManagerService());
  2850.         if (isset($this->services['sulu_category.category_manager'])) {
  2851.             return $this->services['sulu_category.category_manager'];
  2852.         }
  2853.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2854.         if (isset($this->services['sulu_category.category_manager'])) {
  2855.             return $this->services['sulu_category.category_manager'];
  2856.         }
  2857.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2858.         if (isset($this->services['sulu_category.category_manager'])) {
  2859.             return $this->services['sulu_category.category_manager'];
  2860.         }
  2861.         $h = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  2862.         if (isset($this->services['sulu_category.category_manager'])) {
  2863.             return $this->services['sulu_category.category_manager'];
  2864.         }
  2865.         $i = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2866.         if (isset($this->services['sulu_category.category_manager'])) {
  2867.             return $this->services['sulu_category.category_manager'];
  2868.         }
  2869.         return $this->services['sulu_category.category_manager'] = new \Sulu\Bundle\CategoryBundle\Category\CategoryManager($a$b$c$d$e$f$g$h$i);
  2870.     }
  2871.     /**
  2872.      * Gets the public 'sulu_category.keyword_manager' shared service.
  2873.      *
  2874.      * @return \Sulu\Bundle\CategoryBundle\Category\KeywordManager
  2875.      */
  2876.     protected function getSuluCategory_KeywordManagerService()
  2877.     {
  2878.         $a = ($this->services['sulu.repository.keyword'] ?? $this->getSulu_Repository_KeywordService());
  2879.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2880.             return $this->services['sulu_category.keyword_manager'];
  2881.         }
  2882.         $b = ($this->services['sulu.repository.category_translation'] ?? $this->getSulu_Repository_CategoryTranslationService());
  2883.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2884.             return $this->services['sulu_category.keyword_manager'];
  2885.         }
  2886.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2887.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2888.             return $this->services['sulu_category.keyword_manager'];
  2889.         }
  2890.         $d = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  2891.         if (isset($this->services['sulu_category.keyword_manager'])) {
  2892.             return $this->services['sulu_category.keyword_manager'];
  2893.         }
  2894.         return $this->services['sulu_category.keyword_manager'] = new \Sulu\Bundle\CategoryBundle\Category\KeywordManager($a$b$c$d);
  2895.     }
  2896.     /**
  2897.      * Gets the public 'sulu_contact.contact_manager' shared service.
  2898.      *
  2899.      * @return \Sulu\Bundle\ContactBundle\Contact\ContactManager
  2900.      */
  2901.     protected function getSuluContact_ContactManagerService()
  2902.     {
  2903.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2904.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2905.             return $this->services['sulu_contact.contact_manager'];
  2906.         }
  2907.         $b = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  2908.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2909.             return $this->services['sulu_contact.contact_manager'];
  2910.         }
  2911.         $c = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  2912.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2913.             return $this->services['sulu_contact.contact_manager'];
  2914.         }
  2915.         $d = ($this->services['sulu.repository.account'] ?? $this->getSulu_Repository_AccountService());
  2916.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2917.             return $this->services['sulu_contact.contact_manager'];
  2918.         }
  2919.         $e = ($this->services['sulu.repository.contact'] ?? $this->getSulu_Repository_ContactService());
  2920.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2921.             return $this->services['sulu_contact.contact_manager'];
  2922.         }
  2923.         $f = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  2924.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2925.             return $this->services['sulu_contact.contact_manager'];
  2926.         }
  2927.         $g = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  2928.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2929.             return $this->services['sulu_contact.contact_manager'];
  2930.         }
  2931.         $h = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  2932.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2933.             return $this->services['sulu_contact.contact_manager'];
  2934.         }
  2935.         $i = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  2936.         if (isset($this->services['sulu_contact.contact_manager'])) {
  2937.             return $this->services['sulu_contact.contact_manager'];
  2938.         }
  2939.         return $this->services['sulu_contact.contact_manager'] = new \Sulu\Bundle\ContactBundle\Contact\ContactManager($a$b$c$d, ($this->privates['sulu_contact.contact_title_repository'] ?? $this->getSuluContact_ContactTitleRepositoryService()), $e$f$g$h$i);
  2940.     }
  2941.     /**
  2942.      * Gets the public 'sulu_core.array_serializer' shared service.
  2943.      *
  2944.      * @return \Sulu\Component\Serializer\ArraySerializer
  2945.      */
  2946.     protected function getSuluCore_ArraySerializerService()
  2947.     {
  2948.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  2949.         if (isset($this->services['sulu_core.array_serializer'])) {
  2950.             return $this->services['sulu_core.array_serializer'];
  2951.         }
  2952.         return $this->services['sulu_core.array_serializer'] = new \Sulu\Component\Serializer\ArraySerializer($a);
  2953.     }
  2954.     /**
  2955.      * Gets the public 'sulu_core.webspace.request_analyzer' shared service.
  2956.      *
  2957.      * @return \Sulu\Component\Webspace\Analyzer\RequestAnalyzer
  2958.      */
  2959.     protected function getSuluCore_Webspace_RequestAnalyzerService()
  2960.     {
  2961.         $a = ($this->privates['sulu_custom_urls.request_processor'] ?? $this->getSuluCustomUrls_RequestProcessorService());
  2962.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  2963.             return $this->services['sulu_core.webspace.request_analyzer'];
  2964.         }
  2965.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  2966.         if (isset($this->services['sulu_core.webspace.request_analyzer'])) {
  2967.             return $this->services['sulu_core.webspace.request_analyzer'];
  2968.         }
  2969.         $c = ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService());
  2970.         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()]);
  2971.     }
  2972.     /**
  2973.      * Gets the public 'sulu_core.webspace.webspace_manager' shared service.
  2974.      *
  2975.      * @return \Sulu\Component\Webspace\Manager\WebspaceManager
  2976.      */
  2977.     protected function getSuluCore_Webspace_WebspaceManagerService()
  2978.     {
  2979.         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()));
  2980.     }
  2981.     /**
  2982.      * Gets the public 'sulu_custom_urls.manager' shared service.
  2983.      *
  2984.      * @return \Sulu\Component\CustomUrl\Manager\CustomUrlManager
  2985.      */
  2986.     protected function getSuluCustomUrls_ManagerService()
  2987.     {
  2988.         $a = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  2989.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2990.             return $this->services['sulu_custom_urls.manager'];
  2991.         }
  2992.         $b = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  2993.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2994.             return $this->services['sulu_custom_urls.manager'];
  2995.         }
  2996.         $c = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  2997.         if (isset($this->services['sulu_custom_urls.manager'])) {
  2998.             return $this->services['sulu_custom_urls.manager'];
  2999.         }
  3000.         $d = ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  3001.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3002.             return $this->services['sulu_custom_urls.manager'];
  3003.         }
  3004.         $e = ($this->services['sulu_security.user_manager'] ?? $this->getSuluSecurity_UserManagerService());
  3005.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3006.             return $this->services['sulu_custom_urls.manager'];
  3007.         }
  3008.         $f = ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService());
  3009.         if (isset($this->services['sulu_custom_urls.manager'])) {
  3010.             return $this->services['sulu_custom_urls.manager'];
  3011.         }
  3012.         return $this->services['sulu_custom_urls.manager'] = new \Sulu\Component\CustomUrl\Manager\CustomUrlManager($a$b, new \Sulu\Component\CustomUrl\Repository\CustomUrlRepository($c$d, ($this->privates['sulu_custom_urls.domain_generator'] ?? $this->getSuluCustomUrls_DomainGeneratorService()), $e), $f, ($this->privates['sulu_document_manager.path_builder'] ?? $this->getSuluDocumentManager_PathBuilderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), 'dev', ($this->privates['sulu_document_manager.document_domain_event_collector'] ?? $this->getSuluDocumentManager_DocumentDomainEventCollectorService()));
  3013.     }
  3014.     /**
  3015.      * Gets the public 'sulu_document_manager.document_inspector' shared service.
  3016.      *
  3017.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector
  3018.      */
  3019.     protected function getSuluDocumentManager_DocumentInspectorService()
  3020.     {
  3021.         $a = ($this->privates['sulu_document_manager.proxy_factory'] ?? $this->getSuluDocumentManager_ProxyFactoryService());
  3022.         if (isset($this->services['sulu_document_manager.document_inspector'])) {
  3023.             return $this->services['sulu_document_manager.document_inspector'];
  3024.         }
  3025.         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, ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()), ($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.property_encoder'] ?? $this->getSuluDocumentManager_PropertyEncoderService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()));
  3026.     }
  3027.     /**
  3028.      * Gets the public 'sulu_document_manager.document_manager' shared service.
  3029.      *
  3030.      * @return \Sulu\Component\DocumentManager\DocumentManager
  3031.      */
  3032.     protected function getSuluDocumentManager_DocumentManagerService()
  3033.     {
  3034.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3035.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3036.             return $this->services['sulu_document_manager.document_manager'];
  3037.         }
  3038.         $b = ($this->privates['sulu_document_manager.node_manager'] ?? $this->getSuluDocumentManager_NodeManagerService());
  3039.         if (isset($this->services['sulu_document_manager.document_manager'])) {
  3040.             return $this->services['sulu_document_manager.document_manager'];
  3041.         }
  3042.         return $this->services['sulu_document_manager.document_manager'] = new \Sulu\Component\DocumentManager\DocumentManager($a$b);
  3043.     }
  3044.     /**
  3045.      * Gets the public 'sulu_document_manager.metadata_factory.base' shared service.
  3046.      *
  3047.      * @return \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory
  3048.      */
  3049.     protected function getSuluDocumentManager_MetadataFactory_BaseService()
  3050.     {
  3051.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  3052.         if (isset($this->services['sulu_document_manager.metadata_factory.base'])) {
  3053.             return $this->services['sulu_document_manager.metadata_factory.base'];
  3054.         }
  3055.         return $this->services['sulu_document_manager.metadata_factory.base'] = new \Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory($a$this->parameters['sulu_document_manager.mapping']);
  3056.     }
  3057.     /**
  3058.      * Gets the public 'sulu_document_manager.property_encoder' shared service.
  3059.      *
  3060.      * @return \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder
  3061.      */
  3062.     protected function getSuluDocumentManager_PropertyEncoderService()
  3063.     {
  3064.         return $this->services['sulu_document_manager.property_encoder'] = new \Sulu\Bundle\DocumentManagerBundle\Bridge\PropertyEncoder(($this->privates['sulu_document_manager.namespace_registry'] ?? $this->getSuluDocumentManager_NamespaceRegistryService()));
  3065.     }
  3066.     /**
  3067.      * Gets the public 'sulu_markup.parser.html_extractor' shared service.
  3068.      *
  3069.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor
  3070.      */
  3071.     protected function getSuluMarkup_Parser_HtmlExtractorService()
  3072.     {
  3073.         return $this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu');
  3074.     }
  3075.     /**
  3076.      * Gets the public 'sulu_media.collection_manager' shared service.
  3077.      *
  3078.      * @return \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager
  3079.      */
  3080.     protected function getSuluMedia_CollectionManagerService()
  3081.     {
  3082.         $a = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3083.         if (isset($this->services['sulu_media.collection_manager'])) {
  3084.             return $this->services['sulu_media.collection_manager'];
  3085.         }
  3086.         $b = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3087.         if (isset($this->services['sulu_media.collection_manager'])) {
  3088.             return $this->services['sulu_media.collection_manager'];
  3089.         }
  3090.         $c = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3091.         if (isset($this->services['sulu_media.collection_manager'])) {
  3092.             return $this->services['sulu_media.collection_manager'];
  3093.         }
  3094.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3095.         if (isset($this->services['sulu_media.collection_manager'])) {
  3096.             return $this->services['sulu_media.collection_manager'];
  3097.         }
  3098.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3099.         if (isset($this->services['sulu_media.collection_manager'])) {
  3100.             return $this->services['sulu_media.collection_manager'];
  3101.         }
  3102.         $f = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  3103.         if (isset($this->services['sulu_media.collection_manager'])) {
  3104.             return $this->services['sulu_media.collection_manager'];
  3105.         }
  3106.         $g = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3107.         if (isset($this->services['sulu_media.collection_manager'])) {
  3108.             return $this->services['sulu_media.collection_manager'];
  3109.         }
  3110.         return $this->services['sulu_media.collection_manager'] = new \Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManager($a$b$c$d$e$f, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $g'sulu-50x50'$this->parameters['sulu_security.permissions']);
  3111.     }
  3112.     /**
  3113.      * Gets the public 'sulu_media.collection_repository' shared service.
  3114.      *
  3115.      * @return \Sulu\Bundle\MediaBundle\Entity\CollectionRepository
  3116.      */
  3117.     protected function getSuluMedia_CollectionRepositoryService()
  3118.     {
  3119.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3120.         if (isset($this->services['sulu_media.collection_repository'])) {
  3121.             return $this->services['sulu_media.collection_repository'];
  3122.         }
  3123.         $this->services['sulu_media.collection_repository'] = $instance $a->getRepository('SuluMediaBundle:Collection');
  3124.         $instance->setAccessControlQueryEnhancer(($this->privates['sulu_security.access_control_query_enhancer'] ?? $this->getSuluSecurity_AccessControlQueryEnhancerService()));
  3125.         return $instance;
  3126.     }
  3127.     /**
  3128.      * Gets the public 'sulu_media.format_cache' shared service.
  3129.      *
  3130.      * @return \Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache
  3131.      */
  3132.     protected function getSuluMedia_FormatCacheService()
  3133.     {
  3134.         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);
  3135.     }
  3136.     /**
  3137.      * Gets the public 'sulu_media.format_manager' shared service.
  3138.      *
  3139.      * @return \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager
  3140.      */
  3141.     protected function getSuluMedia_FormatManagerService()
  3142.     {
  3143.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3144.         if (isset($this->services['sulu_media.format_manager'])) {
  3145.             return $this->services['sulu_media.format_manager'];
  3146.         }
  3147.         return $this->services['sulu_media.format_manager'] = new \Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager($a, ($this->services['sulu_media.format_cache'] ?? $this->getSuluMedia_FormatCacheService()), ($this->privates['sulu_media.image.converter'] ?? $this->getSuluMedia_Image_ConverterService()), true$this->parameters['sulu_media.format_manager.response_headers'], $this->parameters['sulu_media.image.formats'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3148.     }
  3149.     /**
  3150.      * Gets the public 'sulu_media.image.transformation.blur' shared service.
  3151.      *
  3152.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation
  3153.      */
  3154.     protected function getSuluMedia_Image_Transformation_BlurService()
  3155.     {
  3156.         return $this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation();
  3157.     }
  3158.     /**
  3159.      * Gets the public 'sulu_media.image.transformation.crop' shared service.
  3160.      *
  3161.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation
  3162.      */
  3163.     protected function getSuluMedia_Image_Transformation_CropService()
  3164.     {
  3165.         return $this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation();
  3166.     }
  3167.     /**
  3168.      * Gets the public 'sulu_media.image.transformation.gamma' shared service.
  3169.      *
  3170.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation
  3171.      */
  3172.     protected function getSuluMedia_Image_Transformation_GammaService()
  3173.     {
  3174.         return $this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation();
  3175.     }
  3176.     /**
  3177.      * Gets the public 'sulu_media.image.transformation.grayscale' shared service.
  3178.      *
  3179.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation
  3180.      */
  3181.     protected function getSuluMedia_Image_Transformation_GrayscaleService()
  3182.     {
  3183.         return $this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation();
  3184.     }
  3185.     /**
  3186.      * Gets the public 'sulu_media.image.transformation.negative' shared service.
  3187.      *
  3188.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation
  3189.      */
  3190.     protected function getSuluMedia_Image_Transformation_NegativeService()
  3191.     {
  3192.         return $this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation();
  3193.     }
  3194.     /**
  3195.      * Gets the public 'sulu_media.image.transformation.paste' shared service.
  3196.      *
  3197.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation
  3198.      */
  3199.     protected function getSuluMedia_Image_Transformation_PasteService()
  3200.     {
  3201.         return $this->services['sulu_media.image.transformation.paste'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\PasteTransformation(($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine())), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))));
  3202.     }
  3203.     /**
  3204.      * Gets the public 'sulu_media.image.transformation.sharpen' shared service.
  3205.      *
  3206.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation
  3207.      */
  3208.     protected function getSuluMedia_Image_Transformation_SharpenService()
  3209.     {
  3210.         return $this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation();
  3211.     }
  3212.     /**
  3213.      * Gets the public 'sulu_media.media_manager' shared service.
  3214.      *
  3215.      * @return \Sulu\Bundle\MediaBundle\Media\Manager\MediaManager
  3216.      */
  3217.     protected function getSuluMedia_MediaManagerService()
  3218.     {
  3219.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  3220.         if (isset($this->services['sulu_media.media_manager'])) {
  3221.             return $this->services['sulu_media.media_manager'];
  3222.         }
  3223.         $b = ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  3224.         if (isset($this->services['sulu_media.media_manager'])) {
  3225.             return $this->services['sulu_media.media_manager'];
  3226.         }
  3227.         $c = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3228.         if (isset($this->services['sulu_media.media_manager'])) {
  3229.             return $this->services['sulu_media.media_manager'];
  3230.         }
  3231.         $d = ($this->services['sulu.repository.category'] ?? $this->getSulu_Repository_CategoryService());
  3232.         if (isset($this->services['sulu_media.media_manager'])) {
  3233.             return $this->services['sulu_media.media_manager'];
  3234.         }
  3235.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3236.         if (isset($this->services['sulu_media.media_manager'])) {
  3237.             return $this->services['sulu_media.media_manager'];
  3238.         }
  3239.         $f = ($this->services['sulu_media.format_manager'] ?? $this->getSuluMedia_FormatManagerService());
  3240.         if (isset($this->services['sulu_media.media_manager'])) {
  3241.             return $this->services['sulu_media.media_manager'];
  3242.         }
  3243.         $g = ($this->services['sulu_tag.tag_manager'] ?? $this->getSuluTag_TagManagerService());
  3244.         if (isset($this->services['sulu_media.media_manager'])) {
  3245.             return $this->services['sulu_media.media_manager'];
  3246.         }
  3247.         $h = ($this->privates['sulu_media.type_manager'] ?? $this->getSuluMedia_TypeManagerService());
  3248.         if (isset($this->services['sulu_media.media_manager'])) {
  3249.             return $this->services['sulu_media.media_manager'];
  3250.         }
  3251.         $i = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  3252.         if (isset($this->services['sulu_media.media_manager'])) {
  3253.             return $this->services['sulu_media.media_manager'];
  3254.         }
  3255.         $j = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3256.         if (isset($this->services['sulu_media.media_manager'])) {
  3257.             return $this->services['sulu_media.media_manager'];
  3258.         }
  3259.         $k = new \Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidator();
  3260.         $k->setMaxFileSize('256MB');
  3261.         $k->setBlockedMimeTypes([]);
  3262.         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()), $i, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()), new RewindableGenerator(function () {
  3263.             yield => ($this->privates['sulu_media.image_properties_provider'] ?? $this->load('getSuluMedia_ImagePropertiesProviderService'));
  3264.         }, 1), '/media/{id}/download/{slug}'NULL'/admin/media/{id}/download/{slug}'$j);
  3265.     }
  3266.     /**
  3267.      * Gets the public 'sulu_media.storage' shared service.
  3268.      *
  3269.      * @return \Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage
  3270.      */
  3271.     protected function getSuluMedia_StorageService()
  3272.     {
  3273.         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()));
  3274.     }
  3275.     /**
  3276.      * Gets the public 'sulu_media.system_collections.manager' shared service.
  3277.      *
  3278.      * @return \Sulu\Component\Media\SystemCollections\SystemCollectionManager
  3279.      */
  3280.     protected function getSuluMedia_SystemCollections_ManagerService()
  3281.     {
  3282.         $a = ($this->services['sulu_media.collection_manager'] ?? $this->getSuluMedia_CollectionManagerService());
  3283.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3284.             return $this->services['sulu_media.system_collections.manager'];
  3285.         }
  3286.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3287.         if (isset($this->services['sulu_media.system_collections.manager'])) {
  3288.             return $this->services['sulu_media.system_collections.manager'];
  3289.         }
  3290.         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');
  3291.     }
  3292.     /**
  3293.      * Gets the public 'sulu_page.compat.structure.legacy_property_factory' shared service.
  3294.      *
  3295.      * @return \Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory
  3296.      */
  3297.     protected function getSuluPage_Compat_Structure_LegacyPropertyFactoryService()
  3298.     {
  3299.         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()));
  3300.     }
  3301.     /**
  3302.      * Gets the public 'sulu_page.content_repository' shared service.
  3303.      *
  3304.      * @return \Sulu\Component\Content\Repository\ContentRepository
  3305.      */
  3306.     protected function getSuluPage_ContentRepositoryService()
  3307.     {
  3308.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  3309.         if (isset($this->services['sulu_page.content_repository'])) {
  3310.             return $this->services['sulu_page.content_repository'];
  3311.         }
  3312.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  3313.         if (isset($this->services['sulu_page.content_repository'])) {
  3314.             return $this->services['sulu_page.content_repository'];
  3315.         }
  3316.         $c = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  3317.         if (isset($this->services['sulu_page.content_repository'])) {
  3318.             return $this->services['sulu_page.content_repository'];
  3319.         }
  3320.         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, ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $c$this->parameters['sulu_security.permissions']);
  3321.     }
  3322.     /**
  3323.      * Gets the public 'sulu_page.extension.manager' shared service.
  3324.      *
  3325.      * @return \Sulu\Component\Content\Extension\ExtensionManager
  3326.      */
  3327.     protected function getSuluPage_Extension_ManagerService()
  3328.     {
  3329.         $this->services['sulu_page.extension.manager'] = $instance = new \Sulu\Component\Content\Extension\ExtensionManager();
  3330.         $instance->addExtension(new \Sulu\Bundle\PageBundle\Content\Structure\SeoStructureExtension());
  3331.         $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()))));
  3332.         $instance->addExtension(new \Waaz\OpengraphBundle\Structure\OpengraphStructureExtension());
  3333.         return $instance;
  3334.     }
  3335.     /**
  3336.      * Gets the public 'sulu_page.structure.factory' shared service.
  3337.      *
  3338.      * @return \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory
  3339.      */
  3340.     protected function getSuluPage_Structure_FactoryService()
  3341.     {
  3342.         return $this->services['sulu_page.structure.factory'] = new \Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory(new \Sulu\Component\Content\Metadata\Loader\StructureXmlLoader(($this->privates['sulu_http_cache.cache_lifetime.resolver'] ?? ($this->privates['sulu_http_cache.cache_lifetime.resolver'] = new \Sulu\Bundle\HttpCacheBundle\CacheLifetime\CacheLifetimeResolver())), ($this->privates['sulu_page.structure.properties_xml_parser'] ?? $this->getSuluPage_Structure_PropertiesXmlParserService()), ($this->privates['sulu_page.structure.schema_xml_parser'] ?? ($this->privates['sulu_page.structure.schema_xml_parser'] = new \Sulu\Component\Content\Metadata\Parser\SchemaXmlParser())), ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $this->parameters['sulu.content.structure.required_properties'], $this->parameters['sulu.content.structure.required_tags'], $this->parameters['sulu_core.translated_locales'], ($this->services['translator'] ?? $this->getTranslatorService())), $this->parameters['sulu.content.structure.paths'], $this->parameters['sulu.content.structure.default_types'], ($this->targetDir.''.'/sulu/structures'), true);
  3343.     }
  3344.     /**
  3345.      * Gets the public 'sulu_security.mask_converter' shared service.
  3346.      *
  3347.      * @return \Sulu\Component\Security\Authorization\MaskConverter
  3348.      */
  3349.     protected function getSuluSecurity_MaskConverterService()
  3350.     {
  3351.         return $this->services['sulu_security.mask_converter'] = new \Sulu\Component\Security\Authorization\MaskConverter($this->parameters['permissions']);
  3352.     }
  3353.     /**
  3354.      * Gets the public 'sulu_security.salt_generator' shared service.
  3355.      *
  3356.      * @return \Sulu\Component\Security\Authentication\SaltGenerator
  3357.      */
  3358.     protected function getSuluSecurity_SaltGeneratorService()
  3359.     {
  3360.         return $this->services['sulu_security.salt_generator'] = new \Sulu\Component\Security\Authentication\SaltGenerator();
  3361.     }
  3362.     /**
  3363.      * Gets the public 'sulu_security.security_checker' shared service.
  3364.      *
  3365.      * @return \Sulu\Component\Security\Authorization\SecurityChecker
  3366.      */
  3367.     protected function getSuluSecurity_SecurityCheckerService()
  3368.     {
  3369.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3370.         if (isset($this->services['sulu_security.security_checker'])) {
  3371.             return $this->services['sulu_security.security_checker'];
  3372.         }
  3373.         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);
  3374.     }
  3375.     /**
  3376.      * Gets the public 'sulu_security.user_manager' shared service.
  3377.      *
  3378.      * @return \Sulu\Bundle\SecurityBundle\UserManager\UserManager
  3379.      */
  3380.     protected function getSuluSecurity_UserManagerService()
  3381.     {
  3382.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3383.         if (isset($this->services['sulu_security.user_manager'])) {
  3384.             return $this->services['sulu_security.user_manager'];
  3385.         }
  3386.         $b = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  3387.         if (isset($this->services['sulu_security.user_manager'])) {
  3388.             return $this->services['sulu_security.user_manager'];
  3389.         }
  3390.         $c = ($this->services['sulu_contact.contact_manager'] ?? $this->getSuluContact_ContactManagerService());
  3391.         if (isset($this->services['sulu_security.user_manager'])) {
  3392.             return $this->services['sulu_security.user_manager'];
  3393.         }
  3394.         $d = ($this->services['sulu.repository.user'] ?? $this->getSulu_Repository_UserService());
  3395.         if (isset($this->services['sulu_security.user_manager'])) {
  3396.             return $this->services['sulu_security.user_manager'];
  3397.         }
  3398.         $e = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  3399.         if (isset($this->services['sulu_security.user_manager'])) {
  3400.             return $this->services['sulu_security.user_manager'];
  3401.         }
  3402.         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$e'.{8,}');
  3403.     }
  3404.     /**
  3405.      * Gets the public 'sulu_snippet.default_snippet.manager' shared service.
  3406.      *
  3407.      * @return \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager
  3408.      */
  3409.     protected function getSuluSnippet_DefaultSnippet_ManagerService()
  3410.     {
  3411.         $a = ($this->privates['sulu_document_manager.session_manager'] ?? $this->getSuluDocumentManager_SessionManagerService());
  3412.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3413.             return $this->services['sulu_snippet.default_snippet.manager'];
  3414.         }
  3415.         $b = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  3416.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3417.             return $this->services['sulu_snippet.default_snippet.manager'];
  3418.         }
  3419.         $c = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  3420.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3421.             return $this->services['sulu_snippet.default_snippet.manager'];
  3422.         }
  3423.         $d = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  3424.         if (isset($this->services['sulu_snippet.default_snippet.manager'])) {
  3425.             return $this->services['sulu_snippet.default_snippet.manager'];
  3426.         }
  3427.         return $this->services['sulu_snippet.default_snippet.manager'] = new \Sulu\Bundle\SnippetBundle\Snippet\DefaultSnippetManager(new \Sulu\Component\Webspace\Settings\SettingsManager($a$b), $c, ($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'))), $d$this->parameters['sulu_snippet.areas']);
  3428.     }
  3429.     /**
  3430.      * Gets the public 'sulu_snippet.resolver' shared service.
  3431.      *
  3432.      * @return \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver
  3433.      */
  3434.     protected function getSuluSnippet_ResolverService()
  3435.     {
  3436.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  3437.         if (isset($this->services['sulu_snippet.resolver'])) {
  3438.             return $this->services['sulu_snippet.resolver'];
  3439.         }
  3440.         return $this->services['sulu_snippet.resolver'] = new \Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver($a, ($this->services['sulu_website.resolver.structure'] ?? $this->getSuluWebsite_Resolver_StructureService()));
  3441.     }
  3442.     /**
  3443.      * Gets the public 'sulu_tag.tag_manager' shared service.
  3444.      *
  3445.      * @return \Sulu\Bundle\TagBundle\Tag\TagManager
  3446.      */
  3447.     protected function getSuluTag_TagManagerService()
  3448.     {
  3449.         $a = ($this->services['sulu.repository.tag'] ?? $this->getSulu_Repository_TagService());
  3450.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3451.             return $this->services['sulu_tag.tag_manager'];
  3452.         }
  3453.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3454.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3455.             return $this->services['sulu_tag.tag_manager'];
  3456.         }
  3457.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3458.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3459.             return $this->services['sulu_tag.tag_manager'];
  3460.         }
  3461.         $d = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  3462.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3463.             return $this->services['sulu_tag.tag_manager'];
  3464.         }
  3465.         $e = ($this->privates['sulu_trash.trash_manager'] ?? $this->getSuluTrash_TrashManagerService());
  3466.         if (isset($this->services['sulu_tag.tag_manager'])) {
  3467.             return $this->services['sulu_tag.tag_manager'];
  3468.         }
  3469.         return $this->services['sulu_tag.tag_manager'] = new \Sulu\Bundle\TagBundle\Tag\TagManager($a$b$c$d$e);
  3470.     }
  3471.     /**
  3472.      * Gets the public 'sulu_website.resolver.structure' shared service.
  3473.      *
  3474.      * @return \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver
  3475.      */
  3476.     protected function getSuluWebsite_Resolver_StructureService()
  3477.     {
  3478.         $a = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  3479.         if (isset($this->services['sulu_website.resolver.structure'])) {
  3480.             return $this->services['sulu_website.resolver.structure'];
  3481.         }
  3482.         return $this->services['sulu_website.resolver.structure'] = new \Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), $a$this->parameters['sulu_website.enabled_twig_attributes']);
  3483.     }
  3484.     /**
  3485.      * Gets the public 'translator' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3488.      */
  3489.     protected function getTranslatorService()
  3490.     {
  3491.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3492.     }
  3493.     /**
  3494.      * Gets the public 'var_dumper.cloner' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3497.      */
  3498.     protected function getVarDumper_ClonerService()
  3499.     {
  3500.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3501.         $instance->setMaxItems(2500);
  3502.         $instance->setMinDepth(1);
  3503.         $instance->setMaxString(-1);
  3504.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the private '.debug.http_client' shared service.
  3509.      *
  3510.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3511.      */
  3512.     protected function get_Debug_HttpClientService()
  3513.     {
  3514.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3515.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3516.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3517.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3518.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3519.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3520.         $a->setLogger($b);
  3521.         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))));
  3522.     }
  3523.     /**
  3524.      * Gets the private '.service_locator.U2GLYxT' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3527.      */
  3528.     protected function get_ServiceLocator_U2GLYxTService()
  3529.     {
  3530.         return $this->privates['.service_locator.U2GLYxT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3531.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  3532.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3533.             'security.firewall.map.context.juramuseum' => ['privates''security.firewall.map.context.juramuseum''getSecurity_Firewall_Map_Context_JuramuseumService'true],
  3534.         ], [
  3535.             'security.firewall.map.context.admin' => '?',
  3536.             'security.firewall.map.context.dev' => '?',
  3537.             'security.firewall.map.context.juramuseum' => '?',
  3538.         ]);
  3539.     }
  3540.     /**
  3541.      * Gets the private 'annotations.cache_adapter' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3544.      */
  3545.     protected function getAnnotations_CacheAdapterService()
  3546.     {
  3547.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3548.     }
  3549.     /**
  3550.      * Gets the private 'annotations.cached_reader' shared service.
  3551.      *
  3552.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3553.      */
  3554.     protected function getAnnotations_CachedReaderService()
  3555.     {
  3556.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3557.     }
  3558.     /**
  3559.      * Gets the private 'annotations.reader' shared service.
  3560.      *
  3561.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3562.      */
  3563.     protected function getAnnotations_ReaderService()
  3564.     {
  3565.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3566.         $instance->addGlobalIgnoredName('required'NULL);
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'assets.context' shared service.
  3571.      *
  3572.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3573.      */
  3574.     protected function getAssets_ContextService()
  3575.     {
  3576.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3577.         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());
  3578.     }
  3579.     /**
  3580.      * Gets the private 'cache.annotations' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3583.      */
  3584.     protected function getCache_AnnotationsService()
  3585.     {
  3586.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DaSegQqWBA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3592.      */
  3593.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3594.     {
  3595.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3596.     }
  3597.     /**
  3598.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3599.      *
  3600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3601.      */
  3602.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3603.     {
  3604.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3605.     }
  3606.     /**
  3607.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3608.      *
  3609.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3610.      */
  3611.     protected function getCache_Messenger_RestartWorkersSignalService()
  3612.     {
  3613.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('IR-ZNPC9Nq'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3614.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3615.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3616.     }
  3617.     /**
  3618.      * Gets the private 'cache.property_info' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3621.      */
  3622.     protected function getCache_PropertyInfoService()
  3623.     {
  3624.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B+AlvVTj5f'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3625.     }
  3626.     /**
  3627.      * Gets the private 'cache.security_expression_language' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3630.      */
  3631.     protected function getCache_SecurityExpressionLanguageService()
  3632.     {
  3633.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lZubBjanlS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3634.     }
  3635.     /**
  3636.      * Gets the private 'cache.serializer' shared service.
  3637.      *
  3638.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3639.      */
  3640.     protected function getCache_SerializerService()
  3641.     {
  3642.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uct2QaVBtd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3643.     }
  3644.     /**
  3645.      * Gets the private 'cache.validator' shared service.
  3646.      *
  3647.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3648.      */
  3649.     protected function getCache_ValidatorService()
  3650.     {
  3651.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nBxDQtMTBr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3652.     }
  3653.     /**
  3654.      * Gets the private 'config_cache_factory' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3657.      */
  3658.     protected function getConfigCacheFactoryService()
  3659.     {
  3660.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3661.             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)));
  3662.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3663.         }, 2));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'data_collector.form' shared service.
  3667.      *
  3668.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3669.      */
  3670.     protected function getDataCollector_FormService()
  3671.     {
  3672.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3673.     }
  3674.     /**
  3675.      * Gets the private 'data_collector.request' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3678.      */
  3679.     protected function getDataCollector_RequestService()
  3680.     {
  3681.         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())));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'debug.controller_resolver' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3687.      */
  3688.     protected function getDebug_ControllerResolverService()
  3689.     {
  3690.         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))));
  3691.     }
  3692.     /**
  3693.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3694.      *
  3695.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3696.      */
  3697.     protected function getDebug_DebugHandlersListenerService()
  3698.     {
  3699.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3700.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3701.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3702.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3703.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3704.         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()));
  3705.     }
  3706.     /**
  3707.      * Gets the private 'debug.file_link_formatter' shared service.
  3708.      *
  3709.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3710.      */
  3711.     protected function getDebug_FileLinkFormatterService()
  3712.     {
  3713.         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 () {
  3714.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3715.         });
  3716.     }
  3717.     /**
  3718.      * Gets the private 'debug.log_processor' shared service.
  3719.      *
  3720.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3721.      */
  3722.     protected function getDebug_LogProcessorService()
  3723.     {
  3724.         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())));
  3725.     }
  3726.     /**
  3727.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3728.      *
  3729.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3730.      */
  3731.     protected function getDebug_Security_Access_DecisionManagerService()
  3732.     {
  3733.         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 () {
  3734.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3735.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  3736.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3737.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3738.             yield => ($this->privates['debug.security.voter.sulu_security.security_context_voter'] ?? $this->load('getDebug_Security_Voter_SuluSecurity_SecurityContextVoterService'));
  3739.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(true)));
  3740.     }
  3741.     /**
  3742.      * Gets the private 'debug.security.firewall' shared service.
  3743.      *
  3744.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3745.      */
  3746.     protected function getDebug_Security_FirewallService()
  3747.     {
  3748.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3749.         if (isset($this->privates['debug.security.firewall'])) {
  3750.             return $this->privates['debug.security.firewall'];
  3751.         }
  3752.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3753.         if (isset($this->privates['debug.security.firewall'])) {
  3754.             return $this->privates['debug.security.firewall'];
  3755.         }
  3756.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3757.     }
  3758.     /**
  3759.      * Gets the private 'esi_listener' shared service.
  3760.      *
  3761.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3762.      */
  3763.     protected function getEsiListenerService()
  3764.     {
  3765.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'exception_listener' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3771.      */
  3772.     protected function getExceptionListenerService()
  3773.     {
  3774.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3775.     }
  3776.     /**
  3777.      * Gets the private 'form.registry' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\Form\FormRegistry
  3780.      */
  3781.     protected function getForm_RegistryService()
  3782.     {
  3783.         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, [
  3784.             'App\\Form\\ConsultantCompanyNameType' => ['privates''App\\Form\\ConsultantCompanyNameType''getConsultantCompanyNameTypeService'true],
  3785.             'App\\Form\\ConsultantCompanyType' => ['privates''App\\Form\\ConsultantCompanyType''getConsultantCompanyTypeService'true],
  3786.             'App\\Form\\ConsultantDetailsType' => ['privates''App\\Form\\ConsultantDetailsType''getConsultantDetailsTypeService'true],
  3787.             'App\\Form\\ConsultantImpressumType' => ['privates''App\\Form\\ConsultantImpressumType''getConsultantImpressumTypeService'true],
  3788.             'App\\Form\\ProfileType' => ['privates''App\\Form\\ProfileType''getProfileTypeService'true],
  3789.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService'true],
  3790.             'App\\Form\\SocialMediaProfileType' => ['privates''App\\Form\\SocialMediaProfileType''getSocialMediaProfileTypeService'true],
  3791.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => ['privates''form.type.phpcr.reference''getForm_Type_Phpcr_ReferenceService'true],
  3792.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => ['privates''sulu_form.form_type''getSuluForm_FormTypeService'true],
  3793.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => ['privates''dtl_content.form.type.home''getDtlContent_Form_Type_HomeService'true],
  3794.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => ['privates''dtl_content.form.type.page''getDtlContent_Form_Type_PageService'true],
  3795.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => ['privates''sulu_snippet.form.snippet''getSuluSnippet_Form_SnippetService'true],
  3796.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => ['privates''dtl_content.form.factory.document_type''getDtlContent_Form_Factory_DocumentTypeService'true],
  3797.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3798.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  3799.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3800.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3801.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3802.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3803.         ], [
  3804.             'App\\Form\\ConsultantCompanyNameType' => '?',
  3805.             'App\\Form\\ConsultantCompanyType' => '?',
  3806.             'App\\Form\\ConsultantDetailsType' => '?',
  3807.             'App\\Form\\ConsultantImpressumType' => '?',
  3808.             'App\\Form\\ProfileType' => '?',
  3809.             'App\\Form\\RegistrationType' => '?',
  3810.             'App\\Form\\SocialMediaProfileType' => '?',
  3811.             'Doctrine\\Bundle\\PHPCRBundle\\Form\\Type\\PHPCRReferenceType' => '?',
  3812.             'Sulu\\Bundle\\FormBundle\\Form\\Type\\DynamicFormType' => '?',
  3813.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType' => '?',
  3814.             'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType' => '?',
  3815.             'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType' => '?',
  3816.             'Sulu\\Component\\Content\\Form\\Type\\DocumentObjectType' => '?',
  3817.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3818.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  3819.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3820.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3821.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3822.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3823.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3824.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3825.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3826.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3827.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3828.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3829.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3830.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3831.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3832.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3833.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3834.         }, 1)], new RewindableGenerator(function () {
  3835.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3836.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3837.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3838.     }
  3839.     /**
  3840.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  3841.      *
  3842.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  3843.      */
  3844.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  3845.     {
  3846.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  3847.     }
  3848.     /**
  3849.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  3850.      *
  3851.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  3852.      */
  3853.     protected function getFosHttpCache_EventListener_TagService()
  3854.     {
  3855.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  3856.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  3857.             return $this->privates['fos_http_cache.event_listener.tag'];
  3858.         }
  3859.         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);
  3860.     }
  3861.     /**
  3862.      * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  3863.      *
  3864.      * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  3865.      */
  3866.     protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  3867.     {
  3868.         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());
  3869.     }
  3870.     /**
  3871.      * Gets the private 'fos_rest.body_listener' shared service.
  3872.      *
  3873.      * @return \FOS\RestBundle\EventListener\BodyListener
  3874.      */
  3875.     protected function getFosRest_BodyListenerService()
  3876.     {
  3877.         $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, [
  3878.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  3879.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  3880.         ], [
  3881.             'fos_rest.decoder.json' => '?',
  3882.             'fos_rest.decoder.xml' => '?',
  3883.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  3884.         $instance->setDefaultFormat(NULL);
  3885.         return $instance;
  3886.     }
  3887.     /**
  3888.      * Gets the private 'fos_rest.exception.codes_map' shared service.
  3889.      *
  3890.      * @return \FOS\RestBundle\Util\ExceptionValueMap
  3891.      */
  3892.     protected function getFosRest_Exception_CodesMapService()
  3893.     {
  3894.         return $this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Sulu\\Bundle\\CommunityBundle\\Entity\\InvalidTypeException' => 409'Sulu\\Bundle\\RedirectBundle\\Exception\\RedirectRouteNotUniqueException' => 409'Sulu\\Bundle\\RedirectBundle\\Exception\\RedirectRouteNotFoundException' => 404'Sulu\\Component\\Rest\\Exception\\EntityNotFoundException' => 404'Sulu\\Bundle\\AutomationBundle\\Exception\\TaskNotFoundException' => 404'Sulu\\Bundle\\TrashBundle\\Domain\\Exception\\TrashItemNotFoundException' => 404'Sulu\\Component\\DocumentManager\\Exception\\DocumentNotFoundException' => 404'Sulu\\Component\\CustomUrl\\Manager\\TitleAlreadyExistsException' => 400'Sulu\\Component\\CustomUrl\\Generator\\MissingDomainPartException' => 400'Sulu\\Component\\CustomUrl\\Manager\\RouteNotRemovableException' => 420'Sulu\\Component\\DocumentManager\\Exception\\VersionNotFoundException' => 404'Sulu\\Component\\Content\\Exception\\MandatoryPropertyException' => 400'Sulu\\Component\\Content\\Exception\\ResourceLocatorAlreadyExistsException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryIdNotFoundException' => 404'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotFoundException' => 404'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryKeyNotUniqueException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\CategoryNameMissingException' => 400'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordIsMultipleReferencedException' => 409'Sulu\\Bundle\\CategoryBundle\\Exception\\KeywordNotUniqueException' => 409'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleNameAlreadyExistsException' => 409'Sulu\\Bundle\\SecurityBundle\\Exception\\RoleKeyAlreadyExistsException' => 409'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\UsernameNotUniqueException' => 409'Sulu\\Bundle\\SecurityBundle\\Security\\Exception\\EmailNotUniqueException' => 409'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FileVersionNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatNotFoundException' => 404'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\FormatOptionsMissingParameterException' => 400'Sulu\\Bundle\\MediaBundle\\Media\\Exception\\MediaException' => 400'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataNotFoundException' => 404'Sulu\\Bundle\\AdminBundle\\Exception\\MetadataProviderNotFoundException' => 404'Sulu\\Component\\Rest\\Exception\\MissingArgumentException' => 400'Sulu\\Component\\Rest\\Exception\\MissingParameterException' => 400'Sulu\\Component\\Rest\\Exception\\InvalidHashException' => 409'Sulu\\Component\\Rest\\Csv\\ObjectNotSupportedException' => 406'Sulu\\Component\\Rest\\ListBuilder\\Filter\\InvalidFilterTypeOptionsException' => 400'Sulu\\Component\\Rest\\Exception\\RemoveDependantResourcesFoundExceptionInterface' => 409'Sulu\\Component\\Rest\\Exception\\InsufficientDescendantPermissionsException' => 403'Sulu\\Component\\Rest\\Exception\\ReferencingResourcesFoundExceptionInterface' => 409]);
  3895.     }
  3896.     /**
  3897.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  3898.      *
  3899.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  3900.      */
  3901.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  3902.     {
  3903.         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()));
  3904.     }
  3905.     /**
  3906.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3907.      *
  3908.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3909.      */
  3910.     protected function getFosRest_ZoneMatcherListenerService()
  3911.     {
  3912.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3913.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/*'));
  3914.         return $instance;
  3915.     }
  3916.     /**
  3917.      * Gets the private 'fragment.listener' shared service.
  3918.      *
  3919.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3920.      */
  3921.     protected function getFragment_ListenerService()
  3922.     {
  3923.         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');
  3924.     }
  3925.     /**
  3926.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  3927.      *
  3928.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  3929.      */
  3930.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  3931.     {
  3932.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sulu\\Bundle\\AdminBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SearchBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/config/serializer'), 'Sulu\\Bundle\\SnippetBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/config/serializer'), 'Sulu\\Bundle\\PageBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\DocumentManagerBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Resources/config/serializer'), 'Sulu\\Bundle\\CustomUrlBundle' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/config/serializer'), 'Sulu\\Bundle\\AutomationBundle' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\RedirectBundle' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/config/serializer'), 'Sulu\\Bundle\\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\\Bundle\\RedirectBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\AutomationBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\CustomUrl' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\DocumentManager' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Content' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Component\\Webspace' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/serializer'), 'Sulu\\Bundle\\CategoryBundle\\Entity' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/serializer'), 'Massive\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/massive'), 'Sulu\\Bundle\\SearchBundle\\Search' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/config/serializer/sulu'), 'Sulu\\Component\\SmartContent\\Configuration' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/DependencyInjection/../Resources/config/serializer')]));
  3933.     }
  3934.     /**
  3935.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3936.      *
  3937.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3938.      */
  3939.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3940.     {
  3941.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3942.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3943.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3944.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3945.             'sulu_page.document.serializer.subscriber.structure_behavior' => ['privates''sulu_page.document.serializer.subscriber.structure_behavior''getSuluPage_Document_Serializer_Subscriber_StructureBehaviorService'true],
  3946.             'sulu_page.document.serializer.subscriber.extension_container' => ['privates''sulu_page.document.serializer.subscriber.extension_container''getSuluPage_Document_Serializer_Subscriber_ExtensionContainerService'true],
  3947.             'sulu_document_manager.serializer.subscriber.proxy' => ['services''sulu_document_manager.serializer.subscriber.proxy''getSuluDocumentManager_Serializer_Subscriber_ProxyService'true],
  3948.             'sulu_core.representation_handler' => ['privates''sulu_core.representation_handler''getSuluCore_RepresentationHandlerService'true],
  3949.             'sulu_admin.dropdown_toolbar_action_subscriber' => ['privates''sulu_admin.dropdown_toolbar_action_subscriber''getSuluAdmin_DropdownToolbarActionSubscriberService'true],
  3950.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => ['privates''sulu_admin.save_with_form_dialog_toolbar_action_subscriber''getSuluAdmin_SaveWithFormDialogToolbarActionSubscriberService'true],
  3951.             'sulu_admin.toggler_toolbar_action_subscriber' => ['privates''sulu_admin.toggler_toolbar_action_subscriber''getSuluAdmin_TogglerToolbarActionSubscriberService'true],
  3952.             'sulu_security.document.serializer.subscriber.security' => ['privates''sulu_security.document.serializer.subscriber.security''getSuluSecurity_Document_Serializer_Subscriber_SecurityService'true],
  3953.             'sulu_page.document.serializer.subscriber.path_behavior' => ['privates''sulu_page.document.serializer.subscriber.path_behavior''getSuluPage_Document_Serializer_Subscriber_PathBehaviorService'true],
  3954.             'sulu_page.document.serializer.subscriber.parent_behavior' => ['privates''sulu_page.document.serializer.subscriber.parent_behavior''getSuluPage_Document_Serializer_Subscriber_ParentBehaviorService'true],
  3955.             'sulu_page.document.serializer.subscriber.locale' => ['privates''sulu_page.document.serializer.subscriber.locale''getSuluPage_Document_Serializer_Subscriber_LocaleService'true],
  3956.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => ['privates''sulu_page.document.serializer.subscriber.shadow_locale_behavior''getSuluPage_Document_Serializer_Subscriber_ShadowLocaleBehaviorService'true],
  3957.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => ['privates''sulu_page.document.serializer.subscriber.redirect_type_behavior''getSuluPage_Document_Serializer_Subscriber_RedirectTypeBehaviorService'true],
  3958.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => ['privates''sulu_page.document.serializer.subscriber.workflow_stage_behavior''getSuluPage_Document_Serializer_Subscriber_WorkflowStageBehaviorService'true],
  3959.             'sulu_page.compat.serializer.subscriber.page_bridge' => ['privates''sulu_page.compat.serializer.subscriber.page_bridge''getSuluPage_Compat_Serializer_Subscriber_PageBridgeService'true],
  3960.             'sulu_document_manager.serializer.subscriber.children_behavior' => ['privates''sulu_document_manager.serializer.subscriber.children_behavior''getSuluDocumentManager_Serializer_Subscriber_ChildrenBehaviorService'true],
  3961.             'sulu_hash.event_subscriber.serializer' => ['privates''sulu_hash.event_subscriber.serializer''getSuluHash_EventSubscriber_SerializerService'true],
  3962.             'sulu_document_manager.serializer.subscriber.document' => ['privates''sulu_document_manager.serializer.subscriber.document''getSuluDocumentManager_Serializer_Subscriber_DocumentService'true],
  3963.         ], [
  3964.             'jms_serializer.stopwatch_subscriber' => '?',
  3965.             'jms_serializer.traceable_runs_listener' => '?',
  3966.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3967.             'sulu_page.document.serializer.subscriber.structure_behavior' => '?',
  3968.             'sulu_page.document.serializer.subscriber.extension_container' => '?',
  3969.             'sulu_document_manager.serializer.subscriber.proxy' => '?',
  3970.             'sulu_core.representation_handler' => '?',
  3971.             'sulu_admin.dropdown_toolbar_action_subscriber' => '?',
  3972.             'sulu_admin.save_with_form_dialog_toolbar_action_subscriber' => '?',
  3973.             'sulu_admin.toggler_toolbar_action_subscriber' => '?',
  3974.             'sulu_security.document.serializer.subscriber.security' => '?',
  3975.             'sulu_page.document.serializer.subscriber.path_behavior' => '?',
  3976.             'sulu_page.document.serializer.subscriber.parent_behavior' => '?',
  3977.             'sulu_page.document.serializer.subscriber.locale' => '?',
  3978.             'sulu_page.document.serializer.subscriber.shadow_locale_behavior' => '?',
  3979.             'sulu_page.document.serializer.subscriber.redirect_type_behavior' => '?',
  3980.             'sulu_page.document.serializer.subscriber.workflow_stage_behavior' => '?',
  3981.             'sulu_page.compat.serializer.subscriber.page_bridge' => '?',
  3982.             'sulu_document_manager.serializer.subscriber.children_behavior' => '?',
  3983.             'sulu_hash.event_subscriber.serializer' => '?',
  3984.             'sulu_document_manager.serializer.subscriber.document' => '?',
  3985.         ]));
  3986.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3987.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3988.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3989.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3990.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3991.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3992.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3993.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3994.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3995.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3996.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPreSerialize'], NULLNULLNULL);
  3997.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_page.document.serializer.subscriber.extension_container'=> 'onPreSerialize'], NULLNULLNULL);
  3998.         $instance->addListener('serializer.pre_serialize', [=> 'sulu_document_manager.serializer.subscriber.proxy'=> 'onPreSerialize'], NULLNULLNULL);
  3999.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4000.         $instance->addListener('serializer.post_serialize', [=> 'sulu_core.representation_handler'=> 'onPostSerialize'], NULL'json'NULL);
  4001.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.dropdown_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\DropdownToolbarAction''json'NULL);
  4002.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.save_with_form_dialog_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\SaveWithFormDialogToolbarAction''json'NULL);
  4003.         $instance->addListener('serializer.post_serialize', [=> 'sulu_admin.toggler_toolbar_action_subscriber'=> 'onPostSerialize'], 'Sulu\\Bundle\\AdminBundle\\Admin\\View\\TogglerToolbarAction''json'NULL);
  4004.         $instance->addListener('serializer.post_serialize', [=> 'sulu_security.document.serializer.subscriber.security'=> 'onPostSerialize'], NULL'json'NULL);
  4005.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.structure_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4006.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.path_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4007.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.parent_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4008.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.locale'=> 'onPostSerialize'], NULL'json'NULL);
  4009.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.shadow_locale_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4010.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.redirect_type_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4011.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.document.serializer.subscriber.workflow_stage_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4012.         $instance->addListener('serializer.post_serialize', [=> 'sulu_page.compat.serializer.subscriber.page_bridge'=> 'onPostSerialize'], NULL'json'NULL);
  4013.         $instance->addListener('serializer.post_serialize', [=> 'sulu_document_manager.serializer.subscriber.children_behavior'=> 'onPostSerialize'], NULL'json'NULL);
  4014.         $instance->addListener('serializer.post_serialize', [=> 'sulu_hash.event_subscriber.serializer'=> 'onPostSerialize'], NULLNULLNULL);
  4015.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  4016.         $instance->addListener('serializer.post_deserialize', [=> 'sulu_document_manager.serializer.subscriber.document'=> 'onPostDeserialize'], NULLNULLNULL);
  4017.         return $instance;
  4018.     }
  4019.     /**
  4020.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  4021.      *
  4022.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  4023.      */
  4024.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  4025.     {
  4026.         $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, [
  4027.             'sulu_core.rest.datetime_handler' => ['privates''sulu_core.rest.datetime_handler''getSuluCore_Rest_DatetimeHandlerService'true],
  4028.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  4029.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  4030.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  4031.             'sulu_page.document.serializer.handler.structure' => ['privates''sulu_page.document.serializer.handler.structure''getSuluPage_Document_Serializer_Handler_StructureService'true],
  4032.             'sulu_page.document.serializer.handler.extension_container' => ['privates''sulu_page.document.serializer.handler.extension_container''getSuluPage_Document_Serializer_Handler_ExtensionContainerService'true],
  4033.             'sulu_page.compat.serializer.handler.page_bridge' => ['privates''sulu_page.compat.serializer.handler.page_bridge''getSuluPage_Compat_Serializer_Handler_PageBridgeService'true],
  4034.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  4035.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  4036.             'sulu_admin.schema_handler' => ['privates''sulu_admin.schema_handler''getSuluAdmin_SchemaHandlerService'true],
  4037.             'sulu_document_manager.serializer.handler.children_collection' => ['privates''sulu_document_manager.serializer.handler.children_collection''getSuluDocumentManager_Serializer_Handler_ChildrenCollectionService'true],
  4038.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  4039.         ], [
  4040.             'sulu_core.rest.datetime_handler' => '?',
  4041.             'jms_serializer.datetime_handler' => '?',
  4042.             'jms_serializer.array_collection_handler' => '?',
  4043.             'jms_serializer.iterator_handler' => '?',
  4044.             'sulu_page.document.serializer.handler.structure' => '?',
  4045.             'sulu_page.document.serializer.handler.extension_container' => '?',
  4046.             'sulu_page.compat.serializer.handler.page_bridge' => '?',
  4047.             'fos_rest.serializer.flatten_exception_handler' => '?',
  4048.             'jms_serializer.constraint_violation_handler' => '?',
  4049.             'sulu_admin.schema_handler' => '?',
  4050.             'sulu_document_manager.serializer.handler.children_collection' => '?',
  4051.             'fos_rest.serializer.form_error_handler' => '?',
  4052.         ])));
  4053.         $instance->registerHandler(2'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4054.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  4055.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  4056.         $instance->registerHandler(2'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'deserialize']);
  4057.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  4058.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  4059.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4060.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4061.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4062.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4063.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4064.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4065.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4066.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4067.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4068.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4069.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4070.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4071.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4072.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4073.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4074.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  4075.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  4076.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  4077.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  4078.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4079.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4080.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4081.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4082.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4083.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4084.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doDeserialize']);
  4085.         $instance->registerHandler(2'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doDeserialize']);
  4086.         $instance->registerHandler(2'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge''json', [=> 'sulu_page.compat.serializer.handler.page_bridge'=> 'doDeserialize']);
  4087.         $instance->registerHandler(1'DateTime''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4088.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4089.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4090.         $instance->registerHandler(1'DateTimeImmutable''array', [=> 'sulu_core.rest.datetime_handler'=> 'serialize']);
  4091.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4092.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4093.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  4094.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  4095.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4096.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4097.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4098.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4099.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4100.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4101.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4102.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4103.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4104.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4105.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4106.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4107.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4108.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4109.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4110.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  4111.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  4112.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  4113.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  4114.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4115.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4116.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4117.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4118.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4119.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4120.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4121.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4122.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4123.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4124.         $instance->registerHandler(1'Sulu\\Bundle\\AdminBundle\\Metadata\\SchemaMetadata\\SchemaMetadata''json', [=> 'sulu_admin.schema_handler'=> 'serializeToJsonSchema']);
  4125.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Structure\\Structure''json', [=> 'sulu_page.document.serializer.handler.structure'=> 'doSerialize']);
  4126.         $instance->registerHandler(1'Sulu\\Component\\Content\\Document\\Extension\\ExtensionContainer''json', [=> 'sulu_page.document.serializer.handler.extension_container'=> 'doSerialize']);
  4127.         $instance->registerHandler(1'Sulu\\Component\\DocumentManager\\Collection\\ChildrenCollection''json', [=> 'sulu_document_manager.serializer.handler.children_collection'=> 'doSerialize']);
  4128.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  4129.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  4130.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  4131.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  4132.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  4133.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  4134.         return $instance;
  4135.     }
  4136.     /**
  4137.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  4138.      *
  4139.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  4140.      */
  4141.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  4142.     {
  4143.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4144.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  4145.         ], [
  4146.             'metadata_driver' => '?',
  4147.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4148.         $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')))));
  4149.         $a->setIncludeInterfaces(false);
  4150.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  4151.     }
  4152.     /**
  4153.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  4154.      *
  4155.      * @return \JMS\SerializerBundle\Debug\RunsListener
  4156.      */
  4157.     protected function getJmsSerializer_TraceableRunsListenerService()
  4158.     {
  4159.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  4160.     }
  4161.     /**
  4162.      * Gets the private 'locale_aware_listener' shared service.
  4163.      *
  4164.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4165.      */
  4166.     protected function getLocaleAwareListenerService()
  4167.     {
  4168.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4169.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4170.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4171.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4172.     }
  4173.     /**
  4174.      * Gets the private 'locale_listener' shared service.
  4175.      *
  4176.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4177.      */
  4178.     protected function getLocaleListenerService()
  4179.     {
  4180.         $a = ($this->services['router'] ?? $this->getRouterService());
  4181.         if (isset($this->privates['locale_listener'])) {
  4182.             return $this->privates['locale_listener'];
  4183.         }
  4184.         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, []);
  4185.     }
  4186.     /**
  4187.      * Gets the private 'mailer.transports' shared service.
  4188.      *
  4189.      * @return \Symfony\Component\Mailer\Transport\Transports
  4190.      */
  4191.     protected function getMailer_TransportsService()
  4192.     {
  4193.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4194.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  4195.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  4196.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  4197.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  4198.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4199.     }
  4200.     /**
  4201.      * Gets the private 'monolog.handler.console' shared service.
  4202.      *
  4203.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4204.      */
  4205.     protected function getMonolog_Handler_ConsoleService()
  4206.     {
  4207.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4208.     }
  4209.     /**
  4210.      * Gets the private 'monolog.handler.main' shared service.
  4211.      *
  4212.      * @return \Monolog\Handler\StreamHandler
  4213.      */
  4214.     protected function getMonolog_Handler_MainService()
  4215.     {
  4216.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__4).'/log/website/dev.log'), 100trueNULLfalse);
  4217.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4218.         return $instance;
  4219.     }
  4220.     /**
  4221.      * Gets the private 'monolog.logger' shared service.
  4222.      *
  4223.      * @return \Symfony\Bridge\Monolog\Logger
  4224.      */
  4225.     protected function getMonolog_LoggerService()
  4226.     {
  4227.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4228.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4229.         $instance->useMicrosecondTimestamps(true);
  4230.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4231.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4232.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4233.         return $instance;
  4234.     }
  4235.     /**
  4236.      * Gets the private 'monolog.logger.cache' shared service.
  4237.      *
  4238.      * @return \Symfony\Bridge\Monolog\Logger
  4239.      */
  4240.     protected function getMonolog_Logger_CacheService()
  4241.     {
  4242.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4243.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4244.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4245.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4246.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4247.         return $instance;
  4248.     }
  4249.     /**
  4250.      * Gets the private 'monolog.logger.request' shared service.
  4251.      *
  4252.      * @return \Symfony\Bridge\Monolog\Logger
  4253.      */
  4254.     protected function getMonolog_Logger_RequestService()
  4255.     {
  4256.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4257.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4258.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4259.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4260.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the private 'parameter_bag' shared service.
  4265.      *
  4266.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4267.      */
  4268.     protected function getParameterBagService()
  4269.     {
  4270.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4271.     }
  4272.     /**
  4273.      * Gets the private 'profiler_listener' shared service.
  4274.      *
  4275.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4276.      */
  4277.     protected function getProfilerListenerService()
  4278.     {
  4279.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4280.         if (isset($this->privates['profiler_listener'])) {
  4281.             return $this->privates['profiler_listener'];
  4282.         }
  4283.         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);
  4284.     }
  4285.     /**
  4286.      * Gets the private 'property_info' shared service.
  4287.      *
  4288.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4289.      */
  4290.     protected function getPropertyInfoService()
  4291.     {
  4292.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4293.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4294.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4295.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4296.         }, 3), new RewindableGenerator(function () {
  4297.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4298.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4299.         }, 2), new RewindableGenerator(function () {
  4300.             return new \EmptyIterator();
  4301.         }, 0), new RewindableGenerator(function () {
  4302.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4303.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4304.         }, 2), new RewindableGenerator(function () {
  4305.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4306.         }, 1));
  4307.     }
  4308.     /**
  4309.      * Gets the private 'router.expression_language_provider' shared service.
  4310.      *
  4311.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4312.      */
  4313.     protected function getRouter_ExpressionLanguageProviderService()
  4314.     {
  4315.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4316.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4317.         ], [
  4318.             'env' => 'Closure',
  4319.         ]));
  4320.     }
  4321.     /**
  4322.      * Gets the private 'router.request_context' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\Routing\RequestContext
  4325.      */
  4326.     protected function getRouter_RequestContextService()
  4327.     {
  4328.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4329.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4330.         return $instance;
  4331.     }
  4332.     /**
  4333.      * Gets the private 'security.csrf.token_storage' shared service.
  4334.      *
  4335.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4336.      */
  4337.     protected function getSecurity_Csrf_TokenStorageService()
  4338.     {
  4339.         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())));
  4340.     }
  4341.     /**
  4342.      * Gets the private 'security.firewall.map' shared service.
  4343.      *
  4344.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4345.      */
  4346.     protected function getSecurity_Firewall_MapService()
  4347.     {
  4348.         $a = ($this->privates['.service_locator.U2GLYxT'] ?? $this->get_ServiceLocator_U2GLYxTService());
  4349.         if (isset($this->privates['security.firewall.map'])) {
  4350.             return $this->privates['security.firewall.map'];
  4351.         }
  4352.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4353.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  4354.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.KLaPh5V'] ?? ($this->privates['.security.request_matcher.KLaPh5V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(\\/|$)')));
  4355.             yield 'security.firewall.map.context.juramuseum' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4356.         }, 3));
  4357.     }
  4358.     /**
  4359.      * Gets the private 'security.helper' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\Security\Core\Security
  4362.      */
  4363.     protected function getSecurity_HelperService()
  4364.     {
  4365.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4366.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4367.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4368.         ], [
  4369.             'security.authorization_checker' => '?',
  4370.             'security.token_storage' => '?',
  4371.         ]));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'security.logout_url_generator' shared service.
  4375.      *
  4376.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4377.      */
  4378.     protected function getSecurity_LogoutUrlGeneratorService()
  4379.     {
  4380.         $a = ($this->services['router'] ?? $this->getRouterService());
  4381.         if (isset($this->privates['security.logout_url_generator'])) {
  4382.             return $this->privates['security.logout_url_generator'];
  4383.         }
  4384.         $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()));
  4385.         $instance->registerListener('admin''sulu_admin.logout''logout''_csrf_token'NULLNULL);
  4386.         $instance->registerListener('juramuseum''sulu_community.logout''logout''_csrf_token'NULLNULL);
  4387.         return $instance;
  4388.     }
  4389.     /**
  4390.      * Gets the private 'session_listener' shared service.
  4391.      *
  4392.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4393.      */
  4394.     protected function getSessionListenerService()
  4395.     {
  4396.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4397.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4398.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4399.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4400.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4401.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4402.         ], [
  4403.             'initialized_session' => '?',
  4404.             'logger' => '?',
  4405.             'session' => '?',
  4406.             'session_collector' => '?',
  4407.             'session_factory' => '?',
  4408.         ]), true$this->parameters['session.storage.options']);
  4409.     }
  4410.     /**
  4411.      * Gets the private 'sulu.content.query_executor' shared service.
  4412.      *
  4413.      * @return \Sulu\Component\Content\Query\ContentQueryExecutor
  4414.      */
  4415.     protected function getSulu_Content_QueryExecutorService()
  4416.     {
  4417.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  4418.         if (isset($this->privates['sulu.content.query_executor'])) {
  4419.             return $this->privates['sulu.content.query_executor'];
  4420.         }
  4421.         $b = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  4422.         if (isset($this->privates['sulu.content.query_executor'])) {
  4423.             return $this->privates['sulu.content.query_executor'];
  4424.         }
  4425.         return $this->privates['sulu.content.query_executor'] = new \Sulu\Component\Content\Query\ContentQueryExecutor($a$b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4426.     }
  4427.     /**
  4428.      * Gets the private 'sulu.content.resource_locator.mapper.phpcr' shared service.
  4429.      *
  4430.      * @return \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper
  4431.      */
  4432.     protected function getSulu_Content_ResourceLocator_Mapper_PhpcrService()
  4433.     {
  4434.         $a = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  4435.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4436.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4437.         }
  4438.         $b = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4439.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4440.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4441.         }
  4442.         $c = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4443.         if (isset($this->privates['sulu.content.resource_locator.mapper.phpcr'])) {
  4444.             return $this->privates['sulu.content.resource_locator.mapper.phpcr'];
  4445.         }
  4446.         return $this->privates['sulu.content.resource_locator.mapper.phpcr'] = new \Sulu\Component\Content\Types\ResourceLocator\Mapper\PhpcrMapper($a$b$c);
  4447.     }
  4448.     /**
  4449.      * Gets the private 'sulu.content.resource_locator.strategy.tree_leaf_edit' shared service.
  4450.      *
  4451.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\TreeLeafEditStrategy
  4452.      */
  4453.     protected function getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService()
  4454.     {
  4455.         $a = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4456.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4457.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4458.         }
  4459.         $b = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4460.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4461.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4462.         }
  4463.         $c = ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService());
  4464.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4465.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4466.         }
  4467.         $d = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4468.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4469.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4470.         }
  4471.         $e = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4472.         if (isset($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'])) {
  4473.             return $this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'];
  4474.         }
  4475.         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()), $c$d$e, ($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())));
  4476.     }
  4477.     /**
  4478.      * Gets the private 'sulu.content.resource_locator.strategy_pool' shared service.
  4479.      *
  4480.      * @return \Sulu\Component\Content\Types\ResourceLocator\Strategy\ResourceLocatorStrategyPool
  4481.      */
  4482.     protected function getSulu_Content_ResourceLocator_StrategyPoolService()
  4483.     {
  4484.         $a = ($this->privates['sulu.content.resource_locator.strategy.tree_leaf_edit'] ?? $this->getSulu_Content_ResourceLocator_Strategy_TreeLeafEditService());
  4485.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4486.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4487.         }
  4488.         $b = ($this->privates['sulu.content.resource_locator.mapper.phpcr'] ?? $this->getSulu_Content_ResourceLocator_Mapper_PhpcrService());
  4489.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4490.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4491.         }
  4492.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  4493.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4494.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4495.         }
  4496.         $d = ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService());
  4497.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4498.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4499.         }
  4500.         $e = ($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService());
  4501.         if (isset($this->privates['sulu.content.resource_locator.strategy_pool'])) {
  4502.             return $this->privates['sulu.content.resource_locator.strategy_pool'];
  4503.         }
  4504.         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($b, ($this->services['sulu.content.path_cleaner'] ?? $this->getSulu_Content_PathCleanerService()), $c, ($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()), ($this->services['sulu.util.node_helper'] ?? $this->getSulu_Util_NodeHelperService()), $d$e, ($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()));
  4505.     }
  4506.     /**
  4507.      * Gets the private 'sulu_activity.domain_event_collector' shared service.
  4508.      *
  4509.      * @return \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector
  4510.      */
  4511.     protected function getSuluActivity_DomainEventCollectorService()
  4512.     {
  4513.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4514.         if (isset($this->privates['sulu_activity.domain_event_collector'])) {
  4515.             return $this->privates['sulu_activity.domain_event_collector'];
  4516.         }
  4517.         return $this->privates['sulu_activity.domain_event_collector'] = new \Sulu\Bundle\ActivityBundle\Application\Collector\DomainEventCollector($a);
  4518.     }
  4519.     /**
  4520.      * Gets the private 'sulu_activity.domain_event_dispatcher' shared service.
  4521.      *
  4522.      * @return \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher
  4523.      */
  4524.     protected function getSuluActivity_DomainEventDispatcherService()
  4525.     {
  4526.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4527.         if (isset($this->privates['sulu_activity.domain_event_dispatcher'])) {
  4528.             return $this->privates['sulu_activity.domain_event_dispatcher'];
  4529.         }
  4530.         return $this->privates['sulu_activity.domain_event_dispatcher'] = new \Sulu\Bundle\ActivityBundle\Application\Dispatcher\DomainEventDispatcher($a);
  4531.     }
  4532.     /**
  4533.      * Gets the private 'sulu_admin.collaboration_cache' shared service.
  4534.      *
  4535.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4536.      */
  4537.     protected function getSuluAdmin_CollaborationCacheService()
  4538.     {
  4539.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('H5GsuHJb4g'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4540.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4541.         return $this->privates['sulu_admin.collaboration_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4542.     }
  4543.     /**
  4544.      * Gets the private 'sulu_category.category_request_handler' shared service.
  4545.      *
  4546.      * @return \Sulu\Component\Category\Request\CategoryRequestHandler
  4547.      */
  4548.     protected function getSuluCategory_CategoryRequestHandlerService()
  4549.     {
  4550.         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())));
  4551.     }
  4552.     /**
  4553.      * Gets the private 'sulu_contact.contact_title_repository' shared service.
  4554.      *
  4555.      * @return \Sulu\Bundle\ContactBundle\Entity\ContactTitleRepository
  4556.      */
  4557.     protected function getSuluContact_ContactTitleRepositoryService()
  4558.     {
  4559.         return $this->privates['sulu_contact.contact_title_repository'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getRepository('SuluContactBundle:ContactTitle');
  4560.     }
  4561.     /**
  4562.      * Gets the private 'sulu_core.cache.memoize' shared service.
  4563.      *
  4564.      * @return \Sulu\Component\Cache\Memoize
  4565.      */
  4566.     protected function getSuluCore_Cache_MemoizeService()
  4567.     {
  4568.         return $this->privates['sulu_core.cache.memoize'] = new \Sulu\Component\Cache\Memoize(new \Doctrine\Common\Cache\ArrayCache(), 1);
  4569.     }
  4570.     /**
  4571.      * Gets the private 'sulu_core.proxy_manager.configuration' shared service.
  4572.      *
  4573.      * @return \ProxyManager\Configuration
  4574.      */
  4575.     protected function getSuluCore_ProxyManager_ConfigurationService()
  4576.     {
  4577.         $this->privates['sulu_core.proxy_manager.configuration'] = $instance = new \ProxyManager\Configuration();
  4578.         $instance->setProxiesTargetDir(($this->targetDir.''.'/sulu/proxies'));
  4579.         $instance->setGeneratorStrategy(new \ProxyManager\GeneratorStrategy\FileWriterGeneratorStrategy(new \ProxyManager\FileLocator\FileLocator(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())->getProxiesTargetDir())));
  4580.         return $instance;
  4581.     }
  4582.     /**
  4583.      * Gets the private 'sulu_core.webspace.loader.delegator' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\Config\Loader\DelegatingLoader
  4586.      */
  4587.     protected function getSuluCore_Webspace_Loader_DelegatorService()
  4588.     {
  4589.         $a = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4590.         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)]));
  4591.     }
  4592.     /**
  4593.      * Gets the private 'sulu_custom_urls.domain_generator' shared service.
  4594.      *
  4595.      * @return \Sulu\Component\CustomUrl\Generator\Generator
  4596.      */
  4597.     protected function getSuluCustomUrls_DomainGeneratorService()
  4598.     {
  4599.         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())));
  4600.     }
  4601.     /**
  4602.      * Gets the private 'sulu_custom_urls.request_processor' shared service.
  4603.      *
  4604.      * @return \Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor
  4605.      */
  4606.     protected function getSuluCustomUrls_RequestProcessorService($lazyLoad true)
  4607.     {
  4608.         if ($lazyLoad) {
  4609.             return $this->privates['sulu_custom_urls.request_processor'] = $this->createProxy('CustomUrlRequestProcessor_292b929', function () {
  4610.                 return \CustomUrlRequestProcessor_292b929::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4611.                     $wrappedInstance $this->getSuluCustomUrls_RequestProcessorService(false);
  4612.                     $proxy->setProxyInitializer(null);
  4613.                     return true;
  4614.                 });
  4615.             });
  4616.         }
  4617.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php';
  4618.         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');
  4619.     }
  4620.     /**
  4621.      * Gets the private 'sulu_document_manager.decorated_default_session' shared service.
  4622.      *
  4623.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\Session
  4624.      */
  4625.     protected function getSuluDocumentManager_DecoratedDefaultSessionService($lazyLoad true)
  4626.     {
  4627.         if ($lazyLoad) {
  4628.             return $this->privates['sulu_document_manager.decorated_default_session'] = $this->createProxy('Session_21c865b', function () {
  4629.                 return \Session_21c865b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4630.                     $wrappedInstance $this->getSuluDocumentManager_DecoratedDefaultSessionService(false);
  4631.                     $proxy->setProxyInitializer(null);
  4632.                     return true;
  4633.                 });
  4634.             });
  4635.         }
  4636.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
  4637.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
  4638.         include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Session.php';
  4639.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/RepositoryInterface.php';
  4640.         include_once \dirname(__DIR__5).'/vendor/jackalope/jackalope/src/Jackalope/Repository.php';
  4641.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/CredentialsInterface.php';
  4642.         include_once \dirname(__DIR__5).'/vendor/phpcr/phpcr/src/PHPCR/SimpleCredentials.php';
  4643.         return new \Sulu\Bundle\DocumentManagerBundle\Session\Session([($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] ?? ($this->privates['doctrine_phpcr.jackalope.repository.factory.service.doctrinedbal'] = new \Jackalope\RepositoryFactoryDoctrineDBAL()))->getRepository(['jackalope.doctrine_dbal_connection' => ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'jackalope.check_login_on_server' => false]), 'login'](new \PHPCR\SimpleCredentials('admin''admin'), $this->getEnv('string:PHPCR_WORKSPACE').'_live'));
  4644.     }
  4645.     /**
  4646.      * Gets the private 'sulu_document_manager.document_domain_event_collector' shared service.
  4647.      *
  4648.      * @return \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector
  4649.      */
  4650.     protected function getSuluDocumentManager_DocumentDomainEventCollectorService()
  4651.     {
  4652.         $a = ($this->privates['sulu_activity.domain_event_dispatcher'] ?? $this->getSuluActivity_DomainEventDispatcherService());
  4653.         if (isset($this->privates['sulu_document_manager.document_domain_event_collector'])) {
  4654.             return $this->privates['sulu_document_manager.document_domain_event_collector'];
  4655.         }
  4656.         return $this->privates['sulu_document_manager.document_domain_event_collector'] = new \Sulu\Bundle\DocumentManagerBundle\Collector\DocumentDomainEventCollector($a);
  4657.     }
  4658.     /**
  4659.      * Gets the private 'sulu_document_manager.event_dispatcher.standard' shared service.
  4660.      *
  4661.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4662.      */
  4663.     protected function getSuluDocumentManager_EventDispatcher_StandardService()
  4664.     {
  4665.         $this->privates['sulu_document_manager.event_dispatcher.standard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4666.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4667.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4668.         }, => 'handleFlush'], 0);
  4669.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4670.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4671.         }, => 'handlePrePersist'], 479);
  4672.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4673.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4674.         }, => 'handlePersist'], -10000);
  4675.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4676.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4677.         }, => 'handleRemove'], -10000);
  4678.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4679.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4680.         }, => 'handleRemoveLocale'], -10000);
  4681.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4682.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4683.         }, => 'handleCopyLocale'], -10000);
  4684.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4685.             return ($this->privates['sulu_snippet.document_manager.event_subscriber'] ?? $this->load('getSuluSnippet_DocumentManager_EventSubscriberService'));
  4686.         }, => 'handleCopy'], -10000);
  4687.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4688.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4689.         }, => 'storeSnippetToTrash'], 1024);
  4690.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4691.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4692.         }, => 'flushTrashItem'], 0);
  4693.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4694.             return ($this->privates['sulu_snippet.snippet_trash_subscriber'] ?? $this->load('getSuluSnippet_SnippetTrashSubscriberService'));
  4695.         }, => 'clearPendingTrashItem'], 0);
  4696.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4697.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4698.         }, => 'indexPersistedDocument'], -10);
  4699.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4700.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4701.         }, => 'indexPublishedDocument'], -256);
  4702.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4703.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4704.         }, => 'deindexRemovedDocument'], 600);
  4705.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4706.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4707.         }, => 'deindexUnpublishedDocument'], -1024);
  4708.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4709.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4710.         }, => 'indexDocumentAfterRemoveDraft'], -1024);
  4711.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4712.             return ($this->privates['sulu_page.search.event_subscriber.structure'] ?? $this->load('getSuluPage_Search_EventSubscriber_StructureService'));
  4713.         }, => 'deindexRemovedLocaleDocument'], -1024);
  4714.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4715.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4716.         }, => 'preventRemoveWithChildren'], 4096);
  4717.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4718.             return ($this->privates['sulu_page.page_remove_subscriber'] ?? $this->load('getSuluPage_PageRemoveSubscriberService'));
  4719.         }, => 'addForceRemoveChildrenOption'], 0);
  4720.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4721.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4722.         }, => 'handleConfigureOptions'], 0);
  4723.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4724.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4725.         }, => 'handleFlush'], 0);
  4726.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4727.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4728.         }, => 'handlePrePersist'], 479);
  4729.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4730.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4731.         }, => 'handlePersist'], -10000);
  4732.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4733.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4734.         }, => 'handleRemove'], -10000);
  4735.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4736.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4737.         }, => 'handleRemoveLocale'], -10000);
  4738.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4739.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4740.         }, => 'handleCopyLocale'], -10000);
  4741.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4742.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4743.         }, => 'handleCopy'], -10000);
  4744.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4745.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4746.         }, => 'handlePreMove'], 10000);
  4747.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4748.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4749.         }, => 'handleMove'], -10000);
  4750.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4751.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4752.         }, => 'handlePublish'], -10000);
  4753.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4754.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4755.         }, => 'handleUnpublish'], -10000);
  4756.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4757.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4758.         }, => 'handleRemoveDraft'], -10000);
  4759.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4760.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4761.         }, => 'handleRestore'], -10000);
  4762.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4763.             return ($this->privates['sulu_page.document_manager.event_subscriber'] ?? $this->load('getSuluPage_DocumentManager_EventSubscriberService'));
  4764.         }, => 'handleReorder'], -10000);
  4765.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4766.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4767.         }, => 'saveStructureData'], 0);
  4768.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4769.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4770.         }, => 'handlePersistStagedProperties'], 50);
  4771.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4772.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4773.         }, => 'handlePersistStructureType'], 100);
  4774.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4775.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4776.         }, => 'saveStructureData'], 0);
  4777.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4778.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4779.         }, => 'handleHydrate'], 0);
  4780.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4781.             return ($this->privates['sulu_page.document.subscriber.content'] ?? $this->load('getSuluPage_Document_Subscriber_ContentService'));
  4782.         }, => 'configureOptions'], 0);
  4783.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4784.             return ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] ?? ($this->privates['sulu_navigationContext.document.subscriber.navigation_context'] = new \Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber()));
  4785.         }, => 'handleMetadataLoad'], 0);
  4786.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4787.             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()));
  4788.         }, => 'handleMetadataLoad'], 0);
  4789.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4790.             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()));
  4791.         }, => 'handlePersist'], 15);
  4792.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4793.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4794.         }, => 'handlePersistDocument'], 10);
  4795.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4796.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4797.         }, => 'handleHydrate'], -200);
  4798.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4799.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4800.         }, => 'updateMovedDocument'], -128);
  4801.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4802.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4803.         }, => 'updateCopiedDocument'], -128);
  4804.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4805.             return ($this->privates['sulu_resource_segment.document.subscriber.resource_segment'] ?? $this->load('getSuluResourceSegment_Document_Subscriber_ResourceSegmentService'));
  4806.         }, => 'handlePersistRoute'], -128);
  4807.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4808.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4809.         }, => 'setWorkflowStageOnDocument'], 0);
  4810.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4811.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4812.         }, => 'setWorkflowStageToTest'], 0);
  4813.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4814.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4815.         }, => 'setWorkflowStageToPublished'], 0);
  4816.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4817.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4818.         }, => 'setWorkflowStageToTestAndResetPublishedDate'], 0);
  4819.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4820.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4821.         }, => 'setWorkflowStageToTestForCopy'], 0);
  4822.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  4823.             return ($this->privates['sulu_document_manager.document.subscriber.workflow_stage'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WorkflowStageService'));
  4824.         }, => 'setWorkflowStageToTestForRestore'], -32);
  4825.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4826.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4827.         }, => 'handleMetadataLoad'], 0);
  4828.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4829.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4830.         }, => 'handlePersistUpdateUrl'], 20);
  4831.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4832.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4833.         }, => 'saveShadowProperties'], 15);
  4834.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4835.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4836.         }, => 'handleHydrate'], 390);
  4837.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4838.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4839.         }, => 'saveShadowProperties'], 15);
  4840.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  4841.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowLocaleService'));
  4842.         }, => 'handleConfigureOptions'], 0);
  4843.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4844.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4845.         }, => 'copyShadowProperties'], -256);
  4846.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4847.             return ($this->privates['sulu_document_manager.document.subscriber.shadow_copy_properties'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ShadowCopyPropertiesService'));
  4848.         }, => 'copyShadowProperties'], 0);
  4849.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4850.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4851.         }, => 'setTitleOnDocument'], -10);
  4852.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4853.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4854.         }, => 'setTitleOnNode'], 10);
  4855.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4856.             return ($this->privates['sulu_document_manager.document.subscriber.title'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_TitleService'));
  4857.         }, => 'setTitleOnNode'], 10);
  4858.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4859.             return ($this->privates['sulu_document_manager.document.subscriber.fallback_localization'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_FallbackLocalizationService'));
  4860.         }, => 'handleHydrate'], 400);
  4861.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4862.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4863.         }, => 'saveExtensionData'], 10);
  4864.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4865.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4866.         }, => 'saveExtensionData'], 10);
  4867.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4868.             return ($this->privates['sulu_document_manager.document.subscriber.extension'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_ExtensionService'));
  4869.         }, => 'handleHydrate'], -10);
  4870.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4871.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4872.         }, => 'handlePersist'], 0);
  4873.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4874.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4875.         }, => 'handleMetadataLoad'], 0);
  4876.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4877.             return ($this->privates['sulu_document_manager.document.subscriber.order'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_OrderService'));
  4878.         }, => 'handleReorder'], 0);
  4879.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4880.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4881.         }, => 'handlePersist'], 0);
  4882.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4883.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4884.         }, => 'handlePersistCreate'], 3);
  4885.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4886.             return ($this->privates['sulu_document_manager.document.subscriber.security'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_SecurityService'));
  4887.         }, => 'handleHydrate'], 0);
  4888.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4889.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4890.         }, => 'deleteUnavailableLocales'], 256);
  4891.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4892.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4893.         }, => 'handleWebspace'], 0);
  4894.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4895.             return ($this->privates['sulu_document_manager.document.subscriber.webspace'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_WebspaceService'));
  4896.         }, => 'handleWebspace'], -10);
  4897.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4898.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4899.         }, => 'handleSetNodeOnPersist'], 490);
  4900.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4901.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4902.         }, => 'handlePersist'], 5);
  4903.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  4904.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4905.         }, => 'handleHydrate'], 0);
  4906.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4907.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4908.         }, => 'handleRemove'], 550);
  4909.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4910.             return ($this->privates['sulu_document_manager.document.subscriber.route'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_RouteService'));
  4911.         }, => 'handlePublish'], 0);
  4912.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4913.             return ($this->privates['sulu_document_manager.document.subscriber.target'] ?? ($this->privates['sulu_document_manager.document.subscriber.target'] = new \Sulu\Component\Content\Document\Subscriber\TargetSubscriber()));
  4914.         }, => 'handleMetadataLoad'], 0);
  4915.         $instance->addListener('sulu_document_manager.metadata_load', [=> function () {
  4916.             return ($this->privates['sulu_document_manager.document.subscriber.robot'] ?? ($this->privates['sulu_document_manager.document.subscriber.robot'] = new \Sulu\Component\Content\Document\Subscriber\RobotSubscriber()));
  4917.         }, => 'handleMetadataLoad'], 0);
  4918.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4919.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4920.         }, => 'createNodeInPublicWorkspace'], -490);
  4921.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4922.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4923.         }, => 'removeNodeFromPublicWorkspace'], 0);
  4924.         $instance->addListener('sulu_document_manager.move', [=> function () {
  4925.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4926.         }, => 'moveNodeInPublicWorkspace'], 0);
  4927.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  4928.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4929.         }, => 'copyNodeInPublicWorkspace'], 0);
  4930.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  4931.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4932.         }, => 'reorderNodeInPublicWorkspace'], 0);
  4933.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4934.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4935.         }, => 'setNodeFromPublicWorkspaceForPublishing'], 512);
  4936.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4937.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4938.         }, => 'setNodeFromPublicWorkspaceForUnpublishing'], 512);
  4939.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4940.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4941.         }, => 'removePropertiesFromPublicWorkspace'], 0);
  4942.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  4943.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4944.         }, => 'copyPropertiesFromPublicWorkspace'], 0);
  4945.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4946.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4947.         }, => 'removeLocalePropertiesFromPublicWorkspace'], 0);
  4948.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4949.             return ($this->privates['sulu_document_manager.document.subscriber.publish'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_PublishService'));
  4950.         }, => 'flushPublicWorkspace'], 0);
  4951.         $instance->addListener('sulu_document_manager.copy_locale', [=> function () {
  4952.             return ($this->privates['sulu_document_manager.document.subscriber.copy_locale'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_CopyLocaleService'));
  4953.         }, => 'handleCopyLocale'], 0);
  4954.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4955.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4956.         }, => 'handlePreRemove'], 510);
  4957.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4958.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4959.         }, => 'handlePostRemove'], -100);
  4960.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  4961.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4962.         }, => 'handlePersist'], 0);
  4963.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4964.             return ($this->privates['sulu_document_manager.document.subscriber.compat.content_mapper'] ?? $this->load('getSuluDocumentManager_Document_Subscriber_Compat_ContentMapperService'));
  4965.         }, => 'handleFlush'], 0);
  4966.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4967.             return ($this->privates['sulu_document_manager.subscriber.behavior.remove_content'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_RemoveContentService'));
  4968.         }, => 'handleRemove'], 550);
  4969.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4970.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4971.         }, => 'storePageTranslationToTrash'], 1024);
  4972.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4973.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4974.         }, => 'storePageToTrash'], 1024);
  4975.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4976.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4977.         }, => 'flushTrashItem'], 0);
  4978.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4979.             return ($this->privates['sulu_page.create_trash_item_subscriber'] ?? $this->load('getSuluPage_CreateTrashItemSubscriberService'));
  4980.         }, => 'clearPendingTrashItem'], 0);
  4981.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  4982.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4983.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  4984.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  4985.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4986.         }, => 'invalidateDocumentBeforeUnpublishing'], 1024);
  4987.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  4988.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4989.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  4990.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  4991.             return ($this->privates['sulu_http_cache.event_subscriber.invalidation'] ?? $this->load('getSuluHttpCache_EventSubscriber_InvalidationService'));
  4992.         }, => 'invalidateDocumentBeforeRemovingLocale'], 1024);
  4993.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  4994.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4995.         }, => 'onClear'], -256);
  4996.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  4997.             return ($this->privates['sulu_document_manager.document_domain_event_collector_subscriber'] ?? $this->load('getSuluDocumentManager_DocumentDomainEventCollectorSubscriberService'));
  4998.         }, => 'onFlush'], -256);
  4999.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5000.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5001.         }, => 'handleHydrate'], 500);
  5002.         $instance->addListener('sulu_document_manager.create', [=> function () {
  5003.             return ($this->privates['sulu_document_manager.subscriber.core.instantiator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_InstantiatorService'));
  5004.         }, => 'handleCreate'], 500);
  5005.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5006.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5007.         }, => 'handleDefaultLocale'], 520);
  5008.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5009.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5010.         }, => 'handleDocumentFromRegistry'], 510);
  5011.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5012.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5013.         }, => 'handleStopPropagationAndResetLocale'], 509);
  5014.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5015.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5016.         }, => 'handleHydrate'], 490);
  5017.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5018.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5019.         }, => 'handleEndHydrate'], -500);
  5020.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5021.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5022.         }, => 'handlePersist'], 450);
  5023.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5024.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5025.         }, => 'handleNodeFromRegistry'], 510);
  5026.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5027.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5028.         }, => 'handleEndPersist'], -500);
  5029.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5030.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5031.         }, => 'handleRemove'], 490);
  5032.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5033.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5034.         }, => 'handleClear'], 500);
  5035.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5036.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5037.         }, => 'handleNodeFromRegistry'], 510);
  5038.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5039.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5040.         }, => 'configureOptions'], 0);
  5041.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5042.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5043.         }, => 'handleNodeFromRegistry'], 512);
  5044.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5045.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5046.         }, => 'handleNodeFromRegistry'], 512);
  5047.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5048.             return ($this->privates['sulu_document_manager.subscriber.core.registrator'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_RegistratorService'));
  5049.         }, => 'handleNodeFromRegistry'], 512);
  5050.         $instance->addListener('sulu_document_manager.reorder', [=> function () {
  5051.             return ($this->privates['sulu_document_manager.subscriber.phpcr.reorder'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_ReorderService'));
  5052.         }, => 'handleReorder'], 500);
  5053.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5054.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5055.         }, => 'setDocumentMixinsOnNode'], 468);
  5056.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5057.             return ($this->privates['sulu_document_manager.subscriber.phpcr.mixin'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_MixinService'));
  5058.         }, => 'setDocumentMixinsOnNode'], 468);
  5059.         $instance->addListener('sulu_document_manager.find', [=> function () {
  5060.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5061.         }, => 'handleFind'], 500);
  5062.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5063.             return ($this->privates['sulu_document_manager.subscriber.phpcr.find'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_FindService'));
  5064.         }, => 'configureOptions'], 0);
  5065.         $instance->addListener('sulu_document_manager.query.create', [=> function () {
  5066.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5067.         }, => 'handleCreate'], 500);
  5068.         $instance->addListener('sulu_document_manager.query.create_builder', [=> function () {
  5069.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5070.         }, => 'handleCreateBuilder'], 500);
  5071.         $instance->addListener('sulu_document_manager.query.execute', [=> function () {
  5072.             return ($this->privates['sulu_document_manager.subscriber.phpcr.query'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_QueryService'));
  5073.         }, => 'handleQueryExecute'], 500);
  5074.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5075.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5076.         }, => 'handleMove'], 400);
  5077.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5078.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5079.         }, => 'handleCopy'], 400);
  5080.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5081.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5082.         }, => 'handleClear'], 500);
  5083.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5084.             return ($this->privates['sulu_document_manager.subscriber.phpcr.general'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_GeneralService'));
  5085.         }, => 'handleFlush'], 500);
  5086.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5087.             return ($this->privates['sulu_document_manager.subscriber.phpcr.remove'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RemoveService'));
  5088.         }, => 'handleRemove'], 500);
  5089.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5090.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5091.         }, => 'handleHydrate'], -100);
  5092.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5093.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5094.         }, => 'handleMapping'], -100);
  5095.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5096.             return ($this->privates['sulu_document_manager.subscriber.core.mapping'] ?? $this->load('getSuluDocumentManager_Subscriber_Core_MappingService'));
  5097.         }, => 'handleMapping'], -128);
  5098.         $instance->addListener('sulu_document_manager.refresh', [=> function () {
  5099.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5100.         }, => 'refreshDocument'], 0);
  5101.         $instance->addListener('sulu_document_manager.remove_draft', [=> function () {
  5102.             return ($this->privates['sulu_document_manager.subscriber.phpcr.refresh'] ?? $this->load('getSuluDocumentManager_Subscriber_Phpcr_RefreshService'));
  5103.         }, => 'refreshDocumentForDeleteDraft'], -512);
  5104.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5105.             return ($this->privates['sulu_document_manager.subscriber.security'] ?? $this->load('getSuluDocumentManager_Subscriber_SecurityService'));
  5106.         }, => 'setDefaultUser'], 0);
  5107.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5108.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5109.         }, => 'configureOptions'], 0);
  5110.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5111.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5112.         }, => 'handleScheduleRename'], 0);
  5113.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5114.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5115.         }, => 'handlePersist'], 480);
  5116.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5117.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5118.         }, => 'handleMove'], 480);
  5119.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5120.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5121.         }, => 'handleCopy'], 480);
  5122.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5123.             return ($this->privates['sulu_document_manager.subscriber.behavior.auto_name'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AutoNameService'));
  5124.         }, => 'handleRename'], 510);
  5125.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5126.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5127.         }, => 'handlePersist'], 485);
  5128.         $instance->addListener('sulu_document_manager.configure_options', [=> function () {
  5129.             return ($this->privates['sulu_document_manager.subscriber.behavior.path.explicit'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_Path_ExplicitService'));
  5130.         }, => 'configureOptions'], 0);
  5131.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5132.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5133.         }, => 'setBlamesOnDocument'], 0);
  5134.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5135.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5136.         }, => 'setBlamesOnNodeForPersist'], 0);
  5137.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5138.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5139.         }, => 'setBlamesOnNodeForPublish'], 0);
  5140.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5141.             return ($this->privates['sulu_document_manager.suscriber.behavior.blame'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_BlameService'));
  5142.         }, => 'setChangerForRestore'], -32);
  5143.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5144.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5145.         }, => 'setAuthorOnDocument'], 0);
  5146.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5147.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5148.         }, => 'setAuthorOnNode'], 0);
  5149.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5150.             return ($this->privates['sulu_document_manager.suscriber.behavior.author'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_AuthorService'));
  5151.         }, => 'setAuthorOnNode'], 0);
  5152.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5153.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5154.         }, => 'setTimestampsOnNodeForPersist'], 0);
  5155.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5156.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5157.         }, => 'setTimestampsOnNodeForPublish'], 0);
  5158.         $instance->addListener('sulu_document_manager.restore', [=> function () {
  5159.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5160.         }, => 'setChangedForRestore'], -32);
  5161.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5162.             return ($this->privates['sulu_document_manager.suscriber.behavior.timestamp'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_TimestampService'));
  5163.         }, => 'setTimestampsOnDocument'], 0);
  5164.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5165.             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()));
  5166.         }, => 'setFinalNodeName'], 0);
  5167.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5168.             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()));
  5169.         }, => 'setInitialNodeName'], 0);
  5170.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5171.             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()));
  5172.         }, => 'setFinalNodeName'], -480);
  5173.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5174.             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()));
  5175.         }, => 'handleUuid'], 0);
  5176.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5177.             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()));
  5178.         }, => 'handleUuid'], 0);
  5179.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5180.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5181.         }, => 'handleLocale'], 410);
  5182.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5183.             return ($this->privates['sulu_document_manager.suscriber.behavior.locale'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_LocaleService'));
  5184.         }, => 'handleLocale'], 410);
  5185.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5186.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5187.         }, => 'handleHydrate'], 0);
  5188.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5189.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5190.         }, => 'handleChangeParent'], 0);
  5191.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5192.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5193.         }, => 'handleSetParentNodeFromDocument'], 490);
  5194.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5195.             return ($this->privates['sulu_document_manager.suscriber.behavior.parent'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ParentService'));
  5196.         }, => 'handleMove'], 0);
  5197.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5198.             return ($this->privates['sulu_document_manager.suscriber.behavior.children'] ?? $this->load('getSuluDocumentManager_Suscriber_Behavior_ChildrenService'));
  5199.         }, => 'handleHydrate'], 0);
  5200.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5201.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5202.         }, => 'setInitialPath'], 0);
  5203.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5204.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5205.         }, => 'setFinalPath'], -495);
  5206.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5207.             return ($this->privates['sulu_document_manager.subscriber.behavior.path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_PathService'));
  5208.         }, => 'setFinalPath'], 0);
  5209.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5210.             return ($this->privates['sulu_document_manager.subscriber.behavior.filing'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_FilingService'));
  5211.         }, => 'handlePersist'], 485);
  5212.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5213.             return ($this->privates['sulu_document_manager.subscriber.behavior.alias'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_AliasService'));
  5214.         }, => 'handlePersist'], 490);
  5215.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5216.             return ($this->privates['sulu_document_manager.subscriber.behavior.base_path'] ?? $this->load('getSuluDocumentManager_Subscriber_Behavior_BasePathService'));
  5217.         }, => 'handlePersist'], 500);
  5218.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5219.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5220.         }, => 'handlePersist'], 0);
  5221.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5222.             return ($this->privates['sulu_custom_urls.subscriber'] ?? $this->load('getSuluCustomUrls_SubscriberService'));
  5223.         }, => 'handleRemove'], 550);
  5224.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5225.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5226.         }, => 'invalidateDocumentBeforePublishing'], 1024);
  5227.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5228.             return ($this->privates['sulu_custom_urls.event_subscriber.invalidation'] ?? $this->load('getSuluCustomUrls_EventSubscriber_InvalidationService'));
  5229.         }, => 'invalidateDocumentBeforeRemoving'], 1024);
  5230.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5231.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5232.         }, => 'storeCustomUrlToTrash'], 1024);
  5233.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5234.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5235.         }, => 'flushTrashItem'], 0);
  5236.         $instance->addListener('sulu_document_manager.clear', [=> function () {
  5237.             return ($this->privates['sulu_custom_urls.custom_url_trash_subscriber'] ?? $this->load('getSuluCustomUrls_CustomUrlTrashSubscriberService'));
  5238.         }, => 'clearPendingTrashItem'], 0);
  5239.         $instance->addListener('sulu_document_manager.hydrate', [=> function () {
  5240.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5241.         }, => 'handleHydrate'], 0);
  5242.         $instance->addListener('sulu_document_manager.persist', [=> function () {
  5243.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5244.         }, => 'handlePersist'], -2000);
  5245.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5246.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5247.         }, => 'handleRemove'], 1024);
  5248.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5249.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5250.         }, => 'handleRemoveLocale'], 1024);
  5251.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5252.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5253.         }, => 'handlePublish'], -2000);
  5254.         $instance->addListener('sulu_document_manager.copy', [=> function () {
  5255.             return ($this->privates['sulu_route.subscriber.routable'] ?? $this->load('getSuluRoute_Subscriber_RoutableService'));
  5256.         }, => 'handleCopy'], -2000);
  5257.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5258.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5259.         }, => 'handlePublish'], 10);
  5260.         $instance->addListener('sulu_document_manager.move', [=> function () {
  5261.             return ($this->privates['sulu_route.subscriber.page_tree_route'] ?? $this->load('getSuluRoute_Subscriber_PageTreeRouteService'));
  5262.         }, => 'handleMove'], -1000);
  5263.         $instance->addListener('sulu_document_manager.publish', [=> function () {
  5264.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  5265.         }, => 'collectNavigationContextBeforePublishing'], 8192);
  5266.         $instance->addListener('sulu_document_manager.unpublish', [=> function () {
  5267.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  5268.         }, => 'collectNavigationContextBeforeUnpublishing'], 8192);
  5269.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5270.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  5271.         }, => 'collectNavigationContextBeforeRemoving'], 8192);
  5272.         $instance->addListener('sulu_document_manager.remove_locale', [=> function () {
  5273.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  5274.         }, => 'collectNavigationContextBeforeRemovingLocale'], 8192);
  5275.         $instance->addListener('sulu_document_manager.flush', [=> function () {
  5276.             return ($this->privates['sulu_headless.event_subscriber.navigation_invalidation'] ?? $this->load('getSuluHeadless_EventSubscriber_NavigationInvalidationService'));
  5277.         }, => 'invalidateNavigationContexts'], -256);
  5278.         $instance->addListener('sulu_document_manager.remove', [=> function () {
  5279.             return ($this->privates['sulu_redirect.subscriber.document'] ?? $this->load('getSuluRedirect_Subscriber_DocumentService'));
  5280.         }, => 'createRedirects'], 2048);
  5281.         return $instance;
  5282.     }
  5283.     /**
  5284.      * Gets the private 'sulu_document_manager.metadata_factory' shared service.
  5285.      *
  5286.      * @return \Sulu\Component\DocumentManager\Metadata\MetadataFactory
  5287.      */
  5288.     protected function getSuluDocumentManager_MetadataFactoryService()
  5289.     {
  5290.         $a = ($this->services['sulu_document_manager.metadata_factory.base'] ?? $this->getSuluDocumentManager_MetadataFactory_BaseService());
  5291.         if (isset($this->privates['sulu_document_manager.metadata_factory'])) {
  5292.             return $this->privates['sulu_document_manager.metadata_factory'];
  5293.         }
  5294.         return $this->privates['sulu_document_manager.metadata_factory'] = new \Sulu\Component\DocumentManager\Metadata\MetadataFactory($a);
  5295.     }
  5296.     /**
  5297.      * Gets the private 'sulu_document_manager.namespace_registry' shared service.
  5298.      *
  5299.      * @return \Sulu\Component\DocumentManager\NamespaceRegistry
  5300.      */
  5301.     protected function getSuluDocumentManager_NamespaceRegistryService()
  5302.     {
  5303.         return $this->privates['sulu_document_manager.namespace_registry'] = new \Sulu\Component\DocumentManager\NamespaceRegistry($this->parameters['sulu_document_manager.namespace_mapping']);
  5304.     }
  5305.     /**
  5306.      * Gets the private 'sulu_document_manager.node_manager' shared service.
  5307.      *
  5308.      * @return \Sulu\Component\DocumentManager\NodeManager
  5309.      */
  5310.     protected function getSuluDocumentManager_NodeManagerService()
  5311.     {
  5312.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5313.         if (isset($this->privates['sulu_document_manager.node_manager'])) {
  5314.             return $this->privates['sulu_document_manager.node_manager'];
  5315.         }
  5316.         return $this->privates['sulu_document_manager.node_manager'] = new \Sulu\Component\DocumentManager\NodeManager($a);
  5317.     }
  5318.     /**
  5319.      * Gets the private 'sulu_document_manager.path_builder' shared service.
  5320.      *
  5321.      * @return \Sulu\Component\DocumentManager\PathBuilder
  5322.      */
  5323.     protected function getSuluDocumentManager_PathBuilderService()
  5324.     {
  5325.         return $this->privates['sulu_document_manager.path_builder'] = new \Sulu\Component\DocumentManager\PathBuilder(($this->privates['sulu_document_manager.path_segment_registry'] ?? $this->getSuluDocumentManager_PathSegmentRegistryService()));
  5326.     }
  5327.     /**
  5328.      * Gets the private 'sulu_document_manager.path_segment_registry' shared service.
  5329.      *
  5330.      * @return \Sulu\Component\DocumentManager\PathSegmentRegistry
  5331.      */
  5332.     protected function getSuluDocumentManager_PathSegmentRegistryService()
  5333.     {
  5334.         return $this->privates['sulu_document_manager.path_segment_registry'] = new \Sulu\Component\DocumentManager\PathSegmentRegistry($this->parameters['sulu_document_manager.segments']);
  5335.     }
  5336.     /**
  5337.      * Gets the private 'sulu_document_manager.proxy_factory' shared service.
  5338.      *
  5339.      * @return \Sulu\Component\DocumentManager\ProxyFactory
  5340.      */
  5341.     protected function getSuluDocumentManager_ProxyFactoryService()
  5342.     {
  5343.         $a = ($this->privates['sulu_document_manager.event_dispatcher.standard'] ?? $this->getSuluDocumentManager_EventDispatcher_StandardService());
  5344.         if (isset($this->privates['sulu_document_manager.proxy_factory'])) {
  5345.             return $this->privates['sulu_document_manager.proxy_factory'];
  5346.         }
  5347.         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'))), ($this->privates['sulu_document_manager.metadata_factory'] ?? $this->getSuluDocumentManager_MetadataFactoryService()));
  5348.     }
  5349.     /**
  5350.      * Gets the private 'sulu_document_manager.session_manager' shared service.
  5351.      *
  5352.      * @return \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager
  5353.      */
  5354.     protected function getSuluDocumentManager_SessionManagerService()
  5355.     {
  5356.         $a = ($this->services['doctrine_phpcr.session'] ?? $this->getDoctrinePhpcr_SessionService());
  5357.         if (isset($this->privates['sulu_document_manager.session_manager'])) {
  5358.             return $this->privates['sulu_document_manager.session_manager'];
  5359.         }
  5360.         return $this->privates['sulu_document_manager.session_manager'] = new \Sulu\Bundle\DocumentManagerBundle\Session\SessionManager($a$a);
  5361.     }
  5362.     /**
  5363.      * Gets the private 'sulu_form.builder' shared service.
  5364.      *
  5365.      * @return \Sulu\Bundle\FormBundle\Form\Builder
  5366.      */
  5367.     protected function getSuluForm_BuilderService()
  5368.     {
  5369.         $a = ($this->privates['sulu_form.repository.form'] ?? $this->getSuluForm_Repository_FormService());
  5370.         if (isset($this->privates['sulu_form.builder'])) {
  5371.             return $this->privates['sulu_form.builder'];
  5372.         }
  5373.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  5374.         if (isset($this->privates['sulu_form.builder'])) {
  5375.             return $this->privates['sulu_form.builder'];
  5376.         }
  5377.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5378.         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)]), $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);
  5379.     }
  5380.     /**
  5381.      * Gets the private 'sulu_form.configuration.form_configuration_factory' shared service.
  5382.      *
  5383.      * @return \Sulu\Bundle\FormBundle\Configuration\FormConfigurationFactory
  5384.      */
  5385.     protected function getSuluForm_Configuration_FormConfigurationFactoryService()
  5386.     {
  5387.         $a = ($this->services['sulu_media.system_collections.manager'] ?? $this->getSuluMedia_SystemCollections_ManagerService());
  5388.         if (isset($this->privates['sulu_form.configuration.form_configuration_factory'])) {
  5389.             return $this->privates['sulu_form.configuration.form_configuration_factory'];
  5390.         }
  5391.         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');
  5392.     }
  5393.     /**
  5394.      * Gets the private 'sulu_form.dynamic.form_field_type_pool' shared service.
  5395.      *
  5396.      * @return \Sulu\Bundle\FormBundle\Dynamic\FormFieldTypePool
  5397.      */
  5398.     protected function getSuluForm_Dynamic_FormFieldTypePoolService()
  5399.     {
  5400.         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()]);
  5401.     }
  5402.     /**
  5403.      * Gets the private 'sulu_form.handler' shared service.
  5404.      *
  5405.      * @return \Sulu\Bundle\FormBundle\Form\Handler
  5406.      */
  5407.     protected function getSuluForm_HandlerService()
  5408.     {
  5409.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5410.         if (isset($this->privates['sulu_form.handler'])) {
  5411.             return $this->privates['sulu_form.handler'];
  5412.         }
  5413.         $b = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  5414.         if (isset($this->privates['sulu_form.handler'])) {
  5415.             return $this->privates['sulu_form.handler'];
  5416.         }
  5417.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5418.         if (isset($this->privates['sulu_form.handler'])) {
  5419.             return $this->privates['sulu_form.handler'];
  5420.         }
  5421.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5422.         if (isset($this->privates['sulu_form.handler'])) {
  5423.             return $this->privates['sulu_form.handler'];
  5424.         }
  5425.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5426.         if (isset($this->privates['sulu_form.handler'])) {
  5427.             return $this->privates['sulu_form.handler'];
  5428.         }
  5429.         $f = ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService());
  5430.         if (isset($this->privates['sulu_form.handler'])) {
  5431.             return $this->privates['sulu_form.handler'];
  5432.         }
  5433.         return $this->privates['sulu_form.handler'] = new \Sulu\Bundle\FormBundle\Form\Handler($a, new \Sulu\Bundle\FormBundle\Mail\MailerHelper(new \Symfony\Component\Mailer\Mailer($b$c$d), $this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), $this->getEnv('SULU_ADMIN_EMAIL'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $e$d$f'spam'NULL);
  5434.     }
  5435.     /**
  5436.      * Gets the private 'sulu_form.private_media_subscriber' shared service.
  5437.      *
  5438.      * @return \Sulu\Bundle\FormBundle\Event\ProtectedMediaSubscriber
  5439.      */
  5440.     protected function getSuluForm_PrivateMediaSubscriberService()
  5441.     {
  5442.         $a = ($this->services['router'] ?? $this->getRouterService());
  5443.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5444.             return $this->privates['sulu_form.private_media_subscriber'];
  5445.         }
  5446.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5447.         if (isset($this->privates['sulu_form.private_media_subscriber'])) {
  5448.             return $this->privates['sulu_form.private_media_subscriber'];
  5449.         }
  5450.         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()));
  5451.     }
  5452.     /**
  5453.      * Gets the private 'sulu_form.repository.form' shared service.
  5454.      *
  5455.      * @return \Sulu\Bundle\FormBundle\Repository\FormRepository
  5456.      */
  5457.     protected function getSuluForm_Repository_FormService()
  5458.     {
  5459.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5460.         if (isset($this->privates['sulu_form.repository.form'])) {
  5461.             return $this->privates['sulu_form.repository.form'];
  5462.         }
  5463.         return $this->privates['sulu_form.repository.form'] = $a->getRepository('Sulu\\Bundle\\FormBundle\\Entity\\Form');
  5464.     }
  5465.     /**
  5466.      * Gets the private 'sulu_form.request_listener' shared service.
  5467.      *
  5468.      * @return \Sulu\Bundle\FormBundle\Event\RequestListener
  5469.      */
  5470.     protected function getSuluForm_RequestListenerService()
  5471.     {
  5472.         $a = ($this->privates['sulu_form.builder'] ?? $this->getSuluForm_BuilderService());
  5473.         if (isset($this->privates['sulu_form.request_listener'])) {
  5474.             return $this->privates['sulu_form.request_listener'];
  5475.         }
  5476.         $b = ($this->privates['sulu_form.handler'] ?? $this->getSuluForm_HandlerService());
  5477.         if (isset($this->privates['sulu_form.request_listener'])) {
  5478.             return $this->privates['sulu_form.request_listener'];
  5479.         }
  5480.         $c = ($this->privates['sulu_form.configuration.form_configuration_factory'] ?? $this->getSuluForm_Configuration_FormConfigurationFactoryService());
  5481.         if (isset($this->privates['sulu_form.request_listener'])) {
  5482.             return $this->privates['sulu_form.request_listener'];
  5483.         }
  5484.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5485.         if (isset($this->privates['sulu_form.request_listener'])) {
  5486.             return $this->privates['sulu_form.request_listener'];
  5487.         }
  5488.         return $this->privates['sulu_form.request_listener'] = new \Sulu\Bundle\FormBundle\Event\RequestListener($a$b$c$d);
  5489.     }
  5490.     /**
  5491.      * Gets the private 'sulu_markup.link_tag.provider_pool' shared service.
  5492.      *
  5493.      * @return \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool
  5494.      */
  5495.     protected function getSuluMarkup_LinkTag_ProviderPoolService()
  5496.     {
  5497.         $a = ($this->services['sulu.repository.media'] ?? $this->getSulu_Repository_MediaService());
  5498.         if (isset($this->privates['sulu_markup.link_tag.provider_pool'])) {
  5499.             return $this->privates['sulu_markup.link_tag.provider_pool'];
  5500.         }
  5501.         return $this->privates['sulu_markup.link_tag.provider_pool'] = new \Sulu\Bundle\MarkupBundle\Markup\Link\LinkProviderPool(['media' => new \Sulu\Bundle\MediaBundle\Markup\Link\MediaLinkProvider($a, ($this->services['sulu_media.media_manager'] ?? $this->getSuluMedia_MediaManagerService())), 'page' => new \Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider(($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService()), ($this->services['sulu_core.webspace.webspace_manager'] ?? $this->getSuluCore_Webspace_WebspaceManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), 'dev', ($this->privates['sulu_security.access_control_manager'] ?? $this->getSuluSecurity_AccessControlManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]);
  5502.     }
  5503.     /**
  5504.      * Gets the private 'sulu_markup.parser' shared service.
  5505.      *
  5506.      * @return \Sulu\Bundle\MarkupBundle\Markup\HtmlMarkupParser
  5507.      */
  5508.     protected function getSuluMarkup_ParserService()
  5509.     {
  5510.         $a = ($this->privates['sulu_markup.link_tag.provider_pool'] ?? $this->getSuluMarkup_LinkTag_ProviderPoolService());
  5511.         if (isset($this->privates['sulu_markup.parser'])) {
  5512.             return $this->privates['sulu_markup.parser'];
  5513.         }
  5514.         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()), NULL)]]]), new \Sulu\Bundle\MarkupBundle\Markup\DelegatingTagExtractor([=> ($this->services['sulu_markup.parser.html_extractor'] ?? ($this->services['sulu_markup.parser.html_extractor'] = new \Sulu\Bundle\MarkupBundle\Markup\HtmlTagExtractor('sulu')))]));
  5515.     }
  5516.     /**
  5517.      * Gets the private 'sulu_markup.response_listener' shared service.
  5518.      *
  5519.      * @return \Sulu\Bundle\MarkupBundle\Listener\MarkupListener
  5520.      */
  5521.     protected function getSuluMarkup_ResponseListenerService()
  5522.     {
  5523.         $a = ($this->privates['sulu_markup.parser'] ?? $this->getSuluMarkup_ParserService());
  5524.         if (isset($this->privates['sulu_markup.response_listener'])) {
  5525.             return $this->privates['sulu_markup.response_listener'];
  5526.         }
  5527.         return $this->privates['sulu_markup.response_listener'] = new \Sulu\Bundle\MarkupBundle\Listener\MarkupListener(['html' => $a]);
  5528.     }
  5529.     /**
  5530.      * Gets the private 'sulu_media.image.converter' shared service.
  5531.      *
  5532.      * @return \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter
  5533.      */
  5534.     protected function getSuluMedia_Image_ConverterService()
  5535.     {
  5536.         $a = ($this->privates['sulu_media.adapter.gd'] ?? ($this->privates['sulu_media.adapter.gd'] = new \Imagine\Gd\Imagine()));
  5537.         $b = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\TransformationPool();
  5538.         $b->add(($this->services['sulu_media.image.transformation.crop'] ?? ($this->services['sulu_media.image.transformation.crop'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\CropTransformation())), 'crop');
  5539.         $b->add(($this->services['sulu_media.image.transformation.paste'] ?? $this->getSuluMedia_Image_Transformation_PasteService()), 'paste');
  5540.         $b->add(($this->services['sulu_media.image.transformation.blur'] ?? ($this->services['sulu_media.image.transformation.blur'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\BlurTransformation())), 'blur');
  5541.         $b->add(($this->services['sulu_media.image.transformation.gamma'] ?? ($this->services['sulu_media.image.transformation.gamma'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GammaTransformation())), 'gamma');
  5542.         $b->add(($this->services['sulu_media.image.transformation.grayscale'] ?? ($this->services['sulu_media.image.transformation.grayscale'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\GrayscaleTransformation())), 'grayscale');
  5543.         $b->add(($this->services['sulu_media.image.transformation.negative'] ?? ($this->services['sulu_media.image.transformation.negative'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\NegativeTransformation())), 'negative');
  5544.         $b->add(($this->services['sulu_media.image.transformation.sharpen'] ?? ($this->services['sulu_media.image.transformation.sharpen'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\SharpenTransformation())), 'sharpen');
  5545.         return $this->privates['sulu_media.image.converter'] = new \Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter($a, ($this->services['sulu_media.storage'] ?? $this->getSuluMedia_StorageService()), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\MediaImageExtractor($a, new \Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailService(NULL), 'gs'), $b, new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Focus\Focus(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Scaler\Scaler(), new \Sulu\Bundle\MediaBundle\Media\ImageConverter\Cropper\Cropper(), $this->parameters['sulu_media.image.formats'], $this->parameters['sulu_media.format_manager.mime_types'], ($this->privates['sulu_media.adapter.svg'] ?? ($this->privates['sulu_media.adapter.svg'] = new \Contao\ImagineSvg\Imagine())));
  5546.     }
  5547.     /**
  5548.      * Gets the private 'sulu_media.type_manager' shared service.
  5549.      *
  5550.      * @return \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager
  5551.      */
  5552.     protected function getSuluMedia_TypeManagerService()
  5553.     {
  5554.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5555.         if (isset($this->privates['sulu_media.type_manager'])) {
  5556.             return $this->privates['sulu_media.type_manager'];
  5557.         }
  5558.         return $this->privates['sulu_media.type_manager'] = new \Sulu\Bundle\MediaBundle\Media\TypeManager\TypeManager($a$this->parameters['sulu_media.media.types'], []);
  5559.     }
  5560.     /**
  5561.      * Gets the private 'sulu_page.export.manager' shared service.
  5562.      *
  5563.      * @return \Sulu\Component\Export\Manager\ExportManager
  5564.      */
  5565.     protected function getSuluPage_Export_ManagerService()
  5566.     {
  5567.         $this->privates['sulu_page.export.manager'] = $instance = new \Sulu\Component\Export\Manager\ExportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5568.         $instance->add('number''1.2.xliff', ['translate' => true]);
  5569.         $instance->add('text_line''1.2.xliff', ['translate' => true]);
  5570.         $instance->add('text_area''1.2.xliff', ['translate' => true]);
  5571.         $instance->add('text_editor''1.2.xliff', ['translate' => true]);
  5572.         $instance->add('resource_locator''1.2.xliff', ['translate' => false]);
  5573.         $instance->add('link''1.2.xliff', ['translate' => false]);
  5574.         $instance->add('block''1.2.xliff', ['translate' => false]);
  5575.         $instance->add('contact_account_selection''1.2.xliff', ['translate' => false]);
  5576.         $instance->add('single_contact_selection''1.2.xliff', ['translate' => false]);
  5577.         $instance->add('contact_selection''1.2.xliff', ['translate' => false]);
  5578.         $instance->add('single_account_selection''1.2.xliff', ['translate' => false]);
  5579.         $instance->add('account_selection''1.2.xliff', ['translate' => false]);
  5580.         $instance->add('collection_selection''1.2.xliff', ['translate' => false]);
  5581.         $instance->add('single_collection_selection''1.2.xliff', ['translate' => false]);
  5582.         $instance->add('media_selection''1.2.xliff', ['translate' => false]);
  5583.         $instance->add('single_media_selection''1.2.xliff', ['translate' => false]);
  5584.         $instance->add('image_map''1.2.xliff', ['translate' => false]);
  5585.         $instance->add('category_selection''1.2.xliff', ['translate' => false]);
  5586.         $instance->add('single_category_selection''1.2.xliff', ['translate' => false]);
  5587.         $instance->add('single_snippet_selection''1.2.xliff', ['translate' => false]);
  5588.         $instance->add('snippet_selection''1.2.xliff', ['translate' => false]);
  5589.         $instance->add('smart_content''1.2.xliff', ['translate' => false]);
  5590.         $instance->add('teaser_selection''1.2.xliff', ['translate' => false]);
  5591.         $instance->add('page_selection''1.2.xliff', ['translate' => false]);
  5592.         $instance->add('single_page_selection''1.2.xliff', ['translate' => false]);
  5593.         $instance->add('phone''1.2.xliff', ['translate' => false]);
  5594.         $instance->add('password''1.2.xliff', ['translate' => false]);
  5595.         $instance->add('url''1.2.xliff', ['translate' => false]);
  5596.         $instance->add('email''1.2.xliff', ['translate' => false]);
  5597.         $instance->add('date''1.2.xliff', ['translate' => false]);
  5598.         $instance->add('datetime''1.2.xliff', ['translate' => false]);
  5599.         $instance->add('time''1.2.xliff', ['translate' => false]);
  5600.         $instance->add('color''1.2.xliff', ['translate' => false]);
  5601.         $instance->add('checkbox''1.2.xliff', ['translate' => false]);
  5602.         $instance->add('select''1.2.xliff', ['translate' => false]);
  5603.         $instance->add('single_select''1.2.xliff', ['translate' => false]);
  5604.         $instance->add('tag_selection''1.2.xliff', ['translate' => false]);
  5605.         $instance->add('location''1.2.xliff', ['translate' => false]);
  5606.         $instance->add('route''1.2.xliff', ['translate' => false]);
  5607.         $instance->add('page_tree_route''1.2.xliff', ['translate' => false]);
  5608.         return $instance;
  5609.     }
  5610.     /**
  5611.      * Gets the private 'sulu_page.import.manager' shared service.
  5612.      *
  5613.      * @return \Sulu\Component\Import\Manager\ImportManager
  5614.      */
  5615.     protected function getSuluPage_Import_ManagerService()
  5616.     {
  5617.         return $this->privates['sulu_page.import.manager'] = new \Sulu\Component\Import\Manager\ImportManager(($this->services['sulu.content.type_manager'] ?? $this->getSulu_Content_TypeManagerService()));
  5618.     }
  5619.     /**
  5620.      * Gets the private 'sulu_page.structure.properties_xml_parser' shared service.
  5621.      *
  5622.      * @return \Sulu\Component\Content\Metadata\Parser\PropertiesXmlParser
  5623.      */
  5624.     protected function getSuluPage_Structure_PropertiesXmlParserService()
  5625.     {
  5626.         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']);
  5627.     }
  5628.     /**
  5629.      * Gets the private 'sulu_preview.preview.cache' shared service.
  5630.      *
  5631.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5632.      */
  5633.     protected function getSuluPreview_Preview_CacheService()
  5634.     {
  5635.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('zYmEFaIdjG'0, (\dirname(__DIR__3).'/common/dev/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5636.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5637.         return $this->privates['sulu_preview.preview.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5638.     }
  5639.     /**
  5640.      * Gets the private 'sulu_route.routing.provider' shared service.
  5641.      *
  5642.      * @return \Sulu\Bundle\RouteBundle\Routing\RouteProvider
  5643.      */
  5644.     protected function getSuluRoute_Routing_ProviderService($lazyLoad true)
  5645.     {
  5646.         if ($lazyLoad) {
  5647.             return $this->privates['sulu_route.routing.provider'] = $this->createProxy('RouteProvider_9d934be', function () {
  5648.                 return \RouteProvider_9d934be::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5649.                     $wrappedInstance $this->getSuluRoute_Routing_ProviderService(false);
  5650.                     $proxy->setProxyInitializer(null);
  5651.                     return true;
  5652.                 });
  5653.             });
  5654.         }
  5655.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/RouteProvider.php';
  5656.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProviderInterface.php';
  5657.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/Routing/Defaults/RouteDefaultsProvider.php';
  5658.         include_once \dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Preview/PageRouteDefaultsProvider.php';
  5659.         include_once \dirname(__DIR__5).'/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php';
  5660.         return new \Sulu\Bundle\RouteBundle\Routing\RouteProvider(($this->services['sulu.repository.route'] ?? $this->getSulu_Repository_RouteService()), ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService()), new \Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider([=> new \Sulu\Bundle\PageBundle\Preview\PageRouteDefaultsProvider(($this->services['sulu_page.structure.factory'] ?? $this->getSuluPage_Structure_FactoryService()), ($this->services['sulu_document_manager.document_inspector'] ?? $this->getSuluDocumentManager_DocumentInspectorService()), ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService()))]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \ProxyManager\Factory\LazyLoadingValueHolderFactory(($this->privates['sulu_core.proxy_manager.configuration'] ?? $this->getSuluCore_ProxyManager_ConfigurationService())), ['utf8' => true]);
  5661.     }
  5662.     /**
  5663.      * Gets the private 'sulu_security.access_control_manager' shared service.
  5664.      *
  5665.      * @return \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager
  5666.      */
  5667.     protected function getSuluSecurity_AccessControlManagerService()
  5668.     {
  5669.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5670.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5671.             return $this->privates['sulu_security.access_control_manager'];
  5672.         }
  5673.         $b = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5674.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5675.             return $this->privates['sulu_security.access_control_manager'];
  5676.         }
  5677.         $c = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5678.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5679.             return $this->privates['sulu_security.access_control_manager'];
  5680.         }
  5681.         $d = ($this->services['sulu.repository.access_control'] ?? $this->getSulu_Repository_AccessControlService());
  5682.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5683.             return $this->privates['sulu_security.access_control_manager'];
  5684.         }
  5685.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5686.         if (isset($this->privates['sulu_security.access_control_manager'])) {
  5687.             return $this->privates['sulu_security.access_control_manager'];
  5688.         }
  5689.         $f = ($this->services['sulu_security.mask_converter'] ?? $this->getSuluSecurity_MaskConverterService());
  5690.         $this->privates['sulu_security.access_control_manager'] = $instance = new \Sulu\Component\Security\Authorization\AccessControl\AccessControlManager($f$a$b, new RewindableGenerator(function () {
  5691.             yield => ($this->services['sulu_media.collection_repository'] ?? $this->getSuluMedia_CollectionRepositoryService());
  5692.             yield => ($this->services['sulu_page.content_repository'] ?? $this->getSuluPage_ContentRepositoryService());
  5693.         }, 2), $c$d$e$this->parameters['sulu_security.permissions']);
  5694.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\PhpcrAccessControlProvider(($this->services['sulu_document_manager.document_manager'] ?? $this->getSuluDocumentManager_DocumentManagerService()), $c$this->parameters['permissions']));
  5695.         $instance->addAccessControlProvider(new \Sulu\Component\Security\Authorization\AccessControl\DoctrineAccessControlProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$d$f));
  5696.         return $instance;
  5697.     }
  5698.     /**
  5699.      * Gets the private 'sulu_security.access_control_query_enhancer' shared service.
  5700.      *
  5701.      * @return \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer
  5702.      */
  5703.     protected function getSuluSecurity_AccessControlQueryEnhancerService()
  5704.     {
  5705.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5706.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5707.             return $this->privates['sulu_security.access_control_query_enhancer'];
  5708.         }
  5709.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5710.         if (isset($this->privates['sulu_security.access_control_query_enhancer'])) {
  5711.             return $this->privates['sulu_security.access_control_query_enhancer'];
  5712.         }
  5713.         return $this->privates['sulu_security.access_control_query_enhancer'] = new \Sulu\Bundle\SecurityBundle\AccessControl\AccessControlQueryEnhancer($a$b);
  5714.     }
  5715.     /**
  5716.      * Gets the private 'sulu_security.event_listener.security' shared service.
  5717.      *
  5718.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener
  5719.      */
  5720.     protected function getSuluSecurity_EventListener_SecurityService()
  5721.     {
  5722.         return $this->privates['sulu_security.event_listener.security'] = new \Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener(($this->services['sulu_security.security_checker'] ?? $this->getSuluSecurity_SecurityCheckerService()));
  5723.     }
  5724.     /**
  5725.      * Gets the private 'sulu_security.system_listener' shared service.
  5726.      *
  5727.      * @return \Sulu\Bundle\SecurityBundle\EventListener\SystemListener
  5728.      */
  5729.     protected function getSuluSecurity_SystemListenerService()
  5730.     {
  5731.         $a = ($this->privates['sulu_security.system_store'] ?? $this->getSuluSecurity_SystemStoreService());
  5732.         if (isset($this->privates['sulu_security.system_listener'])) {
  5733.             return $this->privates['sulu_security.system_listener'];
  5734.         }
  5735.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5736.         if (isset($this->privates['sulu_security.system_listener'])) {
  5737.             return $this->privates['sulu_security.system_listener'];
  5738.         }
  5739.         return $this->privates['sulu_security.system_listener'] = new \Sulu\Bundle\SecurityBundle\EventListener\SystemListener($a$b'website');
  5740.     }
  5741.     /**
  5742.      * Gets the private 'sulu_security.system_store' shared service.
  5743.      *
  5744.      * @return \Sulu\Bundle\SecurityBundle\System\SystemStore
  5745.      */
  5746.     protected function getSuluSecurity_SystemStoreService()
  5747.     {
  5748.         $a = ($this->services['sulu.repository.role'] ?? $this->getSulu_Repository_RoleService());
  5749.         if (isset($this->privates['sulu_security.system_store'])) {
  5750.             return $this->privates['sulu_security.system_store'];
  5751.         }
  5752.         return $this->privates['sulu_security.system_store'] = new \Sulu\Bundle\SecurityBundle\System\SystemStore($a);
  5753.     }
  5754.     /**
  5755.      * Gets the private 'sulu_tag.tag_request_handler' shared service.
  5756.      *
  5757.      * @return \Sulu\Component\Tag\Request\TagRequestHandler
  5758.      */
  5759.     protected function getSuluTag_TagRequestHandlerService()
  5760.     {
  5761.         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())));
  5762.     }
  5763.     /**
  5764.      * Gets the private 'sulu_trash.trash_item_repository' shared service.
  5765.      *
  5766.      * @return \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository
  5767.      */
  5768.     protected function getSuluTrash_TrashItemRepositoryService()
  5769.     {
  5770.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5771.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5772.             return $this->privates['sulu_trash.trash_item_repository'];
  5773.         }
  5774.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5775.         if (isset($this->privates['sulu_trash.trash_item_repository'])) {
  5776.             return $this->privates['sulu_trash.trash_item_repository'];
  5777.         }
  5778.         return $this->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a$b);
  5779.     }
  5780.     /**
  5781.      * Gets the private 'sulu_trash.trash_manager' shared service.
  5782.      *
  5783.      * @return \Sulu\Bundle\TrashBundle\Application\TrashManager\TrashManager
  5784.      */
  5785.     protected function getSuluTrash_TrashManagerService()
  5786.     {
  5787.         $a = ($this->privates['sulu_trash.trash_item_repository'] ?? $this->getSuluTrash_TrashItemRepositoryService());
  5788.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  5789.             return $this->privates['sulu_trash.trash_manager'];
  5790.         }
  5791.         $b = ($this->privates['sulu_activity.domain_event_collector'] ?? $this->getSuluActivity_DomainEventCollectorService());
  5792.         if (isset($this->privates['sulu_trash.trash_manager'])) {
  5793.             return $this->privates['sulu_trash.trash_manager'];
  5794.         }
  5795.         $c = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5796.             'accounts' => ['privates''sulu_contact.account_trash_item_handler''getSuluContact_AccountTrashItemHandlerService'true],
  5797.             'analytics' => ['privates''sulu_website.analytics_trash_item_handler''getSuluWebsite_AnalyticsTrashItemHandlerService'true],
  5798.             'categories' => ['privates''sulu_category.category_trash_item_handler''getSuluCategory_CategoryTrashItemHandlerService'true],
  5799.             'collections' => ['privates''sulu_media.collection_trash_item_handler''getSuluMedia_CollectionTrashItemHandlerService'true],
  5800.             'contacts' => ['privates''sulu_contact.contact_trash_item_handler''getSuluContact_ContactTrashItemHandlerService'true],
  5801.             'custom_urls' => ['privates''sulu_custom_urls.custom_url_trash_item_handler''getSuluCustomUrls_CustomUrlTrashItemHandlerService'true],
  5802.             'forms' => ['privates''sulu_form.form_trash_item_handler''getSuluForm_FormTrashItemHandlerService'true],
  5803.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5804.             'pages' => ['privates''sulu_page.page_trash_item_handler''getSuluPage_PageTrashItemHandlerService'true],
  5805.             'snippets' => ['privates''sulu_snippet.snippet_trash_item_handler''getSuluSnippet_SnippetTrashItemHandlerService'true],
  5806.             'tags' => ['privates''sulu_tag.tag_trash_item_handler''getSuluTag_TagTrashItemHandlerService'true],
  5807.         ], [
  5808.             'accounts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\AccountTrashItemHandler',
  5809.             'analytics' => 'Sulu\\Bundle\\WebsiteBundle\\Trash\\AnalyticsTrashItemHandler',
  5810.             'categories' => 'Sulu\\Bundle\\CategoryBundle\\Trash\\CategoryTrashItemHandler',
  5811.             'collections' => 'Sulu\\Bundle\\MediaBundle\\Trash\\CollectionTrashItemHandler',
  5812.             'contacts' => 'Sulu\\Bundle\\ContactBundle\\Trash\\ContactTrashItemHandler',
  5813.             'custom_urls' => 'Sulu\\Bundle\\CustomUrlBundle\\Trash\\CustomUrlTrashItemHandler',
  5814.             'forms' => 'Sulu\\Bundle\\FormBundle\\Trash\\FormTrashItemHandler',
  5815.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5816.             'pages' => 'Sulu\\Bundle\\PageBundle\\Trash\\PageTrashItemHandler',
  5817.             'snippets' => 'Sulu\\Bundle\\SnippetBundle\\Trash\\SnippetTrashItemHandler',
  5818.             'tags' => 'Sulu\\Bundle\\TagBundle\\Trash\\TagTrashItemHandler',
  5819.         ]);
  5820.         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, [
  5821.             'media' => ['privates''sulu_media.media_trash_item_handler''getSuluMedia_MediaTrashItemHandlerService'true],
  5822.         ], [
  5823.             'media' => 'Sulu\\Bundle\\MediaBundle\\Trash\\MediaTrashItemHandler',
  5824.         ]));
  5825.     }
  5826.     /**
  5827.      * Gets the private 'sulu_website.analytics.response_listener' shared service.
  5828.      *
  5829.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener
  5830.      */
  5831.     protected function getSuluWebsite_Analytics_ResponseListenerService()
  5832.     {
  5833.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5834.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5835.             return $this->privates['sulu_website.analytics.response_listener'];
  5836.         }
  5837.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5838.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5839.             return $this->privates['sulu_website.analytics.response_listener'];
  5840.         }
  5841.         $c = ($this->services['sulu.repository.analytics'] ?? $this->getSulu_Repository_AnalyticsService());
  5842.         if (isset($this->privates['sulu_website.analytics.response_listener'])) {
  5843.             return $this->privates['sulu_website.analytics.response_listener'];
  5844.         }
  5845.         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")) : ("")));
  5846.     }
  5847.     /**
  5848.      * Gets the private 'sulu_website.event_listener.translator' shared service.
  5849.      *
  5850.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener
  5851.      */
  5852.     protected function getSuluWebsite_EventListener_TranslatorService()
  5853.     {
  5854.         return $this->privates['sulu_website.event_listener.translator'] = new \Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()));
  5855.     }
  5856.     /**
  5857.      * Gets the private 'sulu_website.navigation_mapper' shared service.
  5858.      *
  5859.      * @return \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper
  5860.      */
  5861.     protected function getSuluWebsite_NavigationMapperService()
  5862.     {
  5863.         $a = ($this->services['sulu.content.mapper'] ?? $this->getSulu_Content_MapperService());
  5864.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5865.             return $this->privates['sulu_website.navigation_mapper'];
  5866.         }
  5867.         $b = ($this->privates['sulu.content.query_executor'] ?? $this->getSulu_Content_QueryExecutorService());
  5868.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5869.             return $this->privates['sulu_website.navigation_mapper'];
  5870.         }
  5871.         $c = ($this->services['sulu.content.structure_manager'] ?? $this->getSulu_Content_StructureManagerService());
  5872.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5873.             return $this->privates['sulu_website.navigation_mapper'];
  5874.         }
  5875.         $d = ($this->services['sulu_page.extension.manager'] ?? $this->getSuluPage_Extension_ManagerService());
  5876.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5877.             return $this->privates['sulu_website.navigation_mapper'];
  5878.         }
  5879.         $e = ($this->services['sulu.phpcr.session'] ?? $this->getSulu_Phpcr_SessionService());
  5880.         if (isset($this->privates['sulu_website.navigation_mapper'])) {
  5881.             return $this->privates['sulu_website.navigation_mapper'];
  5882.         }
  5883.         return $this->privates['sulu_website.navigation_mapper'] = new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($a$b, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($c$d'i18n'), $e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->parameters['sulu_security.permissions'], $this->parameters['sulu_website.enabled_twig_attributes']);
  5884.     }
  5885.     /**
  5886.      * Gets the private 'sulu_website.router_listener' shared service.
  5887.      *
  5888.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\RouterListener
  5889.      */
  5890.     protected function getSuluWebsite_RouterListenerService()
  5891.     {
  5892.         $a = ($this->services['router'] ?? $this->getRouterService());
  5893.         if (isset($this->privates['sulu_website.router_listener'])) {
  5894.             return $this->privates['sulu_website.router_listener'];
  5895.         }
  5896.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5897.         if (isset($this->privates['sulu_website.router_listener'])) {
  5898.             return $this->privates['sulu_website.router_listener'];
  5899.         }
  5900.         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);
  5901.     }
  5902.     /**
  5903.      * Gets the private 'sulu_website.routing.request_listener' shared service.
  5904.      *
  5905.      * @return \Sulu\Bundle\WebsiteBundle\Routing\RequestListener
  5906.      */
  5907.     protected function getSuluWebsite_Routing_RequestListenerService()
  5908.     {
  5909.         $a = ($this->services['router'] ?? $this->getRouterService());
  5910.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5911.             return $this->privates['sulu_website.routing.request_listener'];
  5912.         }
  5913.         $b = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5914.         if (isset($this->privates['sulu_website.routing.request_listener'])) {
  5915.             return $this->privates['sulu_website.routing.request_listener'];
  5916.         }
  5917.         return $this->privates['sulu_website.routing.request_listener'] = new \Sulu\Bundle\WebsiteBundle\Routing\RequestListener($a$b);
  5918.     }
  5919.     /**
  5920.      * Gets the private 'sulu_website.segment_subscriber' shared service.
  5921.      *
  5922.      * @return \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber
  5923.      */
  5924.     protected function getSuluWebsite_SegmentSubscriberService()
  5925.     {
  5926.         $a = ($this->services['sulu_core.webspace.request_analyzer'] ?? $this->getSuluCore_Webspace_RequestAnalyzerService());
  5927.         if (isset($this->privates['sulu_website.segment_subscriber'])) {
  5928.             return $this->privates['sulu_website.segment_subscriber'];
  5929.         }
  5930.         return $this->privates['sulu_website.segment_subscriber'] = new \Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber('X-Sulu-Segment'$a'_ss');
  5931.     }
  5932.     /**
  5933.      * Gets the private 'translator.default' shared service.
  5934.      *
  5935.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5936.      */
  5937.     protected function getTranslator_DefaultService()
  5938.     {
  5939.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5940.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5941.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5942.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5943.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5944.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5945.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5946.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5947.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5948.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5949.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5950.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5951.         ], [
  5952.             'translation.loader.csv' => '?',
  5953.             'translation.loader.dat' => '?',
  5954.             'translation.loader.ini' => '?',
  5955.             'translation.loader.json' => '?',
  5956.             'translation.loader.mo' => '?',
  5957.             'translation.loader.php' => '?',
  5958.             'translation.loader.po' => '?',
  5959.             'translation.loader.qt' => '?',
  5960.             'translation.loader.res' => '?',
  5961.             'translation.loader.xliff' => '?',
  5962.             'translation.loader.yml' => '?',
  5963.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.de.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.de.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.de.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.de.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.de.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.de.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.de.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.de.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.de.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.de.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/translations/admin.de.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.de.json'), 20 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.de.xliff'), 21 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations/admin.de.json'), 22 => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), 23 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.de.json'), 24 => (\dirname(__DIR__5).'/translations/admin.de.json'), 25 => (\dirname(__DIR__5).'/translations/messages.de.xlf')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations/admin.en.json'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations/admin.en.json'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations/admin.en.json'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations/admin.en.json'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations/admin.en.json'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations/admin.en.json'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations/admin.en.json'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations/admin.en.json'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations/admin.en.json'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations/admin.en.json'), 18 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/translations/admin.en.json'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/admin.en.json'), 20 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.en.xliff'), 21 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations/admin.en.json'), 22 => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 23 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.en.json'), 24 => (\dirname(__DIR__5).'/translations/admin.en.json'), 25 => (\dirname(__DIR__5).'/translations/messages.en.xlf')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.fr.xliff'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/translations/admin.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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations/messages.nl.xliff'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'), 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'), 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'), 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'), 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'), 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'), 15 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'), 16 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'), 17 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'), 18 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/Resources/translations'), 19 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/translations'), 20 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/Resources/translations'), 21 => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/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/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'), 28 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 29 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/translations'), 31 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 32 => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle/translations'), 33 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/massive/search-bundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 36 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'), 38 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'), 40 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'), 42 => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle/translations'), 43 => (\dirname(__DIR__5).'/vendor/massive/build-bundle/translations'), 44 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 45 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'), 46 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 47 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 48 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 49 => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src/translations'), 50 => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 51 => (\dirname(__DIR__5).'/vendor/php-task/task-bundle/src/translations'), 52 => (\dirname(__DIR__5).'/vendor/sulu/headless-bundle/translations'), 53 => (\dirname(__DIR__5).'/vendor/waaz/opengraph-bundle/translations'), 54 => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/translations'), 55 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/Resources/translations'=> 'vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Resources/translations'10 => 'vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/translations'11 => 'vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/Resources/translations'12 => 'vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/translations'13 => 'vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle/Resources/translations'14 => 'vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/translations'15 => 'vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/translations'16 => 'vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Resources/translations'17 => 'vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Resources/translations'18 => 'vendor/sulu/automation-bundle/Resources/translations'19 => 'vendor/sulu/form-bundle/Resources/translations'20 => 'vendor/sulu/redirect-bundle/Resources/translations'21 => 'vendor/scheb/2fa-bundle/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/sulu/sulu/src/Sulu/Bundle/CoreBundle/translations'28 => 'vendor/doctrine/doctrine-bundle/translations'29 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'30 => 'vendor/doctrine/phpcr-bundle/src/translations'31 => 'vendor/friendsofsymfony/rest-bundle/translations'32 => 'vendor/handcraftedinthealps/rest-routing-bundle/translations'33 => 'vendor/jms/serializer-bundle/translations'34 => 'vendor/massive/search-bundle/translations'35 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'36 => 'vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle/translations'37 => 'vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/translations'38 => 'vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/translations'39 => 'vendor/sulu/sulu/src/Sulu/Bundle/HashBundle/translations'40 => 'vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle/translations'41 => 'vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle/translations'42 => 'vendor/dantleech/phpcr-migrations-bundle/translations'43 => 'vendor/massive/build-bundle/translations'44 => 'vendor/symfony/web-profiler-bundle/translations'45 => 'vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/translations'46 => 'vendor/symfony/debug-bundle/translations'47 => 'vendor/symfony/security-bundle/translations'48 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'49 => 'vendor/symfony-cmf/routing-bundle/src/translations'50 => 'vendor/stof/doctrine-extensions-bundle/src/translations'51 => 'vendor/php-task/task-bundle/src/translations'52 => 'vendor/sulu/headless-bundle/translations'53 => 'vendor/waaz/opengraph-bundle/translations'54 => 'vendor/symfony/swiftmailer-bundle/translations'55 => 'vendor/doctrine/doctrine-migrations-bundle/translations']]], []);
  5964.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5965.         $instance->setFallbackLocales([=> 'en']);
  5966.         return $instance;
  5967.     }
  5968.     /**
  5969.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5970.      *
  5971.      * @return \Twig\Loader\FilesystemLoader
  5972.      */
  5973.     protected function getTwig_Loader_NativeFilesystemService()
  5974.     {
  5975.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  5976.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5977.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5978.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), 'DoctrinePHPCR');
  5979.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src/Resources/views'), '!DoctrinePHPCR');
  5980.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  5981.         $instance->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  5982.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), 'SuluAdmin');
  5983.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/views'), '!SuluAdmin');
  5984.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), 'SuluSecurity');
  5985.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Resources/views'), '!SuluSecurity');
  5986.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), 'SuluPage');
  5987.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/views'), '!SuluPage');
  5988.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), 'SuluWebsite');
  5989.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resources/views'), '!SuluWebsite');
  5990.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5991.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5992.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), 'SuluTest');
  5993.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle/Resources/views'), '!SuluTest');
  5994.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5995.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5996.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5997.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5998.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), 'SuluPreview');
  5999.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle/Resources/views'), '!SuluPreview');
  6000.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), 'SuluForm');
  6001.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/form-bundle/Resources/views'), '!SuluForm');
  6002.         $instance->addPath((\dirname(__DIR__5).'/vendor/waaz/opengraph-bundle/Resources/views'), 'WaazOpengraph');
  6003.         $instance->addPath((\dirname(__DIR__5).'/vendor/waaz/opengraph-bundle/Resources/views'), '!WaazOpengraph');
  6004.         $instance->addPath((\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  6005.         $instance->addPath((\dirname(__DIR__5).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  6006.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), 'SuluCommunity');
  6007.         $instance->addPath((\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/views'), '!SuluCommunity');
  6008.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  6009.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  6010.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  6011.         $instance->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  6012.         $instance->addPath((\dirname(__DIR__5).'/templates'));
  6013.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  6014.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  6015.         $instance->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6016.         return $instance;
  6017.     }
  6018.     /**
  6019.      * Gets the private 'url_helper' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  6022.      */
  6023.     protected function getUrlHelperService()
  6024.     {
  6025.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  6026.     }
  6027.     /**
  6028.      * Gets the private 'validator.builder' shared service.
  6029.      *
  6030.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6031.      */
  6032.     protected function getValidator_BuilderService()
  6033.     {
  6034.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6035.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6036.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6037.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6038.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6039.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6040.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6041.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6042.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  6043.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6044.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  6045.             'blocked_validator' => ['privates''sulu_community.validator.blocked''getSuluCommunity_Validator_BlockedService'true],
  6046.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  6047.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  6048.             'exist_validator' => ['privates''sulu_community.validator.exist''getSuluCommunity_Validator_ExistService'true],
  6049.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  6050.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  6051.         ], [
  6052.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\BlockedValidator' => '?',
  6053.             'Sulu\\Bundle\\CommunityBundle\\Validator\\Constraints\\ExistValidator' => '?',
  6054.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6055.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  6056.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6057.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6058.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6059.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6060.             'blocked_validator' => '?',
  6061.             'cmf_routing.validator.route_defaults' => '?',
  6062.             'doctrine.orm.validator.unique' => '?',
  6063.             'exist_validator' => '?',
  6064.             'security.validator.user_password' => '?',
  6065.             'validator.expression' => '?',
  6066.         ])));
  6067.         if ($this->has('translator')) {
  6068.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6069.         }
  6070.         $instance->setTranslationDomain('validators');
  6071.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/Resources/config/validation.xml')]);
  6072.         $instance->enableAnnotationMapping(true);
  6073.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6074.         $instance->addMethodMapping('loadValidatorMetadata');
  6075.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6076.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6077.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the private 'var_dumper.html_dumper' shared service.
  6082.      *
  6083.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6084.      */
  6085.     protected function getVarDumper_HtmlDumperService()
  6086.     {
  6087.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6088.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6089.         return $instance;
  6090.     }
  6091.     /**
  6092.      * Gets the private 'var_dumper.server_connection' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\VarDumper\Server\Connection
  6095.      */
  6096.     protected function getVarDumper_ServerConnectionService()
  6097.     {
  6098.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  6099.         if (isset($this->privates['var_dumper.server_connection'])) {
  6100.             return $this->privates['var_dumper.server_connection'];
  6101.         }
  6102.         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()]);
  6103.     }
  6104.     /**
  6105.      * Gets the private 'web_profiler.csp.handler' shared service.
  6106.      *
  6107.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6108.      */
  6109.     protected function getWebProfiler_Csp_HandlerService()
  6110.     {
  6111.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6112.     }
  6113.     /**
  6114.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6115.      *
  6116.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6117.      */
  6118.     protected function getWebProfiler_DebugToolbarService()
  6119.     {
  6120.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6121.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6122.             return $this->privates['web_profiler.debug_toolbar'];
  6123.         }
  6124.         $b = ($this->services['router'] ?? $this->getRouterService());
  6125.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  6126.             return $this->privates['web_profiler.debug_toolbar'];
  6127.         }
  6128.         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()));
  6129.     }
  6130.     /**
  6131.      * Gets the public 'cache_clearer' alias.
  6132.      *
  6133.      * @return object The ".container.private.cache_clearer" service.
  6134.      */
  6135.     protected function getCacheClearerService()
  6136.     {
  6137.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  6138.         return $this->get('.container.private.cache_clearer');
  6139.     }
  6140.     /**
  6141.      * Gets the public 'filesystem' alias.
  6142.      *
  6143.      * @return object The ".container.private.filesystem" service.
  6144.      */
  6145.     protected function getFilesystemService()
  6146.     {
  6147.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  6148.         return $this->get('.container.private.filesystem');
  6149.     }
  6150.     /**
  6151.      * Gets the public 'serializer' alias.
  6152.      *
  6153.      * @return object The ".container.private.serializer" service.
  6154.      */
  6155.     protected function getSerializerService()
  6156.     {
  6157.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  6158.         return $this->get('.container.private.serializer');
  6159.     }
  6160.     /**
  6161.      * Gets the public 'security.csrf.token_manager' alias.
  6162.      *
  6163.      * @return object The ".container.private.security.csrf.token_manager" service.
  6164.      */
  6165.     protected function getSecurity_Csrf_TokenManagerService()
  6166.     {
  6167.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  6168.         return $this->get('.container.private.security.csrf.token_manager');
  6169.     }
  6170.     /**
  6171.      * Gets the public 'form.factory' alias.
  6172.      *
  6173.      * @return object The ".container.private.form.factory" service.
  6174.      */
  6175.     protected function getForm_FactoryService()
  6176.     {
  6177.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  6178.         return $this->get('.container.private.form.factory');
  6179.     }
  6180.     /**
  6181.      * Gets the public 'form.type.file' alias.
  6182.      *
  6183.      * @return object The ".container.private.form.type.file" service.
  6184.      */
  6185.     protected function getForm_Type_FileService()
  6186.     {
  6187.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  6188.         return $this->get('.container.private.form.type.file');
  6189.     }
  6190.     /**
  6191.      * Gets the public 'profiler' alias.
  6192.      *
  6193.      * @return object The ".container.private.profiler" service.
  6194.      */
  6195.     protected function getProfilerService()
  6196.     {
  6197.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  6198.         return $this->get('.container.private.profiler');
  6199.     }
  6200.     /**
  6201.      * Gets the public 'twig' alias.
  6202.      *
  6203.      * @return object The ".container.private.twig" service.
  6204.      */
  6205.     protected function getTwigService()
  6206.     {
  6207.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  6208.         return $this->get('.container.private.twig');
  6209.     }
  6210.     /**
  6211.      * Gets the public 'security.authorization_checker' alias.
  6212.      *
  6213.      * @return object The ".container.private.security.authorization_checker" service.
  6214.      */
  6215.     protected function getSecurity_AuthorizationCheckerService()
  6216.     {
  6217.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  6218.         return $this->get('.container.private.security.authorization_checker');
  6219.     }
  6220.     /**
  6221.      * Gets the public 'security.token_storage' alias.
  6222.      *
  6223.      * @return object The ".container.private.security.token_storage" service.
  6224.      */
  6225.     protected function getSecurity_TokenStorageService()
  6226.     {
  6227.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  6228.         return $this->get('.container.private.security.token_storage');
  6229.     }
  6230.     /**
  6231.      * Gets the public 'security.password_encoder' alias.
  6232.      *
  6233.      * @return object The ".container.private.security.password_encoder" service.
  6234.      */
  6235.     protected function getSecurity_PasswordEncoderService()
  6236.     {
  6237.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6238.         return $this->get('.container.private.security.password_encoder');
  6239.     }
  6240.     /**
  6241.      * Gets the public 'session' alias.
  6242.      *
  6243.      * @return object The ".container.private.session" service.
  6244.      */
  6245.     protected function getSessionService()
  6246.     {
  6247.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6248.         return $this->get('.container.private.session');
  6249.     }
  6250.     /**
  6251.      * Gets the public 'validator' alias.
  6252.      *
  6253.      * @return object The ".container.private.validator" service.
  6254.      */
  6255.     protected function getValidatorService()
  6256.     {
  6257.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6258.         return $this->get('.container.private.validator');
  6259.     }
  6260.     /**
  6261.      * @return array|bool|float|int|string|\UnitEnum|null
  6262.      */
  6263.     public function getParameter(string $name)
  6264.     {
  6265.         if (isset($this->buildParameters[$name])) {
  6266.             return $this->buildParameters[$name];
  6267.         }
  6268.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6269.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6270.         }
  6271.         if (isset($this->loadedDynamicParameters[$name])) {
  6272.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6273.         }
  6274.         return $this->parameters[$name];
  6275.     }
  6276.     public function hasParameter(string $name): bool
  6277.     {
  6278.         if (isset($this->buildParameters[$name])) {
  6279.             return true;
  6280.         }
  6281.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6282.     }
  6283.     public function setParameter(string $name$value): void
  6284.     {
  6285.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6286.     }
  6287.     public function getParameterBag(): ParameterBagInterface
  6288.     {
  6289.         if (null === $this->parameterBag) {
  6290.             $parameters $this->parameters;
  6291.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6292.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6293.             }
  6294.             foreach ($this->buildParameters as $name => $value) {
  6295.                 $parameters[$name] = $value;
  6296.             }
  6297.             $this->parameterBag = new FrozenParameterBag($parameters);
  6298.         }
  6299.         return $this->parameterBag;
  6300.     }
  6301.     private $loadedDynamicParameters = [
  6302.         'kernel.runtime_environment' => false,
  6303.         'kernel.build_dir' => false,
  6304.         'kernel.cache_dir' => false,
  6305.         'mollie_api_key' => false,
  6306.         'home_url' => false,
  6307.         'env' => false,
  6308.         'admin_email' => false,
  6309.         'google_maps_api_key' => false,
  6310.         'kernel.secret' => false,
  6311.         'debug.container.dump' => false,
  6312.         'serializer.mapping.cache.file' => false,
  6313.         'session.save_path' => false,
  6314.         'validator.mapping.cache.file' => false,
  6315.         'profiler.storage.dsn' => false,
  6316.         'sulu.cache_dir' => false,
  6317.         'sulu_core.proxy_cache_dir' => false,
  6318.         'doctrine.orm.proxy_dir' => false,
  6319.         'massive_search.metadata.prefix' => false,
  6320.         'massive_search.metadata.cache_dir' => false,
  6321.         'sulu_admin.email' => false,
  6322.         'sulu_website.sitemap.dump_dir' => false,
  6323.         'task.lock.storages.file' => false,
  6324.         'sulu_form.mail.from' => false,
  6325.         'sulu_form.mail.to' => false,
  6326.         'sulu_form.mail.sender' => false,
  6327.         'sulu_community.webspaces_config' => false,
  6328.         'swiftmailer.spool.default.memory.path' => false,
  6329.     ];
  6330.     private $dynamicParameters = [];
  6331.     private function getDynamicParameter(string $name)
  6332.     {
  6333.         switch ($name) {
  6334.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6335.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6336.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6337.             case 'mollie_api_key'$value $this->getEnv('MOLLIE_KEY'); break;
  6338.             case 'home_url'$value $this->getEnv('HOME_URL'); break;
  6339.             case 'env'$value $this->getEnv('APP_ENV'); break;
  6340.             case 'admin_email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6341.             case 'google_maps_api_key'$value $this->getEnv('GOOGLE_MAPS_API_KEY'); break;
  6342.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6343.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6344.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6345.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6346.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6347.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6348.             case 'sulu.cache_dir'$value = ($this->targetDir.''.'/sulu'); break;
  6349.             case 'sulu_core.proxy_cache_dir'$value = ($this->targetDir.''.'/sulu/proxies'); break;
  6350.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6351.             case 'massive_search.metadata.prefix'$value $this->getEnv('resolve:MASSIVE_SEARCH_PREFIX'); break;
  6352.             case 'massive_search.metadata.cache_dir'$value = ($this->targetDir.''.'/massive-search'); break;
  6353.             case 'sulu_admin.email'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6354.             case 'sulu_website.sitemap.dump_dir'$value = ($this->targetDir.''.'/sulu/sitemaps'); break;
  6355.             case 'task.lock.storages.file'$value = [
  6356.                 'directory' => ($this->targetDir.''.'/tasks'),
  6357.             ]; break;
  6358.             case 'sulu_form.mail.from'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6359.             case 'sulu_form.mail.to'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6360.             case 'sulu_form.mail.sender'$value $this->getEnv('SULU_ADMIN_EMAIL'); break;
  6361.             case 'sulu_community.webspaces_config'$value = [
  6362.                 'juramuseum' => [
  6363.                     'from' => [
  6364.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  6365.                     ],
  6366.                     'password_forget' => [
  6367.                         'email' => [
  6368.                             'subject' => 'Passwort vergessen',
  6369.                             'admin_template' => NULL,
  6370.                             'user_template' => 'community/password-forget-email.html.twig',
  6371.                         ],
  6372.                         'redirect_to' => '?send=true',
  6373.                         'template' => 'community/password-forget-form.html.twig',
  6374.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\PasswordForgetType',
  6375.                         'options' => [
  6376.                         ],
  6377.                     ],
  6378.                     'registration' => [
  6379.                         'activate_user' => false,
  6380.                         'auto_login' => false,
  6381.                         'type' => 'App\\Form\\RegistrationType',
  6382.                         'email' => [
  6383.                             'subject' => 'Bestätigen Sie Ihre E-Mail-Adresse für Welt des Erbens',
  6384.                             'user_template' => 'community/registration-email.html.twig',
  6385.                             'admin_template' => NULL,
  6386.                         ],
  6387.                         'template' => '@SuluCommunity/registration-form.html.twig',
  6388.                         'options' => [
  6389.                         ],
  6390.                         'redirect_to' => '?send=true',
  6391.                     ],
  6392.                     'password_reset' => [
  6393.                         'auto_login' => false,
  6394.                         'email' => [
  6395.                             'subject' => 'Passwort zurücksetzen',
  6396.                             'admin_template' => NULL,
  6397.                             'user_template' => 'community/password-reset-email.html.twig',
  6398.                         ],
  6399.                         'redirect_to' => '?send=true',
  6400.                         'template' => 'community/password-reset-form.html.twig',
  6401.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\PasswordResetType',
  6402.                         'options' => [
  6403.                         ],
  6404.                     ],
  6405.                     'profile' => [
  6406.                         'type' => 'App\\Form\\ProfileType',
  6407.                         'template' => '@SuluCommunity/profile-form.html.twig',
  6408.                         'options' => [
  6409.                         ],
  6410.                         'redirect_to' => NULL,
  6411.                         'email' => [
  6412.                             'subject' => 'Profile change',
  6413.                             'admin_template' => NULL,
  6414.                             'user_template' => NULL,
  6415.                         ],
  6416.                     ],
  6417.                     'role' => 'JuramuseumUser',
  6418.                     'firewall' => 'juramuseum',
  6419.                     'maintenance' => [
  6420.                         'enabled' => false,
  6421.                         'template' => '@SuluCommunity/maintenance.html.twig',
  6422.                     ],
  6423.                     'login' => [
  6424.                         'template' => '@SuluCommunity/login.html.twig',
  6425.                         'embed_template' => '@SuluCommunity/login-embed.html.twig',
  6426.                     ],
  6427.                     'email_confirmation' => [
  6428.                         'template' => '@SuluCommunity/email-confirmation-success.html.twig',
  6429.                         'email' => [
  6430.                             'subject' => 'E-Mail change',
  6431.                             'admin_template' => NULL,
  6432.                             'user_template' => '@SuluCommunity/email-confirmation-email.html.twig',
  6433.                         ],
  6434.                     ],
  6435.                     'confirmation' => [
  6436.                         'template' => '@SuluCommunity/confirmation-message.html.twig',
  6437.                         'activate_user' => true,
  6438.                         'auto_login' => true,
  6439.                         'redirect_to' => NULL,
  6440.                         'email' => [
  6441.                             'subject' => 'Confirmation',
  6442.                             'admin_template' => NULL,
  6443.                             'user_template' => NULL,
  6444.                         ],
  6445.                     ],
  6446.                     'blacklisted' => [
  6447.                         'email' => [
  6448.                             'subject' => 'Blacklisted',
  6449.                             'admin_template' => '@SuluCommunity/blacklist-email.html.twig',
  6450.                             'user_template' => NULL,
  6451.                         ],
  6452.                     ],
  6453.                     'blacklist_denied' => [
  6454.                         'template' => '@SuluCommunity/blacklist-denied.html.twig',
  6455.                         'delete_user' => true,
  6456.                         'email' => [
  6457.                             'subject' => 'Denied',
  6458.                             'admin_template' => NULL,
  6459.                             'user_template' => NULL,
  6460.                         ],
  6461.                     ],
  6462.                     'blacklist_confirmed' => [
  6463.                         'template' => '@SuluCommunity/blacklist-confirmed.html.twig',
  6464.                         'email' => [
  6465.                             'subject' => 'Registration',
  6466.                             'admin_template' => NULL,
  6467.                             'user_template' => '@SuluCommunity/registration-email.html.twig',
  6468.                         ],
  6469.                     ],
  6470.                     'completion' => [
  6471.                         'service' => NULL,
  6472.                         'template' => '@SuluCommunity/completion-form.html.twig',
  6473.                         'type' => 'Sulu\\Bundle\\CommunityBundle\\Form\\Type\\CompletionType',
  6474.                         'options' => [
  6475.                         ],
  6476.                         'redirect_to' => '/',
  6477.                         'email' => [
  6478.                             'subject' => 'Completion',
  6479.                             'admin_template' => NULL,
  6480.                             'user_template' => NULL,
  6481.                         ],
  6482.                     ],
  6483.                     'to' => [
  6484.                         $this->getEnv('SULU_ADMIN_EMAIL') => $this->getEnv('SULU_ADMIN_EMAIL'),
  6485.                     ],
  6486.                     'webspace_key' => 'juramuseum',
  6487.                 ],
  6488.             ]; break;
  6489.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6490.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6491.         }
  6492.         $this->loadedDynamicParameters[$name] = true;
  6493.         return $this->dynamicParameters[$name] = $value;
  6494.     }
  6495.     protected function getDefaultParameters(): array
  6496.     {
  6497.         return [
  6498.             'kernel.project_dir' => \dirname(__DIR__5),
  6499.             'kernel.environment' => 'dev',
  6500.             'kernel.debug' => true,
  6501.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/website'),
  6502.             'kernel.bundles' => [
  6503.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6504.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6505.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6506.                 'SuluCoreBundle' => 'Sulu\\Bundle\\CoreBundle\\SuluCoreBundle',
  6507.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6508.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6509.                 'DoctrinePHPCRBundle' => 'Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle',
  6510.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6511.                 'RestRoutingBundle' => 'HandcraftedInTheAlps\\RestRoutingBundle\\RestRoutingBundle',
  6512.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  6513.                 'MassiveSearchBundle' => 'Massive\\Bundle\\SearchBundle\\MassiveSearchBundle',
  6514.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  6515.                 'SuluAdminBundle' => 'Sulu\\Bundle\\AdminBundle\\SuluAdminBundle',
  6516.                 'SuluSearchBundle' => 'Sulu\\Bundle\\SearchBundle\\SuluSearchBundle',
  6517.                 'SuluPersistenceBundle' => 'Sulu\\Bundle\\PersistenceBundle\\SuluPersistenceBundle',
  6518.                 'SuluContactBundle' => 'Sulu\\Bundle\\ContactBundle\\SuluContactBundle',
  6519.                 'SuluMediaBundle' => 'Sulu\\Bundle\\MediaBundle\\SuluMediaBundle',
  6520.                 'SuluSecurityBundle' => 'Sulu\\Bundle\\SecurityBundle\\SuluSecurityBundle',
  6521.                 'SuluCategoryBundle' => 'Sulu\\Bundle\\CategoryBundle\\SuluCategoryBundle',
  6522.                 'SuluSnippetBundle' => 'Sulu\\Bundle\\SnippetBundle\\SuluSnippetBundle',
  6523.                 'SuluPageBundle' => 'Sulu\\Bundle\\PageBundle\\SuluPageBundle',
  6524.                 'SuluTagBundle' => 'Sulu\\Bundle\\TagBundle\\SuluTagBundle',
  6525.                 'SuluWebsiteBundle' => 'Sulu\\Bundle\\WebsiteBundle\\SuluWebsiteBundle',
  6526.                 'SuluLocationBundle' => 'Sulu\\Bundle\\LocationBundle\\SuluLocationBundle',
  6527.                 'SuluHttpCacheBundle' => 'Sulu\\Bundle\\HttpCacheBundle\\SuluHttpCacheBundle',
  6528.                 'SuluDocumentManagerBundle' => 'Sulu\\Bundle\\DocumentManagerBundle\\SuluDocumentManagerBundle',
  6529.                 'SuluHashBundle' => 'Sulu\\Bundle\\HashBundle\\SuluHashBundle',
  6530.                 'SuluCustomUrlBundle' => 'Sulu\\Bundle\\CustomUrlBundle\\SuluCustomUrlBundle',
  6531.                 'SuluRouteBundle' => 'Sulu\\Bundle\\RouteBundle\\SuluRouteBundle',
  6532.                 'SuluMarkupBundle' => 'Sulu\\Bundle\\MarkupBundle\\SuluMarkupBundle',
  6533.                 'PhpcrMigrationsBundle' => 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle',
  6534.                 'MassiveBuildBundle' => 'Massive\\Bundle\\BuildBundle\\MassiveBuildBundle',
  6535.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6536.                 'SuluTestBundle' => 'Sulu\\Bundle\\TestBundle\\SuluTestBundle',
  6537.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6538.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6539.                 'SuluPreviewBundle' => 'Sulu\\Bundle\\PreviewBundle\\SuluPreviewBundle',
  6540.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  6541.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  6542.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6543.                 'SuluActivityBundle' => 'Sulu\\Bundle\\ActivityBundle\\SuluActivityBundle',
  6544.                 'SuluTrashBundle' => 'Sulu\\Bundle\\TrashBundle\\SuluTrashBundle',
  6545.                 'TaskBundle' => 'Task\\TaskBundle\\TaskBundle',
  6546.                 'SuluAutomationBundle' => 'Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle',
  6547.                 'SuluFormBundle' => 'Sulu\\Bundle\\FormBundle\\SuluFormBundle',
  6548.                 'SuluHeadlessBundle' => 'Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle',
  6549.                 'SuluRedirectBundle' => 'Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle',
  6550.                 'WaazOpengraphBundle' => 'Waaz\\OpengraphBundle\\WaazOpengraphBundle',
  6551.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  6552.                 'SuluCommunityBundle' => 'Sulu\\Bundle\\CommunityBundle\\SuluCommunityBundle',
  6553.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6554.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6555.             ],
  6556.             'kernel.bundles_metadata' => [
  6557.                 'FrameworkBundle' => [
  6558.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  6559.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6560.                 ],
  6561.                 'TwigBundle' => [
  6562.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  6563.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6564.                 ],
  6565.                 'MonologBundle' => [
  6566.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  6567.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6568.                 ],
  6569.                 'SuluCoreBundle' => [
  6570.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle'),
  6571.                     'namespace' => 'Sulu\\Bundle\\CoreBundle',
  6572.                 ],
  6573.                 'DoctrineBundle' => [
  6574.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  6575.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6576.                 ],
  6577.                 'DoctrineFixturesBundle' => [
  6578.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6579.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6580.                 ],
  6581.                 'DoctrinePHPCRBundle' => [
  6582.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/phpcr-bundle/src'),
  6583.                     'namespace' => 'Doctrine\\Bundle\\PHPCRBundle',
  6584.                 ],
  6585.                 'FOSRestBundle' => [
  6586.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  6587.                     'namespace' => 'FOS\\RestBundle',
  6588.                 ],
  6589.                 'RestRoutingBundle' => [
  6590.                     'path' => (\dirname(__DIR__5).'/vendor/handcraftedinthealps/rest-routing-bundle'),
  6591.                     'namespace' => 'HandcraftedInTheAlps\\RestRoutingBundle',
  6592.                 ],
  6593.                 'JMSSerializerBundle' => [
  6594.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  6595.                     'namespace' => 'JMS\\SerializerBundle',
  6596.                 ],
  6597.                 'MassiveSearchBundle' => [
  6598.                     'path' => (\dirname(__DIR__5).'/vendor/massive/search-bundle'),
  6599.                     'namespace' => 'Massive\\Bundle\\SearchBundle',
  6600.                 ],
  6601.                 'FOSHttpCacheBundle' => [
  6602.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  6603.                     'namespace' => 'FOS\\HttpCacheBundle',
  6604.                 ],
  6605.                 'SuluAdminBundle' => [
  6606.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle'),
  6607.                     'namespace' => 'Sulu\\Bundle\\AdminBundle',
  6608.                 ],
  6609.                 'SuluSearchBundle' => [
  6610.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SearchBundle'),
  6611.                     'namespace' => 'Sulu\\Bundle\\SearchBundle',
  6612.                 ],
  6613.                 'SuluPersistenceBundle' => [
  6614.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PersistenceBundle'),
  6615.                     'namespace' => 'Sulu\\Bundle\\PersistenceBundle',
  6616.                 ],
  6617.                 'SuluContactBundle' => [
  6618.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle'),
  6619.                     'namespace' => 'Sulu\\Bundle\\ContactBundle',
  6620.                 ],
  6621.                 'SuluMediaBundle' => [
  6622.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle'),
  6623.                     'namespace' => 'Sulu\\Bundle\\MediaBundle',
  6624.                 ],
  6625.                 'SuluSecurityBundle' => [
  6626.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle'),
  6627.                     'namespace' => 'Sulu\\Bundle\\SecurityBundle',
  6628.                 ],
  6629.                 'SuluCategoryBundle' => [
  6630.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle'),
  6631.                     'namespace' => 'Sulu\\Bundle\\CategoryBundle',
  6632.                 ],
  6633.                 'SuluSnippetBundle' => [
  6634.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle'),
  6635.                     'namespace' => 'Sulu\\Bundle\\SnippetBundle',
  6636.                 ],
  6637.                 'SuluPageBundle' => [
  6638.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle'),
  6639.                     'namespace' => 'Sulu\\Bundle\\PageBundle',
  6640.                 ],
  6641.                 'SuluTagBundle' => [
  6642.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle'),
  6643.                     'namespace' => 'Sulu\\Bundle\\TagBundle',
  6644.                 ],
  6645.                 'SuluWebsiteBundle' => [
  6646.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle'),
  6647.                     'namespace' => 'Sulu\\Bundle\\WebsiteBundle',
  6648.                 ],
  6649.                 'SuluLocationBundle' => [
  6650.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/LocationBundle'),
  6651.                     'namespace' => 'Sulu\\Bundle\\LocationBundle',
  6652.                 ],
  6653.                 'SuluHttpCacheBundle' => [
  6654.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle'),
  6655.                     'namespace' => 'Sulu\\Bundle\\HttpCacheBundle',
  6656.                 ],
  6657.                 'SuluDocumentManagerBundle' => [
  6658.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle'),
  6659.                     'namespace' => 'Sulu\\Bundle\\DocumentManagerBundle',
  6660.                 ],
  6661.                 'SuluHashBundle' => [
  6662.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/HashBundle'),
  6663.                     'namespace' => 'Sulu\\Bundle\\HashBundle',
  6664.                 ],
  6665.                 'SuluCustomUrlBundle' => [
  6666.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle'),
  6667.                     'namespace' => 'Sulu\\Bundle\\CustomUrlBundle',
  6668.                 ],
  6669.                 'SuluRouteBundle' => [
  6670.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/RouteBundle'),
  6671.                     'namespace' => 'Sulu\\Bundle\\RouteBundle',
  6672.                 ],
  6673.                 'SuluMarkupBundle' => [
  6674.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MarkupBundle'),
  6675.                     'namespace' => 'Sulu\\Bundle\\MarkupBundle',
  6676.                 ],
  6677.                 'PhpcrMigrationsBundle' => [
  6678.                     'path' => (\dirname(__DIR__5).'/vendor/dantleech/phpcr-migrations-bundle'),
  6679.                     'namespace' => 'DTL\\Bundle\\PhpcrMigrations',
  6680.                 ],
  6681.                 'MassiveBuildBundle' => [
  6682.                     'path' => (\dirname(__DIR__5).'/vendor/massive/build-bundle'),
  6683.                     'namespace' => 'Massive\\Bundle\\BuildBundle',
  6684.                 ],
  6685.                 'WebProfilerBundle' => [
  6686.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  6687.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6688.                 ],
  6689.                 'SuluTestBundle' => [
  6690.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TestBundle'),
  6691.                     'namespace' => 'Sulu\\Bundle\\TestBundle',
  6692.                 ],
  6693.                 'DebugBundle' => [
  6694.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  6695.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6696.                 ],
  6697.                 'SecurityBundle' => [
  6698.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  6699.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6700.                 ],
  6701.                 'SuluPreviewBundle' => [
  6702.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PreviewBundle'),
  6703.                     'namespace' => 'Sulu\\Bundle\\PreviewBundle',
  6704.                 ],
  6705.                 'FOSJsRoutingBundle' => [
  6706.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  6707.                     'namespace' => 'FOS\\JsRoutingBundle',
  6708.                 ],
  6709.                 'CmfRoutingBundle' => [
  6710.                     'path' => (\dirname(__DIR__5).'/vendor/symfony-cmf/routing-bundle/src'),
  6711.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  6712.                 ],
  6713.                 'StofDoctrineExtensionsBundle' => [
  6714.                     'path' => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/src'),
  6715.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6716.                 ],
  6717.                 'SuluActivityBundle' => [
  6718.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle'),
  6719.                     'namespace' => 'Sulu\\Bundle\\ActivityBundle',
  6720.                 ],
  6721.                 'SuluTrashBundle' => [
  6722.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle'),
  6723.                     'namespace' => 'Sulu\\Bundle\\TrashBundle',
  6724.                 ],
  6725.                 'TaskBundle' => [
  6726.                     'path' => (\dirname(__DIR__5).'/vendor/php-task/task-bundle/src'),
  6727.                     'namespace' => 'Task\\TaskBundle',
  6728.                 ],
  6729.                 'SuluAutomationBundle' => [
  6730.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle'),
  6731.                     'namespace' => 'Sulu\\Bundle\\AutomationBundle',
  6732.                 ],
  6733.                 'SuluFormBundle' => [
  6734.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/form-bundle'),
  6735.                     'namespace' => 'Sulu\\Bundle\\FormBundle',
  6736.                 ],
  6737.                 'SuluHeadlessBundle' => [
  6738.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/headless-bundle'),
  6739.                     'namespace' => 'Sulu\\Bundle\\HeadlessBundle',
  6740.                 ],
  6741.                 'SuluRedirectBundle' => [
  6742.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle'),
  6743.                     'namespace' => 'Sulu\\Bundle\\RedirectBundle',
  6744.                 ],
  6745.                 'WaazOpengraphBundle' => [
  6746.                     'path' => (\dirname(__DIR__5).'/vendor/waaz/opengraph-bundle'),
  6747.                     'namespace' => 'Waaz\\OpengraphBundle',
  6748.                 ],
  6749.                 'SchebTwoFactorBundle' => [
  6750.                     'path' => (\dirname(__DIR__5).'/vendor/scheb/2fa-bundle'),
  6751.                     'namespace' => 'Scheb\\TwoFactorBundle',
  6752.                 ],
  6753.                 'SuluCommunityBundle' => [
  6754.                     'path' => (\dirname(__DIR__5).'/vendor/sulu/community-bundle'),
  6755.                     'namespace' => 'Sulu\\Bundle\\CommunityBundle',
  6756.                 ],
  6757.                 'SwiftmailerBundle' => [
  6758.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/swiftmailer-bundle'),
  6759.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6760.                 ],
  6761.                 'DoctrineMigrationsBundle' => [
  6762.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  6763.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6764.                 ],
  6765.             ],
  6766.             'kernel.charset' => 'UTF-8',
  6767.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6768.             'sulu.context' => 'website',
  6769.             'sulu.common_cache_dir' => (\dirname(__DIR__3).'/common/dev'),
  6770.             'container.dumper.inline_class_loader' => true,
  6771.             'env(MASSIVE_SEARCH_PREFIX)' => 'massive',
  6772.             'env(PHPCR_WORKSPACE)' => 'default',
  6773.             'default_locale' => 'en',
  6774.             'event_dispatcher.event_aliases' => [
  6775.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6776.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6777.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6778.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6779.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6780.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6781.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6782.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6783.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6784.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6785.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6786.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6787.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6788.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6789.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6790.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6791.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6792.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6793.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6794.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6795.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6796.             ],
  6797.             'fragment.renderer.hinclude.global_template' => NULL,
  6798.             'fragment.path' => '/_fragment',
  6799.             'kernel.http_method_override' => true,
  6800.             'kernel.trusted_hosts' => [
  6801.             ],
  6802.             'kernel.default_locale' => 'en',
  6803.             'kernel.enabled_locales' => [
  6804.             ],
  6805.             'kernel.error_controller' => 'error_controller',
  6806.             'debug.file_link_format' => NULL,
  6807.             'asset.request_context.base_path' => NULL,
  6808.             'asset.request_context.secure' => NULL,
  6809.             'translator.logging' => false,
  6810.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  6811.             'debug.error_handler.throw_at' => -1,
  6812.             'router.request_context.host' => 'localhost',
  6813.             'router.request_context.scheme' => 'http',
  6814.             'router.request_context.base_url' => '',
  6815.             'router.resource' => 'kernel::loadRoutes',
  6816.             'request_listener.http_port' => 80,
  6817.             'request_listener.https_port' => 443,
  6818.             'session.metadata.storage_key' => '_sf2_meta',
  6819.             'session.storage.options' => [
  6820.                 'cache_limiter' => '0',
  6821.                 'name' => 'SULUSESSID',
  6822.                 'cookie_secure' => 'auto',
  6823.                 'cookie_httponly' => true,
  6824.                 'cookie_samesite' => 'lax',
  6825.                 'gc_probability' => 1,
  6826.             ],
  6827.             'session.metadata.update_threshold' => 0,
  6828.             'form.type_extension.csrf.enabled' => true,
  6829.             'form.type_extension.csrf.field_name' => '_token',
  6830.             'validator.translation_domain' => 'validators',
  6831.             'profiler_listener.only_exceptions' => false,
  6832.             'profiler_listener.only_main_requests' => false,
  6833.             'twig.form.resources' => [
  6834.                 => 'form_div_layout.html.twig',
  6835.             ],
  6836.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  6837.             'monolog.use_microseconds' => true,
  6838.             'monolog.swift_mailer.handlers' => [
  6839.             ],
  6840.             'monolog.handlers_to_channels' => [
  6841.                 'monolog.handler.console' => [
  6842.                     'type' => 'exclusive',
  6843.                     'elements' => [
  6844.                         => 'event',
  6845.                         => 'doctrine',
  6846.                         => 'console',
  6847.                     ],
  6848.                 ],
  6849.                 'monolog.handler.main' => [
  6850.                     'type' => 'exclusive',
  6851.                     'elements' => [
  6852.                         => 'event',
  6853.                     ],
  6854.                 ],
  6855.             ],
  6856.             'sulu_core.locales' => [
  6857.                 => 'de',
  6858.                 => 'en',
  6859.             ],
  6860.             'sulu_core.translated_locales' => [
  6861.                 'de' => 'Deutsch',
  6862.                 'en' => 'English',
  6863.             ],
  6864.             'sulu_core.translations' => [
  6865.                 => 'de',
  6866.                 => 'en',
  6867.             ],
  6868.             'sulu_core.fallback_locale' => 'en',
  6869.             'sulu.content.language.namespace' => 'i18n',
  6870.             'sulu.content.language.default' => 'en',
  6871.             'sulu.content.node_names.base' => 'cmf',
  6872.             'sulu.content.node_names.content' => 'contents',
  6873.             'sulu.content.node_names.route' => 'routes',
  6874.             'sulu.content.node_names.snippet' => 'snippets',
  6875.             'sulu.content.structure.default_types' => [
  6876.                 'snippet' => 'default',
  6877.             ],
  6878.             'sulu.content.structure.default_type.snippet' => 'default',
  6879.             'sulu.content.structure.required_properties' => [
  6880.                 'home' => [
  6881.                     => 'title',
  6882.                 ],
  6883.                 'page' => [
  6884.                     => 'title',
  6885.                 ],
  6886.                 'snippet' => [
  6887.                     => 'title',
  6888.                 ],
  6889.             ],
  6890.             'sulu.content.structure.required_tags' => [
  6891.                 'home' => [
  6892.                     => 'sulu.rlp',
  6893.                 ],
  6894.                 'page' => [
  6895.                     => 'sulu.rlp',
  6896.                 ],
  6897.             ],
  6898.             'sulu.content.internal_prefix' => '',
  6899.             'sulu.content.structure.type_map' => [
  6900.                 'page' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6901.                 'home' => 'Sulu\\Component\\Content\\Compat\\Structure\\PageBridge',
  6902.                 'snippet' => 'Sulu\\Component\\Content\\Compat\\Structure\\SnippetBridge',
  6903.             ],
  6904.             'sulu.content.structure.paths' => [
  6905.                 'page' => [
  6906.                     => [
  6907.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Content/templates'),
  6908.                         'type' => 'page',
  6909.                     ],
  6910.                     => [
  6911.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  6912.                         'type' => 'page',
  6913.                     ],
  6914.                     => [
  6915.                         'path' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CoreBundle/DependencyInjection/../Content/templates'),
  6916.                         'type' => 'page',
  6917.                     ],
  6918.                 ],
  6919.                 'home' => [
  6920.                     => [
  6921.                         'path' => (\dirname(__DIR__5).'/config/templates/pages'),
  6922.                         'type' => 'home',
  6923.                     ],
  6924.                 ],
  6925.                 'snippet' => [
  6926.                     => [
  6927.                         'path' => (\dirname(__DIR__5).'/config/templates/snippets'),
  6928.                         'type' => 'snippet',
  6929.                     ],
  6930.                 ],
  6931.             ],
  6932.             'sulu.content.path_cleaner.replacer_loader.file_locator.class' => 'Symfony\\Component\\Config\\FileLocator',
  6933.             'sulu.content.path_cleaner.replacer_loader.class' => 'Sulu\\Bundle\\CoreBundle\\DataFixtures\\ReplacerXmlLoader',
  6934.             'sulu.content.path_cleaner.class' => 'Sulu\\Component\\PHPCR\\PathCleanup',
  6935.             'sulu.content.template_resolver.class' => 'Sulu\\Component\\Content\\Template\\TemplateResolver',
  6936.             'sulu.content.mapper.class' => 'Sulu\\Component\\Content\\Mapper\\ContentMapper',
  6937.             'sulu.content.structure_manager.class' => 'Sulu\\Component\\Content\\Compat\\StructureManager',
  6938.             'sulu.content.webspace_structure_provider.cache.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  6939.             'sulu.content.webspace_structure_provider.class' => 'Sulu\\Component\\Webspace\\StructureProvider\\WebspaceStructureProvider',
  6940.             'sulu.content.type_manager.class' => 'Sulu\\Component\\Content\\ContentTypeManager',
  6941.             'sulu.content.type.number.class' => 'Sulu\\Component\\Content\\Types\\Number',
  6942.             'sulu.content.type.text_line.class' => 'Sulu\\Component\\Content\\Types\\TextLine',
  6943.             'sulu.content.type.text_area.class' => 'Sulu\\Component\\Content\\Types\\TextArea',
  6944.             'sulu.content.type.text_editor.class' => 'Sulu\\Component\\Content\\Types\\TextEditor',
  6945.             'sulu.content.type.resource_locator.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator',
  6946.             'sulu.content.type.link.class' => 'Sulu\\Component\\Content\\Types\\Link',
  6947.             'sulu.content.type.block.class' => 'Sulu\\Component\\Content\\Types\\BlockContentType',
  6948.             'sulu.content.resource_locator.mapper.phpcr.class' => 'Sulu\\Component\\Content\\Types\\ResourceLocator\\Mapper\\PhpcrMapper',
  6949.             'sulu.content.query_executor.class' => 'Sulu\\Component\\Content\\Query\\ContentQueryExecutor',
  6950.             'sulu.cache.warmer.structure.class' => 'Sulu\\Bundle\\CoreBundle\\Cache\\StructureWarmer',
  6951.             'sulu.util.node_helper.class' => 'Sulu\\Component\\Util\\SuluNodeHelper',
  6952.             'sulu_core.webspace.config_dir' => (\dirname(__DIR__5).'/config/webspaces'),
  6953.             'sulu_core.webspace.cache_class' => 'websiteWebspaceCollectionCache',
  6954.             'sulu_core.webspace.base_class' => 'WebspaceCollection',
  6955.             'sulu_core.cache.memoize.default_lifetime' => 1,
  6956.             'sulu_core.cache.memoize.cache.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6957.             'sulu_core.cache.memoize.class' => 'Sulu\\Component\\Cache\\Memoize',
  6958.             'sulu.fields_defaults.translations' => [
  6959.                 'id' => 'public.id',
  6960.                 'title' => 'public.title',
  6961.                 'name' => 'public.name',
  6962.                 'created' => 'public.created',
  6963.                 'changed' => 'public.changed',
  6964.             ],
  6965.             'sulu.fields_defaults.widths' => [
  6966.                 'id' => '50px',
  6967.             ],
  6968.             'sulu.phpcr.session.class' => 'Sulu\\Component\\PHPCR\\SessionManager\\SessionManager',
  6969.             'sulu_core.build.builder.database.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\DatabaseBuilder',
  6970.             'sulu_core.build.builder.phpcr.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrBuilder',
  6971.             'sulu_core.build.builder.phpcr_migrations.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\PhpcrMigrationsBuilder',
  6972.             'sulu_core.build.builder.fixtures.class' => 'Sulu\\Bundle\\CoreBundle\\Build\\FixturesBuilder',
  6973.             'sulu.core.localization_manager.class' => 'Sulu\\Component\\Localization\\Manager\\LocalizationManager',
  6974.             'sulu.core.localization_manager.core_provider.class' => 'Sulu\\Component\\Localization\\Provider\\LocalizationProvider',
  6975.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6976.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6977.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6978.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6979.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6980.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6981.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6982.             'doctrine.entity_managers' => [
  6983.                 'default' => 'doctrine.orm.default_entity_manager',
  6984.             ],
  6985.             'doctrine.default_entity_manager' => 'default',
  6986.             'doctrine.dbal.connection_factory.types' => [
  6987.             ],
  6988.             'doctrine.connections' => [
  6989.                 'default' => 'doctrine.dbal.default_connection',
  6990.             ],
  6991.             'doctrine.default_connection' => 'default',
  6992.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6993.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6994.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6995.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6996.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6997.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6998.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6999.             'doctrine.orm.cache.memcache_port' => 11211,
  7000.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7001.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7002.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7003.             'doctrine.orm.cache.memcached_port' => 11211,
  7004.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7005.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7006.             'doctrine.orm.cache.redis_host' => 'localhost',
  7007.             'doctrine.orm.cache.redis_port' => 6379,
  7008.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7009.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7010.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7011.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7012.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7013.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7014.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7015.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7016.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7017.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7018.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7019.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7020.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7021.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7022.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7023.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7024.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7025.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7026.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7027.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7028.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7029.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7030.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7031.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7032.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7033.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7034.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7035.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7036.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7037.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7038.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7039.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7040.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7041.             'doctrine_phpcr.sessions' => [
  7042.                 'default' => 'doctrine_phpcr.default_session',
  7043.                 'live' => 'doctrine_phpcr.live_session',
  7044.             ],
  7045.             'doctrine_phpcr.odm.document_managers' => [
  7046.             ],
  7047.             'doctrine_phpcr.default_session' => 'live',
  7048.             'doctrine_phpcr.odm.default_document_manager' => '',
  7049.             'doctrine_phpcr.dump_max_line_length' => 120,
  7050.             'doctrine_phpcr.form.type_guess' => [
  7051.             ],
  7052.             'massive_search.search_manager.class' => 'Massive\\Bundle\\SearchBundle\\Search\\SearchManager',
  7053.             'massive_search.object_to_document_converter.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ObjectToDocumentConverter',
  7054.             'massive_search.expression_language.class' => 'Massive\\Bundle\\SearchBundle\\Search\\ExpressionLanguage\\MassiveSearchExpressionLanguage',
  7055.             'massive_search.search.adapter.zend_lucene.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\ZendLuceneAdapter',
  7056.             'massive_search.search.adapter.test.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Adapter\\TestAdapter',
  7057.             'massive_search.factory_default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Factory',
  7058.             'massive_search.controller.rest.class' => 'Massive\\Bundle\\SearchBundle\\Controller\\SearchController',
  7059.             'massive_search.events.index' => 'massive_search.index',
  7060.             'massive_search.events.deindex' => 'massive_search.deindex',
  7061.             'massive_search.adapter.zend_lucene.basepath' => (\dirname(__DIR__4).'/indexes'),
  7062.             'massive_search.adapter.zend_lucene.hide_index_exception' => false,
  7063.             'massive_search.adapter.zend_lucene.encoding' => 'UTF-8',
  7064.             'massive_search.metadata.debug' => true,
  7065.             'massive_search.metadata.driver.xml.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Driver\\XmlDriver',
  7066.             'massive_search.metadata.driver.annotation.class' => 'Symfony\\Cmf\\Bundle\\TreeUiBundle\\Tree\\Metadata\\Driver\\AnnotationDriver',
  7067.             'massive_search.metadata.driver.chain.class' => 'Metadata\\Driver\\DriverChain',
  7068.             'massive_search.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  7069.             'massive_search.metadata.factory.class' => 'Metadata\\MetadataFactory',
  7070.             'massive_search.metadata.field_evaluator.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\FieldEvaluator',
  7071.             'massive_search.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  7072.             'massive_search.metadata.provider.default.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\DefaultProvider',
  7073.             'massive_search.metadata.provider.chain.class' => 'Massive\\Bundle\\SearchBundle\\Search\\Metadata\\Provider\\ChainProvider',
  7074.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  7075.             'fos_http_cache.cacheable.response.additional_status' => [
  7076.             ],
  7077.             'fos_http_cache.proxy_client.symfony.options' => [
  7078.                 'tags_header' => 'X-Cache-Tags',
  7079.                 'tags_method' => 'PURGETAGS',
  7080.                 'purge_method' => 'PURGE',
  7081.             ],
  7082.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  7083.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  7084.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  7085.             'fos_http_cache.tag_handler.separator' => ',',
  7086.             'fos_http_cache.tag_handler.strict' => false,
  7087.             'sulu_admin.name' => 'Sulu Admin',
  7088.             'sulu_admin.user_data_service' => 'sulu_security.user_manager',
  7089.             'sulu_admin.resources' => [
  7090.                 'blacklist_items' => [
  7091.                     'routes' => [
  7092.                         'list' => 'sulu_community.get_blacklist-items',
  7093.                         'detail' => 'sulu_community.get_blacklist-item',
  7094.                     ],
  7095.                 ],
  7096.                 'redirect_routes' => [
  7097.                     'routes' => [
  7098.                         'list' => 'sulu_redirect.get_redirect-routes',
  7099.                         'detail' => 'sulu_redirect.get_redirect-route',
  7100.                     ],
  7101.                 ],
  7102.                 'forms' => [
  7103.                     'routes' => [
  7104.                         'list' => 'sulu_form.get_forms',
  7105.                         'detail' => 'sulu_form.get_form',
  7106.                     ],
  7107.                 ],
  7108.                 'dynamic_forms' => [
  7109.                     'routes' => [
  7110.                         'list' => 'sulu_form.get_dynamics',
  7111.                         'detail' => 'sulu_form.delete_dynamic',
  7112.                     ],
  7113.                 ],
  7114.                 'tasks' => [
  7115.                     'routes' => [
  7116.                         'list' => 'sulu_automation.get_tasks',
  7117.                         'detail' => 'sulu_automation.get_task',
  7118.                     ],
  7119.                 ],
  7120.                 'trash_items' => [
  7121.                     'routes' => [
  7122.                         'list' => 'sulu_trash.get_trash-items',
  7123.                         'detail' => 'sulu_trash.get_trash-item',
  7124.                     ],
  7125.                 ],
  7126.                 'activities' => [
  7127.                     'routes' => [
  7128.                         'list' => 'sulu_activity.get_activities',
  7129.                     ],
  7130.                 ],
  7131.                 'preview_links' => [
  7132.                     'routes' => [
  7133.                         'detail' => 'sulu_preview.get_preview-link',
  7134.                     ],
  7135.                 ],
  7136.                 'routes' => [
  7137.                     'routes' => [
  7138.                         'list' => 'sulu_routes.get_routes',
  7139.                     ],
  7140.                 ],
  7141.                 'custom_urls' => [
  7142.                     'routes' => [
  7143.                         'list' => 'sulu_custom_url.cget_webspace_custom-urls',
  7144.                         'detail' => 'sulu_custom_url.get_webspace_custom-urls',
  7145.                     ],
  7146.                 ],
  7147.                 'custom_url_routes' => [
  7148.                     'routes' => [
  7149.                         'list' => 'sulu_custom_url.get_webspace_custom-urls_routes',
  7150.                     ],
  7151.                 ],
  7152.                 'geolocator_locations' => [
  7153.                     'routes' => [
  7154.                         'list' => 'sulu_location.geolocator_query',
  7155.                     ],
  7156.                 ],
  7157.                 'analytics' => [
  7158.                     'routes' => [
  7159.                         'list' => 'sulu_website.cget_webspace_analytics',
  7160.                         'detail' => 'sulu_website.get_webspace_analytics',
  7161.                     ],
  7162.                 ],
  7163.                 'tags' => [
  7164.                     'routes' => [
  7165.                         'list' => 'sulu_tag.get_tags',
  7166.                         'detail' => 'sulu_tag.get_tag',
  7167.                     ],
  7168.                 ],
  7169.                 'page_resourcelocators' => [
  7170.                     'routes' => [
  7171.                         'list' => 'sulu_page.get_page_resourcelocators',
  7172.                     ],
  7173.                 ],
  7174.                 'pages' => [
  7175.                     'routes' => [
  7176.                         'list' => 'sulu_page.get_pages',
  7177.                         'detail' => 'sulu_page.get_page',
  7178.                     ],
  7179.                     'security_context' => 'sulu.webspaces.#webspace#',
  7180.                     'security_class' => 'Sulu\\Component\\Content\\Document\\Behavior\\SecurityBehavior',
  7181.                 ],
  7182.                 'page_versions' => [
  7183.                     'routes' => [
  7184.                         'list' => 'sulu_page.get_page_versions',
  7185.                         'detail' => 'sulu_page.post_page_version_trigger',
  7186.                     ],
  7187.                 ],
  7188.                 'webspaces' => [
  7189.                     'routes' => [
  7190.                         'list' => 'sulu_page.get_webspaces',
  7191.                         'detail' => 'sulu_page.get_webspace',
  7192.                     ],
  7193.                 ],
  7194.                 'snippets' => [
  7195.                     'routes' => [
  7196.                         'list' => 'sulu_snippet.get_snippets',
  7197.                         'detail' => 'sulu_snippet.get_snippet',
  7198.                     ],
  7199.                 ],
  7200.                 'snippet_areas' => [
  7201.                     'routes' => [
  7202.                         'list' => 'sulu_snippet.get_snippet-areas',
  7203.                         'detail' => 'sulu_snippet.put_snippet-area',
  7204.                     ],
  7205.                 ],
  7206.                 'categories' => [
  7207.                     'routes' => [
  7208.                         'list' => 'sulu_category.get_categories',
  7209.                         'detail' => 'sulu_category.get_category',
  7210.                     ],
  7211.                 ],
  7212.                 'category_keywords' => [
  7213.                     'routes' => [
  7214.                         'list' => 'sulu_category.get_category_keywords',
  7215.                         'detail' => 'sulu_category.get_category_keyword',
  7216.                     ],
  7217.                 ],
  7218.                 'permissions' => [
  7219.                     'routes' => [
  7220.                         'detail' => 'sulu_security.get_permissions',
  7221.                     ],
  7222.                 ],
  7223.                 'roles' => [
  7224.                     'routes' => [
  7225.                         'list' => 'sulu_security.get_roles',
  7226.                         'detail' => 'sulu_security.get_role',
  7227.                     ],
  7228.                 ],
  7229.                 'users' => [
  7230.                     'routes' => [
  7231.                         'list' => 'sulu_security.get_users',
  7232.                         'detail' => 'sulu_security.get_user',
  7233.                     ],
  7234.                 ],
  7235.                 'profile' => [
  7236.                     'routes' => [
  7237.                         'detail' => 'sulu_security.get_profile',
  7238.                     ],
  7239.                 ],
  7240.                 'media' => [
  7241.                     'routes' => [
  7242.                         'list' => 'sulu_media.cget_media',
  7243.                         'detail' => 'sulu_media.get_media',
  7244.                     ],
  7245.                     'security_context' => 'sulu.media.collections',
  7246.                     'security_class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7247.                 ],
  7248.                 'media_preview' => [
  7249.                     'routes' => [
  7250.                         'detail' => 'sulu_media.post_media_preview',
  7251.                     ],
  7252.                 ],
  7253.                 'media_formats' => [
  7254.                     'routes' => [
  7255.                         'list' => 'sulu_media.get_media_formats',
  7256.                         'detail' => 'sulu_media.put_media_format',
  7257.                     ],
  7258.                 ],
  7259.                 'media_versions' => [
  7260.                     'routes' => [
  7261.                         'detail' => 'sulu_media.delete_media_version',
  7262.                     ],
  7263.                 ],
  7264.                 'collections' => [
  7265.                     'routes' => [
  7266.                         'list' => 'sulu_media.get_collections',
  7267.                         'detail' => 'sulu_media.get_collection',
  7268.                     ],
  7269.                 ],
  7270.                 'formats' => [
  7271.                     'routes' => [
  7272.                         'list' => 'sulu_media.get_formats',
  7273.                         'detail' => 'sulu_media.get_format',
  7274.                     ],
  7275.                 ],
  7276.                 'contacts' => [
  7277.                     'routes' => [
  7278.                         'list' => 'sulu_contact.get_contacts',
  7279.                         'detail' => 'sulu_contact.get_contact',
  7280.                     ],
  7281.                 ],
  7282.                 'contact_titles' => [
  7283.                     'routes' => [
  7284.                         'list' => 'sulu_contact.get_contact-titles',
  7285.                     ],
  7286.                 ],
  7287.                 'contact_positions' => [
  7288.                     'routes' => [
  7289.                         'list' => 'sulu_contact.get_contact-positions',
  7290.                     ],
  7291.                 ],
  7292.                 'contact_media' => [
  7293.                     'routes' => [
  7294.                         'list' => 'sulu_contact.cget_contact_medias',
  7295.                         'detail' => 'sulu_contact.delete_contact_medias',
  7296.                     ],
  7297.                 ],
  7298.                 'accounts' => [
  7299.                     'routes' => [
  7300.                         'list' => 'sulu_contact.get_accounts',
  7301.                         'detail' => 'sulu_contact.get_account',
  7302.                     ],
  7303.                 ],
  7304.                 'account_media' => [
  7305.                     'routes' => [
  7306.                         'list' => 'sulu_contact.cget_account_medias',
  7307.                         'detail' => 'sulu_contact.delete_account_medias',
  7308.                     ],
  7309.                 ],
  7310.                 'account_contacts' => [
  7311.                     'routes' => [
  7312.                         'list' => 'sulu_contact.get_account_contacts',
  7313.                         'detail' => 'sulu_contact.delete_account_contacts',
  7314.                     ],
  7315.                 ],
  7316.                 'search' => [
  7317.                     'routes' => [
  7318.                         'list' => 'sulu_search_search',
  7319.                     ],
  7320.                 ],
  7321.                 'search_indexes' => [
  7322.                     'routes' => [
  7323.                         'list' => 'sulu_search_indexes',
  7324.                     ],
  7325.                 ],
  7326.                 'collaborations' => [
  7327.                     'routes' => [
  7328.                         'detail' => 'sulu_admin.put_collaborations',
  7329.                     ],
  7330.                 ],
  7331.                 'localizations' => [
  7332.                     'routes' => [
  7333.                         'list' => 'sulu_core.get_localizations',
  7334.                     ],
  7335.                 ],
  7336.                 'teasers' => [
  7337.                     'routes' => [
  7338.                         'list' => 'sulu_page.get_teasers',
  7339.                     ],
  7340.                 ],
  7341.                 'consultant_details' => [
  7342.                     'routes' => [
  7343.                         'list' => 'app.get_consultant_list',
  7344.                         'detail' => 'app.get_consultant',
  7345.                     ],
  7346.                 ],
  7347.                 'consultants' => [
  7348.                     'routes' => [
  7349.                         'list' => 'app.get_consultant_list',
  7350.                         'detail' => 'app.get_consultant',
  7351.                     ],
  7352.                 ],
  7353.                 'consultant_pending' => [
  7354.                     'routes' => [
  7355.                         'list' => 'app.get_consultant_pending_list',
  7356.                         'detail' => 'app.get_consultant_pending',
  7357.                     ],
  7358.                 ],
  7359.                 'company' => [
  7360.                     'routes' => [
  7361.                         'list' => 'app.get_company_list',
  7362.                         'detail' => 'app.get_company',
  7363.                     ],
  7364.                 ],
  7365.             ],
  7366.             'sulu_admin.collaboration_enabled' => false,
  7367.             'sulu_admin.collaboration_interval' => 20,
  7368.             'sulu_admin.collaboration_threshold' => 60,
  7369.             'sulu_admin.forms.directories' => [
  7370.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/forms'),
  7371.                 => (\dirname(__DIR__5).'/vendor/waaz/opengraph-bundle/DependencyInjection/../Resources/config/forms'),
  7372.                 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/forms'),
  7373.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/forms'),
  7374.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/forms'),
  7375.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/forms'),
  7376.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/forms'),
  7377.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/forms'),
  7378.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/forms'),
  7379.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/forms'),
  7380.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/forms'),
  7381.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/forms'),
  7382.                 12 => (\dirname(__DIR__5).'/config/forms'),
  7383.             ],
  7384.             'sulu_admin.lists.directories' => [
  7385.                 => (\dirname(__DIR__5).'/vendor/sulu/community-bundle/DependencyInjection/../Resources/config/lists'),
  7386.                 => (\dirname(__DIR__5).'/vendor/sulu/redirect-bundle/DependencyInjection/../Resources/config/lists'),
  7387.                 => (\dirname(__DIR__5).'/vendor/sulu/form-bundle/DependencyInjection/../Resources/config/lists'),
  7388.                 => (\dirname(__DIR__5).'/vendor/sulu/automation-bundle/DependencyInjection/../Resources/config/lists'),
  7389.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7390.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ActivityBundle/Infrastructure/Symfony/DependencyInjection/../../../Resources/config/lists'),
  7391.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/DependencyInjection/../Resources/config/lists'),
  7392.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/DependencyInjection/../Resources/config/lists'),
  7393.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/TagBundle/DependencyInjection/../Resources/config/lists'),
  7394.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/DependencyInjection/../Resources/config/lists'),
  7395.                 10 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/DependencyInjection/../Resources/config/lists'),
  7396.                 11 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CategoryBundle/DependencyInjection/../Resources/config/lists'),
  7397.                 12 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../Resources/config/lists'),
  7398.                 13 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/lists'),
  7399.                 14 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/ContactBundle/DependencyInjection/../Resources/config/lists'),
  7400.                 15 => (\dirname(__DIR__5).'/config/lists'),
  7401.             ],
  7402.             'sulu_admin.admin_controller.class' => 'Sulu\\Bundle\\AdminBundle\\Controller\\AdminController',
  7403.             'sulu_admin.admin_pool.class' => 'Sulu\\Bundle\\AdminBundle\\Admin\\AdminPool',
  7404.             'sulu_search.indexes' => [
  7405.                 'snippet' => [
  7406.                     'name' => 'sulu_snippet.snippets',
  7407.                     'icon' => 'su-snippet',
  7408.                     'view' => [
  7409.                         'name' => 'sulu_snippet.edit_form',
  7410.                         'result_to_view' => [
  7411.                             'id' => 'id',
  7412.                             'locale' => 'locale',
  7413.                         ],
  7414.                     ],
  7415.                     'security_context' => 'sulu.global.snippets',
  7416.                     'contexts' => [
  7417.                     ],
  7418.                 ],
  7419.                 'category' => [
  7420.                     'name' => 'sulu_category.categories',
  7421.                     'icon' => 'su-tag',
  7422.                     'view' => [
  7423.                         'name' => 'sulu_category.edit_form',
  7424.                         'result_to_view' => [
  7425.                             'id' => 'id',
  7426.                             'locale' => 'locale',
  7427.                         ],
  7428.                     ],
  7429.                     'security_context' => 'sulu.settings.categories',
  7430.                     'contexts' => [
  7431.                     ],
  7432.                 ],
  7433.                 'media' => [
  7434.                     'name' => 'sulu_media.media',
  7435.                     'icon' => 'su-image',
  7436.                     'view' => [
  7437.                         'name' => 'sulu_media.form',
  7438.                         'result_to_view' => [
  7439.                             'id' => 'id',
  7440.                             'locale' => 'locale',
  7441.                         ],
  7442.                     ],
  7443.                     'security_context' => 'sulu.media.collections',
  7444.                     'contexts' => [
  7445.                     ],
  7446.                 ],
  7447.                 'contact' => [
  7448.                     'name' => 'sulu_contact.people',
  7449.                     'icon' => 'su-user',
  7450.                     'view' => [
  7451.                         'name' => 'sulu_contact.contact_edit_form',
  7452.                         'result_to_view' => [
  7453.                             'id' => 'id',
  7454.                             'locale' => 'locale',
  7455.                         ],
  7456.                     ],
  7457.                     'security_context' => 'sulu.contact.people',
  7458.                     'contexts' => [
  7459.                     ],
  7460.                 ],
  7461.                 'account' => [
  7462.                     'name' => 'sulu_contact.organizations',
  7463.                     'icon' => 'su-house',
  7464.                     'view' => [
  7465.                         'name' => 'sulu_contact.account_edit_form',
  7466.                         'result_to_view' => [
  7467.                             'id' => 'id',
  7468.                             'locale' => 'locale',
  7469.                         ],
  7470.                     ],
  7471.                     'security_context' => 'sulu.contact.organizations',
  7472.                     'contexts' => [
  7473.                     ],
  7474.                 ],
  7475.                 'page_juramuseum' => [
  7476.                     'name' => 'juramuseum.de',
  7477.                     'icon' => 'su-document',
  7478.                     'view' => [
  7479.                         'name' => 'sulu_page.page_edit_form',
  7480.                         'result_to_view' => [
  7481.                             'id' => 'id',
  7482.                             'locale' => 'locale',
  7483.                             'properties/webspace_key' => 'webspace',
  7484.                         ],
  7485.                     ],
  7486.                     'security_context' => 'sulu.webspaces.juramuseum',
  7487.                 ],
  7488.                 'page_juramuseum_published' => [
  7489.                     'name' => 'juramuseum.de',
  7490.                     'icon' => 'su-document',
  7491.                     'view' => [
  7492.                         'name' => 'sulu_page.page_edit_form',
  7493.                         'result_to_view' => [
  7494.                             'id' => 'id',
  7495.                             'locale' => 'locale',
  7496.                             'properties/webspace_key' => 'webspace',
  7497.                         ],
  7498.                     ],
  7499.                     'security_context' => 'sulu.webspaces.juramuseum',
  7500.                     'contexts' => [
  7501.                         => 'website',
  7502.                     ],
  7503.                 ],
  7504.             ],
  7505.             'sulu_search.website.indexes' => [
  7506.                 => 'page_#webspace#_published',
  7507.             ],
  7508.             'sulu_search.controller.search.class' => 'Sulu\\Bundle\\SearchBundle\\Controller\\SearchController',
  7509.             'sulu_search.search.factory.class' => 'Sulu\\Bundle\\SearchBundle\\Search\\Factory',
  7510.             'sulu_search.build.index.class' => 'Sulu\\Bundle\\SearchBundle\\Build\\IndexBuilder',
  7511.             'sulu.persistence.event_subscriber.orm.timestampable.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\TimestampableSubscriber',
  7512.             'sulu.persistence.event_subscriber.orm.user_blame.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\UserBlameSubscriber',
  7513.             'sulu.persistence.event_subscriber.orm.metadata.class' => 'Sulu\\Component\\Persistence\\EventSubscriber\\ORM\\MetadataSubscriber',
  7514.             'sulu_contact.contact_title.entity' => 'SuluContactBundle:ContactTitle',
  7515.             'sulu_contact.position.entity' => 'SuluContactBundle:Position',
  7516.             'sulu_contact.defaults' => [
  7517.                 'phoneType' => '1',
  7518.                 'phoneTypeMobile' => '3',
  7519.                 'phoneTypeIsdn' => '1',
  7520.                 'emailType' => '1',
  7521.                 'addressType' => '1',
  7522.                 'urlType' => '1',
  7523.                 'faxType' => '1',
  7524.                 'socialMediaProfileType' => '1',
  7525.                 'country' => 'AT',
  7526.             ],
  7527.             'sulu_contact.form_of_address' => [
  7528.                 'male' => [
  7529.                     'id' => 0,
  7530.                     'name' => 'male',
  7531.                     'translation' => 'contact.contacts.formOfAddress.male',
  7532.                 ],
  7533.                 'female' => [
  7534.                     'id' => 1,
  7535.                     'name' => 'female',
  7536.                     'translation' => 'contact.contacts.formOfAddress.female',
  7537.                 ],
  7538.             ],
  7539.             'sulu_contact.contact_form.category_root' => NULL,
  7540.             'sulu_contact.account_form.category_root' => NULL,
  7541.             'sulu.model.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  7542.             'sulu.repository.contact.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  7543.             'sulu.model.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  7544.             'sulu.repository.account.class' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  7545.             'sulu.persistence.objects' => [
  7546.                 'sulu' => [
  7547.                     'blacklist_item' => [
  7548.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  7549.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  7550.                     ],
  7551.                     'blacklist_user' => [
  7552.                         'model' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  7553.                         'repository' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  7554.                     ],
  7555.                     'redirect_route' => [
  7556.                         'model' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute',
  7557.                         'repository' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRouteRepository',
  7558.                     ],
  7559.                     'task' => [
  7560.                         'model' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\Task',
  7561.                         'repository' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\DoctrineTaskRepository',
  7562.                     ],
  7563.                     'trash_item' => [
  7564.                         'model' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  7565.                     ],
  7566.                     'activity' => [
  7567.                         'model' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  7568.                     ],
  7569.                     'preview_link' => [
  7570.                         'model' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  7571.                     ],
  7572.                     'route' => [
  7573.                         'model' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  7574.                         'repository' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  7575.                     ],
  7576.                     'analytics' => [
  7577.                         'model' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  7578.                         'repository' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  7579.                     ],
  7580.                     'tag' => [
  7581.                         'model' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  7582.                         'repository' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  7583.                     ],
  7584.                     'category' => [
  7585.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7586.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  7587.                     ],
  7588.                     'category_meta' => [
  7589.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  7590.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  7591.                     ],
  7592.                     'category_translation' => [
  7593.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  7594.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  7595.                     ],
  7596.                     'keyword' => [
  7597.                         'model' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7598.                         'repository' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  7599.                     ],
  7600.                     'user' => [
  7601.                         'model' => 'App\\Entity\\User',
  7602.                         'repository' => 'App\\Repository\\UserRepository',
  7603.                     ],
  7604.                     'role' => [
  7605.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  7606.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  7607.                     ],
  7608.                     'role_setting' => [
  7609.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  7610.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  7611.                     ],
  7612.                     'access_control' => [
  7613.                         'model' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  7614.                         'repository' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  7615.                     ],
  7616.                     'media' => [
  7617.                         'model' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  7618.                         'repository' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  7619.                     ],
  7620.                     'contact' => [
  7621.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Contact',
  7622.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\ContactRepository',
  7623.                     ],
  7624.                     'account' => [
  7625.                         'model' => 'Sulu\\Bundle\\ContactBundle\\Entity\\Account',
  7626.                         'repository' => 'Sulu\\Bundle\\ContactBundle\\Entity\\AccountRepository',
  7627.                     ],
  7628.                 ],
  7629.             ],
  7630.             'sulu.model.collection.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Collection',
  7631.             'sulu_media.image_format_files' => [
  7632.                 => (\dirname(__DIR__5).'/vendor/waaz/opengraph-bundle/DependencyInjection/../Resources/config/image-formats.xml'),
  7633.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  7634.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/DependencyInjection/../Resources/config/image-formats.xml'),
  7635.                 => (\dirname(__DIR__5).'/config/image-formats.xml'),
  7636.             ],
  7637.             'sulu_media.system_collections' => [
  7638.                 'sulu_form' => [
  7639.                     'meta_title' => [
  7640.                         'en' => 'Sulu forms',
  7641.                         'de' => 'Sulu Formulare',
  7642.                     ],
  7643.                     'collections' => [
  7644.                         'attachments' => [
  7645.                             'meta_title' => [
  7646.                                 'en' => 'Attachments',
  7647.                                 'de' => 'Anhänge',
  7648.                             ],
  7649.                         ],
  7650.                     ],
  7651.                 ],
  7652.                 'sulu_media' => [
  7653.                     'meta_title' => [
  7654.                         'en' => 'Sulu media',
  7655.                         'de' => 'Sulu Medien',
  7656.                     ],
  7657.                     'collections' => [
  7658.                         'preview_image' => [
  7659.                             'meta_title' => [
  7660.                                 'en' => 'Preview images',
  7661.                                 'de' => 'Vorschaubilder',
  7662.                             ],
  7663.                         ],
  7664.                     ],
  7665.                 ],
  7666.                 'sulu_contact' => [
  7667.                     'meta_title' => [
  7668.                         'en' => 'Sulu contacts',
  7669.                         'de' => 'Sulu Kontakte',
  7670.                     ],
  7671.                     'collections' => [
  7672.                         'contact' => [
  7673.                             'meta_title' => [
  7674.                                 'en' => 'People',
  7675.                                 'de' => 'Personen',
  7676.                             ],
  7677.                         ],
  7678.                         'account' => [
  7679.                             'meta_title' => [
  7680.                                 'en' => 'Organizations',
  7681.                                 'de' => 'Organisationen',
  7682.                             ],
  7683.                         ],
  7684.                     ],
  7685.                 ],
  7686.             ],
  7687.             'sulu_media.format_cache.media_proxy_path' => '/uploads/media/{slug}',
  7688.             'sulu_media.media_manager.media_download_path' => '/media/{id}/download/{slug}',
  7689.             'sulu_media.media_manager.media_download_path_admin' => '/admin/media/{id}/download/{slug}',
  7690.             'sulu_media.format_manager.response_headers' => [
  7691.                 'Expires' => '+1 month',
  7692.                 'Pragma' => 'public',
  7693.                 'Cache-Control' => 'public, immutable, max-age=31536000',
  7694.             ],
  7695.             'sulu_media.format_manager.default_imagine_options' => [
  7696.                 'jpeg_quality' => 100,
  7697.                 'webp_quality' => 100,
  7698.             ],
  7699.             'sulu_media.format_cache.path' => (\dirname(__DIR__5).'/public/uploads/media'),
  7700.             'sulu_media.format_cache.save_image' => true,
  7701.             'sulu_media.format_cache.segments' => 10,
  7702.             'sulu_media.ghost_script.path' => 'gs',
  7703.             'sulu_media.media.blocked_file_types' => [
  7704.             ],
  7705.             'sulu_media.collection.type.default' => [
  7706.                 'id' => 1,
  7707.             ],
  7708.             'sulu_media.collection.previews.format' => 'sulu-50x50',
  7709.             'sulu_media.media.types' => [
  7710.                 => [
  7711.                     'type' => 'document',
  7712.                     'mimeTypes' => [
  7713.                         => '*',
  7714.                     ],
  7715.                 ],
  7716.                 => [
  7717.                     'type' => 'image',
  7718.                     'mimeTypes' => [
  7719.                         => 'image/*',
  7720.                     ],
  7721.                 ],
  7722.                 => [
  7723.                     'type' => 'video',
  7724.                     'mimeTypes' => [
  7725.                         => 'video/*',
  7726.                     ],
  7727.                 ],
  7728.                 => [
  7729.                     'type' => 'audio',
  7730.                     'mimeTypes' => [
  7731.                         => 'audio/*',
  7732.                     ],
  7733.                 ],
  7734.             ],
  7735.             'sulu_media.search.default_image_format' => 'sulu-100x100',
  7736.             'sulu_media.disposition_type.default' => 'attachment',
  7737.             'sulu_media.disposition_type.mime_types_inline' => [
  7738.             ],
  7739.             'sulu_media.disposition_type.mime_types_attachment' => [
  7740.             ],
  7741.             'sulu_media.upload.max_filesize' => 256,
  7742.             'sulu_media.media.max_file_size' => '256MB',
  7743.             'sulu_media.adobe_creative_key' => NULL,
  7744.             'sulu_media.admin.class' => 'Sulu\\Bundle\\MediaBundle\\Admin\\MediaAdmin',
  7745.             'sulu_media.media_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Manager\\MediaManager',
  7746.             'sulu_media.collection_repository.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\CollectionRepository',
  7747.             'sulu_media.file_validator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FileValidator\\FileValidator',
  7748.             'sulu_media.format_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatManager\\FormatManager',
  7749.             'sulu_media.format_cache_clearer.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\FormatCacheClearer',
  7750.             'sulu_media.format_cache.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatCache\\LocalFormatCache',
  7751.             'sulu_media.image.converter.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\ImagineImageConverter',
  7752.             'sulu_media.image.scaler.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Scaler\\Scaler',
  7753.             'sulu_media.image.cropper.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Cropper\\Cropper',
  7754.             'sulu_media.image.transformation_pool.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\TransformationPool',
  7755.             'sulu_media.image.transformation.crop.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\ImageConverter\\Transformation\\CropTransformation',
  7756.             'sulu_media.media_selection.class' => 'Sulu\\Bundle\\MediaBundle\\Content\\Types\\MediaSelectionContentType',
  7757.             'sulu_media.collection_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Collection\\Manager\\CollectionManager',
  7758.             'sulu_media.type_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\TypeManager\\TypeManager',
  7759.             'sulu_media.format_options_manager.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\FormatOptions\\FormatOptionsManager',
  7760.             'sulu_media.collection_entity' => 'SuluMediaBundle:Collection',
  7761.             'sulu_media.format_options_entity' => 'SuluMediaBundle:FormatOptions',
  7762.             'sulu_media.entity.file_version_meta' => 'SuluMediaBundle:FileVersionMeta',
  7763.             'sulu_media.twig_extension.disposition_type.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\DispositionTypeTwigExtension',
  7764.             'sulu_media.twig_extension.media.class' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  7765.             'tmp' => 'Sulu\\Bundle\\MediaBundle\\Twig\\MediaTwigExtension',
  7766.             'sulu_media.video_thumbnail_generator.class' => 'Sulu\\Bundle\\MediaBundle\\Media\\Video\\VideoThumbnailService',
  7767.             'sulu_media.search.subscriber.structure_media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\StructureMediaSearchSubscriber',
  7768.             'sulu_media.search.subscriber.media.class' => 'Sulu\\Bundle\\MediaBundle\\Search\\Subscriber\\MediaSearchSubscriber',
  7769.             'sulu_media.format_manager.mime_types' => [
  7770.                 => 'image/*',
  7771.             ],
  7772.             'sulu.model.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\Media',
  7773.             'sulu.repository.media.class' => 'Sulu\\Bundle\\MediaBundle\\Entity\\MediaRepository',
  7774.             'sulu_media.media.storage' => 'local',
  7775.             'sulu_media.media.storage.local.path' => (\dirname(__DIR__4).'/uploads/media'),
  7776.             'sulu_media.media.storage.local.segments' => 10,
  7777.             'sulu_security.system' => 'Sulu',
  7778.             'sulu_security.security_types.fixture' => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/DependencyInjection/../DataFixtures/security-types.xml'),
  7779.             'sulu_security.password_policy_pattern' => '.{8,}',
  7780.             'sulu_security.password_policy_info_translation_key' => 'sulu_security.password_policy_information',
  7781.             'sulu_security.two_factor_email_template' => '@SuluSecurity/mail_templates/two_factor',
  7782.             'sulu_security.two_factor_force_pattern' => NULL,
  7783.             'sulu_security.reset_password.mail.token_send_limit' => 3,
  7784.             'sulu_security.reset_password.mail.sender' => '',
  7785.             'sulu_security.reset_password.mail.subject' => 'sulu_security.reset_mail_subject',
  7786.             'sulu_security.reset_password.mail.template' => '@SuluSecurity/mail_templates/reset_password.html.twig',
  7787.             'sulu_security.reset_password.mail.translation_domain' => 'admin',
  7788.             'sulu_security.permissions' => [
  7789.                 'view' => 64,
  7790.                 'add' => 32,
  7791.                 'edit' => 16,
  7792.                 'delete' => 8,
  7793.                 'archive' => 4,
  7794.                 'live' => 2,
  7795.                 'security' => 1,
  7796.             ],
  7797.             'permissions' => [
  7798.                 'view' => 64,
  7799.                 'add' => 32,
  7800.                 'edit' => 16,
  7801.                 'delete' => 8,
  7802.                 'archive' => 4,
  7803.                 'live' => 2,
  7804.                 'security' => 1,
  7805.             ],
  7806.             'sulu_security.admin.class' => 'Sulu\\Bundle\\SecurityBundle\\Admin\\SecurityAdmin',
  7807.             'sulu_security.authentication_entry_point.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationEntryPoint',
  7808.             'sulu_security.authentication_handler.class' => 'Sulu\\Bundle\\SecurityBundle\\Security\\AuthenticationHandler',
  7809.             'sulu_security.mask_converter.class' => 'Sulu\\Component\\Security\\Authorization\\MaskConverter',
  7810.             'sulu_security.salt_generator.class' => 'Sulu\\Component\\Security\\Authentication\\SaltGenerator',
  7811.             'sulu_security.token_generator.class' => 'Sulu\\Bundle\\SecurityBundle\\Util\\TokenGenerator',
  7812.             'sulu_security.security_context_voter.class' => 'Sulu\\Component\\Security\\Authorization\\SecurityContextVoter',
  7813.             'sulu_security.access_control_manager.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\AccessControlManager',
  7814.             'sulu_security.phpcr_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\PhpcrAccessControlProvider',
  7815.             'sulu_security.doctrine_access_control_provider.class' => 'Sulu\\Component\\Security\\Authorization\\AccessControl\\DoctrineAccessControlProvider',
  7816.             'sulu_security.permission_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\PermissionController',
  7817.             'sulu_security.group_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\GroupRepository',
  7818.             'sulu_security.user_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserRepository',
  7819.             'sulu_security.user_setting_repository.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\UserSettingRepository',
  7820.             'sulu_security.user_repository_factory.class' => 'Sulu\\Component\\Security\\Authentication\\UserRepositoryFactory',
  7821.             'sulu_security.build.user.class' => 'Sulu\\Bundle\\SecurityBundle\\Build\\UserBuilder',
  7822.             'sulu_security.entity.role' => 'SuluSecurityBundle:Role',
  7823.             'sulu_security.entity.group' => 'SuluSecurityBundle:Group',
  7824.             'sulu_security.entity.user_setting' => 'SuluSecurityBundle:UserSetting',
  7825.             'sulu_security.profile_controller.class' => 'Sulu\\Bundle\\SecurityBundle\\Controller\\ProfileController',
  7826.             'sulu.model.user.class' => 'App\\Entity\\User',
  7827.             'sulu.repository.user.class' => 'App\\Repository\\UserRepository',
  7828.             'sulu.model.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\Role',
  7829.             'sulu.repository.role.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleRepository',
  7830.             'sulu.model.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSetting',
  7831.             'sulu.repository.role_setting.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\RoleSettingRepository',
  7832.             'sulu.model.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControl',
  7833.             'sulu.repository.access_control.class' => 'Sulu\\Bundle\\SecurityBundle\\Entity\\AccessControlRepository',
  7834.             'sulu.model.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  7835.             'sulu.repository.category.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryRepository',
  7836.             'sulu.model.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMeta',
  7837.             'sulu.repository.category_meta.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryMetaRepository',
  7838.             'sulu.model.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslation',
  7839.             'sulu.repository.category_translation.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\CategoryTranslationRepository',
  7840.             'sulu.model.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  7841.             'sulu.repository.keyword.class' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\KeywordRepository',
  7842.             'sulu_snippet.content-type.default_enabled' => true,
  7843.             'sulu_snippet.twig.snippet.cache_lifetime' => 1,
  7844.             'sulu_snippet.repository.class' => 'Sulu\\Bundle\\SnippetBundle\\Snippet\\SnippetRepository',
  7845.             'sulu_snippet.controller.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Controller\\SnippetController',
  7846.             'sulu_snippet.twig.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\SnippetTwigExtension',
  7847.             'sulu_snippet.twig.snippet.memoized.class' => 'Sulu\\Bundle\\SnippetBundle\\Twig\\MemoizedSnippetTwigExtension',
  7848.             'sulu_snippet.form.snippet.class' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  7849.             'sulu_snippet.document.snippet_initializer.class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetInitializer',
  7850.             'sulu_snippet.export.snippet.formats' => [
  7851.                 '1.2.xliff' => '@SuluPage/Export/Snippet/1.2.xliff.twig',
  7852.             ],
  7853.             'sulu_page.search.mapping' => [
  7854.                 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument' => [
  7855.                     'index' => 'page',
  7856.                     'decorate_index' => true,
  7857.                 ],
  7858.                 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument' => [
  7859.                     'index' => 'page',
  7860.                     'decorate_index' => true,
  7861.                 ],
  7862.                 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument' => [
  7863.                     'index' => 'snippet',
  7864.                     'decorate_index' => false,
  7865.                 ],
  7866.             ],
  7867.             'sulu_page.search.metadata.provider.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\Metadata\\StructureProvider',
  7868.             'sulu_page.search.event_subscriber.blame_timestamp.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\BlameTimestampSubscriber',
  7869.             'sulu_page.search.event_subscriber.structure.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventSubscriber\\StructureSubscriber',
  7870.             'sulu_search.event_listener.hit.class' => 'Sulu\\Bundle\\PageBundle\\Search\\EventListener\\HitListener',
  7871.             'sulu_page.admin.class' => 'Sulu\\Bundle\\PageBundle\\Admin\\PageAdmin',
  7872.             'sulu_page.node_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\NodeRepository',
  7873.             'sulu_page.rl_repository.class' => 'Sulu\\Bundle\\PageBundle\\Repository\\ResourceLocatorRepository',
  7874.             'sulu_page.extension.seo.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\SeoStructureExtension',
  7875.             'sulu_page.extension.excerpt.class' => 'Sulu\\Bundle\\PageBundle\\Content\\Structure\\ExcerptStructureExtension',
  7876.             'sulu_page.smart_content.data_provider_pool.class' => 'Sulu\\Component\\SmartContent\\DataProviderPool',
  7877.             'sulu_page.smart_content.data_provider.content.query_builder.class' => 'Sulu\\Component\\Content\\SmartContent\\QueryBuilder',
  7878.             'sulu_page.smart_content.data_provider.page.class' => 'Sulu\\Component\\Content\\SmartContent\\PageDataProvider',
  7879.             'sulu_page.smart_content.data_provider.content.proxy_factory.class' => 'ProxyManager\\Factory\\LazyLoadingValueHolderFactory',
  7880.             'sulu_page.smart_content.content_type.class' => 'Sulu\\Component\\SmartContent\\ContentType',
  7881.             'sulu_page.extension.manager.class' => 'Sulu\\Component\\Content\\Extension\\ExtensionManager',
  7882.             'sulu_page.export.webspace.formats' => [
  7883.                 '1.2.xliff' => '@SuluPage/Export/Webspace/1.2.xliff.twig',
  7884.             ],
  7885.             'sulu_page.default_author' => true,
  7886.             'sulu_page.seo' => [
  7887.                 'max_title_length' => 70,
  7888.                 'max_description_length' => 160,
  7889.                 'max_keywords' => 5,
  7890.                 'keywords_separator' => ',',
  7891.                 'url_prefix' => 'www.yoursite.com/{locale}',
  7892.             ],
  7893.             'sulu.model.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\Tag',
  7894.             'sulu.repository.tag.class' => 'Sulu\\Bundle\\TagBundle\\Entity\\TagRepository',
  7895.             'sulu_website.navigation.cache.lifetime' => 1,
  7896.             'sulu_website.content.cache.lifetime' => 1,
  7897.             'sulu_website.sitemap.cache.lifetime' => 1,
  7898.             'sulu_website.enabled_twig_attributes' => [
  7899.                 'urls' => false,
  7900.                 'path' => false,
  7901.             ],
  7902.             'sulu_website.segment_switch_url' => '/_sulu_segment_switch',
  7903.             'sulu_website.segment_cookie_name' => '_ss',
  7904.             'sulu_website.segment_header' => 'X-Sulu-Segment',
  7905.             'sulu_website.admin.class' => 'Sulu\\Bundle\\WebsiteBundle\\Admin\\WebsiteAdmin',
  7906.             'sulu_website.navigation_mapper.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationMapper',
  7907.             'sulu_website.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapGenerator',
  7908.             'sulu_website.twig.content_path.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentPathTwigExtension',
  7909.             'sulu_website.twig.navigation.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\NavigationTwigExtension',
  7910.             'sulu_website.twig.navigation.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Navigation\\MemoizedNavigationTwigExtension',
  7911.             'sulu_website.twig.sitemap.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\SitemapTwigExtension',
  7912.             'sulu_website.twig.sitemap.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Sitemap\\MemoizedSitemapTwigExtension',
  7913.             'sulu_website.twig.content.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\ContentTwigExtension',
  7914.             'sulu_website.twig.content.memoized.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Content\\MemoizedContentTwigExtension',
  7915.             'sulu_website.twig.meta.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Meta\\MetaTwigExtension',
  7916.             'sulu_website.twig.seo.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Seo\\SeoTwigExtension',
  7917.             'sulu_website.twig.util.class' => 'Sulu\\Bundle\\WebsiteBundle\\Twig\\Core\\UtilTwigExtension',
  7918.             'sulu_website.routing.portal_loader.class' => 'Sulu\\Bundle\\WebsiteBundle\\Routing\\PortalLoader',
  7919.             'sulu_website.resolver.request_analyzer.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\RequestAnalyzerResolver',
  7920.             'sulu_website.resolver.structure.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\StructureResolver',
  7921.             'sulu_website.resolver.parameter.class' => 'Sulu\\Bundle\\WebsiteBundle\\Resolver\\ParameterResolver',
  7922.             'sulu_website.navigation_mapper.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Navigation\\NavigationQueryBuilder',
  7923.             'sulu_website.sitemap.query_builder.class' => 'Sulu\\Bundle\\WebsiteBundle\\Sitemap\\SitemapContentQueryBuilder',
  7924.             'sulu_website.data_collector.sulu_collector.class' => 'Sulu\\Bundle\\WebsiteBundle\\DataCollector\\SuluCollector',
  7925.             'sulu.model.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\Analytics',
  7926.             'sulu.repository.analytics.class' => 'Sulu\\Bundle\\WebsiteBundle\\Entity\\AnalyticsRepository',
  7927.             'sulu_location.content.type.location.class' => 'Sulu\\Bundle\\LocationBundle\\Content\\Types\\LocationContentType',
  7928.             'sulu_location.geolocator.nominatim.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\NominatimGeolocator',
  7929.             'sulu_location.geolocator.google.class' => 'Sulu\\Bundle\\LocationBundle\\Geolocator\\Service\\GoogleGeolocator',
  7930.             'sulu_location.geolocator.name' => 'nominatim',
  7931.             'sulu_location.geolocator.service.nominatim.api_key' => '',
  7932.             'sulu_location.geolocator.service.nominatim.endpoint' => 'http://open.mapquestapi.com/nominatim/v1/search.php',
  7933.             'sulu_location.geolocator.service.google.api_key' => '',
  7934.             'sulu_http_cache.cache.max_age' => 240,
  7935.             'sulu_http_cache.cache.shared_max_age' => 240,
  7936.             'sulu_http_cache.tags.enabled' => true,
  7937.             'sulu_document_manager.mapping' => [
  7938.                 => [
  7939.                     'alias' => 'custom_url',
  7940.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\CustomUrlDocument',
  7941.                     'phpcr_type' => 'sulu:custom_url',
  7942.                     'mapping' => [
  7943.                         'published' => [
  7944.                             'property' => 'published',
  7945.                             'encoding' => 'content',
  7946.                             'mapped' => true,
  7947.                             'multiple' => false,
  7948.                             'default' => NULL,
  7949.                         ],
  7950.                         'baseDomain' => [
  7951.                             'property' => 'baseDomain',
  7952.                             'encoding' => 'content',
  7953.                             'mapped' => true,
  7954.                             'multiple' => false,
  7955.                             'default' => NULL,
  7956.                         ],
  7957.                         'domainParts' => [
  7958.                             'property' => 'domainParts',
  7959.                             'type' => 'json_array',
  7960.                             'encoding' => 'content',
  7961.                             'mapped' => true,
  7962.                             'multiple' => false,
  7963.                             'default' => NULL,
  7964.                         ],
  7965.                         'canonical' => [
  7966.                             'property' => 'canonical',
  7967.                             'encoding' => 'content',
  7968.                             'mapped' => true,
  7969.                             'multiple' => false,
  7970.                             'default' => NULL,
  7971.                         ],
  7972.                         'redirect' => [
  7973.                             'property' => 'redirect',
  7974.                             'encoding' => 'content',
  7975.                             'mapped' => true,
  7976.                             'multiple' => false,
  7977.                             'default' => NULL,
  7978.                         ],
  7979.                         'targetLocale' => [
  7980.                             'property' => 'targetLocale',
  7981.                             'encoding' => 'content',
  7982.                             'mapped' => true,
  7983.                             'multiple' => false,
  7984.                             'default' => NULL,
  7985.                         ],
  7986.                     ],
  7987.                 ],
  7988.                 => [
  7989.                     'alias' => 'custom_url_route',
  7990.                     'class' => 'Sulu\\Component\\CustomUrl\\Document\\RouteDocument',
  7991.                     'phpcr_type' => 'sulu:custom_url_route',
  7992.                     'mapping' => [
  7993.                         'locale' => [
  7994.                             'property' => 'locale',
  7995.                             'encoding' => 'content',
  7996.                             'mapped' => true,
  7997.                             'multiple' => false,
  7998.                             'default' => NULL,
  7999.                         ],
  8000.                     ],
  8001.                 ],
  8002.                 => [
  8003.                     'alias' => 'page',
  8004.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\PageDocument',
  8005.                     'phpcr_type' => 'sulu:page',
  8006.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\PageDocumentType',
  8007.                     'set_default_author' => true,
  8008.                     'mapping' => [
  8009.                     ],
  8010.                 ],
  8011.                 => [
  8012.                     'alias' => 'home',
  8013.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\HomeDocument',
  8014.                     'phpcr_type' => 'sulu:home',
  8015.                     'form_type' => 'Sulu\\Bundle\\PageBundle\\Form\\Type\\HomeDocumentType',
  8016.                     'set_default_author' => true,
  8017.                     'mapping' => [
  8018.                     ],
  8019.                 ],
  8020.                 => [
  8021.                     'alias' => 'route',
  8022.                     'class' => 'Sulu\\Bundle\\PageBundle\\Document\\RouteDocument',
  8023.                     'phpcr_type' => 'sulu:path',
  8024.                     'mapping' => [
  8025.                     ],
  8026.                 ],
  8027.                 => [
  8028.                     'alias' => 'snippet',
  8029.                     'class' => 'Sulu\\Bundle\\SnippetBundle\\Document\\SnippetDocument',
  8030.                     'phpcr_type' => 'sulu:snippet',
  8031.                     'form_type' => 'Sulu\\Bundle\\SnippetBundle\\Form\\SnippetType',
  8032.                     'mapping' => [
  8033.                     ],
  8034.                 ],
  8035.             ],
  8036.             'sulu_document_manager.namespace_mapping' => [
  8037.                 'extension_localized' => 'i18n',
  8038.                 'system' => 'sulu',
  8039.                 'system_localized' => 'i18n',
  8040.                 'content' => NULL,
  8041.                 'content_localized' => 'i18n',
  8042.             ],
  8043.             'sulu_document_manager.versioning.enabled' => false,
  8044.             'sulu_document_manager.show_drafts' => false,
  8045.             'sulu_document_manager.slugifier' => 'Sulu\\Bundle\\DocumentManagerBundle\\Slugifier\\Urlizer::urlize',
  8046.             'sulu_document_manager.segments' => [
  8047.                 'custom_urls' => 'custom-urls',
  8048.                 'custom_urls_items' => 'items',
  8049.                 'custom_urls_routes' => 'routes',
  8050.                 'base' => 'cmf',
  8051.                 'content' => 'contents',
  8052.                 'route' => 'routes',
  8053.                 'snippet' => 'snippets',
  8054.             ],
  8055.             'sulu_custom_urls.uri_filter_regexp' => '',
  8056.             'sulu_route.mappings' => [
  8057.             ],
  8058.             'sulu_route.resource_key_mappings' => [
  8059.             ],
  8060.             'sulu_route.routing.uri_filter_regexp' => '',
  8061.             'sulu.model.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\Route',
  8062.             'sulu.repository.route.class' => 'Sulu\\Bundle\\RouteBundle\\Entity\\RouteRepository',
  8063.             'sulu_markup.link_tag.provider_attribute' => NULL,
  8064.             'phpcr_migrations.version_node_name' => 'jcr:versions',
  8065.             'phpcr_migrations.paths' => [
  8066.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations'),
  8067.                 => (\dirname(__DIR__5).'/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Resources/phpcr-migrations'),
  8068.             ],
  8069.             'massive_build.command.build.class' => 'Sulu\\Bundle\\CoreBundle\\CommandOptional\\SuluBuildCommand',
  8070.             'massive_build.build.registry.class' => 'Massive\\Bundle\\BuildBundle\\Build\\BuildRegistry',
  8071.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8072.             'web_profiler.debug_toolbar.mode' => 2,
  8073.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8074.             'security.role_hierarchy.roles' => [
  8075.             ],
  8076.             'security.access.denied_url' => NULL,
  8077.             'security.authentication.manager.erase_credentials' => true,
  8078.             'security.authentication.session_strategy.strategy' => 'migrate',
  8079.             'security.access.always_authenticate_before_granting' => false,
  8080.             'security.authentication.hide_user_not_found' => true,
  8081.             'security.firewalls' => [
  8082.                 => 'dev',
  8083.                 => 'admin',
  8084.                 => 'juramuseum',
  8085.             ],
  8086.             'security.admin._indexed_authenticators' => [
  8087.             ],
  8088.             'security.juramuseum._indexed_authenticators' => [
  8089.             ],
  8090.             'sulu_preview.mode' => 'auto',
  8091.             'sulu_preview.delay' => 500,
  8092.             'sulu_preview.events.pre-render' => 'sulu.preview.pre-render',
  8093.             'sulu.model.preview_link.class' => 'Sulu\\Bundle\\PreviewBundle\\Domain\\Model\\PreviewLink',
  8094.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  8095.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  8096.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  8097.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  8098.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  8099.             'fos_js_routing.request_context_base_url' => NULL,
  8100.             'fos_js_routing.cache_control' => [
  8101.                 'enabled' => false,
  8102.             ],
  8103.             'cmf_routing.uri_filter_regexp' => '',
  8104.             'cmf_routing.default_controller' => NULL,
  8105.             'cmf_routing.generic_controller' => NULL,
  8106.             'cmf_routing.controllers_by_type' => [
  8107.             ],
  8108.             'cmf_routing.controllers_by_class' => [
  8109.             ],
  8110.             'cmf_routing.templates_by_class' => [
  8111.             ],
  8112.             'cmf_routing.route_collection_limit' => 0,
  8113.             'cmf_routing.dynamic.limit_candidates' => 20,
  8114.             'cmf_routing.dynamic.locales' => [
  8115.             ],
  8116.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  8117.             'cmf_routing.replace_symfony_router' => true,
  8118.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8119.             'stof_doctrine_extensions.default_locale' => 'en',
  8120.             'stof_doctrine_extensions.translation_fallback' => false,
  8121.             'stof_doctrine_extensions.persist_default_translation' => false,
  8122.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8123.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8124.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8125.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8126.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8127.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8128.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8129.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8130.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8131.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8132.             'sulu.model.activity.class' => 'Sulu\\Bundle\\ActivityBundle\\Domain\\Model\\Activity',
  8133.             'sulu_activity.storage.adapter' => 'doctrine',
  8134.             'sulu_activity.storage.persist_payload' => false,
  8135.             'sulu.model.trash_item.class' => 'Sulu\\Bundle\\TrashBundle\\Domain\\Model\\TrashItem',
  8136.             'task.system_tasks' => [
  8137.             ],
  8138.             'task.events.create' => 'tasks.create',
  8139.             'task.events.create_execution' => 'tasks.create_execution',
  8140.             'task.events.before' => 'tasks.before',
  8141.             'task.events.after' => 'tasks.after',
  8142.             'task.events.finished' => 'tasks.finished',
  8143.             'task.events.passed' => 'tasks.pass',
  8144.             'task.events.failed' => 'tasks.failed',
  8145.             'task.events.retried' => 'tasks.retried',
  8146.             'sulu_automation.events.create' => 'sulu_automation.task.create',
  8147.             'sulu_automation.events.update' => 'sulu_automation.task.update',
  8148.             'sulu_automation.events.remove' => 'sulu_automation.task.remove',
  8149.             'sulu.model.task.class' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\Task',
  8150.             'sulu.repository.task.class' => 'Sulu\\Bundle\\AutomationBundle\\Entity\\DoctrineTaskRepository',
  8151.             'sulu_form.csrf_protection' => false,
  8152.             'sulu_form.mail.template.notify' => '@SuluForm/mails/notify.html.twig',
  8153.             'sulu_form.mail.template.notify_plain_text' => '@SuluForm/mails/notify_plain_text.html.twig',
  8154.             'sulu_form.mail.template.customer' => '@SuluForm/mails/customer.html.twig',
  8155.             'sulu_form.mail.template.customer_plain_text' => '@SuluForm/mails/customer_plain_text.html.twig',
  8156.             'sulu_form.ajax_templates' => [
  8157.             ],
  8158.             'sulu_form.dynamic_widths' => [
  8159.                 'full' => 'sulu_form.width.full',
  8160.                 'half' => 'sulu_form.width.half',
  8161.                 'one-third' => 'sulu_form.width.one-third',
  8162.                 'two-thirds' => 'sulu_form.width.two-thirds',
  8163.                 'one-quarter' => 'sulu_form.width.one-quarter',
  8164.                 'three-quarters' => 'sulu_form.width.three-quarters',
  8165.                 'one-sixth' => 'sulu_form.width.one-sixth',
  8166.                 'five-sixths' => 'sulu_form.width.five-sixths',
  8167.             ],
  8168.             'sulu_form.dynamic_auto_title' => true,
  8169.             'sulu_form.sendinblue_api_key' => NULL,
  8170.             'sulu_form.mailchimp_api_key' => NULL,
  8171.             'sulu_form.mailchimp_subscribe_status' => 'subscribed',
  8172.             'sulu_form.dynamic_lists.config' => [
  8173.             ],
  8174.             'sulu_form.media_collection_strategy' => 'single',
  8175.             'sulu_form.static_forms' => [
  8176.             ],
  8177.             'sulu_form.dynamic_disabled_types' => [
  8178.             ],
  8179.             'sulu_form.dynamic_list_builder.default' => 'simple',
  8180.             'sulu_form.dynamic_list_builder.delimiter' => ''."\n".'',
  8181.             'sulu_form.honeypot_field' => NULL,
  8182.             'sulu_form.honeypot_strategy' => 'spam',
  8183.             'sulu_mail.mail.helper_name' => 'mailer',
  8184.             'sulu_headless.navigation.cache_lifetime' => 86400,
  8185.             'sulu_headless.snippet_area.cache_lifetime' => 86400,
  8186.             'sulu_redirect.imports.path' => (\dirname(__DIR__4).'/uploads/redirects'),
  8187.             'sulu.model.redirect_route.class' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRoute',
  8188.             'sulu.repository.redirect_route.class' => 'Sulu\\Bundle\\RedirectBundle\\Entity\\RedirectRouteRepository',
  8189.             'scheb_two_factor.model_manager_name' => NULL,
  8190.             'scheb_two_factor.security_tokens' => [
  8191.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  8192.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  8193.             ],
  8194.             'scheb_two_factor.ip_whitelist' => [
  8195.             ],
  8196.             'scheb_two_factor.trusted_device.enabled' => false,
  8197.             'sulu.model.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItem',
  8198.             'sulu.repository.blacklist_item.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistItemRepository',
  8199.             'sulu.model.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUser',
  8200.             'sulu.repository.blacklist_user.class' => 'Sulu\\Bundle\\CommunityBundle\\Entity\\BlacklistUserRepository',
  8201.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  8202.             'swiftmailer.mailer.default.spool.enabled' => true,
  8203.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  8204.             'swiftmailer.mailer.default.single_address' => NULL,
  8205.             'swiftmailer.mailer.default.delivery.enabled' => true,
  8206.             'swiftmailer.spool.enabled' => true,
  8207.             'swiftmailer.delivery.enabled' => true,
  8208.             'swiftmailer.single_address' => NULL,
  8209.             'swiftmailer.mailers' => [
  8210.                 'default' => 'swiftmailer.mailer.default',
  8211.             ],
  8212.             'swiftmailer.default_mailer' => 'default',
  8213.             'doctrine.migrations.preferred_em' => NULL,
  8214.             'doctrine.migrations.preferred_connection' => NULL,
  8215.             'data_collector.templates' => [
  8216.                 'data_collector.request' => [
  8217.                     => 'request',
  8218.                     => '@WebProfiler/Collector/request.html.twig',
  8219.                 ],
  8220.                 'data_collector.time' => [
  8221.                     => 'time',
  8222.                     => '@WebProfiler/Collector/time.html.twig',
  8223.                 ],
  8224.                 'data_collector.memory' => [
  8225.                     => 'memory',
  8226.                     => '@WebProfiler/Collector/memory.html.twig',
  8227.                 ],
  8228.                 'data_collector.validator' => [
  8229.                     => 'validator',
  8230.                     => '@WebProfiler/Collector/validator.html.twig',
  8231.                 ],
  8232.                 'data_collector.ajax' => [
  8233.                     => 'ajax',
  8234.                     => '@WebProfiler/Collector/ajax.html.twig',
  8235.                 ],
  8236.                 'data_collector.form' => [
  8237.                     => 'form',
  8238.                     => '@WebProfiler/Collector/form.html.twig',
  8239.                 ],
  8240.                 'data_collector.exception' => [
  8241.                     => 'exception',
  8242.                     => '@WebProfiler/Collector/exception.html.twig',
  8243.                 ],
  8244.                 'data_collector.logger' => [
  8245.                     => 'logger',
  8246.                     => '@WebProfiler/Collector/logger.html.twig',
  8247.                 ],
  8248.                 'data_collector.events' => [
  8249.                     => 'events',
  8250.                     => '@WebProfiler/Collector/events.html.twig',
  8251.                 ],
  8252.                 'data_collector.router' => [
  8253.                     => 'router',
  8254.                     => '@WebProfiler/Collector/router.html.twig',
  8255.                 ],
  8256.                 'data_collector.cache' => [
  8257.                     => 'cache',
  8258.                     => '@WebProfiler/Collector/cache.html.twig',
  8259.                 ],
  8260.                 'data_collector.translation' => [
  8261.                     => 'translation',
  8262.                     => '@WebProfiler/Collector/translation.html.twig',
  8263.                 ],
  8264.                 'data_collector.security' => [
  8265.                     => 'security',
  8266.                     => '@Security/Collector/security.html.twig',
  8267.                 ],
  8268.                 'data_collector.twig' => [
  8269.                     => 'twig',
  8270.                     => '@WebProfiler/Collector/twig.html.twig',
  8271.                 ],
  8272.                 'data_collector.http_client' => [
  8273.                     => 'http_client',
  8274.                     => '@WebProfiler/Collector/http_client.html.twig',
  8275.                 ],
  8276.                 'data_collector.doctrine' => [
  8277.                     => 'db',
  8278.                     => '@Doctrine/Collector/db.html.twig',
  8279.                 ],
  8280.                 'doctrine_phpcr.data_collector' => [
  8281.                     => 'phpcr',
  8282.                     => '@DoctrinePHPCR/Collector/phpcr',
  8283.                 ],
  8284.                 'swiftmailer.data_collector' => [
  8285.                     => 'swiftmailer',
  8286.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  8287.                 ],
  8288.                 'data_collector.dump' => [
  8289.                     => 'dump',
  8290.                     => '@Debug/Profiler/dump.html.twig',
  8291.                 ],
  8292.                 'data_collector.messenger' => [
  8293.                     => 'messenger',
  8294.                     => '@WebProfiler/Collector/messenger.html.twig',
  8295.                 ],
  8296.                 'mailer.data_collector' => [
  8297.                     => 'mailer',
  8298.                     => '@WebProfiler/Collector/mailer.html.twig',
  8299.                 ],
  8300.                 'data_collector.jms_serializer' => [
  8301.                     => 'jms_serializer',
  8302.                     => '@JMSSerializer/Collector/panel.html.twig',
  8303.                 ],
  8304.                 'sulu_website.data_collector.sulu_collector' => [
  8305.                     => 'sulu',
  8306.                     => '@SuluWebsite/Profiler/layout.html.twig',
  8307.                 ],
  8308.                 'data_collector.config' => [
  8309.                     => 'config',
  8310.                     => '@WebProfiler/Collector/config.html.twig',
  8311.                 ],
  8312.             ],
  8313.             'doctrine_phpcr.migrate.migrators' => [
  8314.             ],
  8315.             'sulu_media.image.formats' => [
  8316.                 '1200x627' => [
  8317.                     'key' => '1200x627',
  8318.                     'internal' => false,
  8319.                     'meta' => [
  8320.                         'title' => [
  8321.                             'en' => 'og:image optimized format',
  8322.                             'fr' => 'Format optimisé pour la balise og:image',
  8323.                         ],
  8324.                     ],
  8325.                     'scale' => [
  8326.                         'x' => 1200,
  8327.                         'y' => 627,
  8328.                         'mode' => 2,
  8329.                         'retina' => false,
  8330.                         'forceRatio' => true,
  8331.                     ],
  8332.                     'transformations' => [
  8333.                     ],
  8334.                     'options' => [
  8335.                         'jpeg_quality' => 100,
  8336.                         'webp_quality' => 100,
  8337.                     ],
  8338.                 ],
  8339.                 '506x628' => [
  8340.                     'key' => '506x628',
  8341.                     'internal' => false,
  8342.                     'meta' => [
  8343.                         'title' => [
  8344.                             'en' => 'twitter:image optimized format',
  8345.                             'fr' => 'Format optimisé pour la balise twitter:image',
  8346.                         ],
  8347.                     ],
  8348.                     'scale' => [
  8349.                         'x' => 506,
  8350.                         'y' => 628,
  8351.                         'mode' => 2,
  8352.                         'retina' => false,
  8353.                         'forceRatio' => true,
  8354.                     ],
  8355.                     'transformations' => [
  8356.                     ],
  8357.                     'options' => [
  8358.                         'jpeg_quality' => 100,
  8359.                         'webp_quality' => 100,
  8360.                     ],
  8361.                 ],
  8362.                 'sulu-400x400' => [
  8363.                     'key' => 'sulu-400x400',
  8364.                     'internal' => true,
  8365.                     'meta' => [
  8366.                         'title' => [
  8367.                             'en' => 'Contact avatar (Sulu)',
  8368.                             'de' => 'Kontaktavatar (Sulu)',
  8369.                             'fr' => 'Avatar du contact (Sulu)',
  8370.                             'nl' => 'Contact avatar (Sulu)',
  8371.                         ],
  8372.                     ],
  8373.                     'scale' => [
  8374.                         'x' => 400,
  8375.                         'y' => 400,
  8376.                         'mode' => 2,
  8377.                         'retina' => false,
  8378.                         'forceRatio' => true,
  8379.                     ],
  8380.                     'transformations' => [
  8381.                     ],
  8382.                     'options' => [
  8383.                         'jpeg_quality' => 100,
  8384.                         'webp_quality' => 100,
  8385.                     ],
  8386.                 ],
  8387.                 'sulu-260x' => [
  8388.                     'key' => 'sulu-260x',
  8389.                     'internal' => true,
  8390.                     'meta' => [
  8391.                         'title' => [
  8392.                             'en' => 'Masonry preview (Sulu)',
  8393.                             'de' => 'Masonry Vorschau (Sulu)',
  8394.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  8395.                             'nl' => 'Masonry voorbeeld (Sulu)',
  8396.                         ],
  8397.                     ],
  8398.                     'scale' => [
  8399.                         'x' => 260,
  8400.                         'y' => NULL,
  8401.                         'mode' => 2,
  8402.                         'retina' => false,
  8403.                         'forceRatio' => true,
  8404.                     ],
  8405.                     'transformations' => [
  8406.                     ],
  8407.                     'options' => [
  8408.                         'jpeg_quality' => 100,
  8409.                         'webp_quality' => 100,
  8410.                     ],
  8411.                 ],
  8412.                 'sulu-170x170' => [
  8413.                     'key' => 'sulu-170x170',
  8414.                     'internal' => true,
  8415.                     'meta' => [
  8416.                         'title' => [
  8417.                             'en' => 'Search (Sulu)',
  8418.                             'de' => 'Suche (Sulu)',
  8419.                             'fr' => 'Recherche (Sulu)',
  8420.                             'nl' => 'Zoeken (Sulu)',
  8421.                         ],
  8422.                     ],
  8423.                     'scale' => [
  8424.                         'x' => 170,
  8425.                         'y' => 170,
  8426.                         'mode' => 2,
  8427.                         'retina' => false,
  8428.                         'forceRatio' => true,
  8429.                     ],
  8430.                     'transformations' => [
  8431.                     ],
  8432.                     'options' => [
  8433.                         'jpeg_quality' => 100,
  8434.                         'webp_quality' => 100,
  8435.                     ],
  8436.                 ],
  8437.                 'sulu-100x100-inset' => [
  8438.                     'key' => 'sulu-100x100-inset',
  8439.                     'internal' => true,
  8440.                     'meta' => [
  8441.                         'title' => [
  8442.                             'en' => 'Organization card (Sulu)',
  8443.                             'de' => 'Organisationskarte (Sulu)',
  8444.                             'fr' => 'Carte d\'organisation (Sulu)',
  8445.                             'nl' => 'Organisatie kaart (Sulu)',
  8446.                         ],
  8447.                     ],
  8448.                     'scale' => [
  8449.                         'x' => 100,
  8450.                         'y' => 100,
  8451.                         'mode' => 1,
  8452.                         'retina' => false,
  8453.                         'forceRatio' => true,
  8454.                     ],
  8455.                     'transformations' => [
  8456.                     ],
  8457.                     'options' => [
  8458.                         'jpeg_quality' => 100,
  8459.                         'webp_quality' => 100,
  8460.                     ],
  8461.                 ],
  8462.                 'sulu-50x50' => [
  8463.                     'key' => 'sulu-50x50',
  8464.                     'internal' => true,
  8465.                     'meta' => [
  8466.                         'title' => [
  8467.                             'en' => 'Small thumbnail (Sulu)',
  8468.                             'de' => 'Kleines Thumbnail (Sulu)',
  8469.                             'fr' => 'Image miniature (Sulu)',
  8470.                             'nl' => 'Kleine thumbnail (Sulu)',
  8471.                         ],
  8472.                     ],
  8473.                     'scale' => [
  8474.                         'x' => 50,
  8475.                         'y' => 50,
  8476.                         'mode' => 2,
  8477.                         'retina' => false,
  8478.                         'forceRatio' => true,
  8479.                     ],
  8480.                     'transformations' => [
  8481.                     ],
  8482.                     'options' => [
  8483.                         'jpeg_quality' => 100,
  8484.                         'webp_quality' => 100,
  8485.                     ],
  8486.                 ],
  8487.                 'sulu-25x25' => [
  8488.                     'key' => 'sulu-25x25',
  8489.                     'internal' => true,
  8490.                     'meta' => [
  8491.                         'title' => [
  8492.                             'en' => 'Micro thumbnail',
  8493.                             'de' => 'Mikro Thumbnail',
  8494.                             'fr' => 'Image micro',
  8495.                             'nl' => 'Micro thumbnail',
  8496.                         ],
  8497.                     ],
  8498.                     'scale' => [
  8499.                         'x' => 25,
  8500.                         'y' => 25,
  8501.                         'mode' => 2,
  8502.                         'retina' => false,
  8503.                         'forceRatio' => true,
  8504.                     ],
  8505.                     'transformations' => [
  8506.                     ],
  8507.                     'options' => [
  8508.                         'jpeg_quality' => 100,
  8509.                         'webp_quality' => 100,
  8510.                     ],
  8511.                 ],
  8512.                 'sulu-40x40' => [
  8513.                     'key' => 'sulu-40x40',
  8514.                     'internal' => true,
  8515.                     'meta' => [
  8516.                         'title' => [
  8517.                             'en' => 'Small thumbnail (Sulu)',
  8518.                             'de' => 'Kleines Thumbnail (Sulu)',
  8519.                             'fr' => 'Image miniature (Sulu)',
  8520.                             'nl' => 'Kleine thumbnail (Sulu)',
  8521.                         ],
  8522.                     ],
  8523.                     'scale' => [
  8524.                         'x' => 40,
  8525.                         'y' => 40,
  8526.                         'mode' => 2,
  8527.                         'retina' => false,
  8528.                         'forceRatio' => true,
  8529.                     ],
  8530.                     'transformations' => [
  8531.                     ],
  8532.                     'options' => [
  8533.                         'jpeg_quality' => 100,
  8534.                         'webp_quality' => 100,
  8535.                     ],
  8536.                 ],
  8537.                 'sulu-240x' => [
  8538.                     'key' => 'sulu-240x',
  8539.                     'internal' => true,
  8540.                     'meta' => [
  8541.                         'title' => [
  8542.                             'en' => 'Masonry preview (Sulu)',
  8543.                             'de' => 'Masonry Vorschau (Sulu)',
  8544.                             'fr' => 'Prévisualisation maçonnerie (Sulu)',
  8545.                             'nl' => 'Masonry voorbeeld (Sulu)',
  8546.                         ],
  8547.                     ],
  8548.                     'scale' => [
  8549.                         'x' => 240,
  8550.                         'y' => NULL,
  8551.                         'mode' => 2,
  8552.                         'retina' => false,
  8553.                         'forceRatio' => true,
  8554.                     ],
  8555.                     'transformations' => [
  8556.                     ],
  8557.                     'options' => [
  8558.                         'jpeg_quality' => 100,
  8559.                         'webp_quality' => 100,
  8560.                     ],
  8561.                 ],
  8562.                 'sulu-400x400-inset' => [
  8563.                     'key' => 'sulu-400x400-inset',
  8564.                     'internal' => true,
  8565.                     'meta' => [
  8566.                         'title' => [
  8567.                             'en' => 'Organization logo (Sulu)',
  8568.                             'de' => 'Organisationslogo (Sulu)',
  8569.                             'fr' => 'Logo d\'organisation (Sulu)',
  8570.                             'nl' => 'Organisatie logo (Sulu)',
  8571.                         ],
  8572.                     ],
  8573.                     'scale' => [
  8574.                         'x' => 400,
  8575.                         'y' => 400,
  8576.                         'mode' => 1,
  8577.                         'retina' => false,
  8578.                         'forceRatio' => true,
  8579.                     ],
  8580.                     'transformations' => [
  8581.                     ],
  8582.                     'options' => [
  8583.                         'jpeg_quality' => 100,
  8584.                         'webp_quality' => 100,
  8585.                     ],
  8586.                 ],
  8587.                 'sulu-100x100' => [
  8588.                     'key' => 'sulu-100x100',
  8589.                     'internal' => true,
  8590.                     'meta' => [
  8591.                         'title' => [
  8592.                             'en' => 'Contact card (Sulu)',
  8593.                             'de' => 'Personenkarte (Sulu)',
  8594.                             'fr' => 'Carte personnelle (Sulu)',
  8595.                             'nl' => 'Contact kaart (Sulu)',
  8596.                         ],
  8597.                     ],
  8598.                     'scale' => [
  8599.                         'x' => 100,
  8600.                         'y' => 100,
  8601.                         'mode' => 2,
  8602.                         'retina' => false,
  8603.                         'forceRatio' => true,
  8604.                     ],
  8605.                     'transformations' => [
  8606.                     ],
  8607.                     'options' => [
  8608.                         'jpeg_quality' => 100,
  8609.                         'webp_quality' => 100,
  8610.                     ],
  8611.                 ],
  8612.             ],
  8613.             'sulu_security.two_factor_methods' => [
  8614.             ],
  8615.             'sulu_category.entity.category' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Category',
  8616.             'sulu_category.entity.keyword' => 'Sulu\\Bundle\\CategoryBundle\\Entity\\Keyword',
  8617.             'sulu.version' => '2.5.8',
  8618.             'app.version' => NULL,
  8619.             'sulu_snippet.areas' => [
  8620.                 'footer' => [
  8621.                     'key' => 'footer',
  8622.                     'template' => 'footer',
  8623.                     'title' => [
  8624.                         'de' => 'Footer',
  8625.                         'en' => 'Footer',
  8626.                     ],
  8627.                 ],
  8628.                 'hero' => [
  8629.                     'key' => 'hero',
  8630.                     'template' => 'hero',
  8631.                     'title' => [
  8632.                         'de' => 'Hero',
  8633.                         'en' => 'Hero',
  8634.                     ],
  8635.                 ],
  8636.             ],
  8637.             'console.command.ids' => [
  8638.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\LoadFixtureCommand',
  8639.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceQueryCommand',
  8640.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\MigratorMigrateCommand',
  8641.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeDumpCommand',
  8642.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeMoveCommand',
  8643.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeRemoveCommand',
  8644.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodesUpdateCommand',
  8645.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTouchCommand',
  8646.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeListCommand',
  8647.                 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\NodeTypeRegisterCommand',
  8648.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\PhpcrShellCommand',
  8649.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\RepositoryInitCommand',
  8650.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceCreateCommand',
  8651.                 13 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceDeleteCommand',
  8652.                 14 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceExportCommand',
  8653.                 15 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceImportCommand',
  8654.                 16 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspaceListCommand',
  8655.                 17 => 'console.command.public_alias.Doctrine\\Bundle\\PHPCRBundle\\Command\\WorkspacePurgeCommand',
  8656.                 18 => 'console.command.public_alias.sulu_page.command.workspace_import',
  8657.                 19 => 'phpcr_migrations.command.status',
  8658.                 20 => 'phpcr_migrations.command.migrate',
  8659.                 21 => 'phpcr_migrations.command.initialize',
  8660.                 22 => 'task.command.schedule_system_tasks',
  8661.                 23 => 'task.command.run',
  8662.                 24 => 'task.command.run_handler',
  8663.                 25 => 'task.command.executor',
  8664.                 26 => 'task.command.schedule_task',
  8665.                 27 => 'task.command.debug_tasks',
  8666.                 28 => 'console.command.public_alias.sulu_redirect.import_command',
  8667.             ],
  8668.         ];
  8669.     }
  8670.     protected function throw($message)
  8671.     {
  8672.         throw new RuntimeException($message);
  8673.     }
  8674. }