var/cache/dev/Container74EooEx/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 1978

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