var/cache/dev/ContainerTcboeMm/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 857

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