var/cache/dev/Container7YerdD1/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 1595

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