var/cache/dev/ContainerYR0X8N9/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 3418

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