var/cache/dev/ContainerLUlLAS7/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 2574

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