var/cache/dev/ContainerBU7G59P/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 832

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