var/cache/dev/ContainerVdeoRJh/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 1736

Open in your IDE?
  1. <?php
  2. namespace ContainerVdeoRJh;
  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 Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer 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.             'contao_manager.jwt_manager' => true,
  31.             'contao_manager.plugin_loader' => true,
  32.             'kernel' => true,
  33.         ];
  34.         $this->methodMap = [
  35.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  36.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  37.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController' => 'getErrorPageControllerService',
  42.             'assets.packages' => 'getAssets_PackagesService',
  43.             'cache.app' => 'getCache_AppService',
  44.             'cache.system' => 'getCache_SystemService',
  45.             'contao.assets.assets_context' => 'getContao_Assets_AssetsContextService',
  46.             'contao.csrf.token_manager' => 'getContao_Csrf_TokenManagerService',
  47.             'contao.framework' => 'getContao_FrameworkService',
  48.             'contao.intl.locales' => 'getContao_Intl_LocalesService',
  49.             'contao.resource_finder' => 'getContao_ResourceFinderService',
  50.             'contao.routing.nested_404_matcher' => 'getContao_Routing_Nested404MatcherService',
  51.             'contao.routing.nested_matcher' => 'getContao_Routing_NestedMatcherService',
  52.             'contao.routing.page_registry' => 'getContao_Routing_PageRegistryService',
  53.             'contao.routing.scope_matcher' => 'getContao_Routing_ScopeMatcherService',
  54.             'contao.security.token_checker' => 'getContao_Security_TokenCheckerService',
  55.             'contao.twig.extension' => 'getContao_Twig_ExtensionService',
  56.             'contao.twig.filesystem_loader' => 'getContao_Twig_FilesystemLoaderService',
  57.             'data_collector.dump' => 'getDataCollector_DumpService',
  58.             'debug.stopwatch' => 'getDebug_StopwatchService',
  59.             'doctrine' => 'getDoctrineService',
  60.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  61.             'event_dispatcher' => 'getEventDispatcherService',
  62.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  63.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  64.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  65.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  66.             'http_kernel' => 'getHttpKernelService',
  67.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  68.             'request_stack' => 'getRequestStackService',
  69.             'router' => 'getRouterService',
  70.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  71.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  72.             'security.helper' => 'getSecurity_HelperService',
  73.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  74.             'translator' => 'getTranslatorService',
  75.             'uri_signer' => 'getUriSignerService',
  76.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  77.             'contao.controller.backend_csv_import' => 'getContao_Controller_BackendCsvImportService',
  78.             'contao.controller.images' => 'getContao_Controller_ImagesService',
  79.             'contao.controller.insert_tags' => 'getContao_Controller_InsertTagsService',
  80.             'Contao\\CoreBundle\\EventListener\\DataContainer\\ContentCompositionListener' => 'getContentCompositionListenerService',
  81.             'Contao\\CoreBundle\\EventListener\\DataContainer\\PageTypeOptionsListener' => 'getPageTypeOptionsListenerService',
  82.             'Contao\\CoreBundle\\EventListener\\DataContainer\\PageUrlListener' => 'getPageUrlListenerService',
  83.             'contao.cache.clear_internal' => 'getContao_Cache_ClearInternalService',
  84.             'contao.cache.warm_internal' => 'getContao_Cache_WarmInternalService',
  85.             'contao.crawl.escargot_factory' => 'getContao_Crawl_EscargotFactoryService',
  86.             'contao.image.image_factory' => 'getContao_Image_ImageFactoryService',
  87.             'contao.image.image_sizes' => 'getContao_Image_ImageSizesService',
  88.             'contao.image.resizer' => 'getContao_Image_ResizerService',
  89.             'contao.opt-in' => 'getContao_OptinService',
  90.             'Contao\\CoreBundle\\Cron\\Cron' => 'getCronService',
  91.             'Contao\\CoreBundle\\Image\\Studio\\FigureRenderer' => 'getFigureRendererService',
  92.             'Contao\\CoreBundle\\Routing\\ResponseContext\\CoreResponseContextFactory' => 'getCoreResponseContextFactoryService',
  93.             'Contao\\CoreBundle\\Security\\TwoFactor\\BackupCodeManager' => 'getBackupCodeManagerService',
  94.             'Contao\\CoreBundle\\Twig\\Extension\\ContaoExtension' => 'getContaoExtensionService',
  95.             'Contao\\CoreBundle\\Util\\SimpleTokenParser' => 'getSimpleTokenParserService',
  96.             'contao_manager.routing_loader' => 'getContaoManager_RoutingLoaderService',
  97.             'contao.install_tool' => 'getContao_InstallToolService',
  98.             'contao.install_tool_user' => 'getContao_InstallToolUserService',
  99.             'contao.installer' => 'getContao_InstallerService',
  100.             'cache_clearer' => 'getCacheClearerService',
  101.             'filesystem' => 'getFilesystemService',
  102.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  103.             'profiler' => 'getProfilerService',
  104.             'twig' => 'getTwigService',
  105.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  106.             'security.token_storage' => 'getSecurity_TokenStorageService',
  107.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService',
  108.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  109.             'session' => 'getSessionService',
  110.         ];
  111.         $this->fileMap = [
  112.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  113.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  114.             '.container.private.security.encoder_factory' => 'get_Container_Private_Security_EncoderFactoryService',
  115.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  116.             'Contao\\CoreBundle\\Controller\\BackendController' => 'getBackendControllerService',
  117.             'Contao\\CoreBundle\\Controller\\BackendCsvImportController' => 'getBackendCsvImportControllerService',
  118.             'Contao\\CoreBundle\\Controller\\BackendPreviewController' => 'getBackendPreviewControllerService',
  119.             'Contao\\CoreBundle\\Controller\\BackendPreviewSwitchController' => 'getBackendPreviewSwitchControllerService',
  120.             'Contao\\CoreBundle\\Controller\\CaptchaController' => 'getCaptchaControllerService',
  121.             'Contao\\CoreBundle\\Controller\\ContentElement\\MarkdownController' => 'getMarkdownControllerService',
  122.             'Contao\\CoreBundle\\Controller\\ContentElement\\TemplateController' => 'getTemplateControllerService',
  123.             'Contao\\CoreBundle\\Controller\\FaviconController' => 'getFaviconControllerService',
  124.             'Contao\\CoreBundle\\Controller\\FrontendController' => 'getFrontendControllerService',
  125.             'Contao\\CoreBundle\\Controller\\FrontendModule\\RootPageDependentModulesController' => 'getRootPageDependentModulesControllerService',
  126.             'Contao\\CoreBundle\\Controller\\FrontendModule\\TemplateController' => 'getTemplateController2Service',
  127.             'Contao\\CoreBundle\\Controller\\FrontendModule\\TwoFactorController' => 'getTwoFactorControllerService',
  128.             'Contao\\CoreBundle\\Controller\\ImagesController' => 'getImagesControllerService',
  129.             'Contao\\CoreBundle\\Controller\\InitializeController' => 'getInitializeControllerService',
  130.             'Contao\\CoreBundle\\Controller\\InsertTagsController' => 'getInsertTagsControllerService',
  131.             'Contao\\CoreBundle\\Controller\\Page\\RootPageController' => 'getRootPageControllerService',
  132.             'Contao\\CoreBundle\\Controller\\PreviewLinkController' => 'getPreviewLinkControllerService',
  133.             'Contao\\CoreBundle\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  134.             'Contao\\CoreBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  135.             'Contao\\ManagerBundle\\Controller\\DebugController' => 'getDebugControllerService',
  136.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  137.             'MenAtWork\\MultiColumnWizardBundle\\EventListener\\Contao\\ExecutePostActions' => 'getExecutePostActionsService',
  138.             'MenAtWork\\MultiColumnWizardBundle\\EventListener\\Contao\\InitializeSystem' => 'getInitializeSystemService',
  139.             'MenAtWork\\MultiColumnWizardBundle\\EventListener\\Contao\\LoadDataContainer' => 'getLoadDataContainerService',
  140.             'MenAtWork\\MultiColumnWizardBundle\\EventListener\\Contao\\ParseTemplate' => 'getParseTemplateService',
  141.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  142.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  143.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  144.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController3Service',
  145.             'Terminal42\\ChangeLanguage\\EventListener\\CallbackSetupListener' => 'getCallbackSetupListenerService',
  146.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\MissingLanguageIconListener' => 'getMissingLanguageIconListenerService',
  147.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageFieldsListener' => 'getPageFieldsListenerService',
  148.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageInitializationListener' => 'getPageInitializationListenerService',
  149.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageOperationListener' => 'getPageOperationListenerService',
  150.             'Terminal42\\ChangeLanguage\\EventListener\\InsertTagsListener' => 'getInsertTagsListenerService',
  151.             'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\ArticleNavigationListener' => 'getArticleNavigationListenerService',
  152.             'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\NewsNavigationListener' => 'getNewsNavigationListenerService',
  153.             'cache.app_clearer' => 'getCache_AppClearerService',
  154.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  155.             'cache.system_clearer' => 'getCache_SystemClearerService',
  156.             'cache_warmer' => 'getCacheWarmerService',
  157.             'console.command.public_alias.fos_http_cache.command.clear' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_ClearService',
  158.             'console.command.public_alias.fos_http_cache.command.invalidate_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidatePathService',
  159.             'console.command.public_alias.fos_http_cache.command.invalidate_regex' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_InvalidateRegexService',
  160.             'console.command.public_alias.fos_http_cache.command.refresh_path' => 'getConsole_Command_PublicAlias_FosHttpCache_Command_RefreshPathService',
  161.             'console.command_loader' => 'getConsole_CommandLoaderService',
  162.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  163.             'contao.assets.files_context' => 'getContao_Assets_FilesContextService',
  164.             'contao.cache.clearer' => 'getContao_Cache_ClearerService',
  165.             'contao.cache.entity_tags' => 'getContao_Cache_EntityTagsService',
  166.             'contao.cache.warmer' => 'getContao_Cache_WarmerService',
  167.             'contao.command.install' => 'getContao_Command_InstallService',
  168.             'contao.command.symlinks' => 'getContao_Command_SymlinksService',
  169.             'contao.crawl.escargot.factory' => 'getContao_Crawl_Escargot_FactoryService',
  170.             'contao.cron' => 'getContao_CronService',
  171.             'contao.filesystem.dbafs_manager' => 'getContao_Filesystem_DbafsManagerService',
  172.             'contao.fragment._contao.content_element.markdown' => 'getContao_Fragment_Contao_ContentElement_MarkdownService',
  173.             'contao.fragment._contao.content_element.template' => 'getContao_Fragment_Contao_ContentElement_TemplateService',
  174.             'contao.fragment._contao.frontend_module.root_page_dependent_modules' => 'getContao_Fragment_Contao_FrontendModule_RootPageDependentModulesService',
  175.             'contao.fragment._contao.frontend_module.template' => 'getContao_Fragment_Contao_FrontendModule_TemplateService',
  176.             'contao.fragment._contao.frontend_module.two_factor' => 'getContao_Fragment_Contao_FrontendModule_TwoFactorService',
  177.             'contao.image.factory' => 'getContao_Image_FactoryService',
  178.             'contao.image.imagine' => 'getContao_Image_ImagineService',
  179.             'contao.image.imagine_svg' => 'getContao_Image_ImagineSvgService',
  180.             'contao.image.legacy_resizer' => 'getContao_Image_LegacyResizerService',
  181.             'contao.image.picture_factory' => 'getContao_Image_PictureFactoryService',
  182.             'contao.image.picture_generator' => 'getContao_Image_PictureGeneratorService',
  183.             'contao.image.preview_factory' => 'getContao_Image_PreviewFactoryService',
  184.             'contao.image.sizes' => 'getContao_Image_SizesService',
  185.             'contao.image.studio' => 'getContao_Image_StudioService',
  186.             'contao.image.studio.figure_renderer' => 'getContao_Image_Studio_FigureRendererService',
  187.             'contao.insert_tag.parser' => 'getContao_InsertTag_ParserService',
  188.             'contao.intl.countries' => 'getContao_Intl_CountriesService',
  189.             'contao.listener.MGEESJ7' => 'getContao_Listener_MGEESJ7Service',
  190.             'contao.listener.data_container.content_composition' => 'getContao_Listener_DataContainer_ContentCompositionService',
  191.             'contao.listener.data_container.disable_app_configured_settings' => 'getContao_Listener_DataContainer_DisableAppConfiguredSettingsService',
  192.             'contao.listener.data_container.disable_canonical_fields' => 'getContao_Listener_DataContainer_DisableCanonicalFieldsService',
  193.             'contao.listener.data_container.layout_options' => 'getContao_Listener_DataContainer_LayoutOptionsService',
  194.             'contao.listener.data_container.legacy_routing' => 'getContao_Listener_DataContainer_LegacyRoutingService',
  195.             'contao.listener.data_container.member_groups' => 'getContao_Listener_DataContainer_MemberGroupsService',
  196.             'contao.listener.data_container.page_routing' => 'getContao_Listener_DataContainer_PageRoutingService',
  197.             'contao.listener.data_container.page_search' => 'getContao_Listener_DataContainer_PageSearchService',
  198.             'contao.listener.data_container.page_type_options' => 'getContao_Listener_DataContainer_PageTypeOptionsService',
  199.             'contao.listener.data_container.page_url' => 'getContao_Listener_DataContainer_PageUrlService',
  200.             'contao.listener.data_container.page_use_ssl_default' => 'getContao_Listener_DataContainer_PageUseSslDefaultService',
  201.             'contao.listener.data_container.preview_link' => 'getContao_Listener_DataContainer_PreviewLinkService',
  202.             'contao.listener.data_container.record_preview' => 'getContao_Listener_DataContainer_RecordPreviewService',
  203.             'contao.listener.data_container.reset_custom_template' => 'getContao_Listener_DataContainer_ResetCustomTemplateService',
  204.             'contao.listener.data_container.theme_templates' => 'getContao_Listener_DataContainer_ThemeTemplatesService',
  205.             'contao.listener.data_container.toggle_nodes_label' => 'getContao_Listener_DataContainer_ToggleNodesLabelService',
  206.             'contao.listener.data_container.undo.jump_to_parent_button' => 'getContao_Listener_DataContainer_Undo_JumpToParentButtonService',
  207.             'contao.listener.data_container.undo.label' => 'getContao_Listener_DataContainer_Undo_LabelService',
  208.             'contao.listener.data_container.validate_custom_rgxp' => 'getContao_Listener_DataContainer_ValidateCustomRgxpService',
  209.             'contao.listener.data_container_callback' => 'getContao_Listener_DataContainerCallbackService',
  210.             'contao.listener.element_template_options' => 'getContao_Listener_ElementTemplateOptionsService',
  211.             'contao.listener.fE48e1G' => 'getContao_Listener_FE48e1GService',
  212.             'contao.listener.image_size_options' => 'getContao_Listener_ImageSizeOptionsService',
  213.             'contao.listener.insert_tags.asset' => 'getContao_Listener_InsertTags_AssetService',
  214.             'contao.listener.insert_tags.date' => 'getContao_Listener_InsertTags_DateService',
  215.             'contao.listener.insert_tags.translation' => 'getContao_Listener_InsertTags_TranslationService',
  216.             'contao.listener.module_template_options' => 'getContao_Listener_ModuleTemplateOptionsService',
  217.             'contao.listener.widget.custom_rgxp' => 'getContao_Listener_Widget_CustomRgxpService',
  218.             'contao.listener.widget.http_url' => 'getContao_Listener_Widget_HttpUrlService',
  219.             'contao.listener.widget.root_page_dependent_select' => 'getContao_Listener_Widget_RootPageDependentSelectService',
  220.             'contao.mailer.available_transports' => 'getContao_Mailer_AvailableTransportsService',
  221.             'contao.menu.backend_builder' => 'getContao_Menu_BackendBuilderService',
  222.             'contao.menu.renderer' => 'getContao_Menu_RendererService',
  223.             'contao.opt_in' => 'getContao_OptIn2Service',
  224.             'contao.picker.builder' => 'getContao_Picker_BuilderService',
  225.             'contao.resource_locator' => 'getContao_ResourceLocatorService',
  226.             'contao.routing.response_context_accessor' => 'getContao_Routing_ResponseContextAccessorService',
  227.             'contao.routing.response_context_factory' => 'getContao_Routing_ResponseContextFactoryService',
  228.             'contao.routing.url_generator' => 'getContao_Routing_UrlGeneratorService',
  229.             'contao.search.indexer' => 'getContao_Search_IndexerService',
  230.             'contao.security.frontend_preview_authenticator' => 'getContao_Security_FrontendPreviewAuthenticatorService',
  231.             'contao.security.two_factor.authenticator' => 'getContao_Security_TwoFactor_AuthenticatorService',
  232.             'contao.security.two_factor.backup_code_manager' => 'getContao_Security_TwoFactor_BackupCodeManagerService',
  233.             'contao.security.two_factor.trusted_device_manager' => 'getContao_Security_TwoFactor_TrustedDeviceManagerService',
  234.             'contao.slug' => 'getContao_SlugService',
  235.             'contao.slug.generator' => 'getContao_Slug_GeneratorService',
  236.             'contao.slug.valid_characters' => 'getContao_Slug_ValidCharactersService',
  237.             'contao.string.html_decoder' => 'getContao_String_HtmlDecoderService',
  238.             'contao.string.simple_token_parser' => 'getContao_String_SimpleTokenParserService',
  239.             'contao.twig.interop.context_factory' => 'getContao_Twig_Interop_ContextFactoryService',
  240.             'contao_installation.database.installer' => 'getContaoInstallation_Database_InstallerService',
  241.             'contao_installation.install_tool' => 'getContaoInstallation_InstallToolService',
  242.             'contao_installation.install_tool_user' => 'getContaoInstallation_InstallToolUserService',
  243.             'contao_manager.routing.route_loader' => 'getContaoManager_Routing_RouteLoaderService',
  244.             'contao_news.listener.generate_page' => 'getContaoNews_Listener_GeneratePageService',
  245.             'contao_news.listener.insert_tags' => 'getContaoNews_Listener_InsertTagsService',
  246.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  247.             'error_controller' => 'getErrorControllerService',
  248.             'fragment.handler' => 'getFragment_HandlerService',
  249.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  250.             'mailer' => 'getMailerService',
  251.             'monolog.logger.contao' => 'getMonolog_Logger_ContaoService',
  252.             'monolog.logger.contao.access' => 'getMonolog_Logger_Contao_AccessService',
  253.             'monolog.logger.contao.configuration' => 'getMonolog_Logger_Contao_ConfigurationService',
  254.             'monolog.logger.contao.cron' => 'getMonolog_Logger_Contao_CronService',
  255.             'monolog.logger.contao.email' => 'getMonolog_Logger_Contao_EmailService',
  256.             'monolog.logger.contao.error' => 'getMonolog_Logger_Contao_ErrorService',
  257.             'monolog.logger.contao.files' => 'getMonolog_Logger_Contao_FilesService',
  258.             'monolog.logger.contao.forms' => 'getMonolog_Logger_Contao_FormsService',
  259.             'monolog.logger.contao.general' => 'getMonolog_Logger_Contao_GeneralService',
  260.             'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService',
  261.             'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService',
  262.             'routing.loader' => 'getRouting_LoaderService',
  263.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  264.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  265.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  266.             'security.password_hasher_factory' => 'getSecurity_PasswordHasherFactoryService',
  267.             'services_resetter' => 'getServicesResetterService',
  268.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  269.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  270.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  271.         ];
  272.         $this->aliases = [
  273.             'Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager' => 'contao.csrf.token_manager',
  274.             'Contao\\CoreBundle\\Image\\Studio\\Studio' => 'contao.image.studio',
  275.             'Contao\\CoreBundle\\Intl\\Countries' => 'contao.intl.countries',
  276.             'Contao\\CoreBundle\\Intl\\Locales' => 'contao.intl.locales',
  277.             'Contao\\CoreBundle\\Mailer\\AvailableTransports' => 'contao.mailer.available_transports',
  278.             'Contao\\CoreBundle\\OptIn\\OptIn' => 'contao.opt_in',
  279.             'Contao\\CoreBundle\\Routing\\Page\\PageRegistry' => 'contao.routing.page_registry',
  280.             'Contao\\CoreBundle\\Routing\\ResponseContext\\ResponseContextAccessor' => 'contao.routing.response_context_accessor',
  281.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  282.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  283.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  284.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  285.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  286.             'database_connection' => 'doctrine.dbal.default_connection',
  287.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  288.         ];
  289.         $this->privates['service_container'] = function () {
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  298.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  309.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/HttpKernel/ControllerResolver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  424.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  425.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  426.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  429.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  435.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  436.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  437.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  438.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  439.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  441.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  442.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  443.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/MaxHeaderValueLengthFormatter.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  447.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  453.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  455.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  456.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  457.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  462.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php';
  463.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ClickjackingListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  468.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  469.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  470.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  471.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/XssProtectionListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentTypeListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ReferrerPolicyListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  475.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  477.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  478.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  479.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  480.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  521.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Controller/AbstractController.php';
  522.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Page/ContentCompositionInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Controller/Page/ErrorPageController.php';
  524.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendLocaleListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendPreviewRedirectListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendRebuildCacheMessageListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/ClearSessionDataListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/CsrfTokenCookieSubscriber.php';
  529.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InitializeControllerListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InterestCohortListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/LegacyLoginConstantsListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/LocaleSubscriber.php';
  534.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/MakeResponsePrivateListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PageTrailCacheTagsListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PreviewAuthenticationListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PreviewToolbarListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/RequestTokenListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  542.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/Security/TwoFactorFrontendListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/ServiceUnavailableListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/SubrequestCacheSubscriber.php';
  546.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Asset/ContaoContext.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  550.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Csrf/ContaoCsrfTokenManager.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Csrf/MemoryTokenStorage.php';
  553.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php';
  555.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentRegistryInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentRegistry.php';
  558.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/ContaoFramework.php';
  563.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Intl/Locales.php';
  564.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php';
  566.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Config/ResourceFinderInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Config/ResourceFinder.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/RouteFilterInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/DomainFilter.php';
  571.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/PublishedFilter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  574.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Page/PageRegistry.php';
  575.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Page/RouteConfig.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/AbstractPageRouteProvider.php';
  578.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Route404Provider.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Candidates/CandidatesInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Candidates/AbstractCandidates.php';
  581.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Candidates/LocaleCandidates.php';
  582.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/RouteProvider.php';
  583.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Candidates/LegacyCandidates.php';
  584.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/UrlMatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  594.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Translation/DataCollectorTranslator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Extension/ContaoExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  600.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Inheritance/TemplateHierarchyInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/ContaoFilesystemLoader.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/ContaoFilesystemLoaderWarmer.php';
  604.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/TemplateLocator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/ThemeNamespace.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  608.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/FrontendLoader.php';
  609.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Security/Authentication/AccessDecisionManager.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  613.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentConfig.php';
  614.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Translation/Translator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/PageUrlGenerator.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Enhancer/InputEnhancer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  631.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/LegacyRouteProvider.php';
  632.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/LegacyMatcher.php';
  642.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/LanguageFilter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  664.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  672.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  673.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/FailTolerantFilesystemLoader.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  697.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  699.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  701.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  702.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sensiolabs/ansi-to-html/SensioLabs/AnsiConverter/Bridge/Twig/AnsiExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  717.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php';
  718.         };
  719.     }
  720.     public function compile(): void
  721.     {
  722.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  723.     }
  724.     public function isCompiled(): bool
  725.     {
  726.         return true;
  727.     }
  728.     public function getRemovedIds(): array
  729.     {
  730.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  731.     }
  732.     protected function load($file$lazyLoad true)
  733.     {
  734.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  735.             return $class::do($this$lazyLoad);
  736.         }
  737.         if ('.' === $file[-4]) {
  738.             $class substr($class0, -4);
  739.         } else {
  740.             $file .= '.php';
  741.         }
  742.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  743.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  744.     }
  745.     /**
  746.      * Gets the public '.container.private.filesystem' shared service.
  747.      *
  748.      * @return \Symfony\Component\Filesystem\Filesystem
  749.      */
  750.     protected function get_Container_Private_FilesystemService()
  751.     {
  752.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  753.     }
  754.     /**
  755.      * Gets the public '.container.private.profiler' shared service.
  756.      *
  757.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  758.      */
  759.     protected function get_Container_Private_ProfilerService()
  760.     {
  761.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  762.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  763.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  764.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  765.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  766.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  768.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  769.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  770.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  771.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  772.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  773.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  774.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  775.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  776.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  777.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  778.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  779.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  780.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  781.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  782.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  783.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  784.         if ($this->has('kernel')) {
  785.             $f->setKernel($b);
  786.         }
  787.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  789.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  790.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  791.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  792.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer'), $c));
  793.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  794.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  795.         $instance->add($d);
  796.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['contao.translation.data_collector_translator'] ?? $this->getContao_Translation_DataCollectorTranslatorService())));
  797.         $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->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['contao.debug.security.access.decision_manager'] ?? $this->getContao_Debug_Security_Access_DecisionManagerService()), ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  798.         $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())));
  799.         $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([])))));
  800.         $instance->add($e);
  801.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  802.         $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()))));
  803.         $instance->add(($this->privates['contao.data_collector'] ?? $this->getContao_DataCollectorService()));
  804.         $instance->add($f);
  805.         return $instance;
  806.     }
  807.     /**
  808.      * Gets the public '.container.private.security.authorization_checker' shared service.
  809.      *
  810.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  811.      */
  812.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  813.     {
  814.         $a = ($this->privates['contao.debug.security.access.decision_manager'] ?? $this->getContao_Debug_Security_Access_DecisionManagerService());
  815.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  816.             return $this->services['.container.private.security.authorization_checker'];
  817.         }
  818.         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()), $afalsefalse);
  819.     }
  820.     /**
  821.      * Gets the public '.container.private.security.token_storage' shared service.
  822.      *
  823.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  824.      */
  825.     protected function get_Container_Private_Security_TokenStorageService()
  826.     {
  827.         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, [
  828.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  829.         ], [
  830.             'request_stack' => '?',
  831.         ]));
  832.     }
  833.     /**
  834.      * Gets the public '.container.private.session' shared service.
  835.      *
  836.      * @return \Symfony\Component\HttpFoundation\Session\Session
  837.      */
  838.     protected function get_Container_Private_SessionService()
  839.     {
  840.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  841.         if (isset($this->services['.container.private.session'])) {
  842.             return $this->services['.container.private.session'];
  843.         }
  844.         $this->services['.container.private.session'] = $instance $a->createSession();
  845.         $b = new \Contao\CoreBundle\Session\Attribute\ArrayAttributeBag('_contao_be_attributes');
  846.         $b->setName('contao_backend');
  847.         $c = new \Contao\CoreBundle\Session\Attribute\ArrayAttributeBag('_contao_fe_attributes');
  848.         $c->setName('contao_frontend');
  849.         $instance->registerBag($b);
  850.         $instance->registerBag($c);
  851.         return $instance;
  852.     }
  853.     /**
  854.      * Gets the public '.container.private.twig' shared service.
  855.      *
  856.      * @return \Twig\Environment
  857.      */
  858.     protected function get_Container_Private_TwigService()
  859.     {
  860.         $a = ($this->services['contao.twig.filesystem_loader'] ?? $this->getContao_Twig_FilesystemLoaderService());
  861.         if (isset($this->services['.container.private.twig'])) {
  862.             return $this->services['.container.private.twig'];
  863.         }
  864.         $b = new \Twig\Loader\ChainLoader();
  865.         $c = new \Contao\CoreBundle\Twig\Loader\FailTolerantFilesystemLoader([], \dirname(__DIR__4));
  866.         $c->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  867.         $c->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  868.         $c->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  869.         $c->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  870.         $c->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  871.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  872.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  873.         $c->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  874.         $c->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  875.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  876.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  877.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  878.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  879.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/views'), 'ContaoCore');
  880.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/views'), '!ContaoCore');
  881.         $c->addPath((\dirname(__DIR__4).'/system/modules/dcawizard/templates'), 'dcawizard');
  882.         $c->addPath((\dirname(__DIR__4).'/system/modules/dcawizard/templates'), '!dcawizard');
  883.         $c->addPath((\dirname(__DIR__4).'/system/modules/easy_themes/templates'), 'easy_themes');
  884.         $c->addPath((\dirname(__DIR__4).'/system/modules/easy_themes/templates'), '!easy_themes');
  885.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/views'), 'ContaoInstallation');
  886.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/views'), '!ContaoInstallation');
  887.         $c->addPath((\dirname(__DIR__4).'/system/modules/fineuploader/templates'), 'fineuploader');
  888.         $c->addPath((\dirname(__DIR__4).'/system/modules/fineuploader/templates'), '!fineuploader');
  889.         $c->addPath((\dirname(__DIR__4).'/system/modules/semantic_html5/templates'), 'semantic_html5');
  890.         $c->addPath((\dirname(__DIR__4).'/system/modules/semantic_html5/templates'), '!semantic_html5');
  891.         $c->addPath((\dirname(__DIR__4).'/templates'));
  892.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  893.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  894.         $b->addLoader($a);
  895.         $b->addLoader($c);
  896.         $b->addLoader(new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4)));
  897.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($b, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  898.         $d = ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  899.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  900.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  901.         $g = ($this->services['router'] ?? $this->getRouterService());
  902.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  903.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  904.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  905.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  906.         $k = new \Knp\Menu\Util\MenuManipulator();
  907.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  908.         $m = new \Symfony\Bridge\Twig\AppVariable();
  909.         $m->setEnvironment('dev');
  910.         $m->setDebug(true);
  911.         if ($this->has('.container.private.security.token_storage')) {
  912.             $m->setTokenStorage($i);
  913.         }
  914.         if ($this->has('request_stack')) {
  915.             $m->setRequestStack($h);
  916.         }
  917.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  918.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  919.         $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())));
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['assets.packages'] ?? $this->getAssets_PackagesService())));
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$g)));
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  931.         $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($h, ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  932.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  933.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  934.         $instance->addExtension(new \Nelmio\SecurityBundle\Twig\NelmioCSPTwigExtension(($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService()), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256')))));
  935.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  936.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  937.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  938.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  939.         ], [
  940.             'list' => '?',
  941.             'twig' => '?',
  942.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  943.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  944.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  945.         }, 2)), $k$l), $l$k));
  946.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($e)));
  947.         $instance->addExtension(($this->services['contao.twig.extension'] ?? $this->getContao_Twig_ExtensionService()));
  948.         $instance->addExtension(new \SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension());
  949.         $instance->addGlobal('app'$m);
  950.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  951.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  952.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  953.             'Contao\\CoreBundle\\Twig\\Runtime\\FigureRendererRuntime' => ['privates''contao.twig.figure_renderer_runtime''getContao_Twig_FigureRendererRuntimeService'true],
  954.             'Contao\\CoreBundle\\Twig\\Runtime\\InsertTagRuntime' => ['privates''contao.twig.insert_tag_runtime''getContao_Twig_InsertTagRuntimeService'true],
  955.             'Contao\\CoreBundle\\Twig\\Runtime\\LegacyTemplateFunctionsRuntime' => ['privates''contao.twig.legacy_template_functions_runtime''getContao_Twig_LegacyTemplateFunctionsRuntimeService'true],
  956.             'Contao\\CoreBundle\\Twig\\Runtime\\PictureConfigurationRuntime' => ['privates''contao.twig.picture_configuration_runtime''getContao_Twig_PictureConfigurationRuntimeService'true],
  957.             'Contao\\CoreBundle\\Twig\\Runtime\\SchemaOrgRuntime' => ['privates''contao.twig.schema_org_runtime''getContao_Twig_SchemaOrgRuntimeService'true],
  958.         ], [
  959.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  960.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  961.             'Contao\\CoreBundle\\Twig\\Runtime\\FigureRendererRuntime' => '?',
  962.             'Contao\\CoreBundle\\Twig\\Runtime\\InsertTagRuntime' => '?',
  963.             'Contao\\CoreBundle\\Twig\\Runtime\\LegacyTemplateFunctionsRuntime' => '?',
  964.             'Contao\\CoreBundle\\Twig\\Runtime\\PictureConfigurationRuntime' => '?',
  965.             'Contao\\CoreBundle\\Twig\\Runtime\\SchemaOrgRuntime' => '?',
  966.         ])));
  967.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  968.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  969.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  970.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  971.         return $instance;
  972.     }
  973.     /**
  974.      * Gets the public 'Contao\CoreBundle\Controller\Page\ErrorPageController' shared service.
  975.      *
  976.      * @return \Contao\CoreBundle\Controller\Page\ErrorPageController
  977.      */
  978.     protected function getErrorPageControllerService()
  979.     {
  980.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  981.         if (isset($this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'])) {
  982.             return $this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'];
  983.         }
  984.         $this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'] = $instance = new \Contao\CoreBundle\Controller\Page\ErrorPageController($a);
  985.         $instance->setContainer(($this->privates['.service_locator.ZTa9e0W'] ?? $this->get_ServiceLocator_ZTa9e0WService())->withContext('Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'$this));
  986.         return $instance;
  987.     }
  988.     /**
  989.      * Gets the public 'assets.packages' shared service.
  990.      *
  991.      * @return \Symfony\Component\Asset\Packages
  992.      */
  993.     protected function getAssets_PackagesService()
  994.     {
  995.         $a = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  996.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  997.         $this->services['assets.packages'] = $instance = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage(''$a, new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b->getBaseUrl(), $b->isSecure())), new RewindableGenerator(function () {
  998.             return new \EmptyIterator();
  999.         }, 0));
  1000.         $c = ($this->services['contao.assets.assets_context'] ?? $this->getContao_Assets_AssetsContextService());
  1001.         $d = new \Symfony\Component\Asset\PathPackage('assets/ace', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.24.1''%s?v=%s'), $c);
  1002.         $e = new \Symfony\Component\Asset\PathPackage('assets/chosen', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.2.5''%s?v=%s'), $c);
  1003.         $f = new \Symfony\Component\Asset\PathPackage('assets/colorbox', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.6''%s?v=%s'), $c);
  1004.         $g = new \Symfony\Component\Asset\PathPackage('assets/colorpicker', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.5.2''%s?v=%s'), $c);
  1005.         $h = new \Symfony\Component\Asset\PathPackage('assets/contao', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('9.3.2''%s?v=%s'), $c);
  1006.         $i = new \Symfony\Component\Asset\PathPackage('assets/datepicker', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.3.2''%s?v=%s'), $c);
  1007.         $j = new \Symfony\Component\Asset\PathPackage('assets/dropzone', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('5.9.3''%s?v=%s'), $c);
  1008.         $k = new \Symfony\Component\Asset\PathPackage('assets/jquery', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('3.7.0''%s?v=%s'), $c);
  1009.         $l = new \Symfony\Component\Asset\PathPackage('assets/jquery-ui', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.13.2''%s?v=%s'), $c);
  1010.         $m = new \Symfony\Component\Asset\PathPackage('assets/mediabox', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.5.5''%s?v=%s'), $c);
  1011.         $n = new \Symfony\Component\Asset\PathPackage('assets/mootools', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.0.7''%s?v=%s'), $c);
  1012.         $o = new \Symfony\Component\Asset\PathPackage('assets/simplemodal', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.1.1''%s?v=%s'), $c);
  1013.         $p = new \Symfony\Component\Asset\PathPackage('assets/swipe', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.2.0''%s?v=%s'), $c);
  1014.         $q = new \Symfony\Component\Asset\PathPackage('assets/tablesort', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('4.0.1''%s?v=%s'), $c);
  1015.         $r = new \Symfony\Component\Asset\PathPackage('assets/tablesorter', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.31.3''%s?v=%s'), $c);
  1016.         $s = new \Symfony\Component\Asset\PathPackage('assets/tinymce4', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('5.10.7''%s?v=%s'), $c);
  1017.         $instance->addPackage('contao_core', new \Symfony\Component\Asset\PathPackage('bundles/contaocore'$a$c));
  1018.         $instance->addPackage('rock_solid_custom_elements', new \Symfony\Component\Asset\PathPackage('bundles/rocksolidcustomelements'$a$c));
  1019.         $instance->addPackage('multi_column_wizard', new \Symfony\Component\Asset\PathPackage('bundles/multicolumnwizard'$a$c));
  1020.         $instance->addPackage('contao_news', new \Symfony\Component\Asset\PathPackage('bundles/contaonews'$a$c));
  1021.         $instance->addPackage('boxmaker', new \Symfony\Component\Asset\PathPackage('bundles/boxmaker'$a$c));
  1022.         $instance->addPackage('terminal42_change_language', new \Symfony\Component\Asset\PathPackage('bundles/terminal42changelanguage'$a$c));
  1023.         $instance->addPackage('craffft_css_style_selector', new \Symfony\Component\Asset\PathPackage('bundles/craffftcssstyleselector'$a$c));
  1024.         $instance->addPackage('contao-components/ace'$d);
  1025.         $instance->addPackage('contao-components/chosen'$e);
  1026.         $instance->addPackage('contao-components/colorbox'$f);
  1027.         $instance->addPackage('contao-components/colorpicker'$g);
  1028.         $instance->addPackage('contao-components/contao'$h);
  1029.         $instance->addPackage('contao-components/datepicker'$i);
  1030.         $instance->addPackage('contao-components/dropzone'$j);
  1031.         $instance->addPackage('contao-components/jquery'$k);
  1032.         $instance->addPackage('contao-components/jquery-ui'$l);
  1033.         $instance->addPackage('contao-components/mediabox'$m);
  1034.         $instance->addPackage('contao-components/mootools'$n);
  1035.         $instance->addPackage('contao-components/simplemodal'$o);
  1036.         $instance->addPackage('contao-components/swipe'$p);
  1037.         $instance->addPackage('contao-components/tablesort'$q);
  1038.         $instance->addPackage('contao-components/tablesorter'$r);
  1039.         $instance->addPackage('contao-components/tinymce4'$s);
  1040.         $instance->addPackage('contao-components/ace'$d);
  1041.         $instance->addPackage('contao-components/chosen'$e);
  1042.         $instance->addPackage('contao-components/colorbox'$f);
  1043.         $instance->addPackage('contao-components/colorpicker'$g);
  1044.         $instance->addPackage('contao-components/contao'$h);
  1045.         $instance->addPackage('contao-components/datepicker'$i);
  1046.         $instance->addPackage('contao-components/dropzone'$j);
  1047.         $instance->addPackage('contao-components/jquery'$k);
  1048.         $instance->addPackage('contao-components/jquery-ui'$l);
  1049.         $instance->addPackage('contao-components/mediabox'$m);
  1050.         $instance->addPackage('contao-components/mootools'$n);
  1051.         $instance->addPackage('contao-components/simplemodal'$o);
  1052.         $instance->addPackage('contao-components/swipe'$p);
  1053.         $instance->addPackage('contao-components/tablesort'$q);
  1054.         $instance->addPackage('contao-components/tablesorter'$r);
  1055.         $instance->addPackage('contao-components/tinymce4'$s);
  1056.         return $instance;
  1057.     }
  1058.     /**
  1059.      * Gets the public 'cache.app' shared service.
  1060.      *
  1061.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1062.      */
  1063.     protected function getCache_AppService()
  1064.     {
  1065.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PvrW+xKxb5'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1066.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1067.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1068.     }
  1069.     /**
  1070.      * Gets the public 'cache.system' shared service.
  1071.      *
  1072.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1073.      */
  1074.     protected function getCache_SystemService()
  1075.     {
  1076.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yd6ZPL1ysJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1077.     }
  1078.     /**
  1079.      * Gets the public 'contao.assets.assets_context' shared service.
  1080.      *
  1081.      * @return \Contao\CoreBundle\Asset\ContaoContext
  1082.      */
  1083.     protected function getContao_Assets_AssetsContextService()
  1084.     {
  1085.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1086.         if (isset($this->services['contao.assets.assets_context'])) {
  1087.             return $this->services['contao.assets.assets_context'];
  1088.         }
  1089.         return $this->services['contao.assets.assets_context'] = new \Contao\CoreBundle\Asset\ContaoContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a'staticPlugins'true);
  1090.     }
  1091.     /**
  1092.      * Gets the public 'contao.csrf.token_manager' shared service.
  1093.      *
  1094.      * @return \Contao\CoreBundle\Csrf\ContaoCsrfTokenManager
  1095.      */
  1096.     protected function getContao_Csrf_TokenManagerService()
  1097.     {
  1098.         return $this->services['contao.csrf.token_manager'] = new \Contao\CoreBundle\Csrf\ContaoCsrfTokenManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'csrf_', ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['contao.csrf.token_storage'] ?? ($this->privates['contao.csrf.token_storage'] = new \Contao\CoreBundle\Csrf\MemoryTokenStorage())), NULL'contao_csrf_token');
  1099.     }
  1100.     /**
  1101.      * Gets the public 'contao.framework' shared service.
  1102.      *
  1103.      * @return \Contao\CoreBundle\Framework\ContaoFramework
  1104.      */
  1105.     protected function getContao_FrameworkService()
  1106.     {
  1107.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  1108.         if (isset($this->services['contao.framework'])) {
  1109.             return $this->services['contao.framework'];
  1110.         }
  1111.         $b = ($this->services['router'] ?? $this->getRouterService());
  1112.         if (isset($this->services['contao.framework'])) {
  1113.             return $this->services['contao.framework'];
  1114.         }
  1115.         $this->services['contao.framework'] = $instance = new \Contao\CoreBundle\Framework\ContaoFramework(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $a, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $b, \dirname(__DIR__4), 8183true);
  1116.         $instance->setContainer($this);
  1117.         $instance->setHookListeners(['initializeSystem' => [255 => [=> [=> 'contao.listener.MGEESJ7'=> 'onInitializeSystem'], => [=> 'contao.listener.fE48e1G'=> 'onInitializeSystem']], => [=> [=> 'contao.listener.data_container.preview_link'=> 'unloadModuleWithoutPreviewScript']]], 'loadDataContainer' => [=> [=> [=> 'contao.listener.data_container.preview_link'=> 'unloadTableWithoutPreviewScript'], => [=> 'contao.listener.data_container.record_preview'=> 'registerDeleteCallbacks'], => [=> 'contao.listener.data_container.toggle_nodes_label'=> '__invoke'], => [=> 'contao.listener.data_container_callback'=> 'onLoadDataContainer'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\CallbackSetupListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\MissingLanguageIconListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageInitializationListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageOperationListener'=> '__invoke']]], 'replaceInsertTags' => [=> [=> [=> 'contao.listener.insert_tags.asset'=> 'onReplaceInsertTags'], => [=> 'contao.listener.insert_tags.date'=> '__invoke'], => [=> 'contao.listener.insert_tags.translation'=> 'onReplaceInsertTags'], => [=> 'contao_news.listener.insert_tags'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\InsertTagsListener'=> '__invoke']]], 'addCustomRegexp' => [=> [=> [=> 'contao.listener.widget.custom_rgxp'=> '__invoke'], => [=> 'contao.listener.widget.http_url'=> '__invoke']]], 'generatePage' => [=> [=> [=> 'contao_news.listener.generate_page'=> '__invoke']]], 'changelanguageNavigation' => [=> [=> [=> 'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\ArticleNavigationListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\NewsNavigationListener'=> 'onChangelanguageNavigation']]]]);
  1118.         return $instance;
  1119.     }
  1120.     /**
  1121.      * Gets the public 'contao.intl.locales' shared service.
  1122.      *
  1123.      * @return \Contao\CoreBundle\Intl\Locales
  1124.      */
  1125.     protected function getContao_Intl_LocalesService()
  1126.     {
  1127.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1128.         if (isset($this->services['contao.intl.locales'])) {
  1129.             return $this->services['contao.intl.locales'];
  1130.         }
  1131.         $b = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1132.         if (isset($this->services['contao.intl.locales'])) {
  1133.             return $this->services['contao.intl.locales'];
  1134.         }
  1135.         return $this->services['contao.intl.locales'] = new \Contao\CoreBundle\Intl\Locales($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, [=> 'en'=> 'cs'=> 'de'=> 'es'=> 'fa'=> 'fr'=> 'it'=> 'ja'=> 'lv'=> 'nl'10 => 'pl'11 => 'pt'12 => 'ru'13 => 'sl'14 => 'sr'15 => 'sv'16 => 'tr'17 => 'af'18 => 'af_NA'19 => 'af_ZA'20 => 'agq'21 => 'agq_CM'22 => 'ak'23 => 'ak_GH'24 => 'am'25 => 'am_ET'26 => 'ar'27 => 'ar_001'28 => 'ar_AE'29 => 'ar_BH'30 => 'ar_DJ'31 => 'ar_DZ'32 => 'ar_EG'33 => 'ar_EH'34 => 'ar_ER'35 => 'ar_IL'36 => 'ar_IQ'37 => 'ar_JO'38 => 'ar_KM'39 => 'ar_KW'40 => 'ar_LB'41 => 'ar_LY'42 => 'ar_MA'43 => 'ar_MR'44 => 'ar_OM'45 => 'ar_PS'46 => 'ar_QA'47 => 'ar_SA'48 => 'ar_SD'49 => 'ar_SO'50 => 'ar_SS'51 => 'ar_SY'52 => 'ar_TD'53 => 'ar_TN'54 => 'ar_YE'55 => 'as'56 => 'as_IN'57 => 'asa'58 => 'asa_TZ'59 => 'ast'60 => 'ast_ES'61 => 'az'62 => 'az_Cyrl'63 => 'az_Cyrl_AZ'64 => 'az_Latn'65 => 'az_Latn_AZ'66 => 'bas'67 => 'bas_CM'68 => 'be'69 => 'be_BY'70 => 'bem'71 => 'bem_ZM'72 => 'bez'73 => 'bez_TZ'74 => 'bg'75 => 'bg_BG'76 => 'bgc'77 => 'bgc_IN'78 => 'bho'79 => 'bho_IN'80 => 'bm'81 => 'bm_ML'82 => 'bn'83 => 'bn_BD'84 => 'bn_IN'85 => 'bo'86 => 'bo_CN'87 => 'bo_IN'88 => 'br'89 => 'br_FR'90 => 'brx'91 => 'brx_IN'92 => 'bs'93 => 'bs_Cyrl'94 => 'bs_Cyrl_BA'95 => 'bs_Latn'96 => 'bs_Latn_BA'97 => 'ca'98 => 'ca_AD'99 => 'ca_ES'100 => 'ca_FR'101 => 'ca_IT'102 => 'ccp'103 => 'ccp_BD'104 => 'ccp_IN'105 => 'ce'106 => 'ce_RU'107 => 'ceb'108 => 'ceb_PH'109 => 'cgg'110 => 'cgg_UG'111 => 'chr'112 => 'chr_US'113 => 'ckb'114 => 'ckb_IQ'115 => 'ckb_IR'116 => 'cs_CZ'117 => 'cv'118 => 'cv_RU'119 => 'cy'120 => 'cy_GB'121 => 'da'122 => 'da_DK'123 => 'da_GL'124 => 'dav'125 => 'dav_KE'126 => 'de_AT'127 => 'de_BE'128 => 'de_CH'129 => 'de_DE'130 => 'de_IT'131 => 'de_LI'132 => 'de_LU'133 => 'dje'134 => 'dje_NE'135 => 'doi'136 => 'doi_IN'137 => 'dsb'138 => 'dsb_DE'139 => 'dua'140 => 'dua_CM'141 => 'dyo'142 => 'dyo_SN'143 => 'dz'144 => 'dz_BT'145 => 'ebu'146 => 'ebu_KE'147 => 'ee'148 => 'ee_GH'149 => 'ee_TG'150 => 'el'151 => 'el_CY'152 => 'el_GR'153 => 'en_001'154 => 'en_150'155 => 'en_AE'156 => 'en_AG'157 => 'en_AI'158 => 'en_AS'159 => 'en_AT'160 => 'en_AU'161 => 'en_BB'162 => 'en_BE'163 => 'en_BI'164 => 'en_BM'165 => 'en_BS'166 => 'en_BW'167 => 'en_BZ'168 => 'en_CA'169 => 'en_CC'170 => 'en_CH'171 => 'en_CK'172 => 'en_CM'173 => 'en_CX'174 => 'en_CY'175 => 'en_DE'176 => 'en_DG'177 => 'en_DK'178 => 'en_DM'179 => 'en_ER'180 => 'en_FI'181 => 'en_FJ'182 => 'en_FK'183 => 'en_FM'184 => 'en_GB'185 => 'en_GD'186 => 'en_GG'187 => 'en_GH'188 => 'en_GI'189 => 'en_GM'190 => 'en_GU'191 => 'en_GY'192 => 'en_HK'193 => 'en_IE'194 => 'en_IL'195 => 'en_IM'196 => 'en_IN'197 => 'en_IO'198 => 'en_JE'199 => 'en_JM'200 => 'en_KE'201 => 'en_KI'202 => 'en_KN'203 => 'en_KY'204 => 'en_LC'205 => 'en_LR'206 => 'en_LS'207 => 'en_MG'208 => 'en_MH'209 => 'en_MO'210 => 'en_MP'211 => 'en_MS'212 => 'en_MT'213 => 'en_MU'214 => 'en_MV'215 => 'en_MW'216 => 'en_MY'217 => 'en_NA'218 => 'en_NF'219 => 'en_NG'220 => 'en_NL'221 => 'en_NR'222 => 'en_NU'223 => 'en_NZ'224 => 'en_PG'225 => 'en_PH'226 => 'en_PK'227 => 'en_PN'228 => 'en_PR'229 => 'en_PW'230 => 'en_RW'231 => 'en_SB'232 => 'en_SC'233 => 'en_SD'234 => 'en_SE'235 => 'en_SG'236 => 'en_SH'237 => 'en_SI'238 => 'en_SL'239 => 'en_SS'240 => 'en_SX'241 => 'en_SZ'242 => 'en_TC'243 => 'en_TK'244 => 'en_TO'245 => 'en_TT'246 => 'en_TV'247 => 'en_TZ'248 => 'en_UG'249 => 'en_UM'250 => 'en_US'251 => 'en_US_POSIX'252 => 'en_VC'253 => 'en_VG'254 => 'en_VI'255 => 'en_VU'256 => 'en_WS'257 => 'en_ZA'258 => 'en_ZM'259 => 'en_ZW'260 => 'eo'261 => 'eo_001'262 => 'es_419'263 => 'es_AR'264 => 'es_BO'265 => 'es_BR'266 => 'es_BZ'267 => 'es_CL'268 => 'es_CO'269 => 'es_CR'270 => 'es_CU'271 => 'es_DO'272 => 'es_EA'273 => 'es_EC'274 => 'es_ES'275 => 'es_GQ'276 => 'es_GT'277 => 'es_HN'278 => 'es_IC'279 => 'es_MX'280 => 'es_NI'281 => 'es_PA'282 => 'es_PE'283 => 'es_PH'284 => 'es_PR'285 => 'es_PY'286 => 'es_SV'287 => 'es_US'288 => 'es_UY'289 => 'es_VE'290 => 'et'291 => 'et_EE'292 => 'eu'293 => 'eu_ES'294 => 'ewo'295 => 'ewo_CM'296 => 'fa_AF'297 => 'fa_IR'298 => 'ff'299 => 'ff_Adlm'300 => 'ff_Adlm_BF'301 => 'ff_Adlm_CM'302 => 'ff_Adlm_GH'303 => 'ff_Adlm_GM'304 => 'ff_Adlm_GN'305 => 'ff_Adlm_GW'306 => 'ff_Adlm_LR'307 => 'ff_Adlm_MR'308 => 'ff_Adlm_NE'309 => 'ff_Adlm_NG'310 => 'ff_Adlm_SL'311 => 'ff_Adlm_SN'312 => 'ff_Latn'313 => 'ff_Latn_BF'314 => 'ff_Latn_CM'315 => 'ff_Latn_GH'316 => 'ff_Latn_GM'317 => 'ff_Latn_GN'318 => 'ff_Latn_GW'319 => 'ff_Latn_LR'320 => 'ff_Latn_MR'321 => 'ff_Latn_NE'322 => 'ff_Latn_NG'323 => 'ff_Latn_SL'324 => 'ff_Latn_SN'325 => 'fi'326 => 'fi_FI'327 => 'fil'328 => 'fil_PH'329 => 'fo'330 => 'fo_DK'331 => 'fo_FO'332 => 'fr_BE'333 => 'fr_BF'334 => 'fr_BI'335 => 'fr_BJ'336 => 'fr_BL'337 => 'fr_CA'338 => 'fr_CD'339 => 'fr_CF'340 => 'fr_CG'341 => 'fr_CH'342 => 'fr_CI'343 => 'fr_CM'344 => 'fr_DJ'345 => 'fr_DZ'346 => 'fr_FR'347 => 'fr_GA'348 => 'fr_GF'349 => 'fr_GN'350 => 'fr_GP'351 => 'fr_GQ'352 => 'fr_HT'353 => 'fr_KM'354 => 'fr_LU'355 => 'fr_MA'356 => 'fr_MC'357 => 'fr_MF'358 => 'fr_MG'359 => 'fr_ML'360 => 'fr_MQ'361 => 'fr_MR'362 => 'fr_MU'363 => 'fr_NC'364 => 'fr_NE'365 => 'fr_PF'366 => 'fr_PM'367 => 'fr_RE'368 => 'fr_RW'369 => 'fr_SC'370 => 'fr_SN'371 => 'fr_SY'372 => 'fr_TD'373 => 'fr_TG'374 => 'fr_TN'375 => 'fr_VU'376 => 'fr_WF'377 => 'fr_YT'378 => 'fur'379 => 'fur_IT'380 => 'fy'381 => 'fy_NL'382 => 'ga'383 => 'ga_GB'384 => 'ga_IE'385 => 'gd'386 => 'gd_GB'387 => 'gl'388 => 'gl_ES'389 => 'gsw'390 => 'gsw_CH'391 => 'gsw_FR'392 => 'gsw_LI'393 => 'gu'394 => 'gu_IN'395 => 'guz'396 => 'guz_KE'397 => 'gv'398 => 'gv_IM'399 => 'ha'400 => 'ha_GH'401 => 'ha_NE'402 => 'ha_NG'403 => 'haw'404 => 'haw_US'405 => 'he'406 => 'he_IL'407 => 'hi'408 => 'hi_IN'409 => 'hi_Latn'410 => 'hi_Latn_IN'411 => 'hr'412 => 'hr_BA'413 => 'hr_HR'414 => 'hsb'415 => 'hsb_DE'416 => 'hu'417 => 'hu_HU'418 => 'hy'419 => 'hy_AM'420 => 'ia'421 => 'ia_001'422 => 'id'423 => 'id_ID'424 => 'ig'425 => 'ig_NG'426 => 'ii'427 => 'ii_CN'428 => 'is'429 => 'is_IS'430 => 'it_CH'431 => 'it_IT'432 => 'it_SM'433 => 'it_VA'434 => 'ja_JP'435 => 'jgo'436 => 'jgo_CM'437 => 'jmc'438 => 'jmc_TZ'439 => 'jv'440 => 'jv_ID'441 => 'ka'442 => 'ka_GE'443 => 'kab'444 => 'kab_DZ'445 => 'kam'446 => 'kam_KE'447 => 'kde'448 => 'kde_TZ'449 => 'kea'450 => 'kea_CV'451 => 'kgp'452 => 'kgp_BR'453 => 'khq'454 => 'khq_ML'455 => 'ki'456 => 'ki_KE'457 => 'kk'458 => 'kk_KZ'459 => 'kkj'460 => 'kkj_CM'461 => 'kl'462 => 'kl_GL'463 => 'kln'464 => 'kln_KE'465 => 'km'466 => 'km_KH'467 => 'kn'468 => 'kn_IN'469 => 'ko'470 => 'ko_KP'471 => 'ko_KR'472 => 'kok'473 => 'kok_IN'474 => 'ks'475 => 'ks_Arab'476 => 'ks_Arab_IN'477 => 'ks_Deva'478 => 'ks_Deva_IN'479 => 'ksb'480 => 'ksb_TZ'481 => 'ksf'482 => 'ksf_CM'483 => 'ksh'484 => 'ksh_DE'485 => 'ku'486 => 'ku_TR'487 => 'kw'488 => 'kw_GB'489 => 'ky'490 => 'ky_KG'491 => 'lag'492 => 'lag_TZ'493 => 'lb'494 => 'lb_LU'495 => 'lg'496 => 'lg_UG'497 => 'lkt'498 => 'lkt_US'499 => 'ln'500 => 'ln_AO'501 => 'ln_CD'502 => 'ln_CF'503 => 'ln_CG'504 => 'lo'505 => 'lo_LA'506 => 'lrc'507 => 'lrc_IQ'508 => 'lrc_IR'509 => 'lt'510 => 'lt_LT'511 => 'lu'512 => 'lu_CD'513 => 'luo'514 => 'luo_KE'515 => 'luy'516 => 'luy_KE'517 => 'lv_LV'518 => 'mai'519 => 'mai_IN'520 => 'mas'521 => 'mas_KE'522 => 'mas_TZ'523 => 'mer'524 => 'mer_KE'525 => 'mfe'526 => 'mfe_MU'527 => 'mg'528 => 'mg_MG'529 => 'mgh'530 => 'mgh_MZ'531 => 'mgo'532 => 'mgo_CM'533 => 'mi'534 => 'mi_NZ'535 => 'mk'536 => 'mk_MK'537 => 'ml'538 => 'ml_IN'539 => 'mn'540 => 'mn_MN'541 => 'mni'542 => 'mni_Beng'543 => 'mni_Beng_IN'544 => 'mr'545 => 'mr_IN'546 => 'ms'547 => 'ms_BN'548 => 'ms_ID'549 => 'ms_MY'550 => 'ms_SG'551 => 'mt'552 => 'mt_MT'553 => 'mua'554 => 'mua_CM'555 => 'my'556 => 'my_MM'557 => 'mzn'558 => 'mzn_IR'559 => 'naq'560 => 'naq_NA'561 => 'nb'562 => 'nb_NO'563 => 'nb_SJ'564 => 'nd'565 => 'nd_ZW'566 => 'ne'567 => 'ne_IN'568 => 'ne_NP'569 => 'nl_AW'570 => 'nl_BE'571 => 'nl_BQ'572 => 'nl_CW'573 => 'nl_NL'574 => 'nl_SR'575 => 'nl_SX'576 => 'nmg'577 => 'nmg_CM'578 => 'nn'579 => 'nn_NO'580 => 'nnh'581 => 'nnh_CM'582 => 'no'583 => 'nus'584 => 'nus_SS'585 => 'nyn'586 => 'nyn_UG'587 => 'om'588 => 'om_ET'589 => 'om_KE'590 => 'or'591 => 'or_IN'592 => 'os'593 => 'os_GE'594 => 'os_RU'595 => 'pa'596 => 'pa_Arab'597 => 'pa_Arab_PK'598 => 'pa_Guru'599 => 'pa_Guru_IN'600 => 'pcm'601 => 'pcm_NG'602 => 'pl_PL'603 => 'ps'604 => 'ps_AF'605 => 'ps_PK'606 => 'pt_AO'607 => 'pt_BR'608 => 'pt_CH'609 => 'pt_CV'610 => 'pt_GQ'611 => 'pt_GW'612 => 'pt_LU'613 => 'pt_MO'614 => 'pt_MZ'615 => 'pt_PT'616 => 'pt_ST'617 => 'pt_TL'618 => 'qu'619 => 'qu_BO'620 => 'qu_EC'621 => 'qu_PE'622 => 'raj'623 => 'raj_IN'624 => 'rm'625 => 'rm_CH'626 => 'rn'627 => 'rn_BI'628 => 'ro'629 => 'ro_MD'630 => 'ro_RO'631 => 'rof'632 => 'rof_TZ'633 => 'ru_BY'634 => 'ru_KG'635 => 'ru_KZ'636 => 'ru_MD'637 => 'ru_RU'638 => 'ru_UA'639 => 'rw'640 => 'rw_RW'641 => 'rwk'642 => 'rwk_TZ'643 => 'sa'644 => 'sa_IN'645 => 'sah'646 => 'sah_RU'647 => 'saq'648 => 'saq_KE'649 => 'sat'650 => 'sat_Olck'651 => 'sat_Olck_IN'652 => 'sbp'653 => 'sbp_TZ'654 => 'sc'655 => 'sc_IT'656 => 'sd'657 => 'sd_Arab'658 => 'sd_Arab_PK'659 => 'sd_Deva'660 => 'sd_Deva_IN'661 => 'se'662 => 'se_FI'663 => 'se_NO'664 => 'se_SE'665 => 'seh'666 => 'seh_MZ'667 => 'ses'668 => 'ses_ML'669 => 'sg'670 => 'sg_CF'671 => 'shi'672 => 'shi_Latn'673 => 'shi_Latn_MA'674 => 'shi_Tfng'675 => 'shi_Tfng_MA'676 => 'si'677 => 'si_LK'678 => 'sk'679 => 'sk_SK'680 => 'sl_SI'681 => 'smn'682 => 'smn_FI'683 => 'sn'684 => 'sn_ZW'685 => 'so'686 => 'so_DJ'687 => 'so_ET'688 => 'so_KE'689 => 'so_SO'690 => 'sq'691 => 'sq_AL'692 => 'sq_MK'693 => 'sq_XK'694 => 'sr_Cyrl'695 => 'sr_Cyrl_BA'696 => 'sr_Cyrl_ME'697 => 'sr_Cyrl_RS'698 => 'sr_Cyrl_XK'699 => 'sr_Latn'700 => 'sr_Latn_BA'701 => 'sr_Latn_ME'702 => 'sr_Latn_RS'703 => 'sr_Latn_XK'704 => 'su'705 => 'su_Latn'706 => 'su_Latn_ID'707 => 'sv_AX'708 => 'sv_FI'709 => 'sv_SE'710 => 'sw'711 => 'sw_CD'712 => 'sw_KE'713 => 'sw_TZ'714 => 'sw_UG'715 => 'ta'716 => 'ta_IN'717 => 'ta_LK'718 => 'ta_MY'719 => 'ta_SG'720 => 'te'721 => 'te_IN'722 => 'teo'723 => 'teo_KE'724 => 'teo_UG'725 => 'tg'726 => 'tg_TJ'727 => 'th'728 => 'th_TH'729 => 'ti'730 => 'ti_ER'731 => 'ti_ET'732 => 'tk'733 => 'tk_TM'734 => 'to'735 => 'to_TO'736 => 'tr_CY'737 => 'tr_TR'738 => 'tt'739 => 'tt_RU'740 => 'twq'741 => 'twq_NE'742 => 'tzm'743 => 'tzm_MA'744 => 'ug'745 => 'ug_CN'746 => 'uk'747 => 'uk_UA'748 => 'ur'749 => 'ur_IN'750 => 'ur_PK'751 => 'uz'752 => 'uz_Arab'753 => 'uz_Arab_AF'754 => 'uz_Cyrl'755 => 'uz_Cyrl_UZ'756 => 'uz_Latn'757 => 'uz_Latn_UZ'758 => 'vai'759 => 'vai_Latn'760 => 'vai_Latn_LR'761 => 'vai_Vaii'762 => 'vai_Vaii_LR'763 => 'vi'764 => 'vi_VN'765 => 'vun'766 => 'vun_TZ'767 => 'wae'768 => 'wae_CH'769 => 'wo'770 => 'wo_SN'771 => 'xh'772 => 'xh_ZA'773 => 'xog'774 => 'xog_UG'775 => 'yav'776 => 'yav_CM'777 => 'yi'778 => 'yi_001'779 => 'yo'780 => 'yo_BJ'781 => 'yo_NG'782 => 'yrl'783 => 'yrl_BR'784 => 'yrl_CO'785 => 'yrl_VE'786 => 'yue'787 => 'yue_Hans'788 => 'yue_Hans_CN'789 => 'yue_Hant'790 => 'yue_Hant_HK'791 => 'zgh'792 => 'zgh_MA'793 => 'zh'794 => 'zh_Hans'795 => 'zh_Hans_CN'796 => 'zh_Hans_HK'797 => 'zh_Hans_MO'798 => 'zh_Hans_SG'799 => 'zh_Hant'800 => 'zh_Hant_HK'801 => 'zh_Hant_MO'802 => 'zh_Hant_TW'803 => 'zu'804 => 'zu_ZA'], $this->parameters['contao.locales'], [], [], 'en');
  1136.     }
  1137.     /**
  1138.      * Gets the public 'contao.resource_finder' shared service.
  1139.      *
  1140.      * @return \Contao\CoreBundle\Config\ResourceFinder
  1141.      */
  1142.     protected function getContao_ResourceFinderService()
  1143.     {
  1144.         return $this->services['contao.resource_finder'] = new \Contao\CoreBundle\Config\ResourceFinder($this->parameters['contao.resources_paths']);
  1145.     }
  1146.     /**
  1147.      * Gets the public 'contao.routing.nested_404_matcher' shared service.
  1148.      *
  1149.      * @return \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher
  1150.      */
  1151.     protected function getContao_Routing_Nested404MatcherService()
  1152.     {
  1153.         $a = ($this->privates['contao.routing.route_404_provider'] ?? $this->getContao_Routing_Route404ProviderService());
  1154.         if (isset($this->services['contao.routing.nested_404_matcher'])) {
  1155.             return $this->services['contao.routing.nested_404_matcher'];
  1156.         }
  1157.         $this->services['contao.routing.nested_404_matcher'] = $instance = new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($a, ($this->privates['contao.routing.url_matcher'] ?? ($this->privates['contao.routing.url_matcher'] = new \Contao\CoreBundle\Routing\Matcher\UrlMatcher())));
  1158.         $instance->addRouteFilter(($this->privates['contao.routing.matcher.domain_filter'] ?? ($this->privates['contao.routing.matcher.domain_filter'] = new \Contao\CoreBundle\Routing\Matcher\DomainFilter())));
  1159.         $instance->addRouteFilter(($this->privates['contao.routing.matcher.published_filter'] ?? $this->getContao_Routing_Matcher_PublishedFilterService()));
  1160.         return $instance;
  1161.     }
  1162.     /**
  1163.      * Gets the public 'contao.routing.nested_matcher' shared service.
  1164.      *
  1165.      * @return \Contao\CoreBundle\Routing\Matcher\LegacyMatcher
  1166.      */
  1167.     protected function getContao_Routing_NestedMatcherService()
  1168.     {
  1169.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1170.         if (isset($this->services['contao.routing.nested_matcher'])) {
  1171.             return $this->services['contao.routing.nested_matcher'];
  1172.         }
  1173.         $b = ($this->privates['contao.routing.route_provider'] ?? $this->getContao_Routing_RouteProviderService());
  1174.         if (isset($this->services['contao.routing.nested_matcher'])) {
  1175.             return $this->services['contao.routing.nested_matcher'];
  1176.         }
  1177.         $c = ($this->privates['contao.routing.matcher.published_filter'] ?? $this->getContao_Routing_Matcher_PublishedFilterService());
  1178.         if (isset($this->services['contao.routing.nested_matcher'])) {
  1179.             return $this->services['contao.routing.nested_matcher'];
  1180.         }
  1181.         $d = new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($b, ($this->privates['contao.routing.url_matcher'] ?? ($this->privates['contao.routing.url_matcher'] = new \Contao\CoreBundle\Routing\Matcher\UrlMatcher())));
  1182.         $d->addRouteFilter(($this->privates['contao.routing.matcher.domain_filter'] ?? ($this->privates['contao.routing.matcher.domain_filter'] = new \Contao\CoreBundle\Routing\Matcher\DomainFilter())));
  1183.         $d->addRouteFilter($c);
  1184.         $d->addRouteFilter(new \Contao\CoreBundle\Routing\Matcher\LanguageFilter());
  1185.         return $this->services['contao.routing.nested_matcher'] = new \Contao\CoreBundle\Routing\Matcher\LegacyMatcher($a$d'.html'false);
  1186.     }
  1187.     /**
  1188.      * Gets the public 'contao.routing.page_registry' shared service.
  1189.      *
  1190.      * @return \Contao\CoreBundle\Routing\Page\PageRegistry
  1191.      */
  1192.     protected function getContao_Routing_PageRegistryService()
  1193.     {
  1194.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1195.         if (isset($this->services['contao.routing.page_registry'])) {
  1196.             return $this->services['contao.routing.page_registry'];
  1197.         }
  1198.         $this->services['contao.routing.page_registry'] = $instance = new \Contao\CoreBundle\Routing\Page\PageRegistry($a);
  1199.         $b = ($this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'] ?? $this->getErrorPageControllerService());
  1200.         $instance->add('error_401', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1201.         $instance->add('error_403', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1202.         $instance->add('error_404', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1203.         $instance->add('error_503', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1204.         $instance->add('root', new \Contao\CoreBundle\Routing\Page\RouteConfig(NULLNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\RootPageController'], []), NULLfalse);
  1205.         return $instance;
  1206.     }
  1207.     /**
  1208.      * Gets the public 'contao.routing.scope_matcher' shared service.
  1209.      *
  1210.      * @return \Contao\CoreBundle\Routing\ScopeMatcher
  1211.      */
  1212.     protected function getContao_Routing_ScopeMatcherService()
  1213.     {
  1214.         return $this->services['contao.routing.scope_matcher'] = new \Contao\CoreBundle\Routing\ScopeMatcher(($this->privates['contao.routing.backend_matcher'] ?? $this->getContao_Routing_BackendMatcherService()), ($this->privates['contao.routing.frontend_matcher'] ?? $this->getContao_Routing_FrontendMatcherService()));
  1215.     }
  1216.     /**
  1217.      * Gets the public 'contao.security.token_checker' shared service.
  1218.      *
  1219.      * @return \Contao\CoreBundle\Security\Authentication\Token\TokenChecker
  1220.      */
  1221.     protected function getContao_Security_TokenCheckerService()
  1222.     {
  1223.         $a = ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1224.         if (isset($this->services['contao.security.token_checker'])) {
  1225.             return $this->services['contao.security.token_checker'];
  1226.         }
  1227.         $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1228.         if (isset($this->services['contao.security.token_checker'])) {
  1229.             return $this->services['contao.security.token_checker'];
  1230.         }
  1231.         return $this->services['contao.security.token_checker'] = new \Contao\CoreBundle\Security\Authentication\Token\TokenChecker(($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()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['security.authentication.trust_resolver'] ?? $this->getSecurity_Authentication_TrustResolverService()), ($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter())), $b);
  1232.     }
  1233.     /**
  1234.      * Gets the public 'contao.twig.extension' shared service.
  1235.      *
  1236.      * @return \Contao\CoreBundle\Twig\Extension\ContaoExtension
  1237.      */
  1238.     protected function getContao_Twig_ExtensionService()
  1239.     {
  1240.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1241.         if (isset($this->services['contao.twig.extension'])) {
  1242.             return $this->services['contao.twig.extension'];
  1243.         }
  1244.         $b = ($this->services['contao.twig.filesystem_loader'] ?? $this->getContao_Twig_FilesystemLoaderService());
  1245.         if (isset($this->services['contao.twig.extension'])) {
  1246.             return $this->services['contao.twig.extension'];
  1247.         }
  1248.         return $this->services['contao.twig.extension'] = new \Contao\CoreBundle\Twig\Extension\ContaoExtension($a$b);
  1249.     }
  1250.     /**
  1251.      * Gets the public 'contao.twig.filesystem_loader' shared service.
  1252.      *
  1253.      * @return \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoader
  1254.      */
  1255.     protected function getContao_Twig_FilesystemLoaderService()
  1256.     {
  1257.         $a = ($this->privates['contao.twig.loader.template_locator'] ?? $this->getContao_Twig_Loader_TemplateLocatorService());
  1258.         if (isset($this->services['contao.twig.filesystem_loader'])) {
  1259.             return $this->services['contao.twig.filesystem_loader'];
  1260.         }
  1261.         return $this->services['contao.twig.filesystem_loader'] = new \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoader(($this->services['cache.system'] ?? $this->getCache_SystemService()), $a, ($this->privates['contao.twig.loader.theme_namespace'] ?? ($this->privates['contao.twig.loader.theme_namespace'] = new \Contao\CoreBundle\Twig\Loader\ThemeNamespace())), \dirname(__DIR__4));
  1262.     }
  1263.     /**
  1264.      * Gets the public 'data_collector.dump' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1267.      */
  1268.     protected function getDataCollector_DumpService()
  1269.     {
  1270.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1271.     }
  1272.     /**
  1273.      * Gets the public 'debug.stopwatch' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1276.      */
  1277.     protected function getDebug_StopwatchService()
  1278.     {
  1279.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1280.     }
  1281.     /**
  1282.      * Gets the public 'doctrine' shared service.
  1283.      *
  1284.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1285.      */
  1286.     protected function getDoctrineService()
  1287.     {
  1288.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1289.     }
  1290.     /**
  1291.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1292.      *
  1293.      * @return \Doctrine\DBAL\Connection
  1294.      */
  1295.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1296.     {
  1297.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1298.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1299.             return $this->services['doctrine.dbal.default_connection'];
  1300.         }
  1301.         $b = new \Doctrine\DBAL\Configuration();
  1302.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1303.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1304.         $c->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1305.         $c->pushHandler(($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService()));
  1306.         $c->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1307.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1308.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1309.         $d->setConnectionName('default');
  1310.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1311.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1312.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql''url' => $this->getEnv('DATABASE_URL'), 'charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET SESSION sql_mode=(SELECT CONCAT(@@sql_mode, \',TRADITIONAL\'))'1013 => false], 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_unicode_ci''engine' => 'InnoDB''row_format' => 'DYNAMIC''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  1313.     }
  1314.     /**
  1315.      * Gets the public 'event_dispatcher' shared service.
  1316.      *
  1317.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1318.      */
  1319.     protected function getEventDispatcherService()
  1320.     {
  1321.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1322.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1323.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1324.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1325.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1326.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1327.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1328.         $instance->addListener('kernel.controller', [=> function () {
  1329.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1330.         }, => 'onKernelController'], 0);
  1331.         $instance->addListener('kernel.request', [=> function () {
  1332.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1333.         }, => 'onKernelRequest'], 250);
  1334.         $instance->addListener('kernel.response', [=> function () {
  1335.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1336.         }, => 'onKernelResponse'], 0);
  1337.         $instance->addListener('kernel.response', [=> function () {
  1338.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1339.         }, => 'onResponse'], -10);
  1340.         $instance->addListener('kernel.response', [=> function () {
  1341.             return ($this->privates['nelmio_security.content_type_listener'] ?? ($this->privates['nelmio_security.content_type_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentTypeListener(true)));
  1342.         }, => 'onKernelResponse'], 0);
  1343.         $instance->addListener('kernel.response', [=> function () {
  1344.             return ($this->privates['nelmio_security.referrer_policy_listener'] ?? $this->getNelmioSecurity_ReferrerPolicyListenerService());
  1345.         }, => 'onKernelResponse'], 0);
  1346.         $instance->addListener('kernel.request', [=> function () {
  1347.             return ($this->privates['contao.listener.backend_locale'] ?? $this->getContao_Listener_BackendLocaleService());
  1348.         }, => '__invoke'], 7);
  1349.         $instance->addListener('kernel.request', [=> function () {
  1350.             return ($this->privates['contao.listener.backend_preview_redirect'] ?? $this->getContao_Listener_BackendPreviewRedirectService());
  1351.         }, => '__invoke'], 0);
  1352.         $instance->addListener('kernel.request', [=> function () {
  1353.             return ($this->privates['contao.listener.backend_rebuild_cache_message'] ?? $this->getContao_Listener_BackendRebuildCacheMessageService());
  1354.         }, => '__invoke'], 0);
  1355.         $instance->addListener('kernel.response', [=> function () {
  1356.             return ($this->privates['contao.listener.clear_session_data'] ?? ($this->privates['contao.listener.clear_session_data'] = new \Contao\CoreBundle\EventListener\ClearSessionDataListener()));
  1357.         }, => '__invoke'], -768);
  1358.         $instance->addListener('kernel.terminate', [=> function () {
  1359.             return ($this->privates['contao.listener.command_scheduler'] ?? $this->load('getContao_Listener_CommandSchedulerService'));
  1360.         }, => '__invoke'], 0);
  1361.         $instance->addListener('kernel.exception', [=> function () {
  1362.             return ($this->privates['contao.listener.exception_converter'] ?? ($this->privates['contao.listener.exception_converter'] = new \Contao\CoreBundle\EventListener\ExceptionConverterListener()));
  1363.         }, => '__invoke'], 96);
  1364.         $instance->addListener('Contao\\CoreBundle\\Event\\FilterPageTypeEvent', [=> function () {
  1365.             return ($this->privates['contao.listener.filter_page_type'] ?? $this->load('getContao_Listener_FilterPageTypeService'));
  1366.         }, => '__invoke'], 0);
  1367.         $instance->addListener('kernel.response', [=> function () {
  1368.             return ($this->privates['contao.listener.initialize_controller'] ?? ($this->privates['contao.listener.initialize_controller'] = new \Contao\CoreBundle\EventListener\InitializeControllerListener()));
  1369.         }, => '__invoke'], 1000);
  1370.         $instance->addListener('kernel.request', [=> function () {
  1371.             return ($this->privates['contao.listener.insecure_installation'] ?? ($this->privates['contao.listener.insecure_installation'] = new \Contao\CoreBundle\EventListener\InsecureInstallationListener($this->getEnv('APP_SECRET'), (\dirname(__DIR__4).'/web'))));
  1372.         }, => '__invoke'], 0);
  1373.         $instance->addListener('kernel.response', [=> function () {
  1374.             return ($this->privates['contao.listener.interest_cohort'] ?? $this->getContao_Listener_InterestCohortService());
  1375.         }, => '__invoke'], 0);
  1376.         $instance->addListener('Contao\\CoreBundle\\Event\\JsonLdEvent', [=> function () {
  1377.             return ($this->privates['contao.listener.json_ld_schema'] ?? ($this->privates['contao.listener.json_ld_schema'] = new \Contao\CoreBundle\EventListener\ContaoJsonLdSchemaListener()));
  1378.         }, => '__invoke'], 0);
  1379.         $instance->addListener('kernel.request', [=> function () {
  1380.             return ($this->privates['contao.listener.legacy_login_constants'] ?? $this->getContao_Listener_LegacyLoginConstantsService());
  1381.         }, => '__invoke'], 7);
  1382.         $instance->addListener('kernel.exception', [=> function () {
  1383.             return ($this->privates['contao.listener.legacy_login_constants'] ?? $this->getContao_Listener_LegacyLoginConstantsService());
  1384.         }, => '__invoke'], 96);
  1385.         $instance->addListener('kernel.response', [=> function () {
  1386.             return ($this->privates['contao.listener.make_response_private'] ?? $this->getContao_Listener_MakeResponsePrivateService());
  1387.         }, => '__invoke'], -896);
  1388.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1389.             return ($this->privates['contao.listener.menu.backend'] ?? $this->load('getContao_Listener_Menu_BackendService'));
  1390.         }, => '__invoke'], 10);
  1391.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1392.             return ($this->privates['contao.listener.menu.backend_logout'] ?? $this->load('getContao_Listener_Menu_BackendLogoutService'));
  1393.         }, => '__invoke'], 0);
  1394.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1395.             return ($this->privates['contao.listener.menu.backend_preview'] ?? $this->load('getContao_Listener_Menu_BackendPreviewService'));
  1396.         }, => '__invoke'], 0);
  1397.         $instance->addListener('kernel.response', [=> function () {
  1398.             return ($this->privates['contao.listener.merge_http_headers'] ?? $this->getContao_Listener_MergeHttpHeadersService());
  1399.         }, => '__invoke'], 256);
  1400.         $instance->addListener('kernel.response', [=> function () {
  1401.             return ($this->privates['contao.listener.page_trail_cache_tags'] ?? $this->getContao_Listener_PageTrailCacheTagsService());
  1402.         }, => '__invoke'], 0);
  1403.         $instance->addListener('kernel.exception', [=> function () {
  1404.             return ($this->privates['contao.listener.pretty_error_screen'] ?? $this->load('getContao_Listener_PrettyErrorScreenService'));
  1405.         }, => '__invoke'], -96);
  1406.         $instance->addListener('kernel.request', [=> function () {
  1407.             return ($this->privates['contao.listener.preview_authentication'] ?? $this->getContao_Listener_PreviewAuthenticationService());
  1408.         }, => '__invoke'], 7);
  1409.         $instance->addListener('kernel.response', [=> function () {
  1410.             return ($this->privates['contao.listener.preview_toolbar'] ?? $this->getContao_Listener_PreviewToolbarService());
  1411.         }, => '__invoke'], 0);
  1412.         $instance->addListener('contao.preview_url_convert', [=> function () {
  1413.             return ($this->privates['contao.listener.preview_url_convert'] ?? $this->load('getContao_Listener_PreviewUrlConvertService'));
  1414.         }, => '__invoke'], 0);
  1415.         $instance->addListener('contao.preview_url_create', [=> function () {
  1416.             return ($this->privates['contao.listener.preview_url_create'] ?? $this->load('getContao_Listener_PreviewUrlCreateService'));
  1417.         }, => '__invoke'], 0);
  1418.         $instance->addListener('kernel.request', [=> function () {
  1419.             return ($this->privates['contao.listener.referer_id'] ?? $this->getContao_Listener_RefererIdService());
  1420.         }, => '__invoke'], 20);
  1421.         $instance->addListener('kernel.request', [=> function () {
  1422.             return ($this->privates['contao.listener.request_token'] ?? $this->getContao_Listener_RequestTokenService());
  1423.         }, => '__invoke'], 14);
  1424.         $instance->addListener('kernel.exception', [=> function () {
  1425.             return ($this->privates['contao.listener.response_exception'] ?? ($this->privates['contao.listener.response_exception'] = new \Contao\CoreBundle\EventListener\ResponseExceptionListener()));
  1426.         }, => '__invoke'], 64);
  1427.         $instance->addListener('contao.robots_txt', [=> function () {
  1428.             return ($this->privates['contao.listener.robots_txt'] ?? $this->load('getContao_Listener_RobotsTxtService'));
  1429.         }, => '__invoke'], 0);
  1430.         $instance->addListener('kernel.terminate', [=> function () {
  1431.             return ($this->privates['contao.listener.search_index'] ?? $this->load('getContao_Listener_SearchIndexService'));
  1432.         }, => '__invoke'], 0);
  1433.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1434.             return ($this->privates['contao.listener.security.logout_success'] ?? $this->load('getContao_Listener_Security_LogoutSuccessService'));
  1435.         }, => '__invoke'], 0);
  1436.         $instance->addListener('security.switch_user', [=> function () {
  1437.             return ($this->privates['contao.listener.security.switch_user'] ?? $this->load('getContao_Listener_Security_SwitchUserService'));
  1438.         }, => '__invoke'], 0);
  1439.         $instance->addListener('kernel.request', [=> function () {
  1440.             return ($this->privates['contao.listener.security.two_factor_frontend'] ?? $this->getContao_Listener_Security_TwoFactorFrontendService());
  1441.         }, => '__invoke'], 0);
  1442.         $instance->addListener('kernel.request', [=> function () {
  1443.             return ($this->privates['contao.listener.service_unavailable'] ?? $this->getContao_Listener_ServiceUnavailableService());
  1444.         }, => '__invoke'], 6);
  1445.         $instance->addListener('kernel.response', [=> function () {
  1446.             return ($this->privates['contao.listener.store_referer'] ?? $this->getContao_Listener_StoreRefererService());
  1447.         }, => '__invoke'], 0);
  1448.         $instance->addListener('kernel.request', [=> function () {
  1449.             return ($this->privates['contao.listener.user_session'] ?? $this->getContao_Listener_UserSessionService());
  1450.         }, => '__invoke'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['contao.twig.filesystem_loader_warmer'] ?? $this->getContao_Twig_FilesystemLoaderWarmerService());
  1453.         }, => 'onKernelRequest'], 0);
  1454.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1455.             return ($this->privates['contao_manager.listener.backend_menu'] ?? $this->load('getContaoManager_Listener_BackendMenuService'));
  1456.         }, => '__invoke'], 0);
  1457.         $instance->addListener('contao_installation.initialize_application', [=> function () {
  1458.             return ($this->privates['contao_manager.listener.initialize_application'] ?? ($this->privates['contao_manager.listener.initialize_application'] = new \Contao\ManagerBundle\EventListener\InitializeApplicationListener(\dirname(__DIR__4))));
  1459.         }, => '__invoke'], -128);
  1460.         $instance->addListener('console.terminate', [=> function () {
  1461.             return ($this->privates['contao_manager.listener.install_command'] ?? ($this->privates['contao_manager.listener.install_command'] = new \Contao\ManagerBundle\EventListener\InstallCommandListener(\dirname(__DIR__4))));
  1462.         }, => '__invoke'], 0);
  1463.         $instance->addListener('dc-general.factory.build-data-definition', [=> function () {
  1464.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\DcGeneral\\UpdateDataDefinition'] ?? ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\DcGeneral\\UpdateDataDefinition'] = new \MenAtWork\MultiColumnWizardBundle\EventListener\DcGeneral\UpdateDataDefinition()));
  1465.         }, => 'addMcwFields'], -5000);
  1466.         $instance->addListener('men-at-work.multi-column-wizard-bundle.get-options', [=> function () {
  1467.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\GetOptionsBridge'] ?? $this->load('getGetOptionsBridgeService'));
  1468.         }, => 'executeEvent'], 0);
  1469.         $instance->addListener('men-at-work.multi-column-wizard-bundle.get-tiny-mce', [=> function () {
  1470.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\TinyMce'] ?? ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\TinyMce'] = new \MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\TinyMce()));
  1471.         }, => 'executeEvent'], 0);
  1472.         $instance->addListener('men-at-work.multi-column-wizard-bundle.get-date-picker', [=> function () {
  1473.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\DatePicker'] ?? ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\DatePicker'] = new \MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\DatePicker()));
  1474.         }, => 'executeEvent'], 0);
  1475.         $instance->addListener('men-at-work.multi-column-wizard-bundle.get-color-picker', [=> function () {
  1476.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\ColorPicker'] ?? $this->load('getColorPickerService'));
  1477.         }, => 'executeEvent'], 0);
  1478.         $instance->addListener('men-at-work.multi-column-wizard-bundle.get-dca-picker-wizard', [=> function () {
  1479.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\DcaPickerWizard'] ?? ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\DcaPickerWizard'] = new \MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\DcaPickerWizard()));
  1480.         }, => 'executeEvent'], 0);
  1481.         $instance->addListener('men-at-work.multi-column-wizard-bundle.create-widget', [=> function () {
  1482.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\CreateWidget'] ?? ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\CreateWidget'] = new \MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\CreateWidget()));
  1483.         }, => 'createWidgetContao'], 0);
  1484.         $instance->addListener('men-at-work.multi-column-wizard-bundle.create-widget', [=> function () {
  1485.             return ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\CreateWidget'] ?? ($this->privates['MenAtWork\\MultiColumnWizardBundle\\EventListener\\Mcw\\CreateWidget'] = new \MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\CreateWidget()));
  1486.         }, => 'createWidgetDcGeneral'], 0);
  1487.         $instance->addListener('contao_installation.initialize_application', [=> function () {
  1488.             return ($this->privates['contao_installation.listener.initialize_application'] ?? $this->load('getContaoInstallation_Listener_InitializeApplicationService'));
  1489.         }, => '__invoke'], 0);
  1490.         $instance->addListener('contao.preview_url_convert', [=> function () {
  1491.             return ($this->privates['contao_news.listener.preview_url_convert'] ?? $this->load('getContaoNews_Listener_PreviewUrlConvertService'));
  1492.         }, => '__invoke'], 0);
  1493.         $instance->addListener('contao.preview_url_create', [=> function () {
  1494.             return ($this->privates['contao_news.listener.preview_url_create'] ?? $this->load('getContaoNews_Listener_PreviewUrlCreateService'));
  1495.         }, => '__invoke'], 0);
  1496.         $instance->addListener('kernel.response', [=> function () {
  1497.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1498.         }, => 'onKernelResponse'], 0);
  1499.         $instance->addListener('kernel.response', [=> function () {
  1500.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1501.         }, => 'onKernelResponse'], -1024);
  1502.         $instance->addListener('kernel.request', [=> function () {
  1503.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1504.         }, => 'setDefaultLocale'], 100);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1507.         }, => 'onKernelRequest'], 16);
  1508.         $instance->addListener('kernel.finish_request', [=> function () {
  1509.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1510.         }, => 'onKernelFinishRequest'], 0);
  1511.         $instance->addListener('kernel.request', [=> function () {
  1512.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1513.         }, => 'onKernelRequest'], 256);
  1514.         $instance->addListener('kernel.response', [=> function () {
  1515.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1516.         }, => 'onResponse'], -255);
  1517.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1518.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1519.         }, => 'onControllerArguments'], 0);
  1520.         $instance->addListener('kernel.exception', [=> function () {
  1521.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1522.         }, => 'logKernelException'], 0);
  1523.         $instance->addListener('kernel.exception', [=> function () {
  1524.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1525.         }, => 'onKernelException'], -128);
  1526.         $instance->addListener('kernel.response', [=> function () {
  1527.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1528.         }, => 'removeCspHeader'], -128);
  1529.         $instance->addListener('kernel.request', [=> function () {
  1530.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1531.         }, => 'onKernelRequest'], 15);
  1532.         $instance->addListener('kernel.finish_request', [=> function () {
  1533.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1534.         }, => 'onKernelFinishRequest'], -15);
  1535.         $instance->addListener('console.error', [=> function () {
  1536.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1537.         }, => 'onConsoleError'], -128);
  1538.         $instance->addListener('console.terminate', [=> function () {
  1539.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1540.         }, => 'onConsoleTerminate'], -128);
  1541.         $instance->addListener('console.error', [=> function () {
  1542.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1543.         }, => 'onConsoleError'], 0);
  1544.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1545.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1546.         }, => 'onMessage'], -255);
  1547.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1548.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1549.         }, => 'onMessage'], -255);
  1550.         $instance->addListener('kernel.response', [=> function () {
  1551.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1552.         }, => 'onKernelResponse'], 0);
  1553.         $instance->addListener('kernel.request', [=> function () {
  1554.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1555.         }, => 'onKernelRequest'], 48);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1558.         }, => 'configure'], 2048);
  1559.         $instance->addListener('console.command', [=> function () {
  1560.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1561.         }, => 'configure'], 2048);
  1562.         $instance->addListener('kernel.request', [=> function () {
  1563.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1564.         }, => 'onKernelRequest'], 32);
  1565.         $instance->addListener('kernel.finish_request', [=> function () {
  1566.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1567.         }, => 'onKernelFinishRequest'], 0);
  1568.         $instance->addListener('kernel.exception', [=> function () {
  1569.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1570.         }, => 'onKernelException'], -64);
  1571.         $instance->addListener('kernel.request', [=> function () {
  1572.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1573.         }, => 'onKernelRequest'], 128);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1576.         }, => 'onKernelResponse'], -1000);
  1577.         $instance->addListener('kernel.finish_request', [=> function () {
  1578.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1579.         }, => 'onFinishRequest'], 0);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1582.         }, => 'onKernelResponse'], -100);
  1583.         $instance->addListener('kernel.exception', [=> function () {
  1584.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1585.         }, => 'onKernelException'], 0);
  1586.         $instance->addListener('kernel.terminate', [=> function () {
  1587.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1588.         }, => 'onKernelTerminate'], -1024);
  1589.         $instance->addListener('kernel.controller', [=> function () {
  1590.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1591.         }, => 'onKernelController'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1594.         }, => 'onKernelResponse'], 0);
  1595.         $instance->addListener('console.command', [=> function () {
  1596.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1597.         }, => 'onCommand'], 255);
  1598.         $instance->addListener('console.terminate', [=> function () {
  1599.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1600.         }, => 'onTerminate'], -255);
  1601.         $instance->addListener('console.command', [=> function () {
  1602.             return ($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService());
  1603.         }, => 'onCommand'], 255);
  1604.         $instance->addListener('console.terminate', [=> function () {
  1605.             return ($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService());
  1606.         }, => 'onTerminate'], -255);
  1607.         $instance->addListener('kernel.response', [=> function () {
  1608.             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')));
  1609.         }, => 'onKernelResponse'], 10);
  1610.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1611.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1612.         }, => 'onProxyUnreachableError'], 0);
  1613.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1614.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1615.         }, => 'onProxyResponseError'], 0);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1618.         }, => 'onKernelResponse'], 0);
  1619.         $instance->addListener('kernel.response', [=> function () {
  1620.             return ($this->privates['nelmio_security.clickjacking_listener'] ?? $this->getNelmioSecurity_ClickjackingListenerService());
  1621.         }, => 'onKernelResponse'], 0);
  1622.         $instance->addListener('kernel.request', [=> function () {
  1623.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1624.         }, => 'onKernelRequest'], 512);
  1625.         $instance->addListener('kernel.response', [=> function () {
  1626.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1627.         }, => 'onKernelResponse'], 0);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ($this->privates['nelmio_security.xss_protection_listener'] ?? $this->getNelmioSecurity_XssProtectionListenerService());
  1630.         }, => 'onKernelResponse'], 0);
  1631.         $instance->addListener('security.authentication.success', [=> function () {
  1632.             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()));
  1633.         }, => 'onLogin'], 9223372036854775806);
  1634.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1635.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1636.         }, => 'checkPassport'], 0);
  1637.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1638.             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()));
  1639.         }, => 'onSuccessfulLogin'], -63);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  1642.         }, => 'onKernelResponse'], 0);
  1643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1644.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  1645.         }, => 'onSuccessfulLogin'], 0);
  1646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1647.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckBackupCodeService'));
  1648.         }, => 'checkPassport'], 16);
  1649.         $instance->addListener('kernel.response', [=> function () {
  1650.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1651.         }, => 'onKernelResponse'], -128);
  1652.         $instance->addListener('console.command', [=> function () {
  1653.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1654.         }, => 'configure'], 1024);
  1655.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1656.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1657.         }, => 'onMessage'], 0);
  1658.         $instance->addListener('kernel.response', [=> function () {
  1659.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1660.         }, => 'onKernelResponse'], 0);
  1661.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1662.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1663.         }, => 'onVoterVote'], 0);
  1664.         $instance->addListener('kernel.request', [=> function () {
  1665.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1666.         }, => 'configureLogoutUrlGenerator'], 8);
  1667.         $instance->addListener('kernel.request', [=> function () {
  1668.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1669.         }, => 'onKernelRequest'], 8);
  1670.         $instance->addListener('kernel.finish_request', [=> function () {
  1671.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1672.         }, => 'onKernelFinishRequest'], 0);
  1673.         $instance->addListener('security.authentication.success', [=> function () {
  1674.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1675.         }, => 'onLogin'], 9223372036854775807);
  1676.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1677.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1678.         }, => 'onAccessDenied'], 0);
  1679.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1680.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1681.         }, => 'onTwoFactorForm'], 0);
  1682.         $instance->addListener('kernel.response', [=> function () {
  1683.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1684.         }, => 'onKernelResponse'], 1);
  1685.         $instance->addListener('security.authentication.success', [=> function () {
  1686.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1687.         }, => 'onLogin'], 9223372036854775807);
  1688.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1689.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1690.         }, => 'onAccessDenied'], 0);
  1691.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1692.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1693.         }, => 'onTwoFactorForm'], 0);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1696.         }, => 'onKernelResponse'], 1);
  1697.         $instance->addListener('kernel.request', [=> function () {
  1698.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1699.         }, => 'onKernelRequest'], 36);
  1700.         $instance->addListener('kernel.response', [=> function () {
  1701.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1702.         }, => 'onKernelResponse'], -832);
  1703.         $instance->addListener('console.command', [=> function () {
  1704.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1705.         }, => 'onCommand'], 36);
  1706.         $instance->addListener('Contao\\CoreBundle\\Filesystem\\Dbafs\\RetrieveDbafsMetadataEvent', [=> function () {
  1707.             return ($this->privates['contao.listener.dbafs_metadata'] ?? ($this->privates['contao.listener.dbafs_metadata'] = new \Contao\CoreBundle\EventListener\DbafsMetadataSubscriber()));
  1708.         }, => 'enhanceMetadata'], 0);
  1709.         $instance->addListener('Contao\\CoreBundle\\Filesystem\\Dbafs\\StoreDbafsMetadataEvent', [=> function () {
  1710.             return ($this->privates['contao.listener.dbafs_metadata'] ?? ($this->privates['contao.listener.dbafs_metadata'] = new \Contao\CoreBundle\EventListener\DbafsMetadataSubscriber()));
  1711.         }, => 'normalizeMetadata'], 0);
  1712.         $instance->addListener('kernel.request', [=> function () {
  1713.             return ($this->privates['contao.listener.locale'] ?? $this->getContao_Listener_LocaleService());
  1714.         }, => 'onKernelRequest'], 20);
  1715.         $instance->addListener('kernel.request', [=> function () {
  1716.             return ($this->privates['contao.listener.locale'] ?? $this->getContao_Listener_LocaleService());
  1717.         }, => 'setTranslatorLocale'], 100);
  1718.         $instance->addListener('kernel.request', [=> function () {
  1719.             return ($this->privates['contao.listener.subrequest_cache'] ?? ($this->privates['contao.listener.subrequest_cache'] = new \Contao\CoreBundle\EventListener\SubrequestCacheSubscriber()));
  1720.         }, => 'onKernelRequest'], 255);
  1721.         $instance->addListener('kernel.response', [=> function () {
  1722.             return ($this->privates['contao.listener.subrequest_cache'] ?? ($this->privates['contao.listener.subrequest_cache'] = new \Contao\CoreBundle\EventListener\SubrequestCacheSubscriber()));
  1723.         }, => 'onKernelResponse'], -255);
  1724.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1725.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1726.         }, => 'onLogout'], 0);
  1727.         return $instance;
  1728.     }
  1729.     /**
  1730.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1731.      *
  1732.      * @return \FOS\HttpCacheBundle\CacheManager
  1733.      */
  1734.     protected function getFosHttpCache_CacheManagerService()
  1735.     {
  1736.         $a = ($this->services['router'] ?? $this->getRouterService());
  1737.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  1738.             return $this->services['fos_http_cache.cache_manager'];
  1739.         }
  1740.         $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);
  1741.         if ($this->has('event_dispatcher')) {
  1742.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1743.         }
  1744.         $instance->setGenerateUrlType(0);
  1745.         return $instance;
  1746.     }
  1747.     /**
  1748.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1749.      *
  1750.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1751.      */
  1752.     protected function getFosHttpCache_EventListener_CacheControlService()
  1753.     {
  1754.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1755.     }
  1756.     /**
  1757.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1758.      *
  1759.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1760.      */
  1761.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1762.     {
  1763.         return $this->services['fos_http_cache.http.symfony_response_tagger'] = new \FOS\HttpCacheBundle\Http\SymfonyResponseTagger(['header_formatter' => new \FOS\HttpCache\TagHeaderFormatter\MaxHeaderValueLengthFormatter(new \FOS\HttpCache\TagHeaderFormatter\CommaSeparatedTagHeaderFormatter('X-Cache-Tags'','), 4096), 'strict' => false]);
  1764.     }
  1765.     /**
  1766.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1767.      *
  1768.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1769.      */
  1770.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1771.     {
  1772.         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']);
  1773.     }
  1774.     /**
  1775.      * Gets the public 'http_kernel' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1778.      */
  1779.     protected function getHttpKernelService()
  1780.     {
  1781.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1782.         if (isset($this->services['http_kernel'])) {
  1783.             return $this->services['http_kernel'];
  1784.         }
  1785.         $b = ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1786.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Contao\CoreBundle\HttpKernel\ControllerResolver(new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->privates['contao.fragment.registry'] ?? $this->getContao_Fragment_RegistryService())), ($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 () {
  1787.             yield => ($this->privates['debug.contao.model_argument_resolver'] ?? $this->load('getDebug_Contao_ModelArgumentResolverService'));
  1788.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1789.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1790.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1791.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1792.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1793.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1794.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1795.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1796.         }, 9)), $b));
  1797.     }
  1798.     /**
  1799.      * Gets the public 'knp_menu.matcher' shared service.
  1800.      *
  1801.      * @return \Knp\Menu\Matcher\Matcher
  1802.      */
  1803.     protected function getKnpMenu_MatcherService()
  1804.     {
  1805.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1806.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1807.         }, 1));
  1808.     }
  1809.     /**
  1810.      * Gets the public 'request_stack' shared service.
  1811.      *
  1812.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1813.      */
  1814.     protected function getRequestStackService()
  1815.     {
  1816.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1817.     }
  1818.     /**
  1819.      * Gets the public 'router' shared service.
  1820.      *
  1821.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1822.      */
  1823.     protected function getRouterService()
  1824.     {
  1825.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1826.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1827.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1828.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  1829.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1830.         $c->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1831.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1832.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1833.         $c->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1834.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1835.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1836.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1837.         ], [
  1838.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1839.         ]))->withContext('router.default'$this), 'contao_manager.routing.route_loader::loadFromPlugins', ['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');
  1840.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1841.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1842.         $e = ($this->privates['contao.routing.route_provider'] ?? $this->getContao_Routing_RouteProviderService());
  1843.         $f = new \Contao\CoreBundle\Routing\PageUrlGenerator($e, ($this->services['contao.routing.page_registry'] ?? $this->getContao_Routing_PageRegistryService()), $a);
  1844.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1845.         $h = new \Symfony\Cmf\Component\Routing\DynamicRouter($b, ($this->services['contao.routing.nested_matcher'] ?? $this->getContao_Routing_NestedMatcherService()), $f''$g$e);
  1846.         $h->addRouteEnhancer(new \Contao\CoreBundle\Routing\Enhancer\InputEnhancer(($this->services['contao.framework'] ?? $this->getContao_FrameworkService())), 0);
  1847.         $instance->setContext($b);
  1848.         $instance->add($d'100');
  1849.         $instance->add(new \Symfony\Cmf\Component\Routing\DynamicRouter($b, ($this->services['contao.routing.nested_404_matcher'] ?? $this->getContao_Routing_Nested404MatcherService()), $f''$g, ($this->privates['contao.routing.route_404_provider'] ?? $this->getContao_Routing_Route404ProviderService())), -200);
  1850.         $instance->add($h20);
  1851.         $instance->add(new \Symfony\Cmf\Component\Routing\DynamicRouter($b, new \Contao\CoreBundle\Routing\Matcher\UrlMatcher(), new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator(new \Contao\CoreBundle\Routing\LegacyRouteProvider(($this->privates['contao.routing.frontend_loader'] ?? ($this->privates['contao.routing.frontend_loader'] = new \Contao\CoreBundle\Routing\FrontendLoader(false'.html')))), $a), ''$g), 0);
  1852.         return $instance;
  1853.     }
  1854.     /**
  1855.      * Gets the public 'security.authentication.trust_resolver' shared service.
  1856.      *
  1857.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  1858.      */
  1859.     protected function getSecurity_Authentication_TrustResolverService()
  1860.     {
  1861.         return $this->services['security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  1862.     }
  1863.     /**
  1864.      * Gets the public 'security.firewall.map' shared service.
  1865.      *
  1866.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1867.      */
  1868.     protected function getSecurity_Firewall_MapService()
  1869.     {
  1870.         $a = ($this->privates['.service_locator.f6V.Y6Q'] ?? $this->get_ServiceLocator_F6V_Y6QService());
  1871.         if (isset($this->services['security.firewall.map'])) {
  1872.             return $this->services['security.firewall.map'];
  1873.         }
  1874.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1875.             yield 'security.firewall.map.context.contao_install' => ($this->privates['.security.request_matcher.2lQKaAK'] ?? ($this->privates['.security.request_matcher.2lQKaAK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/contao/install$')));
  1876.             yield 'security.firewall.map.context.contao_backend' => ($this->privates['contao.routing.backend_matcher'] ?? $this->getContao_Routing_BackendMatcherService());
  1877.             yield 'security.firewall.map.context.contao_frontend' => ($this->privates['contao.routing.frontend_matcher'] ?? $this->getContao_Routing_FrontendMatcherService());
  1878.         }, 3));
  1879.     }
  1880.     /**
  1881.      * Gets the public 'security.helper' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\Security\Core\Security
  1884.      */
  1885.     protected function getSecurity_HelperService()
  1886.     {
  1887.         return $this->services['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1888.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1889.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1890.         ], [
  1891.             'security.authorization_checker' => '?',
  1892.             'security.token_storage' => '?',
  1893.         ]));
  1894.     }
  1895.     /**
  1896.      * Gets the public 'security.logout_url_generator' shared service.
  1897.      *
  1898.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1899.      */
  1900.     protected function getSecurity_LogoutUrlGeneratorService()
  1901.     {
  1902.         $a = ($this->services['router'] ?? $this->getRouterService());
  1903.         if (isset($this->services['security.logout_url_generator'])) {
  1904.             return $this->services['security.logout_url_generator'];
  1905.         }
  1906.         $this->services['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()));
  1907.         $instance->registerListener('contao_backend''contao_backend_logout''logout''_csrf_token'NULLNULL);
  1908.         $instance->registerListener('contao_frontend''contao_frontend_logout''logout''_csrf_token'NULLNULL);
  1909.         return $instance;
  1910.     }
  1911.     /**
  1912.      * Gets the public 'translator' shared service.
  1913.      *
  1914.      * @return \Contao\CoreBundle\Translation\Translator
  1915.      */
  1916.     protected function getTranslatorService()
  1917.     {
  1918.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1919.         if (isset($this->services['translator'])) {
  1920.             return $this->services['translator'];
  1921.         }
  1922.         return $this->services['translator'] = new \Contao\CoreBundle\Translation\Translator(($this->privates['contao.translation.data_collector_translator'] ?? $this->getContao_Translation_DataCollectorTranslatorService()), $a, ($this->services['contao.resource_finder'] ?? $this->getContao_ResourceFinderService()));
  1923.     }
  1924.     /**
  1925.      * Gets the public 'uri_signer' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\HttpKernel\UriSigner
  1928.      */
  1929.     protected function getUriSignerService()
  1930.     {
  1931.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  1932.     }
  1933.     /**
  1934.      * Gets the public 'var_dumper.cloner' shared service.
  1935.      *
  1936.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1937.      */
  1938.     protected function getVarDumper_ClonerService()
  1939.     {
  1940.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1941.         $instance->setMaxItems(2500);
  1942.         $instance->setMinDepth(1);
  1943.         $instance->setMaxString(-1);
  1944.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1945.         return $instance;
  1946.     }
  1947.     /**
  1948.      * Gets the private '.debug.http_client' shared service.
  1949.      *
  1950.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1951.      */
  1952.     protected function get_Debug_HttpClientService()
  1953.     {
  1954.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1955.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1956.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1957.         $b->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1958.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1959.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1960.         $b->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1961.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1962.         $a->setLogger($b);
  1963.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1964.     }
  1965.     /**
  1966.      * Gets the private '.service_locator.ZTa9e0W' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1969.      */
  1970.     protected function get_ServiceLocator_ZTa9e0WService()
  1971.     {
  1972.         return $this->privates['.service_locator.ZTa9e0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1973.             'contao.cache.entity_tags' => ['services''contao.cache.entity_tags''getContao_Cache_EntityTagsService'true],
  1974.             'contao.csrf.token_manager' => ['services''contao.csrf.token_manager''getContao_Csrf_TokenManagerService'false],
  1975.             'contao.framework' => ['services''contao.framework''getContao_FrameworkService'false],
  1976.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1977.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  1978.             'fos_http_cache.http.symfony_response_tagger' => ['services''fos_http_cache.http.symfony_response_tagger''getFosHttpCache_Http_SymfonyResponseTaggerService'false],
  1979.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1980.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1981.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1982.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1983.             'router' => ['services''router''getRouterService'false],
  1984.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1985.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1986.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1987.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1988.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1989.         ], [
  1990.             'contao.cache.entity_tags' => '?',
  1991.             'contao.csrf.token_manager' => 'Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager',
  1992.             'contao.framework' => '?',
  1993.             'doctrine' => '?',
  1994.             'event_dispatcher' => '?',
  1995.             'fos_http_cache.http.symfony_response_tagger' => '?',
  1996.             'http_kernel' => '?',
  1997.             'logger' => '?',
  1998.             'parameter_bag' => '?',
  1999.             'request_stack' => '?',
  2000.             'router' => '?',
  2001.             'security.authorization_checker' => '?',
  2002.             'security.csrf.token_manager' => '?',
  2003.             'security.token_storage' => '?',
  2004.             'session' => '.session.deprecated',
  2005.             'twig' => '?',
  2006.         ]);
  2007.     }
  2008.     /**
  2009.      * Gets the private '.service_locator.f6V.Y6Q' shared service.
  2010.      *
  2011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2012.      */
  2013.     protected function get_ServiceLocator_F6V_Y6QService()
  2014.     {
  2015.         return $this->privates['.service_locator.f6V.Y6Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2016.             'security.firewall.map.context.contao_backend' => ['privates''security.firewall.map.context.contao_backend''getSecurity_Firewall_Map_Context_ContaoBackendService'true],
  2017.             'security.firewall.map.context.contao_frontend' => ['privates''security.firewall.map.context.contao_frontend''getSecurity_Firewall_Map_Context_ContaoFrontendService'true],
  2018.             'security.firewall.map.context.contao_install' => ['privates''security.firewall.map.context.contao_install''getSecurity_Firewall_Map_Context_ContaoInstallService'true],
  2019.         ], [
  2020.             'security.firewall.map.context.contao_backend' => '?',
  2021.             'security.firewall.map.context.contao_frontend' => '?',
  2022.             'security.firewall.map.context.contao_install' => '?',
  2023.         ]);
  2024.     }
  2025.     /**
  2026.      * Gets the private 'annotations.cache_adapter' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2029.      */
  2030.     protected function getAnnotations_CacheAdapterService()
  2031.     {
  2032.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2033.     }
  2034.     /**
  2035.      * Gets the private 'cache.annotations' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2038.      */
  2039.     protected function getCache_AnnotationsService()
  2040.     {
  2041.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l5A1rkg0Ms'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2042.     }
  2043.     /**
  2044.      * Gets the private 'cache.property_info' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2047.      */
  2048.     protected function getCache_PropertyInfoService()
  2049.     {
  2050.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HcReiwnJAN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2051.     }
  2052.     /**
  2053.      * Gets the private 'cache.security_expression_language' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2056.      */
  2057.     protected function getCache_SecurityExpressionLanguageService()
  2058.     {
  2059.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cRrvxX49O7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2060.     }
  2061.     /**
  2062.      * Gets the private 'cache.serializer' shared service.
  2063.      *
  2064.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2065.      */
  2066.     protected function getCache_SerializerService()
  2067.     {
  2068.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wFSus0mMeT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2069.     }
  2070.     /**
  2071.      * Gets the private 'cache.validator' shared service.
  2072.      *
  2073.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2074.      */
  2075.     protected function getCache_ValidatorService()
  2076.     {
  2077.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qs3OOBBF21'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2078.     }
  2079.     /**
  2080.      * Gets the private 'config_cache_factory' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2083.      */
  2084.     protected function getConfigCacheFactoryService()
  2085.     {
  2086.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2087.             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)));
  2088.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2089.         }, 2));
  2090.     }
  2091.     /**
  2092.      * Gets the private 'contao.data_collector' shared service.
  2093.      *
  2094.      * @return \Contao\CoreBundle\DataCollector\ContaoDataCollector
  2095.      */
  2096.     protected function getContao_DataCollectorService()
  2097.     {
  2098.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2099.         if (isset($this->privates['contao.data_collector'])) {
  2100.             return $this->privates['contao.data_collector'];
  2101.         }
  2102.         $this->privates['contao.data_collector'] = $instance = new \Contao\CoreBundle\DataCollector\ContaoDataCollector($atrue, \dirname(__DIR__4), false'.html');
  2103.         $instance->setFramework(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()));
  2104.         return $instance;
  2105.     }
  2106.     /**
  2107.      * Gets the private 'contao.debug.security.access.decision_manager' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2110.      */
  2111.     protected function getContao_Debug_Security_Access_DecisionManagerService()
  2112.     {
  2113.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2114.         if (isset($this->privates['contao.debug.security.access.decision_manager'])) {
  2115.             return $this->privates['contao.debug.security.access.decision_manager'];
  2116.         }
  2117.         $b = ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2118.         if (isset($this->privates['contao.debug.security.access.decision_manager'])) {
  2119.             return $this->privates['contao.debug.security.access.decision_manager'];
  2120.         }
  2121.         return $this->privates['contao.debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Contao\CoreBundle\Security\Authentication\AccessDecisionManager($a, new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2122.             yield => ($this->privates['security.access.authenticated_voter'] ?? $this->load('getSecurity_Access_AuthenticatedVoterService'));
  2123.             yield => ($this->privates['scheb_two_factor.security.access.authenticated_voter'] ?? ($this->privates['scheb_two_factor.security.access.authenticated_voter'] = new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter()));
  2124.             yield => ($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter()));
  2125.             yield => ($this->privates['security.access.expression_voter'] ?? $this->load('getSecurity_Access_ExpressionVoterService'));
  2126.             yield => ($this->privates['contao.security.backend_access_voter'] ?? $this->load('getContao_Security_BackendAccessVoterService'));
  2127.             yield => ($this->privates['contao.security.member_group_voter'] ?? ($this->privates['contao.security.member_group_voter'] = new \Contao\CoreBundle\Security\Voter\MemberGroupVoter()));
  2128.         }, 6), 'priority'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b));
  2129.     }
  2130.     /**
  2131.      * Gets the private 'contao.fragment.registry' shared service.
  2132.      *
  2133.      * @return \Contao\CoreBundle\Fragment\FragmentRegistry
  2134.      */
  2135.     protected function getContao_Fragment_RegistryService()
  2136.     {
  2137.         $this->privates['contao.fragment.registry'] = $instance = new \Contao\CoreBundle\Fragment\FragmentRegistry();
  2138.         $instance->add('contao.frontend_module.root_page_dependent_modules', ($this->privates['contao.fragment._config_yQxn9v4'] ?? ($this->privates['contao.fragment._config_yQxn9v4'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.root_page_dependent_modules''forward', ['ignore_errors' => false]))));
  2139.         $instance->add('contao.frontend_module.template', ($this->privates['contao.fragment._config_UbRP2PT'] ?? ($this->privates['contao.fragment._config_UbRP2PT'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.template''forward', ['ignore_errors' => false]))));
  2140.         $instance->add('contao.frontend_module.two_factor', ($this->privates['contao.fragment._config_Ie.W_bF'] ?? ($this->privates['contao.fragment._config_Ie.W_bF'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.two_factor''forward', ['ignore_errors' => false]))));
  2141.         $instance->add('contao.content_element.markdown', ($this->privates['contao.fragment._config_Bd8Hjso'] ?? ($this->privates['contao.fragment._config_Bd8Hjso'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.content_element.markdown''forward', ['ignore_errors' => false]))));
  2142.         $instance->add('contao.content_element.template', ($this->privates['contao.fragment._config_s7uzikD'] ?? ($this->privates['contao.fragment._config_s7uzikD'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.content_element.template''forward', ['ignore_errors' => false]))));
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the private 'contao.listener.backend_locale' shared service.
  2147.      *
  2148.      * @return \Contao\CoreBundle\EventListener\BackendLocaleListener
  2149.      */
  2150.     protected function getContao_Listener_BackendLocaleService()
  2151.     {
  2152.         $a = ($this->services['security.helper'] ?? $this->getSecurity_HelperService());
  2153.         if (isset($this->privates['contao.listener.backend_locale'])) {
  2154.             return $this->privates['contao.listener.backend_locale'];
  2155.         }
  2156.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2157.         if (isset($this->privates['contao.listener.backend_locale'])) {
  2158.             return $this->privates['contao.listener.backend_locale'];
  2159.         }
  2160.         return $this->privates['contao.listener.backend_locale'] = new \Contao\CoreBundle\EventListener\BackendLocaleListener($a$b);
  2161.     }
  2162.     /**
  2163.      * Gets the private 'contao.listener.backend_preview_redirect' shared service.
  2164.      *
  2165.      * @return \Contao\CoreBundle\EventListener\BackendPreviewRedirectListener
  2166.      */
  2167.     protected function getContao_Listener_BackendPreviewRedirectService()
  2168.     {
  2169.         return $this->privates['contao.listener.backend_preview_redirect'] = new \Contao\CoreBundle\EventListener\BackendPreviewRedirectListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2170.     }
  2171.     /**
  2172.      * Gets the private 'contao.listener.backend_rebuild_cache_message' shared service.
  2173.      *
  2174.      * @return \Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener
  2175.      */
  2176.     protected function getContao_Listener_BackendRebuildCacheMessageService()
  2177.     {
  2178.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2179.         if (isset($this->privates['contao.listener.backend_rebuild_cache_message'])) {
  2180.             return $this->privates['contao.listener.backend_rebuild_cache_message'];
  2181.         }
  2182.         return $this->privates['contao.listener.backend_rebuild_cache_message'] = new \Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['cache.system'] ?? $this->getCache_SystemService()), $a);
  2183.     }
  2184.     /**
  2185.      * Gets the private 'contao.listener.csrf_token_cookie' shared service.
  2186.      *
  2187.      * @return \Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber
  2188.      */
  2189.     protected function getContao_Listener_CsrfTokenCookieService()
  2190.     {
  2191.         return $this->privates['contao.listener.csrf_token_cookie'] = new \Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber(($this->services['contao.csrf.token_manager'] ?? $this->getContao_Csrf_TokenManagerService()), ($this->privates['contao.csrf.token_storage'] ?? ($this->privates['contao.csrf.token_storage'] = new \Contao\CoreBundle\Csrf\MemoryTokenStorage())), 'csrf_');
  2192.     }
  2193.     /**
  2194.      * Gets the private 'contao.listener.interest_cohort' shared service.
  2195.      *
  2196.      * @return \Contao\CoreBundle\EventListener\InterestCohortListener
  2197.      */
  2198.     protected function getContao_Listener_InterestCohortService()
  2199.     {
  2200.         return $this->privates['contao.listener.interest_cohort'] = new \Contao\CoreBundle\EventListener\InterestCohortListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2201.     }
  2202.     /**
  2203.      * Gets the private 'contao.listener.legacy_login_constants' shared service.
  2204.      *
  2205.      * @return \Contao\CoreBundle\EventListener\LegacyLoginConstantsListener
  2206.      */
  2207.     protected function getContao_Listener_LegacyLoginConstantsService()
  2208.     {
  2209.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2210.         if (isset($this->privates['contao.listener.legacy_login_constants'])) {
  2211.             return $this->privates['contao.listener.legacy_login_constants'];
  2212.         }
  2213.         return $this->privates['contao.listener.legacy_login_constants'] = new \Contao\CoreBundle\EventListener\LegacyLoginConstantsListener($a);
  2214.     }
  2215.     /**
  2216.      * Gets the private 'contao.listener.locale' shared service.
  2217.      *
  2218.      * @return \Contao\CoreBundle\EventListener\LocaleSubscriber
  2219.      */
  2220.     protected function getContao_Listener_LocaleService()
  2221.     {
  2222.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2223.         if (isset($this->privates['contao.listener.locale'])) {
  2224.             return $this->privates['contao.listener.locale'];
  2225.         }
  2226.         $b = ($this->services['contao.intl.locales'] ?? $this->getContao_Intl_LocalesService());
  2227.         if (isset($this->privates['contao.listener.locale'])) {
  2228.             return $this->privates['contao.listener.locale'];
  2229.         }
  2230.         return $this->privates['contao.listener.locale'] = new \Contao\CoreBundle\EventListener\LocaleSubscriber($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $b);
  2231.     }
  2232.     /**
  2233.      * Gets the private 'contao.listener.make_response_private' shared service.
  2234.      *
  2235.      * @return \Contao\CoreBundle\EventListener\MakeResponsePrivateListener
  2236.      */
  2237.     protected function getContao_Listener_MakeResponsePrivateService()
  2238.     {
  2239.         return $this->privates['contao.listener.make_response_private'] = new \Contao\CoreBundle\EventListener\MakeResponsePrivateListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'contao.listener.merge_http_headers' shared service.
  2243.      *
  2244.      * @return \Contao\CoreBundle\EventListener\MergeHttpHeadersListener
  2245.      */
  2246.     protected function getContao_Listener_MergeHttpHeadersService()
  2247.     {
  2248.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2249.         if (isset($this->privates['contao.listener.merge_http_headers'])) {
  2250.             return $this->privates['contao.listener.merge_http_headers'];
  2251.         }
  2252.         return $this->privates['contao.listener.merge_http_headers'] = new \Contao\CoreBundle\EventListener\MergeHttpHeadersListener($a);
  2253.     }
  2254.     /**
  2255.      * Gets the private 'contao.listener.page_trail_cache_tags' shared service.
  2256.      *
  2257.      * @return \Contao\CoreBundle\EventListener\PageTrailCacheTagsListener
  2258.      */
  2259.     protected function getContao_Listener_PageTrailCacheTagsService()
  2260.     {
  2261.         return $this->privates['contao.listener.page_trail_cache_tags'] = new \Contao\CoreBundle\EventListener\PageTrailCacheTagsListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'contao.listener.preview_authentication' shared service.
  2265.      *
  2266.      * @return \Contao\CoreBundle\EventListener\PreviewAuthenticationListener
  2267.      */
  2268.     protected function getContao_Listener_PreviewAuthenticationService()
  2269.     {
  2270.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2271.         if (isset($this->privates['contao.listener.preview_authentication'])) {
  2272.             return $this->privates['contao.listener.preview_authentication'];
  2273.         }
  2274.         $b = ($this->services['router'] ?? $this->getRouterService());
  2275.         if (isset($this->privates['contao.listener.preview_authentication'])) {
  2276.             return $this->privates['contao.listener.preview_authentication'];
  2277.         }
  2278.         return $this->privates['contao.listener.preview_authentication'] = new \Contao\CoreBundle\EventListener\PreviewAuthenticationListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $a$b, ($this->services['uri_signer'] ?? ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))));
  2279.     }
  2280.     /**
  2281.      * Gets the private 'contao.listener.preview_toolbar' shared service.
  2282.      *
  2283.      * @return \Contao\CoreBundle\EventListener\PreviewToolbarListener
  2284.      */
  2285.     protected function getContao_Listener_PreviewToolbarService()
  2286.     {
  2287.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2288.         if (isset($this->privates['contao.listener.preview_toolbar'])) {
  2289.             return $this->privates['contao.listener.preview_toolbar'];
  2290.         }
  2291.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2292.         if (isset($this->privates['contao.listener.preview_toolbar'])) {
  2293.             return $this->privates['contao.listener.preview_toolbar'];
  2294.         }
  2295.         $c = ($this->services['router'] ?? $this->getRouterService());
  2296.         if (isset($this->privates['contao.listener.preview_toolbar'])) {
  2297.             return $this->privates['contao.listener.preview_toolbar'];
  2298.         }
  2299.         return $this->privates['contao.listener.preview_toolbar'] = new \Contao\CoreBundle\EventListener\PreviewToolbarListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $a$b$c'/preview.php');
  2300.     }
  2301.     /**
  2302.      * Gets the private 'contao.listener.referer_id' shared service.
  2303.      *
  2304.      * @return \Contao\CoreBundle\EventListener\RefererIdListener
  2305.      */
  2306.     protected function getContao_Listener_RefererIdService()
  2307.     {
  2308.         return $this->privates['contao.listener.referer_id'] = new \Contao\CoreBundle\EventListener\RefererIdListener(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(48), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'contao.listener.request_token' shared service.
  2312.      *
  2313.      * @return \Contao\CoreBundle\EventListener\RequestTokenListener
  2314.      */
  2315.     protected function getContao_Listener_RequestTokenService()
  2316.     {
  2317.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2318.         if (isset($this->privates['contao.listener.request_token'])) {
  2319.             return $this->privates['contao.listener.request_token'];
  2320.         }
  2321.         return $this->privates['contao.listener.request_token'] = new \Contao\CoreBundle\EventListener\RequestTokenListener($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['contao.csrf.token_manager'] ?? $this->getContao_Csrf_TokenManagerService()), 'contao_csrf_token''csrf_');
  2322.     }
  2323.     /**
  2324.      * Gets the private 'contao.listener.security.two_factor_frontend' shared service.
  2325.      *
  2326.      * @return \Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener
  2327.      */
  2328.     protected function getContao_Listener_Security_TwoFactorFrontendService()
  2329.     {
  2330.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2331.         if (isset($this->privates['contao.listener.security.two_factor_frontend'])) {
  2332.             return $this->privates['contao.listener.security.two_factor_frontend'];
  2333.         }
  2334.         return $this->privates['contao.listener.security.two_factor_frontend'] = new \Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this->parameters['scheb_two_factor.security_tokens']);
  2335.     }
  2336.     /**
  2337.      * Gets the private 'contao.listener.service_unavailable' shared service.
  2338.      *
  2339.      * @return \Contao\CoreBundle\EventListener\ServiceUnavailableListener
  2340.      */
  2341.     protected function getContao_Listener_ServiceUnavailableService()
  2342.     {
  2343.         return $this->privates['contao.listener.service_unavailable'] = new \Contao\CoreBundle\EventListener\ServiceUnavailableListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2344.     }
  2345.     /**
  2346.      * Gets the private 'contao.listener.store_referer' shared service.
  2347.      *
  2348.      * @return \Contao\CoreBundle\EventListener\StoreRefererListener
  2349.      */
  2350.     protected function getContao_Listener_StoreRefererService()
  2351.     {
  2352.         $a = ($this->services['security.helper'] ?? $this->getSecurity_HelperService());
  2353.         if (isset($this->privates['contao.listener.store_referer'])) {
  2354.             return $this->privates['contao.listener.store_referer'];
  2355.         }
  2356.         return $this->privates['contao.listener.store_referer'] = new \Contao\CoreBundle\EventListener\StoreRefererListener($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'contao.listener.user_session' shared service.
  2360.      *
  2361.      * @return \Contao\CoreBundle\EventListener\UserSessionListener
  2362.      */
  2363.     protected function getContao_Listener_UserSessionService()
  2364.     {
  2365.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2366.         if (isset($this->privates['contao.listener.user_session'])) {
  2367.             return $this->privates['contao.listener.user_session'];
  2368.         }
  2369.         $b = ($this->services['security.helper'] ?? $this->getSecurity_HelperService());
  2370.         if (isset($this->privates['contao.listener.user_session'])) {
  2371.             return $this->privates['contao.listener.user_session'];
  2372.         }
  2373.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2374.         if (isset($this->privates['contao.listener.user_session'])) {
  2375.             return $this->privates['contao.listener.user_session'];
  2376.         }
  2377.         return $this->privates['contao.listener.user_session'] = new \Contao\CoreBundle\EventListener\UserSessionListener($a$b, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $c);
  2378.     }
  2379.     /**
  2380.      * Gets the private 'contao.monolog.handler' shared service.
  2381.      *
  2382.      * @return \Contao\CoreBundle\Monolog\ContaoTableHandler
  2383.      */
  2384.     protected function getContao_Monolog_HandlerService()
  2385.     {
  2386.         $this->privates['contao.monolog.handler'] = $instance = new \Contao\CoreBundle\Monolog\ContaoTableHandler('debug'false);
  2387.         $instance->setContainer($this);
  2388.         return $instance;
  2389.     }
  2390.     /**
  2391.      * Gets the private 'contao.monolog.processor' shared service.
  2392.      *
  2393.      * @return \Contao\CoreBundle\Monolog\ContaoTableProcessor
  2394.      */
  2395.     protected function getContao_Monolog_ProcessorService()
  2396.     {
  2397.         return $this->privates['contao.monolog.processor'] = new \Contao\CoreBundle\Monolog\ContaoTableProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2398.     }
  2399.     /**
  2400.      * Gets the private 'contao.routing.backend_matcher' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  2403.      */
  2404.     protected function getContao_Routing_BackendMatcherService()
  2405.     {
  2406.         $this->privates['contao.routing.backend_matcher'] = $instance = new \Symfony\Component\HttpFoundation\RequestMatcher();
  2407.         $instance->matchAttribute('_scope''backend');
  2408.         return $instance;
  2409.     }
  2410.     /**
  2411.      * Gets the private 'contao.routing.frontend_matcher' shared service.
  2412.      *
  2413.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  2414.      */
  2415.     protected function getContao_Routing_FrontendMatcherService()
  2416.     {
  2417.         $this->privates['contao.routing.frontend_matcher'] = $instance = new \Symfony\Component\HttpFoundation\RequestMatcher();
  2418.         $instance->matchAttribute('_scope''frontend');
  2419.         return $instance;
  2420.     }
  2421.     /**
  2422.      * Gets the private 'contao.routing.matcher.published_filter' shared service.
  2423.      *
  2424.      * @return \Contao\CoreBundle\Routing\Matcher\PublishedFilter
  2425.      */
  2426.     protected function getContao_Routing_Matcher_PublishedFilterService()
  2427.     {
  2428.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2429.         if (isset($this->privates['contao.routing.matcher.published_filter'])) {
  2430.             return $this->privates['contao.routing.matcher.published_filter'];
  2431.         }
  2432.         return $this->privates['contao.routing.matcher.published_filter'] = new \Contao\CoreBundle\Routing\Matcher\PublishedFilter($a);
  2433.     }
  2434.     /**
  2435.      * Gets the private 'contao.routing.route_404_provider' shared service.
  2436.      *
  2437.      * @return \Contao\CoreBundle\Routing\Route404Provider
  2438.      */
  2439.     protected function getContao_Routing_Route404ProviderService()
  2440.     {
  2441.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2442.         if (isset($this->privates['contao.routing.route_404_provider'])) {
  2443.             return $this->privates['contao.routing.route_404_provider'];
  2444.         }
  2445.         $b = ($this->services['contao.routing.page_registry'] ?? $this->getContao_Routing_PageRegistryService());
  2446.         if (isset($this->privates['contao.routing.route_404_provider'])) {
  2447.             return $this->privates['contao.routing.route_404_provider'];
  2448.         }
  2449.         return $this->privates['contao.routing.route_404_provider'] = new \Contao\CoreBundle\Routing\Route404Provider($a, new \Contao\CoreBundle\Routing\Candidates\LocaleCandidates($b), $b);
  2450.     }
  2451.     /**
  2452.      * Gets the private 'contao.routing.route_provider' shared service.
  2453.      *
  2454.      * @return \Contao\CoreBundle\Routing\RouteProvider
  2455.      */
  2456.     protected function getContao_Routing_RouteProviderService()
  2457.     {
  2458.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2459.         if (isset($this->privates['contao.routing.route_provider'])) {
  2460.             return $this->privates['contao.routing.route_provider'];
  2461.         }
  2462.         $b = ($this->services['contao.routing.page_registry'] ?? $this->getContao_Routing_PageRegistryService());
  2463.         if (isset($this->privates['contao.routing.route_provider'])) {
  2464.             return $this->privates['contao.routing.route_provider'];
  2465.         }
  2466.         return $this->privates['contao.routing.route_provider'] = new \Contao\CoreBundle\Routing\RouteProvider($a, new \Contao\CoreBundle\Routing\Candidates\LegacyCandidates(false'.html'), $btruefalse);
  2467.     }
  2468.     /**
  2469.      * Gets the private 'contao.translation.data_collector_translator' shared service.
  2470.      *
  2471.      * @return \Contao\CoreBundle\Translation\DataCollectorTranslator
  2472.      */
  2473.     protected function getContao_Translation_DataCollectorTranslatorService()
  2474.     {
  2475.         return $this->privates['contao.translation.data_collector_translator'] = new \Contao\CoreBundle\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService())));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'contao.twig.filesystem_loader_warmer' shared service.
  2479.      *
  2480.      * @return \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoaderWarmer
  2481.      */
  2482.     protected function getContao_Twig_FilesystemLoaderWarmerService()
  2483.     {
  2484.         $a = ($this->services['contao.twig.filesystem_loader'] ?? $this->getContao_Twig_FilesystemLoaderService());
  2485.         if (isset($this->privates['contao.twig.filesystem_loader_warmer'])) {
  2486.             return $this->privates['contao.twig.filesystem_loader_warmer'];
  2487.         }
  2488.         $b = ($this->privates['contao.twig.loader.template_locator'] ?? $this->getContao_Twig_Loader_TemplateLocatorService());
  2489.         if (isset($this->privates['contao.twig.filesystem_loader_warmer'])) {
  2490.             return $this->privates['contao.twig.filesystem_loader_warmer'];
  2491.         }
  2492.         return $this->privates['contao.twig.filesystem_loader_warmer'] = new \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoaderWarmer($a$b, \dirname(__DIR__4), $this->targetDir.'''dev');
  2493.     }
  2494.     /**
  2495.      * Gets the private 'contao.twig.loader.template_locator' shared service.
  2496.      *
  2497.      * @return \Contao\CoreBundle\Twig\Loader\TemplateLocator
  2498.      */
  2499.     protected function getContao_Twig_Loader_TemplateLocatorService()
  2500.     {
  2501.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2502.         if (isset($this->privates['contao.twig.loader.template_locator'])) {
  2503.             return $this->privates['contao.twig.loader.template_locator'];
  2504.         }
  2505.         return $this->privates['contao.twig.loader.template_locator'] = new \Contao\CoreBundle\Twig\Loader\TemplateLocator(\dirname(__DIR__4), $this->parameters['kernel.bundles'], $this->parameters['kernel.bundles_metadata'], ($this->privates['contao.twig.loader.theme_namespace'] ?? ($this->privates['contao.twig.loader.theme_namespace'] = new \Contao\CoreBundle\Twig\Loader\ThemeNamespace())), $a);
  2506.     }
  2507.     /**
  2508.      * Gets the private 'data_collector.request' shared service.
  2509.      *
  2510.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2511.      */
  2512.     protected function getDataCollector_RequestService()
  2513.     {
  2514.         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())));
  2515.     }
  2516.     /**
  2517.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2518.      *
  2519.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2520.      */
  2521.     protected function getDebug_DebugHandlersListenerService()
  2522.     {
  2523.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2524.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2525.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2526.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2527.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2528.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2529.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2530.     }
  2531.     /**
  2532.      * Gets the private 'debug.file_link_formatter' shared service.
  2533.      *
  2534.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2535.      */
  2536.     protected function getDebug_FileLinkFormatterService()
  2537.     {
  2538.         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__4), function () {
  2539.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2540.         });
  2541.     }
  2542.     /**
  2543.      * Gets the private 'debug.log_processor' shared service.
  2544.      *
  2545.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2546.      */
  2547.     protected function getDebug_LogProcessorService()
  2548.     {
  2549.         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())));
  2550.     }
  2551.     /**
  2552.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2555.      */
  2556.     protected function getDebug_Security_Access_DecisionManagerService()
  2557.     {
  2558.         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 () {
  2559.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2560.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  2561.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2562.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2563.             yield => ($this->privates['debug.security.voter.contao.security.backend_access_voter'] ?? $this->load('getDebug_Security_Voter_Contao_Security_BackendAccessVoterService'));
  2564.             yield => ($this->privates['debug.security.voter.contao.security.member_group_voter'] ?? $this->load('getDebug_Security_Voter_Contao_Security_MemberGroupVoterService'));
  2565.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2566.     }
  2567.     /**
  2568.      * Gets the private 'debug.security.firewall' shared service.
  2569.      *
  2570.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2571.      */
  2572.     protected function getDebug_Security_FirewallService()
  2573.     {
  2574.         $a = ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2575.         if (isset($this->privates['debug.security.firewall'])) {
  2576.             return $this->privates['debug.security.firewall'];
  2577.         }
  2578.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2579.         if (isset($this->privates['debug.security.firewall'])) {
  2580.             return $this->privates['debug.security.firewall'];
  2581.         }
  2582.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2583.     }
  2584.     /**
  2585.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2586.      *
  2587.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2588.      */
  2589.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2590.     {
  2591.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2592.             'contao.listener.doctrine_schema' => ['privates''contao.listener.doctrine_schema''getContao_Listener_DoctrineSchemaService'true],
  2593.             'contao.listener.doctrine_schema.adjust_search_url_length' => ['privates''contao.listener.doctrine_schema.adjust_search_url_length''getContao_Listener_DoctrineSchema_AdjustSearchUrlLengthService'true],
  2594.             'contao_manager.listener.doctrine_alter_table' => ['privates''contao_manager.listener.doctrine_alter_table''getContaoManager_Listener_DoctrineAlterTableService'true],
  2595.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2596.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2597.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2598.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2599.         ], [
  2600.             'contao.listener.doctrine_schema' => '?',
  2601.             'contao.listener.doctrine_schema.adjust_search_url_length' => '?',
  2602.             'contao_manager.listener.doctrine_alter_table' => '?',
  2603.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2604.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2605.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2606.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2607.         ]), [=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postGenerateSchema'], => 'contao.listener.doctrine_schema'], => [=> [=> 'onSchemaAlterTableRenameColumn'], => 'contao_manager.listener.doctrine_alter_table'], => [=> [=> 'postGenerateSchema'], => 'contao.listener.doctrine_schema.adjust_search_url_length']]);
  2608.     }
  2609.     /**
  2610.      * Gets the private 'doctrine.result_cache_pool' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2613.      */
  2614.     protected function getDoctrine_ResultCachePoolService()
  2615.     {
  2616.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('DXEOlKgek8'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2617.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2618.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2619.     }
  2620.     /**
  2621.      * Gets the private 'doctrine.system_cache_pool' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2624.      */
  2625.     protected function getDoctrine_SystemCachePoolService()
  2626.     {
  2627.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5WKDr6XMLG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'esi_listener' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2633.      */
  2634.     protected function getEsiListenerService()
  2635.     {
  2636.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2637.     }
  2638.     /**
  2639.      * Gets the private 'exception_listener' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2642.      */
  2643.     protected function getExceptionListenerService()
  2644.     {
  2645.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2646.     }
  2647.     /**
  2648.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  2649.      *
  2650.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  2651.      */
  2652.     protected function getFosHttpCache_EventListener_TagService()
  2653.     {
  2654.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  2655.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  2656.             return $this->privates['fos_http_cache.event_listener.tag'];
  2657.         }
  2658.         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([])), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\UnsafeRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\NonErrorResponseMatcher()), NULL);
  2659.     }
  2660.     /**
  2661.      * Gets the private 'fragment.listener' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2664.      */
  2665.     protected function getFragment_ListenerService()
  2666.     {
  2667.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->services['uri_signer'] ?? ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  2668.     }
  2669.     /**
  2670.      * Gets the private 'locale_aware_listener' shared service.
  2671.      *
  2672.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2673.      */
  2674.     protected function getLocaleAwareListenerService()
  2675.     {
  2676.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2677.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2678.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2679.             yield => ($this->services['translator'] ?? $this->getTranslatorService());
  2680.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2681.     }
  2682.     /**
  2683.      * Gets the private 'locale_listener' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2686.      */
  2687.     protected function getLocaleListenerService()
  2688.     {
  2689.         $a = ($this->services['router'] ?? $this->getRouterService());
  2690.         if (isset($this->privates['locale_listener'])) {
  2691.             return $this->privates['locale_listener'];
  2692.         }
  2693.         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, []);
  2694.     }
  2695.     /**
  2696.      * Gets the private 'monolog.handler.console' shared service.
  2697.      *
  2698.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2699.      */
  2700.     protected function getMonolog_Handler_ConsoleService()
  2701.     {
  2702.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [64 => 200128 => 10016 => 40032 => 300256 => 100], []);
  2703.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2704.         return $instance;
  2705.     }
  2706.     /**
  2707.      * Gets the private 'monolog.handler.console_very_verbose' shared service.
  2708.      *
  2709.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2710.      */
  2711.     protected function getMonolog_Handler_ConsoleVeryVerboseService()
  2712.     {
  2713.         $this->privates['monolog.handler.console_very_verbose'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [64 => 250128 => 250256 => 10016 => 40032 => 300], []);
  2714.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2715.         return $instance;
  2716.     }
  2717.     /**
  2718.      * Gets the private 'monolog.handler.main' shared service.
  2719.      *
  2720.      * @return \Monolog\Handler\RotatingFileHandler
  2721.      */
  2722.     protected function getMonolog_Handler_MainService()
  2723.     {
  2724.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/dev.log'), 10100trueNULLfalse);
  2725.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2726.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  2727.         return $instance;
  2728.     }
  2729.     /**
  2730.      * Gets the private 'monolog.logger' shared service.
  2731.      *
  2732.      * @return \Symfony\Bridge\Monolog\Logger
  2733.      */
  2734.     protected function getMonolog_LoggerService()
  2735.     {
  2736.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2737.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2738.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2739.         $instance->useMicrosecondTimestamps(true);
  2740.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2741.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2742.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2743.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2744.         return $instance;
  2745.     }
  2746.     /**
  2747.      * Gets the private 'monolog.logger.cache' shared service.
  2748.      *
  2749.      * @return \Symfony\Bridge\Monolog\Logger
  2750.      */
  2751.     protected function getMonolog_Logger_CacheService()
  2752.     {
  2753.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2754.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2755.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2756.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2757.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2758.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2759.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2760.         return $instance;
  2761.     }
  2762.     /**
  2763.      * Gets the private 'monolog.logger.request' shared service.
  2764.      *
  2765.      * @return \Symfony\Bridge\Monolog\Logger
  2766.      */
  2767.     protected function getMonolog_Logger_RequestService()
  2768.     {
  2769.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2770.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2771.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2772.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2773.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2774.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2775.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2776.         return $instance;
  2777.     }
  2778.     /**
  2779.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2780.      *
  2781.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2782.      */
  2783.     protected function getNelmioCors_CorsListenerService()
  2784.     {
  2785.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2786.         if (isset($this->privates['nelmio_cors.cors_listener'])) {
  2787.             return $this->privates['nelmio_cors.cors_listener'];
  2788.         }
  2789.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider([], $this->parameters['nelmio_cors.defaults']), => new \Contao\CoreBundle\Cors\WebsiteRootsConfigProvider($a)]));
  2790.     }
  2791.     /**
  2792.      * Gets the private 'nelmio_security.clickjacking_listener' shared service.
  2793.      *
  2794.      * @return \Nelmio\SecurityBundle\EventListener\ClickjackingListener
  2795.      */
  2796.     protected function getNelmioSecurity_ClickjackingListenerService()
  2797.     {
  2798.         return $this->privates['nelmio_security.clickjacking_listener'] = new \Nelmio\SecurityBundle\EventListener\ClickjackingListener($this->parameters['nelmio_security.clickjacking.paths'], []);
  2799.     }
  2800.     /**
  2801.      * Gets the private 'nelmio_security.csp_listener' shared service.
  2802.      *
  2803.      * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  2804.      */
  2805.     protected function getNelmioSecurity_CspListenerService()
  2806.     {
  2807.         $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  2808.         return $this->privates['nelmio_security.csp_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener(\Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL'log_formatter' => 'nelmio_security.csp_report.log_formatter''log_level' => 'notice''filters' => ['domains' => true'schemes' => true'browser_bugs' => true'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true'report_logger_service' => 'logger''hash' => ['algorithm' => 'sha256']], 'report'), \Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL'log_formatter' => 'nelmio_security.csp_report.log_formatter''log_level' => 'notice''filters' => ['domains' => true'schemes' => true'browser_bugs' => true'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true'report_logger_service' => 'logger''hash' => ['algorithm' => 'sha256']], 'enforce'), new \Nelmio\SecurityBundle\ContentSecurityPolicy\NonceGenerator(16), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256'))), true, [], []);
  2809.     }
  2810.     /**
  2811.      * Gets the private 'nelmio_security.referrer_policy_listener' shared service.
  2812.      *
  2813.      * @return \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener
  2814.      */
  2815.     protected function getNelmioSecurity_ReferrerPolicyListenerService()
  2816.     {
  2817.         return $this->privates['nelmio_security.referrer_policy_listener'] = new \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener($this->parameters['nelmio_security.referrer_policy.policies']);
  2818.     }
  2819.     /**
  2820.      * Gets the private 'nelmio_security.xss_protection_listener' shared service.
  2821.      *
  2822.      * @return \Nelmio\SecurityBundle\EventListener\XssProtectionListener
  2823.      */
  2824.     protected function getNelmioSecurity_XssProtectionListenerService()
  2825.     {
  2826.         return $this->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true'mode_block' => true'report_uri' => NULL]);
  2827.     }
  2828.     /**
  2829.      * Gets the private 'parameter_bag' shared service.
  2830.      *
  2831.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2832.      */
  2833.     protected function getParameterBagService()
  2834.     {
  2835.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2836.     }
  2837.     /**
  2838.      * Gets the private 'profiler_listener' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2841.      */
  2842.     protected function getProfilerListenerService()
  2843.     {
  2844.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2845.         if (isset($this->privates['profiler_listener'])) {
  2846.             return $this->privates['profiler_listener'];
  2847.         }
  2848.         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);
  2849.     }
  2850.     /**
  2851.      * Gets the private 'router.expression_language_provider' shared service.
  2852.      *
  2853.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2854.      */
  2855.     protected function getRouter_ExpressionLanguageProviderService()
  2856.     {
  2857.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2858.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2859.         ], [
  2860.             'env' => 'Closure',
  2861.         ]));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'router.request_context' shared service.
  2865.      *
  2866.      * @return \Symfony\Component\Routing\RequestContext
  2867.      */
  2868.     protected function getRouter_RequestContextService()
  2869.     {
  2870.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2871.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2872.         return $instance;
  2873.     }
  2874.     /**
  2875.      * Gets the private 'router_listener' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2878.      */
  2879.     protected function getRouterListenerService()
  2880.     {
  2881.         $a = ($this->services['router'] ?? $this->getRouterService());
  2882.         if (isset($this->privates['router_listener'])) {
  2883.             return $this->privates['router_listener'];
  2884.         }
  2885.         return $this->privates['router_listener'] = 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__4), true);
  2886.     }
  2887.     /**
  2888.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  2889.      *
  2890.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  2891.      */
  2892.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  2893.     {
  2894.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2895.     }
  2896.     /**
  2897.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  2898.      *
  2899.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  2900.      */
  2901.     protected function getSchebTwoFactor_ProviderRegistryService()
  2902.     {
  2903.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  2904.             yield 'contao' => ($this->privates['contao.security.two_factor.provider'] ?? $this->load('getContao_Security_TwoFactor_ProviderService'));
  2905.         }, 1));
  2906.     }
  2907.     /**
  2908.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  2909.      *
  2910.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  2911.      */
  2912.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  2913.     {
  2914.         return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()), 5184000'trusted_device'NULL'lax''/'NULL);
  2915.     }
  2916.     /**
  2917.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  2918.      *
  2919.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  2920.      */
  2921.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  2922.     {
  2923.         return $this->privates['scheb_two_factor.trusted_token_storage'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('APP_SECRET')), 5184000), 'trusted_device');
  2924.     }
  2925.     /**
  2926.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.contao_backend' shared service.
  2927.      *
  2928.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  2929.      */
  2930.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService()
  2931.     {
  2932.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'contao_backend'truefalse);
  2933.     }
  2934.     /**
  2935.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.contao_frontend' shared service.
  2936.      *
  2937.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  2938.      */
  2939.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService()
  2940.     {
  2941.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'contao_frontend'truefalse);
  2942.     }
  2943.     /**
  2944.      * Gets the private 'session.factory' shared service.
  2945.      *
  2946.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2947.      */
  2948.     protected function getSession_FactoryService()
  2949.     {
  2950.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2951.         if (isset($this->privates['session.factory'])) {
  2952.             return $this->privates['session.factory'];
  2953.         }
  2954.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  2955.     }
  2956.     /**
  2957.      * Gets the private 'session_listener' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2960.      */
  2961.     protected function getSessionListenerService()
  2962.     {
  2963.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2964.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2965.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2966.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2967.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2968.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2969.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2970.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2971.         ], [
  2972.             'initialized_session' => '?',
  2973.             'logger' => '?',
  2974.             'request_stack' => '?',
  2975.             'session' => '?',
  2976.             'session_collector' => '?',
  2977.             'session_factory' => '?',
  2978.             'session_storage' => '?',
  2979.         ]), true$this->parameters['session.storage.options']);
  2980.     }
  2981.     /**
  2982.      * Gets the private 'translator.default' shared service.
  2983.      *
  2984.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2985.      */
  2986.     protected function getTranslator_DefaultService()
  2987.     {
  2988.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2989.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2990.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2991.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2992.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2993.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2994.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2995.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2996.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2997.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2998.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2999.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3000.         ], [
  3001.             'translation.loader.csv' => '?',
  3002.             'translation.loader.dat' => '?',
  3003.             'translation.loader.ini' => '?',
  3004.             'translation.loader.json' => '?',
  3005.             'translation.loader.mo' => '?',
  3006.             'translation.loader.php' => '?',
  3007.             'translation.loader.po' => '?',
  3008.             'translation.loader.qt' => '?',
  3009.             'translation.loader.res' => '?',
  3010.             'translation.loader.xliff' => '?',
  3011.             'translation.loader.yml' => '?',
  3012.         ]), 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__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.cs.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.cs.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.de.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.it.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.lv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ru.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sv.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.tr.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/terminal42/service-annotation-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/system/modules/dcawizard/translations'), 22 => (\dirname(__DIR__4).'/vendor/madeyourday/contao-rocksolid-custom-elements/src/translations'), 23 => (\dirname(__DIR__4).'/system/modules/easy_themes/translations'), 24 => (\dirname(__DIR__4).'/vendor/menatwork/contao-multicolumnwizard-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/system/modules/haste/translations'), 26 => (\dirname(__DIR__4).'/system/modules/notification_center/translations'), 27 => (\dirname(__DIR__4).'/system/modules/inserttags/translations'), 28 => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/system/modules/fineuploader/translations'), 30 => (\dirname(__DIR__4).'/src/bekanntmacher/boxmaker-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/src/bekanntmacher/optipac-page-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/terminal42/contao-changelanguage/translations'), 33 => (\dirname(__DIR__4).'/vendor/craffft/css-style-selector-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/system/modules/semantic_html5/translations'), 35 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'vendor/knplabs/knp-time-bundle/src/Resources/translations'=> 'vendor/contao/manager-bundle/src/Resources/translations'=> 'vendor/contao/installation-bundle/src/Resources/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/friendsofsymfony/http-cache-bundle/src/translations'=> 'vendor/nelmio/cors-bundle/translations'10 => 'vendor/nelmio/security-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/knplabs/knp-menu-bundle/src/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony-cmf/routing-bundle/src/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'vendor/terminal42/service-annotation-bundle/src/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'vendor/contao/core-bundle/src/translations'20 => 'vendor/league/flysystem-bundle/src/translations'21 => 'system/modules/dcawizard/translations'22 => 'vendor/madeyourday/contao-rocksolid-custom-elements/src/translations'23 => 'system/modules/easy_themes/translations'24 => 'vendor/menatwork/contao-multicolumnwizard-bundle/src/translations'25 => 'system/modules/haste/translations'26 => 'system/modules/notification_center/translations'27 => 'system/modules/inserttags/translations'28 => 'vendor/contao/news-bundle/src/translations'29 => 'system/modules/fineuploader/translations'30 => 'src/bekanntmacher/boxmaker-bundle/src/translations'31 => 'src/bekanntmacher/optipac-page-bundle/src/translations'32 => 'vendor/terminal42/contao-changelanguage/translations'33 => 'vendor/craffft/css-style-selector-bundle/src/translations'34 => 'system/modules/semantic_html5/translations'35 => 'translations']]], []);
  3013.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3014.         $instance->setFallbackLocales([=> 'en']);
  3015.         return $instance;
  3016.     }
  3017.     /**
  3018.      * Gets the private 'var_dumper.html_dumper' shared service.
  3019.      *
  3020.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3021.      */
  3022.     protected function getVarDumper_HtmlDumperService()
  3023.     {
  3024.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3025.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3026.         return $instance;
  3027.     }
  3028.     /**
  3029.      * Gets the private 'web_profiler.csp.handler' shared service.
  3030.      *
  3031.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3032.      */
  3033.     protected function getWebProfiler_Csp_HandlerService()
  3034.     {
  3035.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3036.     }
  3037.     /**
  3038.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3039.      *
  3040.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3041.      */
  3042.     protected function getWebProfiler_DebugToolbarService()
  3043.     {
  3044.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3045.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3046.             return $this->privates['web_profiler.debug_toolbar'];
  3047.         }
  3048.         $b = ($this->services['router'] ?? $this->getRouterService());
  3049.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3050.             return $this->privates['web_profiler.debug_toolbar'];
  3051.         }
  3052.         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()));
  3053.     }
  3054.     /**
  3055.      * Gets the public 'contao.controller.backend_csv_import' alias.
  3056.      *
  3057.      * @return object The "Contao\CoreBundle\Controller\BackendCsvImportController" service.
  3058.      */
  3059.     protected function getContao_Controller_BackendCsvImportService()
  3060.     {
  3061.         trigger_deprecation('contao/core-bundle''4.9''Using the "contao.controller.backend_csv_import" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\BackendCsvImportController" instead.');
  3062.         return $this->get('Contao\\CoreBundle\\Controller\\BackendCsvImportController');
  3063.     }
  3064.     /**
  3065.      * Gets the public 'contao.controller.images' alias.
  3066.      *
  3067.      * @return object The "Contao\CoreBundle\Controller\ImagesController" service.
  3068.      */
  3069.     protected function getContao_Controller_ImagesService()
  3070.     {
  3071.         trigger_deprecation('contao/core-bundle''4.9''Using the "contao.controller.images" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\ImagesController" instead.');
  3072.         return $this->get('Contao\\CoreBundle\\Controller\\ImagesController');
  3073.     }
  3074.     /**
  3075.      * Gets the public 'contao.controller.insert_tags' alias.
  3076.      *
  3077.      * @return object The "Contao\CoreBundle\Controller\InsertTagsController" service.
  3078.      */
  3079.     protected function getContao_Controller_InsertTagsService()
  3080.     {
  3081.         trigger_deprecation('contao/core-bundle''4.9''Using the "contao.controller.insert_tags" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\InsertTagsController" instead.');
  3082.         return $this->get('Contao\\CoreBundle\\Controller\\InsertTagsController');
  3083.     }
  3084.     /**
  3085.      * Gets the public 'Contao\CoreBundle\EventListener\DataContainer\ContentCompositionListener' alias.
  3086.      *
  3087.      * @return object The "contao.listener.data_container.content_composition" service.
  3088.      */
  3089.     protected function getContentCompositionListenerService()
  3090.     {
  3091.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\EventListener\\DataContainer\\ContentCompositionListener" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.listener.data_container.content_composition" instead.');
  3092.         return $this->get('contao.listener.data_container.content_composition');
  3093.     }
  3094.     /**
  3095.      * Gets the public 'Contao\CoreBundle\EventListener\DataContainer\PageTypeOptionsListener' alias.
  3096.      *
  3097.      * @return object The "contao.listener.data_container.page_type_options" service.
  3098.      */
  3099.     protected function getPageTypeOptionsListenerService()
  3100.     {
  3101.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\EventListener\\DataContainer\\PageTypeOptionsListener" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.listener.data_container.page_type_options" instead.');
  3102.         return $this->get('contao.listener.data_container.page_type_options');
  3103.     }
  3104.     /**
  3105.      * Gets the public 'Contao\CoreBundle\EventListener\DataContainer\PageUrlListener' alias.
  3106.      *
  3107.      * @return object The "contao.listener.data_container.page_url" service.
  3108.      */
  3109.     protected function getPageUrlListenerService()
  3110.     {
  3111.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\EventListener\\DataContainer\\PageUrlListener" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.listener.data_container.page_url" instead.');
  3112.         return $this->get('contao.listener.data_container.page_url');
  3113.     }
  3114.     /**
  3115.      * Gets the public 'contao.cache.clear_internal' alias.
  3116.      *
  3117.      * @return object The "contao.cache.clearer" service.
  3118.      */
  3119.     protected function getContao_Cache_ClearInternalService()
  3120.     {
  3121.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.cache.clear_internal" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.cache.clearer" instead.');
  3122.         return $this->get('contao.cache.clearer');
  3123.     }
  3124.     /**
  3125.      * Gets the public 'contao.cache.warm_internal' alias.
  3126.      *
  3127.      * @return object The "contao.cache.warmer" service.
  3128.      */
  3129.     protected function getContao_Cache_WarmInternalService()
  3130.     {
  3131.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.cache.warm_internal" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.cache.warmer" instead.');
  3132.         return $this->get('contao.cache.warmer');
  3133.     }
  3134.     /**
  3135.      * Gets the public 'contao.crawl.escargot_factory' alias.
  3136.      *
  3137.      * @return object The "contao.crawl.escargot.factory" service.
  3138.      */
  3139.     protected function getContao_Crawl_EscargotFactoryService()
  3140.     {
  3141.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.crawl.escargot_factory" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.crawl.escargot.factory" instead.');
  3142.         return $this->get('contao.crawl.escargot.factory');
  3143.     }
  3144.     /**
  3145.      * Gets the public 'contao.image.image_factory' alias.
  3146.      *
  3147.      * @return object The "contao.image.factory" service.
  3148.      */
  3149.     protected function getContao_Image_ImageFactoryService()
  3150.     {
  3151.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.image.image_factory" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.factory" instead.');
  3152.         return $this->get('contao.image.factory');
  3153.     }
  3154.     /**
  3155.      * Gets the public 'contao.image.image_sizes' alias.
  3156.      *
  3157.      * @return object The "contao.image.sizes" service.
  3158.      */
  3159.     protected function getContao_Image_ImageSizesService()
  3160.     {
  3161.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.image.image_sizes" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.sizes" instead.');
  3162.         return $this->get('contao.image.sizes');
  3163.     }
  3164.     /**
  3165.      * Gets the public 'contao.image.resizer' alias.
  3166.      *
  3167.      * @return object The "contao.image.legacy_resizer" service.
  3168.      */
  3169.     protected function getContao_Image_ResizerService()
  3170.     {
  3171.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.image.resizer" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.legacy_resizer" instead.');
  3172.         return $this->get('contao.image.legacy_resizer');
  3173.     }
  3174.     /**
  3175.      * Gets the public 'contao.opt-in' alias.
  3176.      *
  3177.      * @return object The "contao.opt_in" service.
  3178.      */
  3179.     protected function getContao_OptinService()
  3180.     {
  3181.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.opt-in" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.opt_in" instead.');
  3182.         return $this->get('contao.opt_in');
  3183.     }
  3184.     /**
  3185.      * Gets the public 'Contao\CoreBundle\Cron\Cron' alias.
  3186.      *
  3187.      * @return object The "contao.cron" service.
  3188.      */
  3189.     protected function getCronService()
  3190.     {
  3191.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Cron\\Cron" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.cron" instead.');
  3192.         return $this->get('contao.cron');
  3193.     }
  3194.     /**
  3195.      * Gets the public 'Contao\CoreBundle\Image\Studio\FigureRenderer' alias.
  3196.      *
  3197.      * @return object The "contao.image.studio.figure_renderer" service.
  3198.      */
  3199.     protected function getFigureRendererService()
  3200.     {
  3201.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Image\\Studio\\FigureRenderer" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.studio.figure_renderer" instead.');
  3202.         return $this->get('contao.image.studio.figure_renderer');
  3203.     }
  3204.     /**
  3205.      * Gets the public 'Contao\CoreBundle\Routing\ResponseContext\CoreResponseContextFactory' alias.
  3206.      *
  3207.      * @return object The "contao.routing.response_context_factory" service.
  3208.      */
  3209.     protected function getCoreResponseContextFactoryService()
  3210.     {
  3211.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Routing\\ResponseContext\\CoreResponseContextFactory" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.routing.response_context_factory" instead.');
  3212.         return $this->get('contao.routing.response_context_factory');
  3213.     }
  3214.     /**
  3215.      * Gets the public 'Contao\CoreBundle\Security\TwoFactor\BackupCodeManager' alias.
  3216.      *
  3217.      * @return object The "contao.security.two_factor.backup_code_manager" service.
  3218.      */
  3219.     protected function getBackupCodeManagerService()
  3220.     {
  3221.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Security\\TwoFactor\\BackupCodeManager" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.security.two_factor.backup_code_manager" instead.');
  3222.         return $this->get('contao.security.two_factor.backup_code_manager');
  3223.     }
  3224.     /**
  3225.      * Gets the public 'Contao\CoreBundle\Twig\Extension\ContaoExtension' alias.
  3226.      *
  3227.      * @return object The "contao.twig.extension" service.
  3228.      */
  3229.     protected function getContaoExtensionService()
  3230.     {
  3231.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Twig\\Extension\\ContaoExtension" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.twig.extension" instead.');
  3232.         return $this->get('contao.twig.extension');
  3233.     }
  3234.     /**
  3235.      * Gets the public 'Contao\CoreBundle\Util\SimpleTokenParser' alias.
  3236.      *
  3237.      * @return object The "contao.string.simple_token_parser" service.
  3238.      */
  3239.     protected function getSimpleTokenParserService()
  3240.     {
  3241.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Util\\SimpleTokenParser" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.string.simple_token_parser" instead.');
  3242.         return $this->get('contao.string.simple_token_parser');
  3243.     }
  3244.     /**
  3245.      * Gets the public 'contao_manager.routing_loader' alias.
  3246.      *
  3247.      * @return object The "contao_manager.routing.route_loader" service.
  3248.      */
  3249.     protected function getContaoManager_RoutingLoaderService()
  3250.     {
  3251.         trigger_deprecation('contao/manager-bundle''4.13''Using the "contao_manager.routing_loader" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_manager.routing.route_loader" instead.');
  3252.         return $this->get('contao_manager.routing.route_loader');
  3253.     }
  3254.     /**
  3255.      * Gets the public 'contao.install_tool' alias.
  3256.      *
  3257.      * @return object The "contao_installation.install_tool" service.
  3258.      */
  3259.     protected function getContao_InstallToolService()
  3260.     {
  3261.         trigger_deprecation('contao/installation-bundle''4.13''Using the "contao.install_tool" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_installation.install_tool" instead.');
  3262.         return $this->get('contao_installation.install_tool');
  3263.     }
  3264.     /**
  3265.      * Gets the public 'contao.install_tool_user' alias.
  3266.      *
  3267.      * @return object The "contao_installation.install_tool_user" service.
  3268.      */
  3269.     protected function getContao_InstallToolUserService()
  3270.     {
  3271.         trigger_deprecation('contao/installation-bundle''4.13''Using the "contao.install_tool_user" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_installation.install_tool_user" instead.');
  3272.         return $this->get('contao_installation.install_tool_user');
  3273.     }
  3274.     /**
  3275.      * Gets the public 'contao.installer' alias.
  3276.      *
  3277.      * @return object The "contao_installation.database.installer" service.
  3278.      */
  3279.     protected function getContao_InstallerService()
  3280.     {
  3281.         trigger_deprecation('contao/installation-bundle''4.13''Using the "contao.installer" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_installation.database.installer" instead.');
  3282.         return $this->get('contao_installation.database.installer');
  3283.     }
  3284.     /**
  3285.      * Gets the public 'cache_clearer' alias.
  3286.      *
  3287.      * @return object The ".container.private.cache_clearer" service.
  3288.      */
  3289.     protected function getCacheClearerService()
  3290.     {
  3291.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3292.         return $this->get('.container.private.cache_clearer');
  3293.     }
  3294.     /**
  3295.      * Gets the public 'filesystem' alias.
  3296.      *
  3297.      * @return object The ".container.private.filesystem" service.
  3298.      */
  3299.     protected function getFilesystemService()
  3300.     {
  3301.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3302.         return $this->get('.container.private.filesystem');
  3303.     }
  3304.     /**
  3305.      * Gets the public 'security.csrf.token_manager' alias.
  3306.      *
  3307.      * @return object The ".container.private.security.csrf.token_manager" service.
  3308.      */
  3309.     protected function getSecurity_Csrf_TokenManagerService()
  3310.     {
  3311.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3312.         return $this->get('.container.private.security.csrf.token_manager');
  3313.     }
  3314.     /**
  3315.      * Gets the public 'profiler' alias.
  3316.      *
  3317.      * @return object The ".container.private.profiler" service.
  3318.      */
  3319.     protected function getProfilerService()
  3320.     {
  3321.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3322.         return $this->get('.container.private.profiler');
  3323.     }
  3324.     /**
  3325.      * Gets the public 'twig' alias.
  3326.      *
  3327.      * @return object The ".container.private.twig" service.
  3328.      */
  3329.     protected function getTwigService()
  3330.     {
  3331.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3332.         return $this->get('.container.private.twig');
  3333.     }
  3334.     /**
  3335.      * Gets the public 'security.authorization_checker' alias.
  3336.      *
  3337.      * @return object The ".container.private.security.authorization_checker" service.
  3338.      */
  3339.     protected function getSecurity_AuthorizationCheckerService()
  3340.     {
  3341.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3342.         return $this->get('.container.private.security.authorization_checker');
  3343.     }
  3344.     /**
  3345.      * Gets the public 'security.token_storage' alias.
  3346.      *
  3347.      * @return object The ".container.private.security.token_storage" service.
  3348.      */
  3349.     protected function getSecurity_TokenStorageService()
  3350.     {
  3351.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3352.         return $this->get('.container.private.security.token_storage');
  3353.     }
  3354.     /**
  3355.      * Gets the public 'security.encoder_factory' alias.
  3356.      *
  3357.      * @return object The ".container.private.security.encoder_factory" service.
  3358.      */
  3359.     protected function getSecurity_EncoderFactoryService()
  3360.     {
  3361.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.encoder_factory" service directly from the container is deprecated, use dependency injection instead.');
  3362.         return $this->get('.container.private.security.encoder_factory');
  3363.     }
  3364.     /**
  3365.      * Gets the public 'security.password_encoder' alias.
  3366.      *
  3367.      * @return object The ".container.private.security.password_encoder" service.
  3368.      */
  3369.     protected function getSecurity_PasswordEncoderService()
  3370.     {
  3371.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3372.         return $this->get('.container.private.security.password_encoder');
  3373.     }
  3374.     /**
  3375.      * Gets the public 'session' alias.
  3376.      *
  3377.      * @return object The ".container.private.session" service.
  3378.      */
  3379.     protected function getSessionService()
  3380.     {
  3381.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3382.         return $this->get('.container.private.session');
  3383.     }
  3384.     /**
  3385.      * @return array|bool|float|int|string|\UnitEnum|null
  3386.      */
  3387.     public function getParameter(string $name)
  3388.     {
  3389.         if (isset($this->buildParameters[$name])) {
  3390.             return $this->buildParameters[$name];
  3391.         }
  3392.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3393.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3394.         }
  3395.         if (isset($this->loadedDynamicParameters[$name])) {
  3396.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3397.         }
  3398.         return $this->parameters[$name];
  3399.     }
  3400.     public function hasParameter(string $name): bool
  3401.     {
  3402.         if (isset($this->buildParameters[$name])) {
  3403.             return true;
  3404.         }
  3405.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3406.     }
  3407.     public function setParameter(string $name$value): void
  3408.     {
  3409.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3410.     }
  3411.     public function getParameterBag(): ParameterBagInterface
  3412.     {
  3413.         if (null === $this->parameterBag) {
  3414.             $parameters $this->parameters;
  3415.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3416.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3417.             }
  3418.             foreach ($this->buildParameters as $name => $value) {
  3419.                 $parameters[$name] = $value;
  3420.             }
  3421.             $this->parameterBag = new FrozenParameterBag($parameters);
  3422.         }
  3423.         return $this->parameterBag;
  3424.     }
  3425.     private $loadedDynamicParameters = [
  3426.         'kernel.runtime_environment' => false,
  3427.         'kernel.build_dir' => false,
  3428.         'kernel.cache_dir' => false,
  3429.         'doctrine.orm.proxy_dir' => false,
  3430.         'kernel.secret' => false,
  3431.         'debug.container.dump' => false,
  3432.         'profiler.storage.dsn' => false,
  3433.     ];
  3434.     private $dynamicParameters = [];
  3435.     private function getDynamicParameter(string $name)
  3436.     {
  3437.         switch ($name) {
  3438.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3439.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3440.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3441.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3442.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3443.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.xml'); break;
  3444.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3445.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3446.         }
  3447.         $this->loadedDynamicParameters[$name] = true;
  3448.         return $this->dynamicParameters[$name] = $value;
  3449.     }
  3450.     protected function getDefaultParameters(): array
  3451.     {
  3452.         return [
  3453.             'kernel.project_dir' => \dirname(__DIR__4),
  3454.             'kernel.environment' => 'dev',
  3455.             'kernel.debug' => true,
  3456.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  3457.             'kernel.bundles' => [
  3458.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3459.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3460.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3461.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  3462.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3463.                 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  3464.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  3465.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3466.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3467.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3468.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  3469.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3470.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  3471.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3472.                 'Terminal42ServiceAnnotationBundle' => 'Terminal42\\ServiceAnnotationBundle\\Terminal42ServiceAnnotationBundle',
  3473.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3474.                 'ContaoCoreBundle' => 'Contao\\CoreBundle\\ContaoCoreBundle',
  3475.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3476.                 'dcawizard' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3477.                 'ContaoManagerBundle' => 'Contao\\ManagerBundle\\ContaoManagerBundle',
  3478.                 'RockSolidCustomElementsBundle' => 'MadeYourDay\\RockSolidCustomElements\\RockSolidCustomElementsBundle',
  3479.                 'easy_themes' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3480.                 'MultiColumnWizardBundle' => 'MenAtWork\\MultiColumnWizardBundle\\MultiColumnWizardBundle',
  3481.                 'haste' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3482.                 'notification_center' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3483.                 'ContaoInstallationBundle' => 'Contao\\InstallationBundle\\ContaoInstallationBundle',
  3484.                 'inserttags' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3485.                 'ContaoNewsBundle' => 'Contao\\NewsBundle\\ContaoNewsBundle',
  3486.                 'fineuploader' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3487.                 'BoxmakerBundle' => 'Bekanntmacher\\BoxmakerBundle\\BoxmakerBundle',
  3488.                 'OptipacPageBundle' => 'Bekanntmacher\\OptipacPageBundle\\OptipacPageBundle',
  3489.                 'Terminal42ChangeLanguageBundle' => 'Terminal42\\ChangeLanguage\\Terminal42ChangeLanguageBundle',
  3490.                 'CraffftCssStyleSelectorBundle' => 'Craffft\\CssStyleSelectorBundle\\CraffftCssStyleSelectorBundle',
  3491.                 'semantic_html5' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3492.             ],
  3493.             'kernel.bundles_metadata' => [
  3494.                 'DoctrineBundle' => [
  3495.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3496.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3497.                 ],
  3498.                 'FrameworkBundle' => [
  3499.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3500.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3501.                 ],
  3502.                 'MonologBundle' => [
  3503.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3504.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3505.                 ],
  3506.                 'FOSHttpCacheBundle' => [
  3507.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  3508.                     'namespace' => 'FOS\\HttpCacheBundle',
  3509.                 ],
  3510.                 'NelmioCorsBundle' => [
  3511.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3512.                     'namespace' => 'Nelmio\\CorsBundle',
  3513.                 ],
  3514.                 'NelmioSecurityBundle' => [
  3515.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle'),
  3516.                     'namespace' => 'Nelmio\\SecurityBundle',
  3517.                 ],
  3518.                 'SchebTwoFactorBundle' => [
  3519.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  3520.                     'namespace' => 'Scheb\\TwoFactorBundle',
  3521.                 ],
  3522.                 'TwigExtraBundle' => [
  3523.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3524.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3525.                 ],
  3526.                 'WebProfilerBundle' => [
  3527.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3528.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3529.                 ],
  3530.                 'KnpMenuBundle' => [
  3531.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3532.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3533.                 ],
  3534.                 'KnpTimeBundle' => [
  3535.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  3536.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  3537.                 ],
  3538.                 'DebugBundle' => [
  3539.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3540.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3541.                 ],
  3542.                 'CmfRoutingBundle' => [
  3543.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  3544.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  3545.                 ],
  3546.                 'TwigBundle' => [
  3547.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3548.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3549.                 ],
  3550.                 'Terminal42ServiceAnnotationBundle' => [
  3551.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/service-annotation-bundle/src'),
  3552.                     'namespace' => 'Terminal42\\ServiceAnnotationBundle',
  3553.                 ],
  3554.                 'SecurityBundle' => [
  3555.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3556.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3557.                 ],
  3558.                 'ContaoCoreBundle' => [
  3559.                     'path' => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src'),
  3560.                     'namespace' => 'Contao\\CoreBundle',
  3561.                 ],
  3562.                 'FlysystemBundle' => [
  3563.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3564.                     'namespace' => 'League\\FlysystemBundle',
  3565.                 ],
  3566.                 'dcawizard' => [
  3567.                     'path' => (\dirname(__DIR__4).'/system/modules/dcawizard'),
  3568.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3569.                 ],
  3570.                 'ContaoManagerBundle' => [
  3571.                     'path' => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src'),
  3572.                     'namespace' => 'Contao\\ManagerBundle',
  3573.                 ],
  3574.                 'RockSolidCustomElementsBundle' => [
  3575.                     'path' => (\dirname(__DIR__4).'/vendor/madeyourday/contao-rocksolid-custom-elements/src'),
  3576.                     'namespace' => 'MadeYourDay\\RockSolidCustomElements',
  3577.                 ],
  3578.                 'easy_themes' => [
  3579.                     'path' => (\dirname(__DIR__4).'/system/modules/easy_themes'),
  3580.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3581.                 ],
  3582.                 'MultiColumnWizardBundle' => [
  3583.                     'path' => (\dirname(__DIR__4).'/vendor/menatwork/contao-multicolumnwizard-bundle/src'),
  3584.                     'namespace' => 'MenAtWork\\MultiColumnWizardBundle',
  3585.                 ],
  3586.                 'haste' => [
  3587.                     'path' => (\dirname(__DIR__4).'/system/modules/haste'),
  3588.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3589.                 ],
  3590.                 'notification_center' => [
  3591.                     'path' => (\dirname(__DIR__4).'/system/modules/notification_center'),
  3592.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3593.                 ],
  3594.                 'ContaoInstallationBundle' => [
  3595.                     'path' => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src'),
  3596.                     'namespace' => 'Contao\\InstallationBundle',
  3597.                 ],
  3598.                 'inserttags' => [
  3599.                     'path' => (\dirname(__DIR__4).'/system/modules/inserttags'),
  3600.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3601.                 ],
  3602.                 'ContaoNewsBundle' => [
  3603.                     'path' => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src'),
  3604.                     'namespace' => 'Contao\\NewsBundle',
  3605.                 ],
  3606.                 'fineuploader' => [
  3607.                     'path' => (\dirname(__DIR__4).'/system/modules/fineuploader'),
  3608.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3609.                 ],
  3610.                 'BoxmakerBundle' => [
  3611.                     'path' => (\dirname(__DIR__4).'/src/bekanntmacher/boxmaker-bundle/src'),
  3612.                     'namespace' => 'Bekanntmacher\\BoxmakerBundle',
  3613.                 ],
  3614.                 'OptipacPageBundle' => [
  3615.                     'path' => (\dirname(__DIR__4).'/src/bekanntmacher/optipac-page-bundle/src'),
  3616.                     'namespace' => 'Bekanntmacher\\OptipacPageBundle',
  3617.                 ],
  3618.                 'Terminal42ChangeLanguageBundle' => [
  3619.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/contao-changelanguage'),
  3620.                     'namespace' => 'Terminal42\\ChangeLanguage',
  3621.                 ],
  3622.                 'CraffftCssStyleSelectorBundle' => [
  3623.                     'path' => (\dirname(__DIR__4).'/vendor/craffft/css-style-selector-bundle/src'),
  3624.                     'namespace' => 'Craffft\\CssStyleSelectorBundle',
  3625.                 ],
  3626.                 'semantic_html5' => [
  3627.                     'path' => (\dirname(__DIR__4).'/system/modules/semantic_html5'),
  3628.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3629.                 ],
  3630.             ],
  3631.             'kernel.charset' => 'UTF-8',
  3632.             'kernel.container_class' => 'Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer',
  3633.             'database_host' => 'localhost',
  3634.             'database_port' => 3306,
  3635.             'database_user' => 'getmybox',
  3636.             'database_password' => 'wgAj380^7',
  3637.             'database_name' => 'getmybox',
  3638.             'secret' => '999dca576686dc671135027e3c87301d8c9fd29987750d40964b45804a3379ed',
  3639.             'mailer_transport' => 'sendmail',
  3640.             'mailer_host' => '127.0.0.1',
  3641.             'mailer_user' => NULL,
  3642.             'mailer_password' => NULL,
  3643.             'mailer_port' => 25,
  3644.             'mailer_encryption' => NULL,
  3645.             'locale' => 'en',
  3646.             'container.dumper.inline_class_loader' => true,
  3647.             'env(DATABASE_URL)' => 'pdo-mysql://getmybox:wgAj380%5E7@localhost:3306/getmybox',
  3648.             'env(APP_SECRET)' => '999dca576686dc671135027e3c87301d8c9fd29987750d40964b45804a3379ed',
  3649.             'env(MAILER_DSN)' => 'native://default',
  3650.             'contao.backend.route_prefix' => '/contao',
  3651.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3652.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3653.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3654.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3655.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3656.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3657.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3658.             'doctrine.entity_managers' => [
  3659.                 'default' => 'doctrine.orm.default_entity_manager',
  3660.             ],
  3661.             'doctrine.default_entity_manager' => 'default',
  3662.             'doctrine.dbal.connection_factory.types' => [
  3663.                 'binary_string' => [
  3664.                     'class' => 'Contao\\CoreBundle\\Doctrine\\DBAL\\Types\\BinaryStringType',
  3665.                 ],
  3666.                 'uuid' => [
  3667.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3668.                 ],
  3669.                 'ulid' => [
  3670.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3671.                 ],
  3672.             ],
  3673.             'doctrine.connections' => [
  3674.                 'default' => 'doctrine.dbal.default_connection',
  3675.             ],
  3676.             'doctrine.default_connection' => 'default',
  3677.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3678.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3679.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3680.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3681.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3682.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3683.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3684.             'doctrine.orm.cache.memcache_port' => 11211,
  3685.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3686.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3687.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3688.             'doctrine.orm.cache.memcached_port' => 11211,
  3689.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3690.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3691.             'doctrine.orm.cache.redis_host' => 'localhost',
  3692.             'doctrine.orm.cache.redis_port' => 6379,
  3693.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3694.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3695.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3696.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3697.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3698.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3699.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3700.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3701.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3702.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3703.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3704.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3705.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3706.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3707.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3708.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3709.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3710.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3711.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3712.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3713.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3714.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3715.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3716.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3717.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3718.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3719.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3720.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3721.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3722.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3723.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3724.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3725.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3726.             'event_dispatcher.event_aliases' => [
  3727.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3728.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3729.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3730.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3731.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3732.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3733.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3734.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3735.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3736.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3737.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3738.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3739.                 'Nelmio\\SecurityBundle\\ContentSecurityPolicy\\Violation\\ReportEvent' => 'csp.violation.report',
  3740.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3741.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3742.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3743.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3744.                 'Contao\\CoreBundle\\Event\\GenerateSymlinksEvent' => 'contao.generate_symlinks',
  3745.                 'Contao\\CoreBundle\\Event\\MenuEvent' => 'contao.backend_menu_build',
  3746.                 'Contao\\CoreBundle\\Event\\PreviewUrlCreateEvent' => 'contao.preview_url_create',
  3747.                 'Contao\\CoreBundle\\Event\\PreviewUrlConvertEvent' => 'contao.preview_url_convert',
  3748.                 'Contao\\CoreBundle\\Event\\RobotsTxtEvent' => 'contao.robots_txt',
  3749.                 'Contao\\CoreBundle\\Event\\SlugValidCharactersEvent' => 'contao.slug_valid_characters',
  3750.                 'Contao\\InstallationBundle\\Event\\InitializeApplicationEvent' => 'contao_installation.initialize_application',
  3751.             ],
  3752.             'fragment.renderer.hinclude.global_template' => NULL,
  3753.             'fragment.path' => '/_fragment',
  3754.             'kernel.http_method_override' => true,
  3755.             'kernel.trusted_hosts' => [
  3756.             ],
  3757.             'kernel.default_locale' => 'en',
  3758.             'kernel.enabled_locales' => [
  3759.             ],
  3760.             'kernel.error_controller' => 'error_controller',
  3761.             'debug.file_link_format' => NULL,
  3762.             'asset.request_context.base_path' => NULL,
  3763.             'asset.request_context.secure' => NULL,
  3764.             'translator.logging' => false,
  3765.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3766.             'debug.error_handler.throw_at' => -1,
  3767.             'router.request_context.host' => 'localhost',
  3768.             'router.request_context.scheme' => 'http',
  3769.             'router.request_context.base_url' => '',
  3770.             'router.resource' => 'contao_manager.routing.route_loader::loadFromPlugins',
  3771.             'request_listener.http_port' => 80,
  3772.             'request_listener.https_port' => 443,
  3773.             'session.metadata.storage_key' => '_sf2_meta',
  3774.             'session.storage.options' => [
  3775.                 'cache_limiter' => '0',
  3776.                 'cookie_secure' => 'auto',
  3777.                 'cookie_httponly' => true,
  3778.                 'gc_probability' => 1,
  3779.             ],
  3780.             'session.save_path' => NULL,
  3781.             'session.metadata.update_threshold' => 0,
  3782.             'profiler_listener.only_exceptions' => false,
  3783.             'profiler_listener.only_main_requests' => false,
  3784.             'monolog.use_microseconds' => true,
  3785.             'monolog.swift_mailer.handlers' => [
  3786.             ],
  3787.             'monolog.handlers_to_channels' => [
  3788.                 'monolog.handler.console_very_verbose' => [
  3789.                     'type' => 'inclusive',
  3790.                     'elements' => [
  3791.                         => 'doctrine',
  3792.                     ],
  3793.                 ],
  3794.                 'monolog.handler.console' => [
  3795.                     'type' => 'exclusive',
  3796.                     'elements' => [
  3797.                         => 'doctrine',
  3798.                     ],
  3799.                 ],
  3800.                 'monolog.handler.main' => [
  3801.                     'type' => 'exclusive',
  3802.                     'elements' => [
  3803.                         => 'doctrine',
  3804.                         => 'event',
  3805.                         => 'php',
  3806.                     ],
  3807.                 ],
  3808.                 'monolog.handler.contao' => NULL,
  3809.             ],
  3810.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  3811.             'fos_http_cache.cacheable.response.additional_status' => [
  3812.             ],
  3813.             'fos_http_cache.proxy_client.symfony.options' => [
  3814.                 'tags_header' => 'X-Cache-Tags',
  3815.                 'tags_method' => 'PURGETAGS',
  3816.                 'purge_method' => 'PURGE',
  3817.             ],
  3818.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  3819.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  3820.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  3821.             'fos_http_cache.tag_handler.separator' => ',',
  3822.             'fos_http_cache.tag_handler.strict' => false,
  3823.             'nelmio_cors.map' => [
  3824.             ],
  3825.             'nelmio_cors.defaults' => [
  3826.                 'allow_origin' => [
  3827.                 ],
  3828.                 'allow_credentials' => false,
  3829.                 'allow_headers' => [
  3830.                 ],
  3831.                 'expose_headers' => [
  3832.                 ],
  3833.                 'allow_methods' => [
  3834.                 ],
  3835.                 'max_age' => 0,
  3836.                 'hosts' => [
  3837.                 ],
  3838.                 'origin_regex' => false,
  3839.                 'forced_allow_origin_value' => NULL,
  3840.                 'skip_same_as_origin' => true,
  3841.             ],
  3842.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3843.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3844.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3845.             'nelmio_security.clickjacking.paths' => [
  3846.                 '^/.*' => [
  3847.                     'header' => 'SAMEORIGIN',
  3848.                 ],
  3849.             ],
  3850.             'nelmio_security.clickjacking.content_types' => [
  3851.             ],
  3852.             'nelmio_security.nonce_generator.number_of_bytes' => 16,
  3853.             'nelmio_security.csp.hash_algorithm' => 'sha256',
  3854.             'nelmio_security.csp.report_log_level' => 'notice',
  3855.             'nelmio_security.content_type.nosniff' => true,
  3856.             'nelmio_security.referrer_policy.policies' => [
  3857.                 => 'no-referrer-when-downgrade',
  3858.                 => 'strict-origin-when-cross-origin',
  3859.             ],
  3860.             'scheb_two_factor.model_manager_name' => NULL,
  3861.             'scheb_two_factor.security_tokens' => [
  3862.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  3863.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  3864.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  3865.             ],
  3866.             'scheb_two_factor.ip_whitelist' => [
  3867.             ],
  3868.             'scheb_two_factor.trusted_device.enabled' => true,
  3869.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  3870.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  3871.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  3872.             'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  3873.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  3874.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  3875.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  3876.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3877.             'web_profiler.debug_toolbar.mode' => 2,
  3878.             'knp_menu.renderer.list.options' => [
  3879.             ],
  3880.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3881.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3882.             'knp_menu.renderer.twig.options' => [
  3883.             ],
  3884.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3885.             'knp_menu.default_renderer' => 'twig',
  3886.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  3887.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  3888.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  3889.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3890.             'cmf_routing.replace_symfony_router' => true,
  3891.             'twig.form.resources' => [
  3892.                 => 'form_div_layout.html.twig',
  3893.             ],
  3894.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3895.             'security.role_hierarchy.roles' => [
  3896.             ],
  3897.             'security.access.denied_url' => NULL,
  3898.             'security.authentication.manager.erase_credentials' => true,
  3899.             'security.authentication.session_strategy.strategy' => 'migrate',
  3900.             'security.access.always_authenticate_before_granting' => false,
  3901.             'security.authentication.hide_user_not_found' => true,
  3902.             'security.firewalls' => [
  3903.                 => 'contao_install',
  3904.                 => 'contao_backend',
  3905.                 => 'contao_frontend',
  3906.             ],
  3907.             'security.contao_backend._indexed_authenticators' => [
  3908.             ],
  3909.             'security.contao_frontend._indexed_authenticators' => [
  3910.             ],
  3911.             'contao.web_dir' => (\dirname(__DIR__4).'/web'),
  3912.             'contao.upload_path' => 'files',
  3913.             'contao.editable_files' => 'css,csv,html,ini,js,json,less,md,scss,svg,svgz,ts,txt,xliff,xml,yml,yaml',
  3914.             'contao.preview_script' => '/preview.php',
  3915.             'contao.csrf_cookie_prefix' => 'csrf_',
  3916.             'contao.csrf_token_name' => 'contao_csrf_token',
  3917.             'contao.pretty_error_screens' => false,
  3918.             'contao.error_level' => 8183,
  3919.             'contao.locales' => [
  3920.                 => 'en',
  3921.                 => 'cs',
  3922.                 => 'de',
  3923.                 => 'es',
  3924.                 => 'fa',
  3925.                 => 'fr',
  3926.                 => 'it',
  3927.                 => 'ja',
  3928.                 => 'lv',
  3929.                 => 'nl',
  3930.                 10 => 'pl',
  3931.                 11 => 'pt',
  3932.                 12 => 'ru',
  3933.                 13 => 'sl',
  3934.                 14 => 'sr',
  3935.                 15 => 'sv',
  3936.                 16 => 'tr',
  3937.             ],
  3938.             'contao.image.bypass_cache' => false,
  3939.             'contao.image.target_dir' => (\dirname(__DIR__4).'/assets/images'),
  3940.             'contao.image.valid_extensions' => [
  3941.                 => 'jpg',
  3942.                 => 'jpeg',
  3943.                 => 'gif',
  3944.                 => 'png',
  3945.                 => 'tif',
  3946.                 => 'tiff',
  3947.                 => 'bmp',
  3948.                 => 'svg',
  3949.                 => 'svgz',
  3950.                 => 'webp',
  3951.             ],
  3952.             'contao.image.imagine_options' => [
  3953.                 'jpeg_quality' => 80,
  3954.                 'jpeg_sampling_factors' => [
  3955.                     => 2,
  3956.                     => 1,
  3957.                     => 1,
  3958.                 ],
  3959.                 'interlace' => 'plane',
  3960.             ],
  3961.             'contao.image.reject_large_uploads' => false,
  3962.             'contao.image.preview.target_dir' => (\dirname(__DIR__4).'/assets/previews'),
  3963.             'contao.image.preview.default_size' => 512,
  3964.             'contao.image.preview.max_size' => 1024,
  3965.             'contao.security.two_factor.enforce_backend' => false,
  3966.             'contao.localconfig' => [
  3967.             ],
  3968.             'contao.backend.attributes' => [
  3969.             ],
  3970.             'contao.backend.custom_css' => [
  3971.             ],
  3972.             'contao.backend.custom_js' => [
  3973.             ],
  3974.             'contao.backend.badge_title' => '',
  3975.             'contao.intl.locales' => [
  3976.             ],
  3977.             'contao.intl.enabled_locales' => [
  3978.             ],
  3979.             'contao.intl.countries' => [
  3980.             ],
  3981.             'contao.insert_tags.allowed_tags' => [
  3982.                 => '*',
  3983.             ],
  3984.             'contao.sanitizer.allowed_url_protocols' => [
  3985.                 => 'http',
  3986.                 => 'https',
  3987.                 => 'ftp',
  3988.                 => 'mailto',
  3989.                 => 'tel',
  3990.                 => 'data',
  3991.                 => 'skype',
  3992.                 => 'whatsapp',
  3993.             ],
  3994.             'contao.search.default_indexer.enable' => true,
  3995.             'contao.search.index_protected' => false,
  3996.             'contao.legacy_routing' => true,
  3997.             'contao.prepend_locale' => false,
  3998.             'contao.url_suffix' => '.html',
  3999.             'contao_manager.manager_path' => 'contao-manager.phar.php',
  4000.             'data_collector.templates' => [
  4001.                 'data_collector.request' => [
  4002.                     => 'request',
  4003.                     => '@WebProfiler/Collector/request.html.twig',
  4004.                 ],
  4005.                 'data_collector.time' => [
  4006.                     => 'time',
  4007.                     => '@WebProfiler/Collector/time.html.twig',
  4008.                 ],
  4009.                 'data_collector.memory' => [
  4010.                     => 'memory',
  4011.                     => '@WebProfiler/Collector/memory.html.twig',
  4012.                 ],
  4013.                 'data_collector.ajax' => [
  4014.                     => 'ajax',
  4015.                     => '@WebProfiler/Collector/ajax.html.twig',
  4016.                 ],
  4017.                 'data_collector.exception' => [
  4018.                     => 'exception',
  4019.                     => '@WebProfiler/Collector/exception.html.twig',
  4020.                 ],
  4021.                 'data_collector.logger' => [
  4022.                     => 'logger',
  4023.                     => '@WebProfiler/Collector/logger.html.twig',
  4024.                 ],
  4025.                 'data_collector.events' => [
  4026.                     => 'events',
  4027.                     => '@WebProfiler/Collector/events.html.twig',
  4028.                 ],
  4029.                 'data_collector.router' => [
  4030.                     => 'router',
  4031.                     => '@WebProfiler/Collector/router.html.twig',
  4032.                 ],
  4033.                 'data_collector.cache' => [
  4034.                     => 'cache',
  4035.                     => '@WebProfiler/Collector/cache.html.twig',
  4036.                 ],
  4037.                 'data_collector.translation' => [
  4038.                     => 'translation',
  4039.                     => '@WebProfiler/Collector/translation.html.twig',
  4040.                 ],
  4041.                 'data_collector.security' => [
  4042.                     => 'security',
  4043.                     => '@Security/Collector/security.html.twig',
  4044.                 ],
  4045.                 'data_collector.twig' => [
  4046.                     => 'twig',
  4047.                     => '@WebProfiler/Collector/twig.html.twig',
  4048.                 ],
  4049.                 'data_collector.doctrine' => [
  4050.                     => 'db',
  4051.                     => '@Doctrine/Collector/db.html.twig',
  4052.                 ],
  4053.                 'data_collector.http_client' => [
  4054.                     => 'http_client',
  4055.                     => '@WebProfiler/Collector/http_client.html.twig',
  4056.                 ],
  4057.                 'data_collector.dump' => [
  4058.                     => 'dump',
  4059.                     => '@Debug/Profiler/dump.html.twig',
  4060.                 ],
  4061.                 'mailer.data_collector' => [
  4062.                     => 'mailer',
  4063.                     => '@WebProfiler/Collector/mailer.html.twig',
  4064.                 ],
  4065.                 'contao.data_collector' => [
  4066.                     => 'contao',
  4067.                     => '@ContaoCore/Collector/contao.html.twig',
  4068.                 ],
  4069.                 'data_collector.config' => [
  4070.                     => 'config',
  4071.                     => '@WebProfiler/Collector/config.html.twig',
  4072.                 ],
  4073.             ],
  4074.             'kernel.packages' => [
  4075.                 '__root__' => '1.0.0+no-version-set',
  4076.                 'ausi/slug-generator' => '1.1.1',
  4077.                 'bacon/bacon-qr-code' => '2.0.8',
  4078.                 'beberlei/assert' => '3.3.2',
  4079.                 'bekanntmacher/boxmaker-bundle' => '1.3.0',
  4080.                 'bekanntmacher/optipac-page-bundle' => '1.2.0',
  4081.                 'clue/stream-filter' => '1.6.0',
  4082.                 'codefog/contao-haste' => '4.25.26',
  4083.                 'composer/ca-bundle' => '1.3.6',
  4084.                 'contao-community-alliance/composer-plugin' => '3.2.2',
  4085.                 'contao-components/ace' => '1.24.1',
  4086.                 'contao-components/chosen' => '1.2.5',
  4087.                 'contao-components/colorbox' => '1.6.6',
  4088.                 'contao-components/colorpicker' => '1.5.2',
  4089.                 'contao-components/contao' => '9.3.2',
  4090.                 'contao-components/datepicker' => '2.3.2',
  4091.                 'contao-components/dropzone' => '5.9.3',
  4092.                 'contao-components/installer' => '1.4.1',
  4093.                 'contao-components/jquery' => '3.7.0',
  4094.                 'contao-components/jquery-ui' => '1.13.2',
  4095.                 'contao-components/mediabox' => '1.5.5',
  4096.                 'contao-components/mootools' => '1.6.0.7',
  4097.                 'contao-components/simplemodal' => '2.1.1',
  4098.                 'contao-components/swipe' => '2.2.0',
  4099.                 'contao-components/tablesort' => '4.0.1',
  4100.                 'contao-components/tablesorter' => '2.31.3',
  4101.                 'contao-components/tinymce4' => '5.10.7',
  4102.                 'contao/conflicts' => 'dev-main',
  4103.                 'contao/core-bundle' => '4.13.29',
  4104.                 'contao/image' => '1.2.0',
  4105.                 'contao/imagine-svg' => '1.0.3',
  4106.                 'contao/installation-bundle' => '4.13.29',
  4107.                 'contao/manager-bundle' => '4.13.29',
  4108.                 'contao/manager-plugin' => '2.12.0',
  4109.                 'contao/news-bundle' => '4.13.29',
  4110.                 'craffft/css-style-selector-bundle' => '1.6.3',
  4111.                 'dasprid/enum' => '1.0.4',
  4112.                 'dflydev/dot-access-data' => '3.0.2',
  4113.                 'doctrine/annotations' => '2.0.1',
  4114.                 'doctrine/cache' => '2.2.0',
  4115.                 'doctrine/collections' => '1.8.0',
  4116.                 'doctrine/common' => '3.4.3',
  4117.                 'doctrine/dbal' => '3.6.6',
  4118.                 'doctrine/deprecations' => '1.1.1',
  4119.                 'doctrine/doctrine-bundle' => '2.10.2',
  4120.                 'doctrine/event-manager' => '1.2.0',
  4121.                 'doctrine/inflector' => '2.0.8',
  4122.                 'doctrine/instantiator' => '1.5.0',
  4123.                 'doctrine/lexer' => '2.1.0',
  4124.                 'doctrine/orm' => '2.16.1',
  4125.                 'doctrine/persistence' => '2.5.7',
  4126.                 'doctrine/sql-formatter' => '1.1.3',
  4127.                 'dragonmantank/cron-expression' => '2.3.1',
  4128.                 'egulias/email-validator' => '3.2.6',
  4129.                 'friendsofsymfony/http-cache' => '2.15.1',
  4130.                 'friendsofsymfony/http-cache-bundle' => '2.16.2',
  4131.                 'imagine/imagine' => '1.3.5',
  4132.                 'knplabs/knp-menu' => '3.3.0',
  4133.                 'knplabs/knp-menu-bundle' => '3.2.0',
  4134.                 'knplabs/knp-time-bundle' => '1.20.0',
  4135.                 'lcobucci/clock' => '2.0.0',
  4136.                 'lcobucci/jwt' => '4.1.5',
  4137.                 'league/commonmark' => '2.4.0',
  4138.                 'league/config' => '1.2.0',
  4139.                 'league/flysystem' => '2.5.0',
  4140.                 'league/flysystem-bundle' => '2.4.0',
  4141.                 'league/mime-type-detection' => '1.13.0',
  4142.                 'league/uri' => '6.7.2',
  4143.                 'league/uri-components' => '2.4.2',
  4144.                 'league/uri-interfaces' => '2.3.0',
  4145.                 'madeyourday/contao-rocksolid-custom-elements' => '2.4.6',
  4146.                 'matthiasmullie/minify' => '1.3.71',
  4147.                 'matthiasmullie/path-converter' => '1.1.3',
  4148.                 'menatwork/contao-multicolumnwizard-bundle' => '3.5.9',
  4149.                 'menatwork/semantic_html5' => '2.1.0',
  4150.                 'monolog/monolog' => '2.9.1',
  4151.                 'mpdf/mpdf' => '8.1.6',
  4152.                 'mpdf/psr-log-aware-trait' => '2.0.0',
  4153.                 'myclabs/deep-copy' => '1.11.1',
  4154.                 'nelmio/cors-bundle' => '2.3.1',
  4155.                 'nelmio/security-bundle' => '2.12.0',
  4156.                 'nette/schema' => '1.2.4',
  4157.                 'nette/utils' => '3.2.10',
  4158.                 'nikic/php-parser' => '4.17.1',
  4159.                 'nyholm/psr7' => '1.8.0',
  4160.                 'paragonie/constant_time_encoding' => '2.6.3',
  4161.                 'paragonie/random_compat' => '9.99.100',
  4162.                 'php-http/client-common' => '2.7.0',
  4163.                 'php-http/discovery' => '1.19.1',
  4164.                 'php-http/httplug' => '2.4.0',
  4165.                 'php-http/message' => '1.16.0',
  4166.                 'php-http/message-factory' => '1.1.0',
  4167.                 'php-http/promise' => '1.1.0',
  4168.                 'phpspec/php-diff' => '1.1.3',
  4169.                 'psr/cache' => '1.0.1',
  4170.                 'psr/container' => '1.1.2',
  4171.                 'psr/event-dispatcher' => '1.0.0',
  4172.                 'psr/http-client' => '1.0.2',
  4173.                 'psr/http-factory' => '1.0.2',
  4174.                 'psr/http-message' => '1.1',
  4175.                 'psr/log' => '1.1.4',
  4176.                 'scheb/2fa-backup-code' => '5.13.2',
  4177.                 'scheb/2fa-bundle' => '5.13.2',
  4178.                 'scheb/2fa-trusted-device' => '5.13.2',
  4179.                 'scrivo/highlight.php' => '9.18.1.10',
  4180.                 'scssphp/scssphp' => '1.11.0',
  4181.                 'sensiolabs/ansi-to-html' => '1.2.1',
  4182.                 'setasign/fpdi' => '2.4.1',
  4183.                 'simplepie/simplepie' => '1.8.0',
  4184.                 'spatie/schema-org' => '3.9.0',
  4185.                 'spomky-labs/otphp' => '10.0.3',
  4186.                 'symfony-cmf/routing' => '2.3.4',
  4187.                 'symfony-cmf/routing-bundle' => '2.5.1',
  4188.                 'symfony/asset' => '5.4.21',
  4189.                 'symfony/cache' => '5.4.25',
  4190.                 'symfony/cache-contracts' => '2.5.2',
  4191.                 'symfony/config' => '5.4.26',
  4192.                 'symfony/console' => '5.4.26',
  4193.                 'symfony/debug-bundle' => '5.4.26',
  4194.                 'symfony/dependency-injection' => '5.4.26',
  4195.                 'symfony/deprecation-contracts' => '2.5.2',
  4196.                 'symfony/doctrine-bridge' => '5.4.26',
  4197.                 'symfony/dom-crawler' => '5.4.25',
  4198.                 'symfony/dotenv' => '5.4.22',
  4199.                 'symfony/error-handler' => '5.4.26',
  4200.                 'symfony/event-dispatcher' => '5.4.26',
  4201.                 'symfony/event-dispatcher-contracts' => '2.5.2',
  4202.                 'symfony/expression-language' => '5.4.21',
  4203.                 'symfony/filesystem' => '5.4.25',
  4204.                 'symfony/finder' => '5.4.27',
  4205.                 'symfony/framework-bundle' => '5.4.26',
  4206.                 'symfony/http-client' => '5.4.26',
  4207.                 'symfony/http-client-contracts' => '2.5.2',
  4208.                 'symfony/http-foundation' => '5.4.26',
  4209.                 'symfony/http-kernel' => '5.4.27',
  4210.                 'symfony/intl' => '5.4.26',
  4211.                 'symfony/lock' => '5.4.25',
  4212.                 'symfony/mailer' => '5.4.22',
  4213.                 'symfony/mime' => '5.4.26',
  4214.                 'symfony/monolog-bridge' => '5.4.22',
  4215.                 'symfony/monolog-bundle' => '3.8.0',
  4216.                 'symfony/options-resolver' => '5.4.21',
  4217.                 'symfony/password-hasher' => '5.4.27',
  4218.                 'symfony/polyfill-ctype' => '1.27.0',
  4219.                 'symfony/polyfill-intl-grapheme' => '1.27.0',
  4220.                 'symfony/polyfill-intl-idn' => '1.27.0',
  4221.                 'symfony/polyfill-intl-normalizer' => '1.27.0',
  4222.                 'symfony/polyfill-mbstring' => '1.27.0',
  4223.                 'symfony/polyfill-php72' => '1.27.0',
  4224.                 'symfony/polyfill-php73' => '1.27.0',
  4225.                 'symfony/polyfill-php80' => '1.27.0',
  4226.                 'symfony/polyfill-php81' => '1.27.0',
  4227.                 'symfony/polyfill-uuid' => '1.27.0',
  4228.                 'symfony/process' => '5.4.26',
  4229.                 'symfony/property-access' => '5.4.26',
  4230.                 'symfony/property-info' => '5.4.24',
  4231.                 'symfony/routing' => '5.4.26',
  4232.                 'symfony/security-bundle' => '5.4.26',
  4233.                 'symfony/security-core' => '5.4.22',
  4234.                 'symfony/security-csrf' => '5.4.27',
  4235.                 'symfony/security-guard' => '5.4.27',
  4236.                 'symfony/security-http' => '5.4.26',
  4237.                 'symfony/service-contracts' => '2.5.2',
  4238.                 'symfony/stopwatch' => '5.4.21',
  4239.                 'symfony/string' => '5.4.26',
  4240.                 'symfony/templating' => '5.4.21',
  4241.                 'symfony/translation' => '5.4.24',
  4242.                 'symfony/translation-contracts' => '2.5.2',
  4243.                 'symfony/twig-bridge' => '5.4.26',
  4244.                 'symfony/twig-bundle' => '5.4.27',
  4245.                 'symfony/uid' => '5.4.21',
  4246.                 'symfony/var-dumper' => '5.4.26',
  4247.                 'symfony/var-exporter' => '5.4.26',
  4248.                 'symfony/web-profiler-bundle' => '5.4.26',
  4249.                 'symfony/yaml' => '5.4.23',
  4250.                 'terminal42/contao-changelanguage' => '3.6.0',
  4251.                 'terminal42/contao-easy_themes' => '2.2.11',
  4252.                 'terminal42/contao-fineuploader' => '2.1.3',
  4253.                 'terminal42/contao-inserttags' => '1.9.6',
  4254.                 'terminal42/dcawizard' => '2.7.4',
  4255.                 'terminal42/escargot' => '1.5.2',
  4256.                 'terminal42/notification_center' => '1.6.14',
  4257.                 'terminal42/service-annotation-bundle' => '1.1.5',
  4258.                 'thecodingmachine/safe' => '1.3.3',
  4259.                 'toflar/psr6-symfony-http-cache-store' => '3.0.1',
  4260.                 'twig/extra-bundle' => '3.7.0',
  4261.                 'twig/twig' => '3.7.0',
  4262.                 'ua-parser/uap-php' => '3.9.14',
  4263.                 'webignition/disallowed-character-terminated-string' => '2.0',
  4264.                 'webignition/robots-txt-file' => '3.0',
  4265.                 'wikimedia/less.php' => '1.8.2',
  4266.             ],
  4267.             'contao.resources_paths' => [
  4268.                 => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/contao'),
  4269.                 => (\dirname(__DIR__4).'/system/modules/dcawizard'),
  4270.                 => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/contao'),
  4271.                 => (\dirname(__DIR__4).'/vendor/madeyourday/contao-rocksolid-custom-elements/src/Resources/contao'),
  4272.                 => (\dirname(__DIR__4).'/system/modules/easy_themes'),
  4273.                 => (\dirname(__DIR__4).'/vendor/menatwork/contao-multicolumnwizard-bundle/src/Resources/contao'),
  4274.                 => (\dirname(__DIR__4).'/system/modules/haste'),
  4275.                 => (\dirname(__DIR__4).'/system/modules/notification_center'),
  4276.                 => (\dirname(__DIR__4).'/system/modules/inserttags'),
  4277.                 => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src/Resources/contao'),
  4278.                 10 => (\dirname(__DIR__4).'/system/modules/fineuploader'),
  4279.                 11 => (\dirname(__DIR__4).'/src/bekanntmacher/boxmaker-bundle/src/Resources/contao'),
  4280.                 12 => (\dirname(__DIR__4).'/src/bekanntmacher/optipac-page-bundle/src/Resources/contao'),
  4281.                 13 => (\dirname(__DIR__4).'/vendor/terminal42/contao-changelanguage/contao'),
  4282.                 14 => (\dirname(__DIR__4).'/vendor/craffft/css-style-selector-bundle/src/Resources/contao'),
  4283.                 15 => (\dirname(__DIR__4).'/system/modules/semantic_html5'),
  4284.                 16 => (\dirname(__DIR__4).'/app/Resources/contao'),
  4285.             ],
  4286.             'console.command.ids' => [
  4287.                 => 'console.command.public_alias.fos_http_cache.command.invalidate_path',
  4288.                 => 'console.command.public_alias.fos_http_cache.command.invalidate_regex',
  4289.                 => 'console.command.public_alias.fos_http_cache.command.refresh_path',
  4290.                 => 'console.command.public_alias.fos_http_cache.command.clear',
  4291.             ],
  4292.         ];
  4293.     }
  4294.     protected function throw($message)
  4295.     {
  4296.         throw new RuntimeException($message);
  4297.     }
  4298. }