var/cache/dev/ContainerSJvnZqe/appContao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 615

Open in your IDE?
  1. <?php
  2. namespace ContainerSJvnZqe;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class appContao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'contao_manager.jwt_manager' => true,
  34.             'contao_manager.plugin_loader' => true,
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager' => 'getContaoCsrfTokenManagerService',
  39.             'assets.packages' => 'getAssets_PackagesService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'contao.assets.assets_context' => 'getContao_Assets_AssetsContextService',
  43.             'contao.framework' => 'getContao_FrameworkService',
  44.             'contao.routing.nested_404_matcher' => 'getContao_Routing_Nested404MatcherService',
  45.             'contao.routing.nested_matcher' => 'getContao_Routing_NestedMatcherService',
  46.             'contao.routing.scope_matcher' => 'getContao_Routing_ScopeMatcherService',
  47.             'contao.security.token_checker' => 'getContao_Security_TokenCheckerService',
  48.             'data_collector.dump' => 'getDataCollector_DumpService',
  49.             'debug.stopwatch' => 'getDebug_StopwatchService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'event_dispatcher' => 'getEventDispatcherService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  55.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  56.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  57.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  58.             'http_kernel' => 'getHttpKernelService',
  59.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  60.             'lexik_maintenance.driver.factory' => 'getLexikMaintenance_Driver_FactoryService',
  61.             'profiler' => 'getProfilerService',
  62.             'request_stack' => 'getRequestStackService',
  63.             'router' => 'getRouterService',
  64.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  67.             'security.helper' => 'getSecurity_HelperService',
  68.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'session' => 'getSessionService',
  71.             'translator' => 'getTranslatorService',
  72.             'twig' => 'getTwigService',
  73.             'uri_signer' => 'getUriSignerService',
  74.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  75.             'contao.controller.backend_csv_import' => 'getContao_Controller_BackendCsvImportService',
  76.             'contao.controller.images' => 'getContao_Controller_ImagesService',
  77.             'contao.controller.insert_tags' => 'getContao_Controller_InsertTagsService',
  78.             'contao_manager.controller.debug' => 'getContaoManager_Controller_DebugService',
  79.         ];
  80.         $this->fileMap = [
  81.             'ContaoCommunityAlliance\\ClipboardBundle\\Clipboard' => 'getClipboardService.php',
  82.             'ContaoCommunityAlliance\\ClipboardBundle\\Factory\\XmlElement' => 'getXmlElementService.php',
  83.             'ContaoCommunityAlliance\\ClipboardBundle\\Helper\\Base' => 'getBaseService.php',
  84.             'ContaoCommunityAlliance\\ClipboardBundle\\Helper\\ContaoBridge' => 'getContaoBridgeService.php',
  85.             'ContaoCommunityAlliance\\ClipboardBundle\\Helper\\Database' => 'getDatabaseService.php',
  86.             'ContaoCommunityAlliance\\ClipboardBundle\\Xml\\Base' => 'getBase2Service.php',
  87.             'ContaoCommunityAlliance\\ClipboardBundle\\Xml\\Reader' => 'getReaderService.php',
  88.             'ContaoCommunityAlliance\\ClipboardBundle\\Xml\\Writer' => 'getWriterService.php',
  89.             'Contao\\CoreBundle\\Controller\\BackendController' => 'getBackendControllerService.php',
  90.             'Contao\\CoreBundle\\Controller\\BackendCsvImportController' => 'getBackendCsvImportControllerService.php',
  91.             'Contao\\CoreBundle\\Controller\\BackendPreviewController' => 'getBackendPreviewControllerService.php',
  92.             'Contao\\CoreBundle\\Controller\\BackendPreviewSwitchController' => 'getBackendPreviewSwitchControllerService.php',
  93.             'Contao\\CoreBundle\\Controller\\FaviconController' => 'getFaviconControllerService.php',
  94.             'Contao\\CoreBundle\\Controller\\FrontendController' => 'getFrontendControllerService.php',
  95.             'Contao\\CoreBundle\\Controller\\FrontendModule\\TwoFactorController' => 'getTwoFactorControllerService.php',
  96.             'Contao\\CoreBundle\\Controller\\ImagesController' => 'getImagesControllerService.php',
  97.             'Contao\\CoreBundle\\Controller\\InsertTagsController' => 'getInsertTagsControllerService.php',
  98.             'Contao\\CoreBundle\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService.php',
  99.             'Contao\\CoreBundle\\Cron\\Cron' => 'getCronService.php',
  100.             'Contao\\CoreBundle\\EventListener\\DataContainer\\ResetCustomTemplateListener' => 'getResetCustomTemplateListenerService.php',
  101.             'Contao\\CoreBundle\\Security\\TwoFactor\\BackupCodeManager' => 'getBackupCodeManagerService.php',
  102.             'Contao\\ManagerBundle\\Controller\\DebugController' => 'getDebugControllerService.php',
  103.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService.php',
  104.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService.php',
  105.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService.php',
  106.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  107.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  108.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  109.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  110.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  111.             'cache_clearer' => 'getCacheClearerService.php',
  112.             'cache_warmer' => 'getCacheWarmerService.php',
  113.             'console.command.public_alias.Lexik\\Bundle\\MaintenanceBundle\\Command\\DriverLockCommand' => 'getDriverLockCommandService.php',
  114.             'console.command.public_alias.Lexik\\Bundle\\MaintenanceBundle\\Command\\DriverUnlockCommand' => 'getDriverUnlockCommandService.php',
  115.             'console.command.public_alias.contao.command.install-web-dir' => 'getConsole_Command_PublicAlias_Contao_Command_InstallwebdirService.php',
  116.             'console.command.public_alias.contao.command.lock' => 'getConsole_Command_PublicAlias_Contao_Command_LockService.php',
  117.             'console.command.public_alias.contao.command.unlock' => 'getConsole_Command_PublicAlias_Contao_Command_UnlockService.php',
  118.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  119.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  120.             'contao.assets.files_context' => 'getContao_Assets_FilesContextService.php',
  121.             'contao.cache.clear_internal' => 'getContao_Cache_ClearInternalService.php',
  122.             'contao.cache.warm_internal' => 'getContao_Cache_WarmInternalService.php',
  123.             'contao.command.install' => 'getContao_Command_InstallService.php',
  124.             'contao.command.symlinks' => 'getContao_Command_SymlinksService.php',
  125.             'contao.crawl.escargot_factory' => 'getContao_Crawl_EscargotFactoryService.php',
  126.             'contao.fragment._contao.frontend_module.two_factor' => 'getContao_Fragment_Contao_FrontendModule_TwoFactorService.php',
  127.             'contao.image.image_factory' => 'getContao_Image_ImageFactoryService.php',
  128.             'contao.image.image_sizes' => 'getContao_Image_ImageSizesService.php',
  129.             'contao.image.imagine' => 'getContao_Image_ImagineService.php',
  130.             'contao.image.imagine_svg' => 'getContao_Image_ImagineSvgService.php',
  131.             'contao.image.picture_factory' => 'getContao_Image_PictureFactoryService.php',
  132.             'contao.image.picture_generator' => 'getContao_Image_PictureGeneratorService.php',
  133.             'contao.image.resizer' => 'getContao_Image_ResizerService.php',
  134.             'contao.install_tool' => 'getContao_InstallToolService.php',
  135.             'contao.install_tool_user' => 'getContao_InstallToolUserService.php',
  136.             'contao.installer' => 'getContao_InstallerService.php',
  137.             'contao.listener.Z6uZ2NA' => 'getContao_Listener_Z6uZ2NAService.php',
  138.             'contao.listener.data_container_callback' => 'getContao_Listener_DataContainerCallbackService.php',
  139.             'contao.listener.element_template_options' => 'getContao_Listener_ElementTemplateOptionsService.php',
  140.             'contao.listener.insert_tags.asset' => 'getContao_Listener_InsertTags_AssetService.php',
  141.             'contao.listener.insert_tags.translation' => 'getContao_Listener_InsertTags_TranslationService.php',
  142.             'contao.listener.module_template_options' => 'getContao_Listener_ModuleTemplateOptionsService.php',
  143.             'contao.menu.backend_menu_builder' => 'getContao_Menu_BackendMenuBuilderService.php',
  144.             'contao.menu.renderer' => 'getContao_Menu_RendererService.php',
  145.             'contao.opt-in' => 'getContao_OptinService.php',
  146.             'contao.picker.builder' => 'getContao_Picker_BuilderService.php',
  147.             'contao.resource_finder' => 'getContao_ResourceFinderService.php',
  148.             'contao.resource_locator' => 'getContao_ResourceLocatorService.php',
  149.             'contao.routing.url_generator' => 'getContao_Routing_UrlGeneratorService.php',
  150.             'contao.search.indexer' => 'getContao_Search_IndexerService.php',
  151.             'contao.security.frontend_preview_authenticator' => 'getContao_Security_FrontendPreviewAuthenticatorService.php',
  152.             'contao.security.two_factor.authenticator' => 'getContao_Security_TwoFactor_AuthenticatorService.php',
  153.             'contao.security.two_factor.trusted_device_manager' => 'getContao_Security_TwoFactor_TrustedDeviceManagerService.php',
  154.             'contao.slug' => 'getContao_SlugService.php',
  155.             'contao.slug.generator' => 'getContao_Slug_GeneratorService.php',
  156.             'contao.slug.valid_characters' => 'getContao_Slug_ValidCharactersService.php',
  157.             'contao_calendar.listener.generate_page' => 'getContaoCalendar_Listener_GeneratePageService.php',
  158.             'contao_calendar.listener.insert_tags' => 'getContaoCalendar_Listener_InsertTagsService.php',
  159.             'contao_faq.listener.insert_tags' => 'getContaoFaq_Listener_InsertTagsService.php',
  160.             'contao_manager.routing_loader' => 'getContaoManager_RoutingLoaderService.php',
  161.             'contao_news.listener.generate_page' => 'getContaoNews_Listener_GeneratePageService.php',
  162.             'contao_news.listener.insert_tags' => 'getContaoNews_Listener_InsertTagsService.php',
  163.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  164.             'error_controller' => 'getErrorControllerService.php',
  165.             'fragment.handler' => 'getFragment_HandlerService.php',
  166.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  167.             'monolog.logger.contao' => 'getMonolog_Logger_ContaoService.php',
  168.             'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService.php',
  169.             'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService.php',
  170.             'routing.loader' => 'getRouting_LoaderService.php',
  171.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService.php',
  172.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService.php',
  173.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  174.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  175.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  176.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  177.             'services_resetter' => 'getServicesResetterService.php',
  178.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  179.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  180.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  181.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  182.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  183.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  184.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  185.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  186.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  187.         ];
  188.         $this->aliases = [
  189.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  190.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  191.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  192.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  193.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  194.             'contao.csrf.token_manager' => 'Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager',
  195.             'database_connection' => 'doctrine.dbal.default_connection',
  196.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  197.             'mailer' => 'swiftmailer.mailer.default',
  198.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  199.         ];
  200.         $this->privates['service_container'] = function () {
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  202.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  203.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  209.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  210.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  212.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  213.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  215.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  222.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/HttpKernel/ControllerResolver.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  266.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  283.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  362.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  363.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  364.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  365.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  366.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  367.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  368.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  369.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  370.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  372.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  373.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  374.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/MaxHeaderValueLengthFormatter.php';
  376.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  383.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  385.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  386.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  387.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  392.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php';
  393.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ClickjackingListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  398.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  399.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  401.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/XssProtectionListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentTypeListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ReferrerPolicyListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  405.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  451.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  453.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  455.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
  458.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Extension/ContaoTemplateExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sensiolabs/ansi-to-html/SensioLabs/AnsiConverter/Bridge/Twig/AnsiExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  461.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  465.             include_once \dirname(__DIR__4).'/vendor/lexik/maintenance-bundle/Drivers/DriverFactory.php';
  466.             include_once \dirname(__DIR__4).'/vendor/lexik/maintenance-bundle/Drivers/AbstractDriver.php';
  467.             include_once \dirname(__DIR__4).'/vendor/lexik/maintenance-bundle/Drivers/DriverTtlInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/lexik/maintenance-bundle/Drivers/DatabaseDriver.php';
  469.             include_once \dirname(__DIR__4).'/vendor/lexik/maintenance-bundle/Listener/MaintenanceListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendLocaleListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendPreviewRedirectListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BypassMaintenanceListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/ClearSessionDataListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/CsrfTokenCookieSubscriber.php';
  499.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InterestCohortListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InitializeControllerListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/LocaleSubscriber.php';
  503.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/MakeResponsePrivateListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PreviewToolbarListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PreviewAuthenticationListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/RequestTokenListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/SubrequestCacheSubscriber.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/TwoFactorFrontendListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Asset/ContaoContext.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  517.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Csrf/ContaoCsrfTokenManager.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Csrf/MemoryTokenStorage.php';
  520.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php';
  522.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php';
  523.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentRegistryInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/ContaoFramework.php';
  530.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/RouteFilterInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/DomainFilter.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/UrlMatcher.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-cmf/routing/src/RouteProviderInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/LegacyRouteProvider.php';
  548.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/RouteProvider.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  550.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/PublishedFilter.php';
  551.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Route404Provider.php';
  552.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php';
  553.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php';
  554.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Translation/Translator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  559.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentConfig.php';
  560.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Translation/DataCollectorTranslator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Enhancer/InputEnhancer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/LegacyMatcher.php';
  588.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/LanguageFilter.php';
  589.         };
  590.     }
  591.     public function compile(): void
  592.     {
  593.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  594.     }
  595.     public function isCompiled(): bool
  596.     {
  597.         return true;
  598.     }
  599.     public function getRemovedIds(): array
  600.     {
  601.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  602.     }
  603.     protected function load($file$lazyLoad true)
  604.     {
  605.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  606.     }
  607.     protected function createProxy($class, \Closure $factory)
  608.     {
  609.         class_exists($classfalse) || $this->load("{$class}.php");
  610.         return $factory();
  611.     }
  612.     /**
  613.      * Gets the public 'Contao\CoreBundle\Csrf\ContaoCsrfTokenManager' shared service.
  614.      *
  615.      * @return \Contao\CoreBundle\Csrf\ContaoCsrfTokenManager
  616.      */
  617.     protected function getContaoCsrfTokenManagerService()
  618.     {
  619.         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())));
  620.     }
  621.     /**
  622.      * Gets the public 'assets.packages' shared service.
  623.      *
  624.      * @return \Symfony\Component\Asset\Packages
  625.      */
  626.     protected function getAssets_PackagesService()
  627.     {
  628.         $a = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  629.         $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())), ''false)), []);
  630.         $b = ($this->services['contao.assets.assets_context'] ?? $this->getContao_Assets_AssetsContextService());
  631.         $instance->addPackage('contao_core', new \Symfony\Component\Asset\PathPackage('bundles/contaocore'$a$b));
  632.         $instance->addPackage('clipboard', new \Symfony\Component\Asset\PathPackage('bundles/clipboard'$a$b));
  633.         $instance->addPackage('contao_faq', new \Symfony\Component\Asset\PathPackage('bundles/contaofaq'$a$b));
  634.         $instance->addPackage('contao_comments', new \Symfony\Component\Asset\PathPackage('bundles/contaocomments'$a$b));
  635.         $instance->addPackage('contao_news', new \Symfony\Component\Asset\PathPackage('bundles/contaonews'$a$b));
  636.         $instance->addPackage('contao_calendar', new \Symfony\Component\Asset\PathPackage('bundles/contaocalendar'$a$b));
  637.         $instance->addPackage('contao_newsletter', new \Symfony\Component\Asset\PathPackage('bundles/contaonewsletter'$a$b));
  638.         $instance->addPackage('contao-components/ace', new \Symfony\Component\Asset\PathPackage('assets/ace', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.7.1''%s?v=%s'), $b));
  639.         $instance->addPackage('contao-components/chosen', new \Symfony\Component\Asset\PathPackage('assets/chosen', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.2.4''%s?v=%s'), $b));
  640.         $instance->addPackage('contao-components/colorbox', new \Symfony\Component\Asset\PathPackage('assets/colorbox', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.6''%s?v=%s'), $b));
  641.         $instance->addPackage('contao-components/colorpicker', new \Symfony\Component\Asset\PathPackage('assets/colorpicker', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.5.2''%s?v=%s'), $b));
  642.         $instance->addPackage('contao-components/contao', new \Symfony\Component\Asset\PathPackage('assets/contao', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('9.2.0''%s?v=%s'), $b));
  643.         $instance->addPackage('contao-components/datepicker', new \Symfony\Component\Asset\PathPackage('assets/datepicker', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.3.2''%s?v=%s'), $b));
  644.         $instance->addPackage('contao-components/dropzone', new \Symfony\Component\Asset\PathPackage('assets/dropzone', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('5.9.3''%s?v=%s'), $b));
  645.         $instance->addPackage('contao-components/highlight', new \Symfony\Component\Asset\PathPackage('assets/highlight', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('9.18.1''%s?v=%s'), $b));
  646.         $instance->addPackage('contao-components/jquery', new \Symfony\Component\Asset\PathPackage('assets/jquery', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('3.6.0''%s?v=%s'), $b));
  647.         $instance->addPackage('contao-components/jquery-ui', new \Symfony\Component\Asset\PathPackage('assets/jquery-ui', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.13.1''%s?v=%s'), $b));
  648.         $instance->addPackage('contao-components/mediabox', new \Symfony\Component\Asset\PathPackage('assets/mediabox', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.5.5''%s?v=%s'), $b));
  649.         $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'), $b));
  650.         $instance->addPackage('contao-components/simplemodal', new \Symfony\Component\Asset\PathPackage('assets/simplemodal', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.1.1''%s?v=%s'), $b));
  651.         $instance->addPackage('contao-components/swipe', new \Symfony\Component\Asset\PathPackage('assets/swipe', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.2.0''%s?v=%s'), $b));
  652.         $instance->addPackage('contao-components/tablesort', new \Symfony\Component\Asset\PathPackage('assets/tablesort', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('4.0.1''%s?v=%s'), $b));
  653.         $instance->addPackage('contao-components/tablesorter', new \Symfony\Component\Asset\PathPackage('assets/tablesorter', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.31.3''%s?v=%s'), $b));
  654.         $instance->addPackage('contao-components/tinymce4', new \Symfony\Component\Asset\PathPackage('assets/tinymce4', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('4.9.12''%s?v=%s'), $b));
  655.         return $instance;
  656.     }
  657.     /**
  658.      * Gets the public 'cache.app' shared service.
  659.      *
  660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  661.      */
  662.     protected function getCache_AppService()
  663.     {
  664.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('H3pnEw5HQM'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  665.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  666.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  667.     }
  668.     /**
  669.      * Gets the public 'cache.system' shared service.
  670.      *
  671.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  672.      */
  673.     protected function getCache_SystemService()
  674.     {
  675.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9POjKHFhbr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  676.     }
  677.     /**
  678.      * Gets the public 'contao.assets.assets_context' shared service.
  679.      *
  680.      * @return \Contao\CoreBundle\Asset\ContaoContext
  681.      */
  682.     protected function getContao_Assets_AssetsContextService()
  683.     {
  684.         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);
  685.     }
  686.     /**
  687.      * Gets the public 'contao.framework' shared service.
  688.      *
  689.      * @return \Contao\CoreBundle\Framework\ContaoFramework
  690.      */
  691.     protected function getContao_FrameworkService()
  692.     {
  693.         $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['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4), 8183);
  694.         $instance->setContainer($this);
  695.         $instance->setHookListeners(['loadDataContainer' => [=> [=> [=> 'contao.listener.data_container_callback'=> 'onLoadDataContainer']]], 'replaceInsertTags' => [=> [=> [=> 'contao.listener.insert_tags.asset'=> 'onReplaceInsertTags'], => [=> 'contao.listener.insert_tags.translation'=> 'onReplaceInsertTags'], => [=> 'contao_faq.listener.insert_tags'=> 'onReplaceInsertTags'], => [=> 'contao_news.listener.insert_tags'=> '__invoke'], => [=> 'contao_calendar.listener.insert_tags'=> '__invoke']]], 'generatePage' => [=> [=> [=> 'contao_news.listener.generate_page'=> '__invoke'], => [=> 'contao_calendar.listener.generate_page'=> '__invoke']]], 'initializeSystem' => [255 => [=> [=> 'contao.listener.Z6uZ2NA'=> 'onInitializeSystem']]]]);
  696.         return $instance;
  697.     }
  698.     /**
  699.      * Gets the public 'contao.routing.nested_404_matcher' shared service.
  700.      *
  701.      * @return \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher
  702.      */
  703.     protected function getContao_Routing_Nested404MatcherService()
  704.     {
  705.         $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())));
  706.         $instance->addRouteFilter(($this->privates['contao.routing.domain_filter'] ?? ($this->privates['contao.routing.domain_filter'] = new \Contao\CoreBundle\Routing\Matcher\DomainFilter())));
  707.         $instance->addRouteFilter(($this->privates['contao.routing.published_filter'] ?? $this->getContao_Routing_PublishedFilterService()));
  708.         return $instance;
  709.     }
  710.     /**
  711.      * Gets the public 'contao.routing.nested_matcher' shared service.
  712.      *
  713.      * @return \Contao\CoreBundle\Routing\Matcher\LegacyMatcher
  714.      */
  715.     protected function getContao_Routing_NestedMatcherService()
  716.     {
  717.         $a = new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher(($this->privates['contao.routing.legacy_route_provider'] ?? $this->getContao_Routing_LegacyRouteProviderService()), ($this->privates['contao.routing.final_matcher'] ?? ($this->privates['contao.routing.final_matcher'] = new \Contao\CoreBundle\Routing\Matcher\UrlMatcher())));
  718.         $a->addRouteFilter(($this->privates['contao.routing.domain_filter'] ?? ($this->privates['contao.routing.domain_filter'] = new \Contao\CoreBundle\Routing\Matcher\DomainFilter())));
  719.         $a->addRouteFilter(($this->privates['contao.routing.published_filter'] ?? $this->getContao_Routing_PublishedFilterService()));
  720.         $a->addRouteFilter(new \Contao\CoreBundle\Routing\Matcher\LanguageFilter(false));
  721.         return $this->services['contao.routing.nested_matcher'] = new \Contao\CoreBundle\Routing\Matcher\LegacyMatcher(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()), $a'.html'false);
  722.     }
  723.     /**
  724.      * Gets the public 'contao.routing.scope_matcher' shared service.
  725.      *
  726.      * @return \Contao\CoreBundle\Routing\ScopeMatcher
  727.      */
  728.     protected function getContao_Routing_ScopeMatcherService()
  729.     {
  730.         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()));
  731.     }
  732.     /**
  733.      * Gets the public 'contao.security.token_checker' shared service.
  734.      *
  735.      * @return \Contao\CoreBundle\Security\Authentication\Token\TokenChecker
  736.      */
  737.     protected function getContao_Security_TokenCheckerService()
  738.     {
  739.         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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['session'] ?? $this->getSessionService()), ($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())));
  740.     }
  741.     /**
  742.      * Gets the public 'data_collector.dump' shared service.
  743.      *
  744.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  745.      */
  746.     protected function getDataCollector_DumpService()
  747.     {
  748.         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);
  749.     }
  750.     /**
  751.      * Gets the public 'debug.stopwatch' shared service.
  752.      *
  753.      * @return \Symfony\Component\Stopwatch\Stopwatch
  754.      */
  755.     protected function getDebug_StopwatchService()
  756.     {
  757.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  758.     }
  759.     /**
  760.      * Gets the public 'doctrine' shared service.
  761.      *
  762.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  763.      */
  764.     protected function getDoctrineService()
  765.     {
  766.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  767.     }
  768.     /**
  769.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  770.      *
  771.      * @return \Doctrine\DBAL\Connection
  772.      */
  773.     protected function getDoctrine_Dbal_DefaultConnectionService()
  774.     {
  775.         $a = new \Doctrine\DBAL\Configuration();
  776.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  777.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  778.         $b->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  779.         $b->pushHandler(($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService()));
  780.         $b->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  782.         $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()))]));
  783.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  784.             'contao.listener.doctrine_schema' => ['privates''contao.listener.doctrine_schema''getContao_Listener_DoctrineSchemaService.php'true],
  785.             'contao_manager.listener.doctrine_alter_table_listener' => ['privates''contao_manager.listener.doctrine_alter_table_listener''getContaoManager_Listener_DoctrineAlterTableListenerService.php'true],
  786.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  787.         ], [
  788.             'contao.listener.doctrine_schema' => '?',
  789.             'contao_manager.listener.doctrine_alter_table_listener' => '?',
  790.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  791.         ]));
  792.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  793.         $c->addEventListener([=> 'postGenerateSchema'], 'contao.listener.doctrine_schema');
  794.         $c->addEventListener([=> 'onSchemaAlterTableRenameColumn'], 'contao_manager.listener.doctrine_alter_table_listener');
  795.         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$c, []);
  796.     }
  797.     /**
  798.      * Gets the public 'event_dispatcher' shared service.
  799.      *
  800.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  801.      */
  802.     protected function getEventDispatcherService()
  803.     {
  804.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  805.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  806.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  807.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  808.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  809.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  810.         $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())));
  811.         $instance->addListener('kernel.controller', [=> function () {
  812.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  813.         }, => 'onKernelController'], 0);
  814.         $instance->addListener('kernel.request', [=> function () {
  815.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  816.         }, => 'onKernelRequest'], 250);
  817.         $instance->addListener('kernel.response', [=> function () {
  818.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  819.         }, => 'onKernelResponse'], 0);
  820.         $instance->addListener('kernel.response', [=> function () {
  821.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  822.         }, => 'onResponse'], 0);
  823.         $instance->addListener('kernel.response', [=> function () {
  824.             return ($this->privates['nelmio_security.content_type_listener'] ?? ($this->privates['nelmio_security.content_type_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentTypeListener(true)));
  825.         }, => 'onKernelResponse'], 0);
  826.         $instance->addListener('kernel.response', [=> function () {
  827.             return ($this->privates['nelmio_security.referrer_policy_listener'] ?? $this->getNelmioSecurity_ReferrerPolicyListenerService());
  828.         }, => 'onKernelResponse'], 0);
  829.         $instance->addListener('kernel.request', [=> function () {
  830.             return ($this->privates['lexik_maintenance.listener'] ?? $this->getLexikMaintenance_ListenerService());
  831.         }, => 'onKernelRequest'], 0);
  832.         $instance->addListener('kernel.response', [=> function () {
  833.             return ($this->privates['lexik_maintenance.listener'] ?? $this->getLexikMaintenance_ListenerService());
  834.         }, => 'onKernelResponse'], 0);
  835.         $instance->addListener('contao.preview_url_create', [=> function () {
  836.             return ($this->privates['Contao\\CoreBundle\\EventListener\\PreviewUrlCreateListener'] ?? $this->load('getPreviewUrlCreateListenerService.php'));
  837.         }, => '__invoke'], 0);
  838.         $instance->addListener('kernel.request', [=> function () {
  839.             return ($this->privates['contao.listener.backend_locale'] ?? $this->getContao_Listener_BackendLocaleService());
  840.         }, => '__invoke'], 7);
  841.         $instance->addListener('kernel.request', [=> function () {
  842.             return ($this->privates['Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener'] ?? $this->getBackendPreviewRedirectListenerService());
  843.         }, => '__invoke'], 0);
  844.         $instance->addListener('contao.backend_menu_build', [=> function () {
  845.             return ($this->privates['contao.listener.menu.backend_menu'] ?? $this->load('getContao_Listener_Menu_BackendMenuService.php'));
  846.         }, => '__invoke'], 10);
  847.         $instance->addListener('contao.backend_menu_build', [=> function () {
  848.             return ($this->privates['contao.listener.menu.backend_logout'] ?? $this->load('getContao_Listener_Menu_BackendLogoutService.php'));
  849.         }, => '__invoke'], 0);
  850.         $instance->addListener('contao.backend_menu_build', [=> function () {
  851.             return ($this->privates['contao.listener.menu.backend_preview'] ?? $this->load('getContao_Listener_Menu_BackendPreviewService.php'));
  852.         }, => '__invoke'], 0);
  853.         $instance->addListener('kernel.request', [=> function () {
  854.             return ($this->privates['contao.listener.bypass_maintenance'] ?? $this->getContao_Listener_BypassMaintenanceService());
  855.         }, => '__invoke'], 6);
  856.         $instance->addListener('kernel.response', [=> function () {
  857.             return ($this->privates['contao.listener.clear_session_data'] ?? ($this->privates['contao.listener.clear_session_data'] = new \Contao\CoreBundle\EventListener\ClearSessionDataListener()));
  858.         }, => '__invoke'], -768);
  859.         $instance->addListener('kernel.terminate', [=> function () {
  860.             return ($this->privates['contao.listener.command_scheduler'] ?? $this->load('getContao_Listener_CommandSchedulerService.php'));
  861.         }, => '__invoke'], 0);
  862.         $instance->addListener('kernel.response', [=> function () {
  863.             return ($this->privates['Contao\\CoreBundle\\EventListener\\InterestCohortListener'] ?? $this->getInterestCohortListenerService());
  864.         }, => '__invoke'], 0);
  865.         $instance->addListener('kernel.exception', [=> function () {
  866.             return ($this->privates['contao.listener.exception_converter'] ?? ($this->privates['contao.listener.exception_converter'] = new \Contao\CoreBundle\EventListener\ExceptionConverterListener()));
  867.         }, => '__invoke'], 96);
  868.         $instance->addListener('kernel.response', [=> function () {
  869.             return ($this->privates['contao.listener.initialize_controller'] ?? ($this->privates['contao.listener.initialize_controller'] = new \Contao\CoreBundle\EventListener\InitializeControllerListener()));
  870.         }, => '__invoke'], 1000);
  871.         $instance->addListener('kernel.request', [=> function () {
  872.             return ($this->privates['contao.listener.insecure_installation'] ?? ($this->privates['contao.listener.insecure_installation'] = new \Contao\CoreBundle\EventListener\InsecureInstallationListener()));
  873.         }, => '__invoke'], 0);
  874.         $instance->addListener('kernel.response', [=> function () {
  875.             return ($this->privates['contao.listener.make_response_private'] ?? $this->getContao_Listener_MakeResponsePrivateService());
  876.         }, => '__invoke'], -896);
  877.         $instance->addListener('kernel.response', [=> function () {
  878.             return ($this->privates['contao.listener.merge_http_headers'] ?? $this->getContao_Listener_MergeHttpHeadersService());
  879.         }, => '__invoke'], 256);
  880.         $instance->addListener('kernel.exception', [=> function () {
  881.             return ($this->privates['contao.listener.pretty_error_screens'] ?? $this->load('getContao_Listener_PrettyErrorScreensService.php'));
  882.         }, => '__invoke'], -96);
  883.         $instance->addListener('kernel.response', [=> function () {
  884.             return ($this->privates['contao.listener.preview_bar'] ?? $this->getContao_Listener_PreviewBarService());
  885.         }, => '__invoke'], 0);
  886.         $instance->addListener('contao.preview_url_convert', [=> function () {
  887.             return ($this->privates['contao.listener.preview_url_convert'] ?? $this->load('getContao_Listener_PreviewUrlConvertService.php'));
  888.         }, => '__invoke'], 0);
  889.         $instance->addListener('kernel.request', [=> function () {
  890.             return ($this->privates['contao.listener.preview_authentication'] ?? $this->getContao_Listener_PreviewAuthenticationService());
  891.         }, => '__invoke'], 7);
  892.         $instance->addListener('kernel.request', [=> function () {
  893.             return ($this->privates['contao.listener.referer_id'] ?? $this->getContao_Listener_RefererIdService());
  894.         }, => '__invoke'], 20);
  895.         $instance->addListener('kernel.request', [=> function () {
  896.             return ($this->privates['contao.listener.request_token'] ?? $this->getContao_Listener_RequestTokenService());
  897.         }, => '__invoke'], 14);
  898.         $instance->addListener('kernel.exception', [=> function () {
  899.             return ($this->privates['contao.listener.response_exception'] ?? ($this->privates['contao.listener.response_exception'] = new \Contao\CoreBundle\EventListener\ResponseExceptionListener()));
  900.         }, => '__invoke'], 64);
  901.         $instance->addListener('contao.robots_txt', [=> function () {
  902.             return ($this->privates['contao.listener.robots_txt'] ?? $this->load('getContao_Listener_RobotsTxtService.php'));
  903.         }, => '__invoke'], 0);
  904.         $instance->addListener('kernel.terminate', [=> function () {
  905.             return ($this->privates['contao.listener.search_index'] ?? $this->load('getContao_Listener_SearchIndexService.php'));
  906.         }, => '__invoke'], 0);
  907.         $instance->addListener('kernel.response', [=> function () {
  908.             return ($this->privates['contao.listener.store_referer'] ?? $this->getContao_Listener_StoreRefererService());
  909.         }, => '__invoke'], 0);
  910.         $instance->addListener('security.switch_user', [=> function () {
  911.             return ($this->privates['contao.listener.switch_user'] ?? $this->load('getContao_Listener_SwitchUserService.php'));
  912.         }, => '__invoke'], 0);
  913.         $instance->addListener('kernel.request', [=> function () {
  914.             return ($this->privates['contao.listener.two_factor.frontend'] ?? $this->getContao_Listener_TwoFactor_FrontendService());
  915.         }, => '__invoke'], 0);
  916.         $instance->addListener('kernel.request', [=> function () {
  917.             return ($this->privates['contao.listener.user_session'] ?? $this->getContao_Listener_UserSessionService());
  918.         }, => '__invoke'], 0);
  919.         $instance->addListener('contao.backend_menu_build', [=> function () {
  920.             return ($this->privates['contao_manager.listener.backend_menu_listener'] ?? $this->load('getContaoManager_Listener_BackendMenuListenerService.php'));
  921.         }, => '__invoke'], 0);
  922.         $instance->addListener('contao_installation.initialize_application', [=> function () {
  923.             return ($this->privates['contao_manager.listener.initialize_application'] ?? ($this->privates['contao_manager.listener.initialize_application'] = new \Contao\ManagerBundle\EventListener\InitializeApplicationListener(\dirname(__DIR__4))));
  924.         }, => '__invoke'], -128);
  925.         $instance->addListener('console.terminate', [=> function () {
  926.             return ($this->privates['contao_manager.listener.install_command'] ?? ($this->privates['contao_manager.listener.install_command'] = new \Contao\ManagerBundle\EventListener\InstallCommandListener(\dirname(__DIR__4))));
  927.         }, => '__invoke'], 0);
  928.         $instance->addListener('contao_installation.initialize_application', [=> function () {
  929.             return ($this->privates['contao.listener.initialize_application'] ?? $this->load('getContao_Listener_InitializeApplicationService.php'));
  930.         }, => '__invoke'], 0);
  931.         $instance->addListener('contao.preview_url_create', [=> function () {
  932.             return ($this->privates['contao_news.listener.preview_url_create'] ?? $this->load('getContaoNews_Listener_PreviewUrlCreateService.php'));
  933.         }, => '__invoke'], 0);
  934.         $instance->addListener('contao.preview_url_convert', [=> function () {
  935.             return ($this->privates['contao_news.listener.preview_url_convert'] ?? $this->load('getContaoNews_Listener_PreviewUrlConvertService.php'));
  936.         }, => '__invoke'], 0);
  937.         $instance->addListener('contao.preview_url_create', [=> function () {
  938.             return ($this->privates['contao_calendar.listener.preview_url_create'] ?? $this->load('getContaoCalendar_Listener_PreviewUrlCreateService.php'));
  939.         }, => '__invoke'], 0);
  940.         $instance->addListener('contao.preview_url_convert', [=> function () {
  941.             return ($this->privates['contao_calendar.listener.preview_url_convert'] ?? $this->load('getContaoCalendar_Listener_PreviewUrlConvertService.php'));
  942.         }, => '__invoke'], 0);
  943.         $instance->addListener('kernel.exception', [=> function () {
  944.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  945.         }, => 'onException'], 0);
  946.         $instance->addListener('kernel.terminate', [=> function () {
  947.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  948.         }, => 'onTerminate'], 0);
  949.         $instance->addListener('console.error', [=> function () {
  950.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  951.         }, => 'onException'], 0);
  952.         $instance->addListener('console.terminate', [=> function () {
  953.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  954.         }, => 'onTerminate'], 0);
  955.         $instance->addListener('kernel.response', [=> function () {
  956.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  957.         }, => 'onKernelResponse'], 0);
  958.         $instance->addListener('kernel.response', [=> function () {
  959.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  960.         }, => 'onKernelResponse'], -1024);
  961.         $instance->addListener('kernel.request', [=> function () {
  962.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  963.         }, => 'setDefaultLocale'], 100);
  964.         $instance->addListener('kernel.request', [=> function () {
  965.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  966.         }, => 'onKernelRequest'], 16);
  967.         $instance->addListener('kernel.finish_request', [=> function () {
  968.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  969.         }, => 'onKernelFinishRequest'], 0);
  970.         $instance->addListener('kernel.request', [=> function () {
  971.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  972.         }, => 'onKernelRequest'], 256);
  973.         $instance->addListener('kernel.request', [=> function () {
  974.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  975.         }, => 'resolveControllerName'], 24);
  976.         $instance->addListener('kernel.response', [=> function () {
  977.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  978.         }, => 'onResponse'], -255);
  979.         $instance->addListener('kernel.controller_arguments', [=> function () {
  980.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  981.         }, => 'onControllerArguments'], 0);
  982.         $instance->addListener('kernel.exception', [=> function () {
  983.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  984.         }, => 'logKernelException'], 0);
  985.         $instance->addListener('kernel.exception', [=> function () {
  986.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  987.         }, => 'onKernelException'], -128);
  988.         $instance->addListener('kernel.request', [=> function () {
  989.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  990.         }, => 'onKernelRequest'], 15);
  991.         $instance->addListener('kernel.finish_request', [=> function () {
  992.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  993.         }, => 'onKernelFinishRequest'], -15);
  994.         $instance->addListener('console.error', [=> function () {
  995.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  996.         }, => 'onConsoleError'], -128);
  997.         $instance->addListener('console.terminate', [=> function () {
  998.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  999.         }, => 'onConsoleTerminate'], -128);
  1000.         $instance->addListener('console.error', [=> function () {
  1001.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1002.         }, => 'onConsoleError'], 0);
  1003.         $instance->addListener('kernel.request', [=> function () {
  1004.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1005.         }, => 'onKernelRequest'], 128);
  1006.         $instance->addListener('kernel.response', [=> function () {
  1007.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1008.         }, => 'onKernelResponse'], -1000);
  1009.         $instance->addListener('kernel.finish_request', [=> function () {
  1010.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1011.         }, => 'onFinishRequest'], 0);
  1012.         $instance->addListener('kernel.response', [=> function () {
  1013.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1014.         }, => 'onKernelResponse'], 0);
  1015.         $instance->addListener('kernel.request', [=> function () {
  1016.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1017.         }, => 'onKernelRequest'], 48);
  1018.         $instance->addListener('kernel.response', [=> function () {
  1019.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1020.         }, => 'onKernelResponse'], -100);
  1021.         $instance->addListener('kernel.exception', [=> function () {
  1022.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1023.         }, => 'onKernelException'], 0);
  1024.         $instance->addListener('kernel.terminate', [=> function () {
  1025.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1026.         }, => 'onKernelTerminate'], -1024);
  1027.         $instance->addListener('kernel.controller', [=> function () {
  1028.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1029.         }, => 'onKernelController'], 0);
  1030.         $instance->addListener('kernel.response', [=> function () {
  1031.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1032.         }, => 'onKernelResponse'], 0);
  1033.         $instance->addListener('kernel.request', [=> function () {
  1034.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1035.         }, => 'configure'], 2048);
  1036.         $instance->addListener('console.command', [=> function () {
  1037.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1038.         }, => 'configure'], 2048);
  1039.         $instance->addListener('kernel.request', [=> function () {
  1040.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1041.         }, => 'onKernelRequest'], 32);
  1042.         $instance->addListener('kernel.finish_request', [=> function () {
  1043.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1044.         }, => 'onKernelFinishRequest'], 0);
  1045.         $instance->addListener('kernel.exception', [=> function () {
  1046.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1047.         }, => 'onKernelException'], -64);
  1048.         $instance->addListener('console.command', [=> function () {
  1049.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1050.         }, => 'onCommand'], 255);
  1051.         $instance->addListener('console.terminate', [=> function () {
  1052.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1053.         }, => 'onTerminate'], -255);
  1054.         $instance->addListener('console.command', [=> function () {
  1055.             return ($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService());
  1056.         }, => 'onCommand'], 255);
  1057.         $instance->addListener('console.terminate', [=> function () {
  1058.             return ($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService());
  1059.         }, => 'onTerminate'], -255);
  1060.         $instance->addListener('kernel.response', [=> function () {
  1061.             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')));
  1062.         }, => 'onKernelResponse'], 10);
  1063.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1064.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService.php'));
  1065.         }, => 'onProxyUnreachableError'], 0);
  1066.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1067.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService.php'));
  1068.         }, => 'onProxyResponseError'], 0);
  1069.         $instance->addListener('kernel.response', [=> function () {
  1070.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1071.         }, => 'onKernelResponse'], 0);
  1072.         $instance->addListener('kernel.response', [=> function () {
  1073.             return ($this->privates['nelmio_security.clickjacking_listener'] ?? $this->getNelmioSecurity_ClickjackingListenerService());
  1074.         }, => 'onKernelResponse'], 0);
  1075.         $instance->addListener('kernel.request', [=> function () {
  1076.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1077.         }, => 'onKernelRequest'], 512);
  1078.         $instance->addListener('kernel.response', [=> function () {
  1079.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1080.         }, => 'onKernelResponse'], 0);
  1081.         $instance->addListener('kernel.response', [=> function () {
  1082.             return ($this->privates['nelmio_security.xss_protection_listener'] ?? $this->getNelmioSecurity_XssProtectionListenerService());
  1083.         }, => 'onKernelResponse'], 0);
  1084.         $instance->addListener('security.authentication.success', [=> function () {
  1085.             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()));
  1086.         }, => 'onLogin'], 9223372036854775806);
  1087.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1088.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService.php'));
  1089.         }, => 'checkPassport'], 0);
  1090.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1091.             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()));
  1092.         }, => 'onSuccessfulLogin'], -63);
  1093.         $instance->addListener('kernel.response', [=> function () {
  1094.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  1095.         }, => 'onKernelResponse'], 0);
  1096.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1097.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService.php'));
  1098.         }, => 'onSuccessfulLogin'], 0);
  1099.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1100.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckBackupCodeService.php'));
  1101.         }, => 'checkPassport'], 16);
  1102.         $instance->addListener('kernel.response', [=> function () {
  1103.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1104.         }, => 'onKernelResponse'], -128);
  1105.         $instance->addListener('console.command', [=> function () {
  1106.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1107.         }, => 'configure'], 1024);
  1108.         $instance->addListener('kernel.response', [=> function () {
  1109.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1110.         }, => 'onKernelResponse'], 0);
  1111.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1112.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1113.         }, => 'onVoterVote'], 0);
  1114.         $instance->addListener('kernel.request', [=> function () {
  1115.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1116.         }, => 'configureLogoutUrlGenerator'], 8);
  1117.         $instance->addListener('kernel.request', [=> function () {
  1118.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1119.         }, => 'onKernelRequest'], 8);
  1120.         $instance->addListener('kernel.finish_request', [=> function () {
  1121.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1122.         }, => 'onKernelFinishRequest'], 0);
  1123.         $instance->addListener('security.authentication.success', [=> function () {
  1124.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1125.         }, => 'onLogin'], 9223372036854775807);
  1126.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1127.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1128.         }, => 'onAccessDenied'], 0);
  1129.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1130.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1131.         }, => 'onTwoFactorForm'], 0);
  1132.         $instance->addListener('kernel.response', [=> function () {
  1133.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1134.         }, => 'onKernelResponse'], 1);
  1135.         $instance->addListener('security.authentication.success', [=> function () {
  1136.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1137.         }, => 'onLogin'], 9223372036854775807);
  1138.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1139.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1140.         }, => 'onAccessDenied'], 0);
  1141.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1142.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1143.         }, => 'onTwoFactorForm'], 0);
  1144.         $instance->addListener('kernel.response', [=> function () {
  1145.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1146.         }, => 'onKernelResponse'], 1);
  1147.         $instance->addListener('kernel.request', [=> function () {
  1148.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1149.         }, => 'onKernelRequest'], 36);
  1150.         $instance->addListener('kernel.response', [=> function () {
  1151.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1152.         }, => 'onKernelResponse'], -832);
  1153.         $instance->addListener('kernel.request', [=> function () {
  1154.             return ($this->privates['contao.listener.locale'] ?? $this->getContao_Listener_LocaleService());
  1155.         }, => 'onKernelRequest'], 20);
  1156.         $instance->addListener('kernel.request', [=> function () {
  1157.             return ($this->privates['contao.listener.locale'] ?? $this->getContao_Listener_LocaleService());
  1158.         }, => 'setTranslatorLocale'], 100);
  1159.         $instance->addListener('kernel.request', [=> function () {
  1160.             return ($this->privates['contao.listener.subrequest_cache'] ?? ($this->privates['contao.listener.subrequest_cache'] = new \Contao\CoreBundle\EventListener\SubrequestCacheSubscriber()));
  1161.         }, => 'onKernelRequest'], 255);
  1162.         $instance->addListener('kernel.response', [=> function () {
  1163.             return ($this->privates['contao.listener.subrequest_cache'] ?? ($this->privates['contao.listener.subrequest_cache'] = new \Contao\CoreBundle\EventListener\SubrequestCacheSubscriber()));
  1164.         }, => 'onKernelResponse'], -255);
  1165.         return $instance;
  1166.     }
  1167.     /**
  1168.      * Gets the public 'filesystem' shared service.
  1169.      *
  1170.      * @return \Symfony\Component\Filesystem\Filesystem
  1171.      */
  1172.     protected function getFilesystemService()
  1173.     {
  1174.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1175.     }
  1176.     /**
  1177.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1178.      *
  1179.      * @return \FOS\HttpCacheBundle\CacheManager
  1180.      */
  1181.     protected function getFosHttpCache_CacheManagerService()
  1182.     {
  1183.         $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()));
  1184.         if ($this->has('event_dispatcher')) {
  1185.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1186.         }
  1187.         $instance->setGenerateUrlType(0);
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1192.      *
  1193.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1194.      */
  1195.     protected function getFosHttpCache_EventListener_CacheControlService()
  1196.     {
  1197.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1198.     }
  1199.     /**
  1200.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1201.      *
  1202.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1203.      */
  1204.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1205.     {
  1206.         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]);
  1207.     }
  1208.     /**
  1209.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1210.      *
  1211.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1212.      */
  1213.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1214.     {
  1215.         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']);
  1216.     }
  1217.     /**
  1218.      * Gets the public 'http_kernel' shared service.
  1219.      *
  1220.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1221.      */
  1222.     protected function getHttpKernelService()
  1223.     {
  1224.         $a = ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1225.         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()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $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 () {
  1226.             yield => ($this->privates['debug.contao.model_argument_resolver'] ?? $this->load('getDebug_Contao_ModelArgumentResolverService.php'));
  1227.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1228.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1229.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1230.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1231.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1232.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1233.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1234.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1235.         }, 9)), $a));
  1236.     }
  1237.     /**
  1238.      * Gets the public 'knp_menu.matcher' shared service.
  1239.      *
  1240.      * @return \Knp\Menu\Matcher\Matcher
  1241.      */
  1242.     protected function getKnpMenu_MatcherService()
  1243.     {
  1244.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1245.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1246.         }, 1));
  1247.     }
  1248.     /**
  1249.      * Gets the public 'lexik_maintenance.driver.factory' shared service.
  1250.      *
  1251.      * @return \Lexik\Bundle\MaintenanceBundle\Drivers\DriverFactory
  1252.      */
  1253.     protected function getLexikMaintenance_Driver_FactoryService()
  1254.     {
  1255.         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->privates['translator.default'] ?? $this->getTranslator_DefaultService()), $this->parameters['lexik_maintenance.driver']);
  1256.     }
  1257.     /**
  1258.      * Gets the public 'profiler' shared service.
  1259.      *
  1260.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1261.      */
  1262.     protected function getProfilerService()
  1263.     {
  1264.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1265.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1266.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1267.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1268.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1269.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1270.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1271.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1272.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1273.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1274.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1275.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1276.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1277.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1278.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1279.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1280.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1281.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1282.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1283.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1284.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1285.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1286.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1287.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1288.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1289.         if ($this->has('kernel')) {
  1290.             $g->setKernel($b);
  1291.         }
  1292.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1293.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1294.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1295.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1296.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1297.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/appContao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer'), $c));
  1298.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1299.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1300.         $instance->add($d);
  1301.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1302.         $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())));
  1303.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1304.         $instance->add($e);
  1305.         $instance->add($f);
  1306.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1307.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1308.         $instance->add(($this->privates['contao.data_collector'] ?? $this->getContao_DataCollectorService()));
  1309.         $instance->add($g);
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the public 'request_stack' shared service.
  1314.      *
  1315.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1316.      */
  1317.     protected function getRequestStackService()
  1318.     {
  1319.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1320.     }
  1321.     /**
  1322.      * Gets the public 'router' shared service.
  1323.      *
  1324.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1325.      */
  1326.     protected function getRouterService()
  1327.     {
  1328.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1329.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1330.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1331.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  1332.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1333.         $c->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1334.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1335.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1336.         $c->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1337.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1338.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1339.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1340.         ], [
  1341.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1342.         ]))->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');
  1343.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1344.         $e = ($this->privates['contao.routing.legacy_route_provider'] ?? $this->getContao_Routing_LegacyRouteProviderService());
  1345.         $f = new \Symfony\Cmf\Component\Routing\ProviderBasedGenerator($e$a);
  1346.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1347.         $h = new \Symfony\Cmf\Component\Routing\DynamicRouter($b, ($this->services['contao.routing.nested_matcher'] ?? $this->getContao_Routing_NestedMatcherService()), $f''$g$e);
  1348.         $h->addRouteEnhancer(new \Contao\CoreBundle\Routing\Enhancer\InputEnhancer(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()), false));
  1349.         $instance->setContext($b);
  1350.         $instance->add($d'100');
  1351.         $instance->add($h20);
  1352.         $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);
  1353.         return $instance;
  1354.     }
  1355.     /**
  1356.      * Gets the public 'security.authentication.trust_resolver' shared service.
  1357.      *
  1358.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  1359.      */
  1360.     protected function getSecurity_Authentication_TrustResolverService()
  1361.     {
  1362.         return $this->services['security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL));
  1363.     }
  1364.     /**
  1365.      * Gets the public 'security.authorization_checker' shared service.
  1366.      *
  1367.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1368.      */
  1369.     protected function getSecurity_AuthorizationCheckerService()
  1370.     {
  1371.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1372.     }
  1373.     /**
  1374.      * Gets the public 'security.firewall.map' shared service.
  1375.      *
  1376.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1377.      */
  1378.     protected function getSecurity_Firewall_MapService()
  1379.     {
  1380.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1381.             'security.firewall.map.context.contao_backend' => ['privates''security.firewall.map.context.contao_backend''getSecurity_Firewall_Map_Context_ContaoBackendService.php'true],
  1382.             'security.firewall.map.context.contao_frontend' => ['privates''security.firewall.map.context.contao_frontend''getSecurity_Firewall_Map_Context_ContaoFrontendService.php'true],
  1383.             'security.firewall.map.context.contao_install' => ['privates''security.firewall.map.context.contao_install''getSecurity_Firewall_Map_Context_ContaoInstallService.php'true],
  1384.         ], [
  1385.             'security.firewall.map.context.contao_backend' => '?',
  1386.             'security.firewall.map.context.contao_frontend' => '?',
  1387.             'security.firewall.map.context.contao_install' => '?',
  1388.         ]), new RewindableGenerator(function () {
  1389.             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$')));
  1390.             yield 'security.firewall.map.context.contao_backend' => ($this->privates['contao.routing.backend_matcher'] ?? $this->getContao_Routing_BackendMatcherService());
  1391.             yield 'security.firewall.map.context.contao_frontend' => ($this->privates['contao.routing.frontend_matcher'] ?? $this->getContao_Routing_FrontendMatcherService());
  1392.         }, 3));
  1393.     }
  1394.     /**
  1395.      * Gets the public 'security.helper' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Security\Core\Security
  1398.      */
  1399.     protected function getSecurity_HelperService()
  1400.     {
  1401.         return $this->services['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1402.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1403.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1404.         ], [
  1405.             'security.authorization_checker' => '?',
  1406.             'security.token_storage' => '?',
  1407.         ]));
  1408.     }
  1409.     /**
  1410.      * Gets the public 'security.logout_url_generator' shared service.
  1411.      *
  1412.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1413.      */
  1414.     protected function getSecurity_LogoutUrlGeneratorService()
  1415.     {
  1416.         $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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1417.         $instance->registerListener('contao_backend''contao_backend_logout''logout''_csrf_token'NULLNULL);
  1418.         $instance->registerListener('contao_frontend''contao_frontend_logout''logout''_csrf_token'NULLNULL);
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'security.token_storage' shared service.
  1423.      *
  1424.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1425.      */
  1426.     protected function getSecurity_TokenStorageService()
  1427.     {
  1428.         return $this->services['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, [
  1429.             'session' => ['services''session''getSessionService'false],
  1430.         ], [
  1431.             'session' => '?',
  1432.         ]));
  1433.     }
  1434.     /**
  1435.      * Gets the public 'session' shared service.
  1436.      *
  1437.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1438.      */
  1439.     protected function getSessionService()
  1440.     {
  1441.         $this->services['session'] = $instance = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1442.         $a = new \Contao\CoreBundle\Session\Attribute\ArrayAttributeBag('_contao_be_attributes');
  1443.         $a->setName('contao_backend');
  1444.         $b = new \Contao\CoreBundle\Session\Attribute\ArrayAttributeBag('_contao_fe_attributes');
  1445.         $b->setName('contao_frontend');
  1446.         $instance->registerBag($a);
  1447.         $instance->registerBag($b);
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the public 'translator' shared service.
  1452.      *
  1453.      * @return \Contao\CoreBundle\Translation\DataCollectorTranslator
  1454.      */
  1455.     protected function getTranslatorService()
  1456.     {
  1457.         return $this->services['translator'] = new \Contao\CoreBundle\Translation\DataCollectorTranslator(($this->privates['contao.translation.translator'] ?? $this->getContao_Translation_TranslatorService()));
  1458.     }
  1459.     /**
  1460.      * Gets the public 'twig' shared service.
  1461.      *
  1462.      * @return \Twig\Environment
  1463.      */
  1464.     protected function getTwigService()
  1465.     {
  1466.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/views'), 'ContaoCore');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/views'), '!ContaoCore');
  1488.         $a->addPath((\dirname(__DIR__4).'/system/modules/mcwtest/templates'), 'mcwtest');
  1489.         $a->addPath((\dirname(__DIR__4).'/system/modules/mcwtest/templates'), '!mcwtest');
  1490.         $a->addPath((\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/views'), 'ContaoInstallation');
  1491.         $a->addPath((\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/views'), '!ContaoInstallation');
  1492.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1495.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1496.         $b = ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1497.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1498.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1499.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1500.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1501.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1502.         $g = new \Knp\Menu\Util\MenuManipulator();
  1503.         $h = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1504.         $i = new \Symfony\Bridge\Twig\AppVariable();
  1505.         $i->setEnvironment('dev');
  1506.         $i->setDebug(true);
  1507.         if ($this->has('security.token_storage')) {
  1508.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1509.         }
  1510.         if ($this->has('request_stack')) {
  1511.             $i->setRequestStack($e);
  1512.         }
  1513.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1514.         $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())));
  1515.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1516.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1517.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['assets.packages'] ?? $this->getAssets_PackagesService())));
  1518.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1519.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1520.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1521.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1522.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1523.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1524.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1525.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1526.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1527.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1528.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1529.         $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')))));
  1530.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1531.         $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, [
  1532.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1533.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1534.         ], [
  1535.             'list' => '?',
  1536.             'twig' => '?',
  1537.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1538.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  1539.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  1540.         }, 2)), $g$h), $h$g));
  1541.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1542.         $instance->addExtension(new \Contao\CoreBundle\Twig\Extension\ContaoTemplateExtension($e, ($this->services['contao.framework'] ?? $this->getContao_FrameworkService()), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService())));
  1543.         $instance->addExtension(new \SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension());
  1544.         $instance->addGlobal('app'$i);
  1545.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1546.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1547.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1548.         ], [
  1549.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1550.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1551.         ])));
  1552.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1553.         return $instance;
  1554.     }
  1555.     /**
  1556.      * Gets the public 'uri_signer' shared service.
  1557.      *
  1558.      * @return \Symfony\Component\HttpKernel\UriSigner
  1559.      */
  1560.     protected function getUriSignerService()
  1561.     {
  1562.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  1563.     }
  1564.     /**
  1565.      * Gets the public 'var_dumper.cloner' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1568.      */
  1569.     protected function getVarDumper_ClonerService()
  1570.     {
  1571.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1572.         $instance->setMaxItems(2500);
  1573.         $instance->setMinDepth(1);
  1574.         $instance->setMaxString(-1);
  1575.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1576.         return $instance;
  1577.     }
  1578.     /**
  1579.      * Gets the private '.debug.http_client' shared service.
  1580.      *
  1581.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1582.      */
  1583.     protected function get_Debug_HttpClientService()
  1584.     {
  1585.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1586.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1587.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1588.         $b->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1589.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1590.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1591.         $b->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1593.         $a->setLogger($b);
  1594.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1595.     }
  1596.     /**
  1597.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1598.      *
  1599.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1600.      */
  1601.     protected function get_LegacyResolveControllerNameSubscriberService()
  1602.     {
  1603.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1604.     }
  1605.     /**
  1606.      * Gets the private 'Contao\CoreBundle\EventListener\BackendPreviewRedirectListener' shared service.
  1607.      *
  1608.      * @return \Contao\CoreBundle\EventListener\BackendPreviewRedirectListener
  1609.      */
  1610.     protected function getBackendPreviewRedirectListenerService()
  1611.     {
  1612.         return $this->privates['Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener'] = new \Contao\CoreBundle\EventListener\BackendPreviewRedirectListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  1613.     }
  1614.     /**
  1615.      * Gets the private 'Contao\CoreBundle\EventListener\InterestCohortListener' shared service.
  1616.      *
  1617.      * @return \Contao\CoreBundle\EventListener\InterestCohortListener
  1618.      */
  1619.     protected function getInterestCohortListenerService()
  1620.     {
  1621.         return $this->privates['Contao\\CoreBundle\\EventListener\\InterestCohortListener'] = new \Contao\CoreBundle\EventListener\InterestCohortListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  1622.     }
  1623.     /**
  1624.      * Gets the private 'annotations.cache_adapter' shared service.
  1625.      *
  1626.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1627.      */
  1628.     protected function getAnnotations_CacheAdapterService()
  1629.     {
  1630.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1631.     }
  1632.     /**
  1633.      * Gets the private 'cache.annotations' shared service.
  1634.      *
  1635.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1636.      */
  1637.     protected function getCache_AnnotationsService()
  1638.     {
  1639.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q-GfE29ilv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1640.     }
  1641.     /**
  1642.      * Gets the private 'cache.property_info' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1645.      */
  1646.     protected function getCache_PropertyInfoService()
  1647.     {
  1648.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MX-tv03++P'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1649.     }
  1650.     /**
  1651.      * Gets the private 'cache.security_expression_language' shared service.
  1652.      *
  1653.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1654.      */
  1655.     protected function getCache_SecurityExpressionLanguageService()
  1656.     {
  1657.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4CaG9YkcWr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1658.     }
  1659.     /**
  1660.      * Gets the private 'cache.serializer' shared service.
  1661.      *
  1662.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1663.      */
  1664.     protected function getCache_SerializerService()
  1665.     {
  1666.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Rr443CaEZt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1667.     }
  1668.     /**
  1669.      * Gets the private 'cache.validator' shared service.
  1670.      *
  1671.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1672.      */
  1673.     protected function getCache_ValidatorService()
  1674.     {
  1675.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a2WyFS5-fC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1676.     }
  1677.     /**
  1678.      * Gets the private 'config_cache_factory' shared service.
  1679.      *
  1680.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1681.      */
  1682.     protected function getConfigCacheFactoryService()
  1683.     {
  1684.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1685.             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)));
  1686.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1687.         }, 2));
  1688.     }
  1689.     /**
  1690.      * Gets the private 'contao.data_collector' shared service.
  1691.      *
  1692.      * @return \Contao\CoreBundle\DataCollector\ContaoDataCollector
  1693.      */
  1694.     protected function getContao_DataCollectorService()
  1695.     {
  1696.         $this->privates['contao.data_collector'] = $instance = new \Contao\CoreBundle\DataCollector\ContaoDataCollector();
  1697.         $instance->setFramework(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()));
  1698.         return $instance;
  1699.     }
  1700.     /**
  1701.      * Gets the private 'contao.fragment.registry' shared service.
  1702.      *
  1703.      * @return \Contao\CoreBundle\Fragment\FragmentRegistry
  1704.      */
  1705.     protected function getContao_Fragment_RegistryService()
  1706.     {
  1707.         $this->privates['contao.fragment.registry'] = $instance = new \Contao\CoreBundle\Fragment\FragmentRegistry();
  1708.         $instance->add('contao.frontend_module.two_factor', ($this->privates['contao.fragment._config_kwBOC0u'] ?? ($this->privates['contao.fragment._config_kwBOC0u'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.two_factor''forward', ['ignore_errors' => false]))));
  1709.         return $instance;
  1710.     }
  1711.     /**
  1712.      * Gets the private 'contao.listener.backend_locale' shared service.
  1713.      *
  1714.      * @return \Contao\CoreBundle\EventListener\BackendLocaleListener
  1715.      */
  1716.     protected function getContao_Listener_BackendLocaleService()
  1717.     {
  1718.         return $this->privates['contao.listener.backend_locale'] = new \Contao\CoreBundle\EventListener\BackendLocaleListener(($this->services['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1719.     }
  1720.     /**
  1721.      * Gets the private 'contao.listener.bypass_maintenance' shared service.
  1722.      *
  1723.      * @return \Contao\CoreBundle\EventListener\BypassMaintenanceListener
  1724.      */
  1725.     protected function getContao_Listener_BypassMaintenanceService()
  1726.     {
  1727.         return $this->privates['contao.listener.bypass_maintenance'] = new \Contao\CoreBundle\EventListener\BypassMaintenanceListener(($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService()));
  1728.     }
  1729.     /**
  1730.      * Gets the private 'contao.listener.csrf_token_cookie' shared service.
  1731.      *
  1732.      * @return \Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber
  1733.      */
  1734.     protected function getContao_Listener_CsrfTokenCookieService()
  1735.     {
  1736.         return $this->privates['contao.listener.csrf_token_cookie'] = new \Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber(($this->services['Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager'] ?? $this->getContaoCsrfTokenManagerService()), ($this->privates['contao.csrf.token_storage'] ?? ($this->privates['contao.csrf.token_storage'] = new \Contao\CoreBundle\Csrf\MemoryTokenStorage())), 'csrf_');
  1737.     }
  1738.     /**
  1739.      * Gets the private 'contao.listener.locale' shared service.
  1740.      *
  1741.      * @return \Contao\CoreBundle\EventListener\LocaleSubscriber
  1742.      */
  1743.     protected function getContao_Listener_LocaleService()
  1744.     {
  1745.         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->parameters['contao.locales']);
  1746.     }
  1747.     /**
  1748.      * Gets the private 'contao.listener.make_response_private' shared service.
  1749.      *
  1750.      * @return \Contao\CoreBundle\EventListener\MakeResponsePrivateListener
  1751.      */
  1752.     protected function getContao_Listener_MakeResponsePrivateService()
  1753.     {
  1754.         return $this->privates['contao.listener.make_response_private'] = new \Contao\CoreBundle\EventListener\MakeResponsePrivateListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  1755.     }
  1756.     /**
  1757.      * Gets the private 'contao.listener.merge_http_headers' shared service.
  1758.      *
  1759.      * @return \Contao\CoreBundle\EventListener\MergeHttpHeadersListener
  1760.      */
  1761.     protected function getContao_Listener_MergeHttpHeadersService()
  1762.     {
  1763.         return $this->privates['contao.listener.merge_http_headers'] = new \Contao\CoreBundle\EventListener\MergeHttpHeadersListener(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()));
  1764.     }
  1765.     /**
  1766.      * Gets the private 'contao.listener.preview_authentication' shared service.
  1767.      *
  1768.      * @return \Contao\CoreBundle\EventListener\PreviewAuthenticationListener
  1769.      */
  1770.     protected function getContao_Listener_PreviewAuthenticationService()
  1771.     {
  1772.         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')))));
  1773.     }
  1774.     /**
  1775.      * Gets the private 'contao.listener.preview_bar' shared service.
  1776.      *
  1777.      * @return \Contao\CoreBundle\EventListener\PreviewToolbarListener
  1778.      */
  1779.     protected function getContao_Listener_PreviewBarService()
  1780.     {
  1781.         return $this->privates['contao.listener.preview_bar'] = new \Contao\CoreBundle\EventListener\PreviewToolbarListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'contao.listener.referer_id' shared service.
  1785.      *
  1786.      * @return \Contao\CoreBundle\EventListener\RefererIdListener
  1787.      */
  1788.     protected function getContao_Listener_RefererIdService()
  1789.     {
  1790.         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()));
  1791.     }
  1792.     /**
  1793.      * Gets the private 'contao.listener.request_token' shared service.
  1794.      *
  1795.      * @return \Contao\CoreBundle\EventListener\RequestTokenListener
  1796.      */
  1797.     protected function getContao_Listener_RequestTokenService()
  1798.     {
  1799.         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_');
  1800.     }
  1801.     /**
  1802.      * Gets the private 'contao.listener.store_referer' shared service.
  1803.      *
  1804.      * @return \Contao\CoreBundle\EventListener\StoreRefererListener
  1805.      */
  1806.     protected function getContao_Listener_StoreRefererService()
  1807.     {
  1808.         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()));
  1809.     }
  1810.     /**
  1811.      * Gets the private 'contao.listener.two_factor.frontend' shared service.
  1812.      *
  1813.      * @return \Contao\CoreBundle\EventListener\TwoFactorFrontendListener
  1814.      */
  1815.     protected function getContao_Listener_TwoFactor_FrontendService()
  1816.     {
  1817.         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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $this->parameters['scheb_two_factor.security_tokens']);
  1818.     }
  1819.     /**
  1820.      * Gets the private 'contao.listener.user_session' shared service.
  1821.      *
  1822.      * @return \Contao\CoreBundle\EventListener\UserSessionListener
  1823.      */
  1824.     protected function getContao_Listener_UserSessionService()
  1825.     {
  1826.         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()));
  1827.     }
  1828.     /**
  1829.      * Gets the private 'contao.monolog.handler' shared service.
  1830.      *
  1831.      * @return \Contao\CoreBundle\Monolog\ContaoTableHandler
  1832.      */
  1833.     protected function getContao_Monolog_HandlerService()
  1834.     {
  1835.         $this->privates['contao.monolog.handler'] = $instance = new \Contao\CoreBundle\Monolog\ContaoTableHandler('debug'false);
  1836.         $instance->setContainer($this);
  1837.         return $instance;
  1838.     }
  1839.     /**
  1840.      * Gets the private 'contao.monolog.processor' shared service.
  1841.      *
  1842.      * @return \Contao\CoreBundle\Monolog\ContaoTableProcessor
  1843.      */
  1844.     protected function getContao_Monolog_ProcessorService()
  1845.     {
  1846.         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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  1847.     }
  1848.     /**
  1849.      * Gets the private 'contao.routing.backend_matcher' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  1852.      */
  1853.     protected function getContao_Routing_BackendMatcherService()
  1854.     {
  1855.         $this->privates['contao.routing.backend_matcher'] = $instance = new \Symfony\Component\HttpFoundation\RequestMatcher();
  1856.         $instance->matchAttribute('_scope''backend');
  1857.         return $instance;
  1858.     }
  1859.     /**
  1860.      * Gets the private 'contao.routing.frontend_matcher' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  1863.      */
  1864.     protected function getContao_Routing_FrontendMatcherService()
  1865.     {
  1866.         $this->privates['contao.routing.frontend_matcher'] = $instance = new \Symfony\Component\HttpFoundation\RequestMatcher();
  1867.         $instance->matchAttribute('_scope''frontend');
  1868.         return $instance;
  1869.     }
  1870.     /**
  1871.      * Gets the private 'contao.routing.legacy_route_provider' shared service.
  1872.      *
  1873.      * @return \Contao\CoreBundle\Routing\LegacyRouteProvider
  1874.      */
  1875.     protected function getContao_Routing_LegacyRouteProviderService()
  1876.     {
  1877.         return $this->privates['contao.routing.legacy_route_provider'] = new \Contao\CoreBundle\Routing\LegacyRouteProvider(($this->privates['contao.routing.frontend_loader'] ?? ($this->privates['contao.routing.frontend_loader'] = new \Contao\CoreBundle\Routing\FrontendLoader(false'.html'))), new \Contao\CoreBundle\Routing\RouteProvider(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()), '.html'false));
  1878.     }
  1879.     /**
  1880.      * Gets the private 'contao.routing.published_filter' shared service.
  1881.      *
  1882.      * @return \Contao\CoreBundle\Routing\Matcher\PublishedFilter
  1883.      */
  1884.     protected function getContao_Routing_PublishedFilterService()
  1885.     {
  1886.         return $this->privates['contao.routing.published_filter'] = new \Contao\CoreBundle\Routing\Matcher\PublishedFilter(($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService()));
  1887.     }
  1888.     /**
  1889.      * Gets the private 'contao.routing.route_404_provider' shared service.
  1890.      *
  1891.      * @return \Contao\CoreBundle\Routing\Route404Provider
  1892.      */
  1893.     protected function getContao_Routing_Route404ProviderService()
  1894.     {
  1895.         return $this->privates['contao.routing.route_404_provider'] = new \Contao\CoreBundle\Routing\Route404Provider(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()), false);
  1896.     }
  1897.     /**
  1898.      * Gets the private 'contao.translation.translator' shared service.
  1899.      *
  1900.      * @return \Contao\CoreBundle\Translation\Translator
  1901.      */
  1902.     protected function getContao_Translation_TranslatorService()
  1903.     {
  1904.         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()));
  1905.     }
  1906.     /**
  1907.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1910.      */
  1911.     protected function getDebug_DebugHandlersListenerService()
  1912.     {
  1913.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1914.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1915.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1916.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1917.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1919.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1920.     }
  1921.     /**
  1922.      * Gets the private 'debug.file_link_formatter' shared service.
  1923.      *
  1924.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1925.      */
  1926.     protected function getDebug_FileLinkFormatterService()
  1927.     {
  1928.         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 () {
  1929.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1930.         });
  1931.     }
  1932.     /**
  1933.      * Gets the private 'debug.log_processor' shared service.
  1934.      *
  1935.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1936.      */
  1937.     protected function getDebug_LogProcessorService()
  1938.     {
  1939.         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())));
  1940.     }
  1941.     /**
  1942.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1943.      *
  1944.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1945.      */
  1946.     protected function getDebug_Security_Access_DecisionManagerService()
  1947.     {
  1948.         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 () {
  1949.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1950.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService.php'));
  1951.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  1952.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1953.             yield => ($this->privates['debug.security.voter.contao.security.backend_access_voter'] ?? $this->load('getDebug_Security_Voter_Contao_Security_BackendAccessVoterService.php'));
  1954.         }, 5), 'affirmative'falsetrue));
  1955.     }
  1956.     /**
  1957.      * Gets the private 'debug.security.firewall' shared service.
  1958.      *
  1959.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1960.      */
  1961.     protected function getDebug_Security_FirewallService()
  1962.     {
  1963.         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()));
  1964.     }
  1965.     /**
  1966.      * Gets the private 'doctrine.result_cache_pool' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1969.      */
  1970.     protected function getDoctrine_ResultCachePoolService()
  1971.     {
  1972.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('v1st4Zmzrt'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1973.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1974.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1975.     }
  1976.     /**
  1977.      * Gets the private 'doctrine.system_cache_pool' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1980.      */
  1981.     protected function getDoctrine_SystemCachePoolService()
  1982.     {
  1983.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KNQUU3hEum'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1984.     }
  1985.     /**
  1986.      * Gets the private 'esi_listener' shared service.
  1987.      *
  1988.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  1989.      */
  1990.     protected function getEsiListenerService()
  1991.     {
  1992.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  1993.     }
  1994.     /**
  1995.      * Gets the private 'exception_listener' shared service.
  1996.      *
  1997.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1998.      */
  1999.     protected function getExceptionListenerService()
  2000.     {
  2001.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  2002.     }
  2003.     /**
  2004.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  2005.      *
  2006.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  2007.      */
  2008.     protected function getFosHttpCache_EventListener_TagService()
  2009.     {
  2010.         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);
  2011.     }
  2012.     /**
  2013.      * Gets the private 'fragment.listener' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2016.      */
  2017.     protected function getFragment_ListenerService()
  2018.     {
  2019.         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');
  2020.     }
  2021.     /**
  2022.      * Gets the private 'lexik_maintenance.listener' shared service.
  2023.      *
  2024.      * @return \Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener
  2025.      */
  2026.     protected function getLexikMaintenance_ListenerService()
  2027.     {
  2028.         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);
  2029.     }
  2030.     /**
  2031.      * Gets the private 'locale_aware_listener' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2034.      */
  2035.     protected function getLocaleAwareListenerService()
  2036.     {
  2037.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2038.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2039.             yield => ($this->privates['contao.translation.translator'] ?? $this->getContao_Translation_TranslatorService());
  2040.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2041.     }
  2042.     /**
  2043.      * Gets the private 'locale_listener' shared service.
  2044.      *
  2045.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2046.      */
  2047.     protected function getLocaleListenerService()
  2048.     {
  2049.         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()));
  2050.     }
  2051.     /**
  2052.      * Gets the private 'monolog.handler.console' shared service.
  2053.      *
  2054.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2055.      */
  2056.     protected function getMonolog_Handler_ConsoleService()
  2057.     {
  2058.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [64 => 200128 => 10016 => 40032 => 300256 => 100], []);
  2059.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2060.         return $instance;
  2061.     }
  2062.     /**
  2063.      * Gets the private 'monolog.handler.console_very_verbose' shared service.
  2064.      *
  2065.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2066.      */
  2067.     protected function getMonolog_Handler_ConsoleVeryVerboseService()
  2068.     {
  2069.         $this->privates['monolog.handler.console_very_verbose'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [64 => 250128 => 250256 => 10016 => 40032 => 300], []);
  2070.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2071.         return $instance;
  2072.     }
  2073.     /**
  2074.      * Gets the private 'monolog.handler.main' shared service.
  2075.      *
  2076.      * @return \Monolog\Handler\RotatingFileHandler
  2077.      */
  2078.     protected function getMonolog_Handler_MainService()
  2079.     {
  2080.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/dev.log'), 10100trueNULLfalse);
  2081.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2082.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  2083.         return $instance;
  2084.     }
  2085.     /**
  2086.      * Gets the private 'monolog.logger' shared service.
  2087.      *
  2088.      * @return \Symfony\Bridge\Monolog\Logger
  2089.      */
  2090.     protected function getMonolog_LoggerService()
  2091.     {
  2092.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2093.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2094.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2095.         $instance->useMicrosecondTimestamps(true);
  2096.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2097.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2098.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2099.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2100.         return $instance;
  2101.     }
  2102.     /**
  2103.      * Gets the private 'monolog.logger.cache' shared service.
  2104.      *
  2105.      * @return \Symfony\Bridge\Monolog\Logger
  2106.      */
  2107.     protected function getMonolog_Logger_CacheService()
  2108.     {
  2109.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2110.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2111.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2112.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2113.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2114.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2115.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2116.         return $instance;
  2117.     }
  2118.     /**
  2119.      * Gets the private 'monolog.logger.request' shared service.
  2120.      *
  2121.      * @return \Symfony\Bridge\Monolog\Logger
  2122.      */
  2123.     protected function getMonolog_Logger_RequestService()
  2124.     {
  2125.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2126.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2127.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2128.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2129.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2130.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2131.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2132.         return $instance;
  2133.     }
  2134.     /**
  2135.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2136.      *
  2137.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2138.      */
  2139.     protected function getNelmioCors_CorsListenerService()
  2140.     {
  2141.         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()))]));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'nelmio_security.clickjacking_listener' shared service.
  2145.      *
  2146.      * @return \Nelmio\SecurityBundle\EventListener\ClickjackingListener
  2147.      */
  2148.     protected function getNelmioSecurity_ClickjackingListenerService()
  2149.     {
  2150.         return $this->privates['nelmio_security.clickjacking_listener'] = new \Nelmio\SecurityBundle\EventListener\ClickjackingListener($this->parameters['nelmio_security.clickjacking.paths'], []);
  2151.     }
  2152.     /**
  2153.      * Gets the private 'nelmio_security.csp_listener' shared service.
  2154.      *
  2155.      * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  2156.      */
  2157.     protected function getNelmioSecurity_CspListenerService()
  2158.     {
  2159.         $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  2160.         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, [], []);
  2161.     }
  2162.     /**
  2163.      * Gets the private 'nelmio_security.referrer_policy_listener' shared service.
  2164.      *
  2165.      * @return \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener
  2166.      */
  2167.     protected function getNelmioSecurity_ReferrerPolicyListenerService()
  2168.     {
  2169.         return $this->privates['nelmio_security.referrer_policy_listener'] = new \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener($this->parameters['nelmio_security.referrer_policy.policies']);
  2170.     }
  2171.     /**
  2172.      * Gets the private 'nelmio_security.xss_protection_listener' shared service.
  2173.      *
  2174.      * @return \Nelmio\SecurityBundle\EventListener\XssProtectionListener
  2175.      */
  2176.     protected function getNelmioSecurity_XssProtectionListenerService()
  2177.     {
  2178.         return $this->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true'mode_block' => true'report_uri' => NULL]);
  2179.     }
  2180.     /**
  2181.      * Gets the private 'parameter_bag' shared service.
  2182.      *
  2183.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2184.      */
  2185.     protected function getParameterBagService()
  2186.     {
  2187.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2188.     }
  2189.     /**
  2190.      * Gets the private 'profiler_listener' shared service.
  2191.      *
  2192.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2193.      */
  2194.     protected function getProfilerListenerService()
  2195.     {
  2196.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2197.     }
  2198.     /**
  2199.      * Gets the private 'router.request_context' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Routing\RequestContext
  2202.      */
  2203.     protected function getRouter_RequestContextService()
  2204.     {
  2205.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2206.     }
  2207.     /**
  2208.      * Gets the private 'router_listener' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2211.      */
  2212.     protected function getRouterListenerService()
  2213.     {
  2214.         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);
  2215.     }
  2216.     /**
  2217.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  2218.      *
  2219.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  2220.      */
  2221.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  2222.     {
  2223.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2224.     }
  2225.     /**
  2226.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  2227.      *
  2228.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  2229.      */
  2230.     protected function getSchebTwoFactor_ProviderRegistryService()
  2231.     {
  2232.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  2233.             yield 'contao' => ($this->privates['contao.security.two_factor.provider'] ?? $this->load('getContao_Security_TwoFactor_ProviderService.php'));
  2234.         }, 1));
  2235.     }
  2236.     /**
  2237.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  2238.      *
  2239.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  2240.      */
  2241.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  2242.     {
  2243.         if ($lazyLoad) {
  2244.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  2245.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2246.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  2247.                     $proxy->setProxyInitializer(null);
  2248.                     return true;
  2249.                 });
  2250.             });
  2251.         }
  2252.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  2253.         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);
  2254.     }
  2255.     /**
  2256.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  2257.      *
  2258.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  2259.      */
  2260.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  2261.     {
  2262.         if ($lazyLoad) {
  2263.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  2264.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2265.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  2266.                     $proxy->setProxyInitializer(null);
  2267.                     return true;
  2268.                 });
  2269.             });
  2270.         }
  2271.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  2274.         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');
  2275.     }
  2276.     /**
  2277.      * Gets the private 'security.authentication.manager' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2280.      */
  2281.     protected function getSecurity_Authentication_ManagerService()
  2282.     {
  2283.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2284.             yield => ($this->privates['contao.security.authentication_provider.contao_backend.two_factor_decorator'] ?? $this->load('getContao_Security_AuthenticationProvider_ContaoBackend_TwoFactorDecoratorService.php'));
  2285.             yield => ($this->privates['security.authentication.provider.anonymous.contao_backend.two_factor_decorator'] ?? $this->load('getSecurity_Authentication_Provider_Anonymous_ContaoBackend_TwoFactorDecoratorService.php'));
  2286.             yield => ($this->privates['contao.security.authentication_provider.contao_frontend.two_factor_decorator'] ?? $this->load('getContao_Security_AuthenticationProvider_ContaoFrontend_TwoFactorDecoratorService.php'));
  2287.             yield => ($this->privates['security.authentication.provider.rememberme.contao_frontend.two_factor_decorator'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_ContaoFrontend_TwoFactorDecoratorService.php'));
  2288.             yield => ($this->privates['security.authentication.provider.anonymous.contao_frontend.two_factor_decorator'] ?? $this->load('getSecurity_Authentication_Provider_Anonymous_ContaoFrontend_TwoFactorDecoratorService.php'));
  2289.         }, 5), true);
  2290.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2291.         return $instance;
  2292.     }
  2293.     /**
  2294.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.contao_backend' shared service.
  2295.      *
  2296.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  2297.      */
  2298.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService()
  2299.     {
  2300.         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);
  2301.     }
  2302.     /**
  2303.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.contao_frontend' shared service.
  2304.      *
  2305.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  2306.      */
  2307.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService()
  2308.     {
  2309.         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);
  2310.     }
  2311.     /**
  2312.      * Gets the private 'session.storage.native' shared service.
  2313.      *
  2314.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  2315.      */
  2316.     protected function getSession_Storage_NativeService()
  2317.     {
  2318.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  2319.     }
  2320.     /**
  2321.      * Gets the private 'session_listener' shared service.
  2322.      *
  2323.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2324.      */
  2325.     protected function getSessionListenerService()
  2326.     {
  2327.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2328.             'initialized_session' => ['services''session'NULLfalse],
  2329.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2330.             'session' => ['services''session''getSessionService'false],
  2331.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  2332.         ], [
  2333.             'initialized_session' => '?',
  2334.             'request_stack' => '?',
  2335.             'session' => '?',
  2336.             'session_storage' => '?',
  2337.         ]));
  2338.     }
  2339.     /**
  2340.      * Gets the private 'translator.default' shared service.
  2341.      *
  2342.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2343.      */
  2344.     protected function getTranslator_DefaultService()
  2345.     {
  2346.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2347.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2348.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2349.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2350.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2351.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2352.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2353.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2354.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2355.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2356.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2357.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2358.         ], [
  2359.             'translation.loader.csv' => '?',
  2360.             'translation.loader.dat' => '?',
  2361.             'translation.loader.ini' => '?',
  2362.             'translation.loader.json' => '?',
  2363.             'translation.loader.mo' => '?',
  2364.             'translation.loader.php' => '?',
  2365.             'translation.loader.po' => '?',
  2366.             'translation.loader.qt' => '?',
  2367.             'translation.loader.res' => '?',
  2368.             'translation.loader.xliff' => '?',
  2369.             'translation.loader.yml' => '?',
  2370.         ]), 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/lexik/maintenance-bundle/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'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.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/lexik/maintenance-bundle/Resources/translations/maintenance.fr.yml'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.it.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ja.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.lv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nb.xliff')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nn.xliff')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pt_BR.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.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'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.zh.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.zh.xlf')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/lexik/maintenance-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), => (\dirname(__DIR__4).'/app/Resources/SwiftmailerBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/app/Resources/DoctrineBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/app/Resources/FrameworkBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/app/Resources/MonologBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/app/Resources/FOSHttpCacheBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 17 => (\dirname(__DIR__4).'/app/Resources/NelmioCorsBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/app/Resources/NelmioSecurityBundle/translations'), 20 => (\dirname(__DIR__4).'/app/Resources/SchebTwoFactorBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 22 => (\dirname(__DIR__4).'/app/Resources/WebProfilerBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/app/Resources/KnpMenuBundle/translations'), 25 => (\dirname(__DIR__4).'/app/Resources/KnpTimeBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__4).'/app/Resources/DebugBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/app/Resources/CmfRoutingBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 31 => (\dirname(__DIR__4).'/app/Resources/TwigBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/terminal42/service-annotation-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/app/Resources/Terminal42ServiceAnnotationBundle/translations'), 34 => (\dirname(__DIR__4).'/app/Resources/LexikMaintenanceBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 36 => (\dirname(__DIR__4).'/app/Resources/SecurityBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/app/Resources/ContaoCoreBundle/translations'), 39 => (\dirname(__DIR__4).'/app/Resources/ContaoManagerBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/contao-community-alliance/contao-clipboard-bundle/src/translations'), 41 => (\dirname(__DIR__4).'/app/Resources/ClipboardBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/contao/faq-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/app/Resources/ContaoFaqBundle/translations'), 44 => (\dirname(__DIR__4).'/system/modules/mcwtest/translations'), 45 => (\dirname(__DIR__4).'/app/Resources/mcwtest/translations'), 46 => (\dirname(__DIR__4).'/vendor/contao/comments-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/app/Resources/ContaoCommentsBundle/translations'), 48 => (\dirname(__DIR__4).'/app/Resources/ContaoInstallationBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/app/Resources/ContaoNewsBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/contao/listing-bundle/src/translations'), 52 => (\dirname(__DIR__4).'/app/Resources/ContaoListingBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/contao/calendar-bundle/src/translations'), 54 => (\dirname(__DIR__4).'/app/Resources/ContaoCalendarBundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/contao/newsletter-bundle/src/translations'), 56 => (\dirname(__DIR__4).'/app/Resources/ContaoNewsletterBundle/translations'), 57 => (\dirname(__DIR__4).'/translations'), 58 => (\dirname(__DIR__4).'/app/Resources/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/lexik/maintenance-bundle/Resources/translations'=> 'vendor/contao/manager-bundle/src/Resources/translations'=> 'vendor/contao/installation-bundle/src/Resources/translations'=> 'vendor/symfony/swiftmailer-bundle/translations'=> 'app/Resources/SwiftmailerBundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'app/Resources/DoctrineBundle/translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'app/Resources/FrameworkBundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'app/Resources/MonologBundle/translations'14 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'15 => 'app/Resources/FOSHttpCacheBundle/translations'16 => 'vendor/nelmio/cors-bundle/translations'17 => 'app/Resources/NelmioCorsBundle/translations'18 => 'vendor/nelmio/security-bundle/translations'19 => 'app/Resources/NelmioSecurityBundle/translations'20 => 'app/Resources/SchebTwoFactorBundle/translations'21 => 'vendor/symfony/web-profiler-bundle/translations'22 => 'app/Resources/WebProfilerBundle/translations'23 => 'vendor/knplabs/knp-menu-bundle/src/translations'24 => 'app/Resources/KnpMenuBundle/translations'25 => 'app/Resources/KnpTimeBundle/translations'26 => 'vendor/symfony/debug-bundle/translations'27 => 'app/Resources/DebugBundle/translations'28 => 'vendor/symfony-cmf/routing-bundle/src/translations'29 => 'app/Resources/CmfRoutingBundle/translations'30 => 'vendor/symfony/twig-bundle/translations'31 => 'app/Resources/TwigBundle/translations'32 => 'vendor/terminal42/service-annotation-bundle/src/translations'33 => 'app/Resources/Terminal42ServiceAnnotationBundle/translations'34 => 'app/Resources/LexikMaintenanceBundle/translations'35 => 'vendor/symfony/security-bundle/translations'36 => 'app/Resources/SecurityBundle/translations'37 => 'vendor/contao/core-bundle/src/translations'38 => 'app/Resources/ContaoCoreBundle/translations'39 => 'app/Resources/ContaoManagerBundle/translations'40 => 'vendor/contao-community-alliance/contao-clipboard-bundle/src/translations'41 => 'app/Resources/ClipboardBundle/translations'42 => 'vendor/contao/faq-bundle/src/translations'43 => 'app/Resources/ContaoFaqBundle/translations'44 => 'system/modules/mcwtest/translations'45 => 'app/Resources/mcwtest/translations'46 => 'vendor/contao/comments-bundle/src/translations'47 => 'app/Resources/ContaoCommentsBundle/translations'48 => 'app/Resources/ContaoInstallationBundle/translations'49 => 'vendor/contao/news-bundle/src/translations'50 => 'app/Resources/ContaoNewsBundle/translations'51 => 'vendor/contao/listing-bundle/src/translations'52 => 'app/Resources/ContaoListingBundle/translations'53 => 'vendor/contao/calendar-bundle/src/translations'54 => 'app/Resources/ContaoCalendarBundle/translations'55 => 'vendor/contao/newsletter-bundle/src/translations'56 => 'app/Resources/ContaoNewsletterBundle/translations'57 => 'translations'58 => 'app/Resources/translations']]]);
  2371.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2372.         $instance->setFallbackLocales([=> 'en']);
  2373.         return $instance;
  2374.     }
  2375.     /**
  2376.      * Gets the private 'var_dumper.html_dumper' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2379.      */
  2380.     protected function getVarDumper_HtmlDumperService()
  2381.     {
  2382.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2383.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2384.         return $instance;
  2385.     }
  2386.     /**
  2387.      * Gets the private 'web_profiler.csp.handler' shared service.
  2388.      *
  2389.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2390.      */
  2391.     protected function getWebProfiler_Csp_HandlerService()
  2392.     {
  2393.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2394.     }
  2395.     /**
  2396.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2397.      *
  2398.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2399.      */
  2400.     protected function getWebProfiler_DebugToolbarService()
  2401.     {
  2402.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2403.     }
  2404.     /**
  2405.      * Gets the public 'contao.controller.backend_csv_import' alias.
  2406.      *
  2407.      * @return object The "Contao\CoreBundle\Controller\BackendCsvImportController" service.
  2408.      */
  2409.     protected function getContao_Controller_BackendCsvImportService()
  2410.     {
  2411.         @trigger_error('Using the "contao.controller.backend_csv_import" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\BackendCsvImportController" instead.'E_USER_DEPRECATED);
  2412.         return $this->get('Contao\\CoreBundle\\Controller\\BackendCsvImportController');
  2413.     }
  2414.     /**
  2415.      * Gets the public 'contao.controller.images' alias.
  2416.      *
  2417.      * @return object The "Contao\CoreBundle\Controller\ImagesController" service.
  2418.      */
  2419.     protected function getContao_Controller_ImagesService()
  2420.     {
  2421.         @trigger_error('Using the "contao.controller.images" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\ImagesController" instead.'E_USER_DEPRECATED);
  2422.         return $this->get('Contao\\CoreBundle\\Controller\\ImagesController');
  2423.     }
  2424.     /**
  2425.      * Gets the public 'contao.controller.insert_tags' alias.
  2426.      *
  2427.      * @return object The "Contao\CoreBundle\Controller\InsertTagsController" service.
  2428.      */
  2429.     protected function getContao_Controller_InsertTagsService()
  2430.     {
  2431.         @trigger_error('Using the "contao.controller.insert_tags" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\InsertTagsController" instead.'E_USER_DEPRECATED);
  2432.         return $this->get('Contao\\CoreBundle\\Controller\\InsertTagsController');
  2433.     }
  2434.     /**
  2435.      * Gets the public 'contao_manager.controller.debug' alias.
  2436.      *
  2437.      * @return object The "Contao\ManagerBundle\Controller\DebugController" service.
  2438.      */
  2439.     protected function getContaoManager_Controller_DebugService()
  2440.     {
  2441.         @trigger_error('Using the "contao_manager.controller.debug" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\ManagerBundle\\Controller\\DebugController" instead.'E_USER_DEPRECATED);
  2442.         return $this->get('Contao\\ManagerBundle\\Controller\\DebugController');
  2443.     }
  2444.     /**
  2445.      * @return array|bool|float|int|string|\UnitEnum|null
  2446.      */
  2447.     public function getParameter($name)
  2448.     {
  2449.         $name = (string) $name;
  2450.         if (isset($this->buildParameters[$name])) {
  2451.             return $this->buildParameters[$name];
  2452.         }
  2453.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2454.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2455.         }
  2456.         if (isset($this->loadedDynamicParameters[$name])) {
  2457.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2458.         }
  2459.         return $this->parameters[$name];
  2460.     }
  2461.     public function hasParameter($name): bool
  2462.     {
  2463.         $name = (string) $name;
  2464.         if (isset($this->buildParameters[$name])) {
  2465.             return true;
  2466.         }
  2467.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2468.     }
  2469.     public function setParameter($name$value): void
  2470.     {
  2471.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2472.     }
  2473.     public function getParameterBag(): ParameterBagInterface
  2474.     {
  2475.         if (null === $this->parameterBag) {
  2476.             $parameters $this->parameters;
  2477.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2478.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2479.             }
  2480.             foreach ($this->buildParameters as $name => $value) {
  2481.                 $parameters[$name] = $value;
  2482.             }
  2483.             $this->parameterBag = new FrozenParameterBag($parameters);
  2484.         }
  2485.         return $this->parameterBag;
  2486.     }
  2487.     private $loadedDynamicParameters = [
  2488.         'kernel.cache_dir' => false,
  2489.         'doctrine.orm.proxy_dir' => false,
  2490.         'kernel.secret' => false,
  2491.         'session.save_path' => false,
  2492.         'profiler.storage.dsn' => false,
  2493.         'debug.container.dump' => false,
  2494.         'contao.encryption_key' => false,
  2495.     ];
  2496.     private $dynamicParameters = [];
  2497.     private function getDynamicParameter(string $name)
  2498.     {
  2499.         switch ($name) {
  2500.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2501.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2502.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2503.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2504.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2505.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appContao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.xml'); break;
  2506.             case 'contao.encryption_key'$value $this->getEnv('APP_SECRET'); break;
  2507.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2508.         }
  2509.         $this->loadedDynamicParameters[$name] = true;
  2510.         return $this->dynamicParameters[$name] = $value;
  2511.     }
  2512.     protected function getDefaultParameters(): array
  2513.     {
  2514.         return [
  2515.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  2516.             'kernel.project_dir' => \dirname(__DIR__4),
  2517.             'kernel.environment' => 'dev',
  2518.             'kernel.debug' => true,
  2519.             'kernel.name' => 'app',
  2520.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  2521.             'kernel.bundles' => [
  2522.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2523.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2524.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2525.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2526.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  2527.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2528.                 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  2529.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  2530.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2531.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2532.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  2533.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2534.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  2535.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2536.                 'Terminal42ServiceAnnotationBundle' => 'Terminal42\\ServiceAnnotationBundle\\Terminal42ServiceAnnotationBundle',
  2537.                 'LexikMaintenanceBundle' => 'Lexik\\Bundle\\MaintenanceBundle\\LexikMaintenanceBundle',
  2538.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2539.                 'ContaoCoreBundle' => 'Contao\\CoreBundle\\ContaoCoreBundle',
  2540.                 'ContaoManagerBundle' => 'Contao\\ManagerBundle\\ContaoManagerBundle',
  2541.                 'ClipboardBundle' => 'ContaoCommunityAlliance\\ClipboardBundle\\ClipboardBundle',
  2542.                 'ContaoFaqBundle' => 'Contao\\FaqBundle\\ContaoFaqBundle',
  2543.                 'mcwtest' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  2544.                 'ContaoCommentsBundle' => 'Contao\\CommentsBundle\\ContaoCommentsBundle',
  2545.                 'ContaoInstallationBundle' => 'Contao\\InstallationBundle\\ContaoInstallationBundle',
  2546.                 'ContaoNewsBundle' => 'Contao\\NewsBundle\\ContaoNewsBundle',
  2547.                 'ContaoListingBundle' => 'Contao\\ListingBundle\\ContaoListingBundle',
  2548.                 'ContaoCalendarBundle' => 'Contao\\CalendarBundle\\ContaoCalendarBundle',
  2549.                 'ContaoNewsletterBundle' => 'Contao\\NewsletterBundle\\ContaoNewsletterBundle',
  2550.             ],
  2551.             'kernel.bundles_metadata' => [
  2552.                 'SwiftmailerBundle' => [
  2553.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2554.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2555.                 ],
  2556.                 'DoctrineBundle' => [
  2557.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2558.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2559.                 ],
  2560.                 'FrameworkBundle' => [
  2561.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2562.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2563.                 ],
  2564.                 'MonologBundle' => [
  2565.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2566.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2567.                 ],
  2568.                 'FOSHttpCacheBundle' => [
  2569.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  2570.                     'namespace' => 'FOS\\HttpCacheBundle',
  2571.                 ],
  2572.                 'NelmioCorsBundle' => [
  2573.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2574.                     'namespace' => 'Nelmio\\CorsBundle',
  2575.                 ],
  2576.                 'NelmioSecurityBundle' => [
  2577.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle'),
  2578.                     'namespace' => 'Nelmio\\SecurityBundle',
  2579.                 ],
  2580.                 'SchebTwoFactorBundle' => [
  2581.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  2582.                     'namespace' => 'Scheb\\TwoFactorBundle',
  2583.                 ],
  2584.                 'WebProfilerBundle' => [
  2585.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2586.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2587.                 ],
  2588.                 'KnpMenuBundle' => [
  2589.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2590.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2591.                 ],
  2592.                 'KnpTimeBundle' => [
  2593.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle'),
  2594.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  2595.                 ],
  2596.                 'DebugBundle' => [
  2597.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2598.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2599.                 ],
  2600.                 'CmfRoutingBundle' => [
  2601.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  2602.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  2603.                 ],
  2604.                 'TwigBundle' => [
  2605.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2606.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2607.                 ],
  2608.                 'Terminal42ServiceAnnotationBundle' => [
  2609.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/service-annotation-bundle/src'),
  2610.                     'namespace' => 'Terminal42\\ServiceAnnotationBundle',
  2611.                 ],
  2612.                 'LexikMaintenanceBundle' => [
  2613.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/maintenance-bundle'),
  2614.                     'namespace' => 'Lexik\\Bundle\\MaintenanceBundle',
  2615.                 ],
  2616.                 'SecurityBundle' => [
  2617.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2618.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2619.                 ],
  2620.                 'ContaoCoreBundle' => [
  2621.                     'path' => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src'),
  2622.                     'namespace' => 'Contao\\CoreBundle',
  2623.                 ],
  2624.                 'ContaoManagerBundle' => [
  2625.                     'path' => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src'),
  2626.                     'namespace' => 'Contao\\ManagerBundle',
  2627.                 ],
  2628.                 'ClipboardBundle' => [
  2629.                     'path' => (\dirname(__DIR__4).'/vendor/contao-community-alliance/contao-clipboard-bundle/src'),
  2630.                     'namespace' => 'ContaoCommunityAlliance\\ClipboardBundle',
  2631.                 ],
  2632.                 'ContaoFaqBundle' => [
  2633.                     'path' => (\dirname(__DIR__4).'/vendor/contao/faq-bundle/src'),
  2634.                     'namespace' => 'Contao\\FaqBundle',
  2635.                 ],
  2636.                 'mcwtest' => [
  2637.                     'path' => (\dirname(__DIR__4).'/system/modules/mcwtest'),
  2638.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  2639.                 ],
  2640.                 'ContaoCommentsBundle' => [
  2641.                     'path' => (\dirname(__DIR__4).'/vendor/contao/comments-bundle/src'),
  2642.                     'namespace' => 'Contao\\CommentsBundle',
  2643.                 ],
  2644.                 'ContaoInstallationBundle' => [
  2645.                     'path' => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src'),
  2646.                     'namespace' => 'Contao\\InstallationBundle',
  2647.                 ],
  2648.                 'ContaoNewsBundle' => [
  2649.                     'path' => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src'),
  2650.                     'namespace' => 'Contao\\NewsBundle',
  2651.                 ],
  2652.                 'ContaoListingBundle' => [
  2653.                     'path' => (\dirname(__DIR__4).'/vendor/contao/listing-bundle/src'),
  2654.                     'namespace' => 'Contao\\ListingBundle',
  2655.                 ],
  2656.                 'ContaoCalendarBundle' => [
  2657.                     'path' => (\dirname(__DIR__4).'/vendor/contao/calendar-bundle/src'),
  2658.                     'namespace' => 'Contao\\CalendarBundle',
  2659.                 ],
  2660.                 'ContaoNewsletterBundle' => [
  2661.                     'path' => (\dirname(__DIR__4).'/vendor/contao/newsletter-bundle/src'),
  2662.                     'namespace' => 'Contao\\NewsletterBundle',
  2663.                 ],
  2664.             ],
  2665.             'kernel.charset' => 'UTF-8',
  2666.             'kernel.container_class' => 'appContao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer',
  2667.             'database_host' => 'localhost',
  2668.             'database_port' => 3306,
  2669.             'database_user' => 'metamodelssql7',
  2670.             'database_password' => 'uwqsxvIPgp',
  2671.             'database_name' => 'metamodelssql7',
  2672.             'secret' => '4d855a8fe9561e5a7ffd3e4c063f20fc54c170b36eba0415b87b402db600d5c2',
  2673.             'mailer_transport' => 'sendmail',
  2674.             'mailer_host' => '127.0.0.1',
  2675.             'mailer_user' => NULL,
  2676.             'mailer_password' => NULL,
  2677.             'mailer_port' => 25,
  2678.             'mailer_encryption' => NULL,
  2679.             'locale' => 'en',
  2680.             'container.dumper.inline_class_loader' => true,
  2681.             'env(MAILER_URL)' => 'sendmail://localhost',
  2682.             'env(DATABASE_URL)' => 'pdo-mysql://metamodelssql7:uwqsxvIPgp@localhost:3306/metamodelssql7',
  2683.             'env(APP_SECRET)' => '4d855a8fe9561e5a7ffd3e4c063f20fc54c170b36eba0415b87b402db600d5c2',
  2684.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2685.             'swiftmailer.mailer.default.spool.enabled' => false,
  2686.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2687.             'swiftmailer.mailer.default.single_address' => NULL,
  2688.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2689.             'swiftmailer.spool.enabled' => false,
  2690.             'swiftmailer.delivery.enabled' => true,
  2691.             'swiftmailer.single_address' => NULL,
  2692.             'swiftmailer.mailers' => [
  2693.                 'default' => 'swiftmailer.mailer.default',
  2694.             ],
  2695.             'swiftmailer.default_mailer' => 'default',
  2696.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2697.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2698.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2699.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2700.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2701.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2702.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2703.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2704.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2705.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2706.             'doctrine.entity_managers' => [
  2707.                 'default' => 'doctrine.orm.default_entity_manager',
  2708.             ],
  2709.             'doctrine.default_entity_manager' => 'default',
  2710.             'doctrine.dbal.connection_factory.types' => [
  2711.                 'binary_string' => [
  2712.                     'class' => 'Contao\\CoreBundle\\Doctrine\\DBAL\\Types\\BinaryStringType',
  2713.                 ],
  2714.             ],
  2715.             'doctrine.connections' => [
  2716.                 'default' => 'doctrine.dbal.default_connection',
  2717.             ],
  2718.             'doctrine.default_connection' => 'default',
  2719.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2720.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2721.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2722.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2723.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2724.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2725.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2726.             'doctrine.orm.cache.memcache_port' => 11211,
  2727.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2728.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2729.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2730.             'doctrine.orm.cache.memcached_port' => 11211,
  2731.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2732.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2733.             'doctrine.orm.cache.redis_host' => 'localhost',
  2734.             'doctrine.orm.cache.redis_port' => 6379,
  2735.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2736.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2737.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2738.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2739.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2740.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2741.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2742.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2743.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2744.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2745.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2746.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2747.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2748.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2749.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2750.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2751.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2752.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2753.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2754.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2755.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2756.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2757.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2758.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2759.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2760.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2761.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2762.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2763.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2764.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2765.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2766.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2767.             'event_dispatcher.event_aliases' => [
  2768.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2769.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2770.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2771.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2772.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2773.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2774.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2775.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2776.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2777.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2778.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2779.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2780.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2781.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2782.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2783.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2784.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2785.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2786.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2787.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2788.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2789.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2790.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2791.                 'Nelmio\\SecurityBundle\\ContentSecurityPolicy\\Violation\\ReportEvent' => 'csp.violation.report',
  2792.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2793.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2794.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2795.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2796.                 'Contao\\CoreBundle\\Event\\GenerateSymlinksEvent' => 'contao.generate_symlinks',
  2797.                 'Contao\\CoreBundle\\Event\\MenuEvent' => 'contao.backend_menu_build',
  2798.                 'Contao\\CoreBundle\\Event\\PreviewUrlCreateEvent' => 'contao.preview_url_create',
  2799.                 'Contao\\CoreBundle\\Event\\PreviewUrlConvertEvent' => 'contao.preview_url_convert',
  2800.                 'Contao\\CoreBundle\\Event\\RobotsTxtEvent' => 'contao.robots_txt',
  2801.                 'Contao\\CoreBundle\\Event\\SlugValidCharactersEvent' => 'contao.slug_valid_characters',
  2802.                 'Contao\\InstallationBundle\\Event\\InitializeApplicationEvent' => 'contao_installation.initialize_application',
  2803.             ],
  2804.             'fragment.renderer.hinclude.global_template' => NULL,
  2805.             'fragment.path' => '/_fragment',
  2806.             'kernel.http_method_override' => true,
  2807.             'kernel.trusted_hosts' => [
  2808.             ],
  2809.             'kernel.default_locale' => 'en',
  2810.             'kernel.error_controller' => 'error_controller',
  2811.             'templating.helper.code.file_link_format' => NULL,
  2812.             'debug.file_link_format' => NULL,
  2813.             'session.metadata.storage_key' => '_sf2_meta',
  2814.             'session.storage.options' => [
  2815.                 'cache_limiter' => '0',
  2816.                 'cookie_secure' => 'auto',
  2817.                 'cookie_httponly' => true,
  2818.                 'gc_probability' => 1,
  2819.             ],
  2820.             'session.metadata.update_threshold' => 0,
  2821.             'asset.request_context.base_path' => '',
  2822.             'asset.request_context.secure' => false,
  2823.             'translator.logging' => false,
  2824.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2825.             'profiler_listener.only_exceptions' => false,
  2826.             'profiler_listener.only_master_requests' => false,
  2827.             'debug.error_handler.throw_at' => -1,
  2828.             'router.request_context.host' => 'localhost',
  2829.             'router.request_context.scheme' => 'http',
  2830.             'router.request_context.base_url' => '',
  2831.             'router.resource' => 'contao_manager.routing_loader::loadFromPlugins',
  2832.             'router.cache_class_prefix' => 'appContao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer',
  2833.             'request_listener.http_port' => 80,
  2834.             'request_listener.https_port' => 443,
  2835.             'monolog.use_microseconds' => true,
  2836.             'monolog.swift_mailer.handlers' => [
  2837.             ],
  2838.             'monolog.handlers_to_channels' => [
  2839.                 'monolog.handler.console_very_verbose' => [
  2840.                     'type' => 'inclusive',
  2841.                     'elements' => [
  2842.                         => 'doctrine',
  2843.                     ],
  2844.                 ],
  2845.                 'monolog.handler.console' => [
  2846.                     'type' => 'exclusive',
  2847.                     'elements' => [
  2848.                         => 'doctrine',
  2849.                     ],
  2850.                 ],
  2851.                 'monolog.handler.main' => [
  2852.                     'type' => 'exclusive',
  2853.                     'elements' => [
  2854.                         => 'doctrine',
  2855.                         => 'event',
  2856.                         => 'php',
  2857.                     ],
  2858.                 ],
  2859.                 'monolog.handler.contao' => NULL,
  2860.             ],
  2861.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  2862.             'fos_http_cache.cacheable.response.additional_status' => [
  2863.             ],
  2864.             'fos_http_cache.proxy_client.symfony.options' => [
  2865.                 'tags_header' => 'X-Cache-Tags',
  2866.                 'tags_method' => 'PURGETAGS',
  2867.                 'purge_method' => 'PURGE',
  2868.             ],
  2869.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  2870.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  2871.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  2872.             'fos_http_cache.tag_handler.separator' => ',',
  2873.             'fos_http_cache.tag_handler.strict' => false,
  2874.             'nelmio_cors.map' => [
  2875.             ],
  2876.             'nelmio_cors.defaults' => [
  2877.                 'allow_origin' => [
  2878.                 ],
  2879.                 'allow_credentials' => false,
  2880.                 'allow_headers' => [
  2881.                 ],
  2882.                 'expose_headers' => [
  2883.                 ],
  2884.                 'allow_methods' => [
  2885.                 ],
  2886.                 'max_age' => 0,
  2887.                 'hosts' => [
  2888.                 ],
  2889.                 'origin_regex' => false,
  2890.                 'forced_allow_origin_value' => NULL,
  2891.             ],
  2892.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2893.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2894.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2895.             'nelmio_security.clickjacking.paths' => [
  2896.                 '^/.*' => [
  2897.                     'header' => 'SAMEORIGIN',
  2898.                 ],
  2899.             ],
  2900.             'nelmio_security.clickjacking.content_types' => [
  2901.             ],
  2902.             'nelmio_security.nonce_generator.number_of_bytes' => 16,
  2903.             'nelmio_security.csp.hash_algorithm' => 'sha256',
  2904.             'nelmio_security.csp.report_log_level' => 'notice',
  2905.             'nelmio_security.content_type.nosniff' => true,
  2906.             'nelmio_security.referrer_policy.policies' => [
  2907.                 => 'no-referrer-when-downgrade',
  2908.                 => 'strict-origin-when-cross-origin',
  2909.             ],
  2910.             'scheb_two_factor.model_manager_name' => NULL,
  2911.             'scheb_two_factor.security_tokens' => [
  2912.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  2913.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  2914.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  2915.             ],
  2916.             'scheb_two_factor.ip_whitelist' => [
  2917.             ],
  2918.             'scheb_two_factor.trusted_device.enabled' => true,
  2919.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  2920.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  2921.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  2922.             'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  2923.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  2924.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  2925.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  2926.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2927.             'web_profiler.debug_toolbar.mode' => 2,
  2928.             'knp_menu.renderer.list.options' => [
  2929.             ],
  2930.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  2931.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  2932.             'knp_menu.renderer.twig.options' => [
  2933.             ],
  2934.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  2935.             'knp_menu.default_renderer' => 'twig',
  2936.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  2937.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  2938.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2939.             'cmf_routing.replace_symfony_router' => true,
  2940.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2941.             'twig.form.resources' => [
  2942.                 => 'form_div_layout.html.twig',
  2943.             ],
  2944.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2945.             'lexik_maintenance.listener.class' => 'Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener',
  2946.             'lexik_maintenance.driver_factory.class' => 'Lexik\\Bundle\\MaintenanceBundle\\Drivers\\DriverFactory',
  2947.             'lexik_maintenance.driver.database.class' => 'Lexik\\Bundle\\MaintenanceBundle\\Drivers\\DatabaseDriver',
  2948.             'lexik_maintenance.driver' => [
  2949.                 'class' => 'Lexik\\Bundle\\MaintenanceBundle\\Drivers\\FileDriver',
  2950.                 'options' => [
  2951.                     'file_path' => (\dirname(__DIR__3).'/maintenance_lock'),
  2952.                 ],
  2953.                 'ttl' => NULL,
  2954.             ],
  2955.             'lexik_maintenance.authorized.path' => '^/contao($|/)',
  2956.             'lexik_maintenance.authorized.host' => NULL,
  2957.             'lexik_maintenance.authorized.ips' => NULL,
  2958.             'lexik_maintenance.authorized.query' => [
  2959.             ],
  2960.             'lexik_maintenance.authorized.cookie' => [
  2961.             ],
  2962.             'lexik_maintenance.authorized.route' => NULL,
  2963.             'lexik_maintenance.authorized.attributes' => [
  2964.                 '_bypass_maintenance' => true,
  2965.             ],
  2966.             'lexik_maintenance.response.http_code' => 503,
  2967.             'lexik_maintenance.response.http_status' => 'Service Temporarily Unavailable',
  2968.             'lexik_maintenance.response.exception_message' => 'Service Temporarily Unavailable',
  2969.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2970.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2971.             'security.role_hierarchy.roles' => [
  2972.             ],
  2973.             'security.access.denied_url' => NULL,
  2974.             'security.authentication.manager.erase_credentials' => true,
  2975.             'security.authentication.session_strategy.strategy' => 'migrate',
  2976.             'security.access.always_authenticate_before_granting' => false,
  2977.             'security.authentication.hide_user_not_found' => true,
  2978.             'contao.web_dir' => (\dirname(__DIR__4).'/web'),
  2979.             'contao.prepend_locale' => false,
  2980.             'contao.url_suffix' => '.html',
  2981.             'contao.upload_path' => 'files',
  2982.             'contao.editable_files' => 'css,csv,html,ini,js,json,less,md,scss,svg,svgz,txt,xliff,xml,yml,yaml',
  2983.             'contao.preview_script' => '/preview.php',
  2984.             'contao.csrf_cookie_prefix' => 'csrf_',
  2985.             'contao.csrf_token_name' => 'contao_csrf_token',
  2986.             'contao.pretty_error_screens' => false,
  2987.             'contao.error_level' => 8183,
  2988.             'contao.locales' => [
  2989.                 => 'en',
  2990.                 => 'nl',
  2991.                 => 'es',
  2992.                 => 'de',
  2993.                 => 'lv',
  2994.                 => 'pl',
  2995.                 => 'sv',
  2996.                 => 'it',
  2997.                 => 'sl',
  2998.                 => 'ru',
  2999.                 10 => 'fa',
  3000.                 11 => 'cs',
  3001.                 12 => 'pt',
  3002.                 13 => 'ja',
  3003.                 14 => 'zh',
  3004.                 15 => 'fr',
  3005.                 16 => 'tr',
  3006.                 17 => 'sr',
  3007.             ],
  3008.             'contao.image.bypass_cache' => false,
  3009.             'contao.image.target_dir' => (\dirname(__DIR__4).'/assets/images'),
  3010.             'contao.image.valid_extensions' => [
  3011.                 => 'jpg',
  3012.                 => 'jpeg',
  3013.                 => 'gif',
  3014.                 => 'png',
  3015.                 => 'tif',
  3016.                 => 'tiff',
  3017.                 => 'bmp',
  3018.                 => 'svg',
  3019.                 => 'svgz',
  3020.                 => 'webp',
  3021.             ],
  3022.             'contao.image.imagine_options' => [
  3023.                 'jpeg_quality' => 80,
  3024.                 'jpeg_sampling_factors' => [
  3025.                     => 2,
  3026.                     => 1,
  3027.                     => 1,
  3028.                 ],
  3029.                 'interlace' => 'plane',
  3030.             ],
  3031.             'contao.image.reject_large_uploads' => false,
  3032.             'contao.security.two_factor.enforce_backend' => false,
  3033.             'contao.sanitizer.allowed_url_protocols' => [
  3034.                 => 'http',
  3035.                 => 'https',
  3036.                 => 'ftp',
  3037.                 => 'mailto',
  3038.                 => 'tel',
  3039.                 => 'data',
  3040.                 => 'skype',
  3041.                 => 'whatsapp',
  3042.             ],
  3043.             'contao.search.default_indexer.enable' => true,
  3044.             'contao.search.index_protected' => false,
  3045.             'contao_manager.manager_path' => 'contao-manager.phar.php',
  3046.             'data_collector.templates' => [
  3047.                 'data_collector.request' => [
  3048.                     => 'request',
  3049.                     => '@WebProfiler/Collector/request.html.twig',
  3050.                 ],
  3051.                 'data_collector.time' => [
  3052.                     => 'time',
  3053.                     => '@WebProfiler/Collector/time.html.twig',
  3054.                 ],
  3055.                 'data_collector.memory' => [
  3056.                     => 'memory',
  3057.                     => '@WebProfiler/Collector/memory.html.twig',
  3058.                 ],
  3059.                 'data_collector.ajax' => [
  3060.                     => 'ajax',
  3061.                     => '@WebProfiler/Collector/ajax.html.twig',
  3062.                 ],
  3063.                 'data_collector.exception' => [
  3064.                     => 'exception',
  3065.                     => '@WebProfiler/Collector/exception.html.twig',
  3066.                 ],
  3067.                 'data_collector.logger' => [
  3068.                     => 'logger',
  3069.                     => '@WebProfiler/Collector/logger.html.twig',
  3070.                 ],
  3071.                 'data_collector.events' => [
  3072.                     => 'events',
  3073.                     => '@WebProfiler/Collector/events.html.twig',
  3074.                 ],
  3075.                 'data_collector.router' => [
  3076.                     => 'router',
  3077.                     => '@WebProfiler/Collector/router.html.twig',
  3078.                 ],
  3079.                 'data_collector.cache' => [
  3080.                     => 'cache',
  3081.                     => '@WebProfiler/Collector/cache.html.twig',
  3082.                 ],
  3083.                 'data_collector.translation' => [
  3084.                     => 'translation',
  3085.                     => '@WebProfiler/Collector/translation.html.twig',
  3086.                 ],
  3087.                 'data_collector.security' => [
  3088.                     => 'security',
  3089.                     => '@Security/Collector/security.html.twig',
  3090.                 ],
  3091.                 'data_collector.twig' => [
  3092.                     => 'twig',
  3093.                     => '@WebProfiler/Collector/twig.html.twig',
  3094.                 ],
  3095.                 'data_collector.doctrine' => [
  3096.                     => 'db',
  3097.                     => '@Doctrine/Collector/db.html.twig',
  3098.                 ],
  3099.                 'data_collector.http_client' => [
  3100.                     => 'http_client',
  3101.                     => '@WebProfiler/Collector/http_client.html.twig',
  3102.                 ],
  3103.                 'swiftmailer.data_collector' => [
  3104.                     => 'swiftmailer',
  3105.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3106.                 ],
  3107.                 'data_collector.dump' => [
  3108.                     => 'dump',
  3109.                     => '@Debug/Profiler/dump.html.twig',
  3110.                 ],
  3111.                 'contao.data_collector' => [
  3112.                     => 'contao',
  3113.                     => '@ContaoCore/Collector/contao.html.twig',
  3114.                 ],
  3115.                 'data_collector.config' => [
  3116.                     => 'config',
  3117.                     => '@WebProfiler/Collector/config.html.twig',
  3118.                 ],
  3119.             ],
  3120.             'kernel.packages' => [
  3121.                 '__root__' => '1.0.0+no-version-set',
  3122.                 'ausi/slug-generator' => '1.1.1',
  3123.                 'bacon/bacon-qr-code' => '2.0.7',
  3124.                 'beberlei/assert' => '3.3.2',
  3125.                 'clue/stream-filter' => '1.6.0',
  3126.                 'composer/ca-bundle' => '1.3.2',
  3127.                 'composer/package-versions-deprecated' => '1.11.99.5',
  3128.                 'contao-community-alliance/composer-plugin' => '3.2.2',
  3129.                 'contao-community-alliance/contao-clipboard-bundle' => 'dev-feature/contao-4',
  3130.                 'contao-components/ace' => '1.7.1',
  3131.                 'contao-components/chosen' => '1.2.4',
  3132.                 'contao-components/colorbox' => '1.6.6',
  3133.                 'contao-components/colorpicker' => '1.5.2',
  3134.                 'contao-components/contao' => '9.2.0',
  3135.                 'contao-components/datepicker' => '2.3.2',
  3136.                 'contao-components/dropzone' => '5.9.3',
  3137.                 'contao-components/highlight' => '9.18.1',
  3138.                 'contao-components/installer' => '1.4.1',
  3139.                 'contao-components/jquery' => '3.6.0',
  3140.                 'contao-components/jquery-ui' => '1.13.1',
  3141.                 'contao-components/mediabox' => '1.5.5',
  3142.                 'contao-components/mootools' => '1.6.0.6',
  3143.                 'contao-components/simplemodal' => '2.1.1',
  3144.                 'contao-components/swipe' => '2.2.0',
  3145.                 'contao-components/tablesort' => '4.0.1',
  3146.                 'contao-components/tablesorter' => '2.31.3',
  3147.                 'contao-components/tinymce4' => '4.9.12',
  3148.                 'contao/calendar-bundle' => '4.9.31',
  3149.                 'contao/comments-bundle' => '4.9.31',
  3150.                 'contao/conflicts' => 'dev-main',
  3151.                 'contao/core-bundle' => '4.9.31',
  3152.                 'contao/faq-bundle' => '4.9.31',
  3153.                 'contao/image' => '1.1.1',
  3154.                 'contao/imagine-svg' => '1.0.3',
  3155.                 'contao/installation-bundle' => '4.9.31',
  3156.                 'contao/listing-bundle' => '4.9.31',
  3157.                 'contao/manager-bundle' => '4.9.31',
  3158.                 'contao/manager-plugin' => '2.11.1',
  3159.                 'contao/news-bundle' => '4.9.31',
  3160.                 'contao/newsletter-bundle' => '4.9.31',
  3161.                 'contao/official-demo' => '4.5.0',
  3162.                 'dasprid/enum' => '1.0.3',
  3163.                 'doctrine/annotations' => '1.13.3',
  3164.                 'doctrine/cache' => '2.2.0',
  3165.                 'doctrine/collections' => '1.6.8',
  3166.                 'doctrine/common' => '3.3.0',
  3167.                 'doctrine/dbal' => '2.13.9',
  3168.                 'doctrine/deprecations' => '1.0.0',
  3169.                 'doctrine/doctrine-bundle' => '2.7.0',
  3170.                 'doctrine/event-manager' => '1.1.1',
  3171.                 'doctrine/inflector' => '2.0.4',
  3172.                 'doctrine/instantiator' => '1.4.1',
  3173.                 'doctrine/lexer' => '1.2.3',
  3174.                 'doctrine/orm' => '2.12.3',
  3175.                 'doctrine/persistence' => '3.0.2',
  3176.                 'doctrine/sql-formatter' => '1.1.3',
  3177.                 'dragonmantank/cron-expression' => '2.3.1',
  3178.                 'egulias/email-validator' => '3.2.1',
  3179.                 'friendsofphp/proxy-manager-lts' => '1.0.12',
  3180.                 'friendsofsymfony/http-cache' => '2.14.1',
  3181.                 'friendsofsymfony/http-cache-bundle' => '2.12.1',
  3182.                 'imagine/imagine' => '1.3.2',
  3183.                 'knplabs/knp-menu' => '3.3.0',
  3184.                 'knplabs/knp-menu-bundle' => '3.2.0',
  3185.                 'knplabs/knp-time-bundle' => '1.19.0',
  3186.                 'laminas/laminas-code' => '4.5.2',
  3187.                 'lcobucci/clock' => '2.0.0',
  3188.                 'lcobucci/jwt' => '4.1.5',
  3189.                 'lexik/maintenance-bundle' => '2.1.5',
  3190.                 'matthiasmullie/minify' => '1.3.68',
  3191.                 'matthiasmullie/path-converter' => '1.1.3',
  3192.                 'michelf/php-markdown' => '1.9.1',
  3193.                 'monolog/monolog' => '1.27.1',
  3194.                 'nelmio/cors-bundle' => '2.2.0',
  3195.                 'nelmio/security-bundle' => '2.12.0',
  3196.                 'nikic/php-parser' => '4.14.0',
  3197.                 'nyholm/psr7' => '1.5.1',
  3198.                 'paragonie/constant_time_encoding' => '2.6.3',
  3199.                 'paragonie/random_compat' => '9.99.100',
  3200.                 'patchwork/utf8' => '1.3.3',
  3201.                 'php-http/client-common' => '2.5.0',
  3202.                 'php-http/discovery' => '1.14.2',
  3203.                 'php-http/httplug' => '2.3.0',
  3204.                 'php-http/message' => '1.13.0',
  3205.                 'php-http/message-factory' => '1.0.2',
  3206.                 'php-http/promise' => '1.1.0',
  3207.                 'phpspec/php-diff' => '1.1.3',
  3208.                 'psr/cache' => '1.0.1',
  3209.                 'psr/container' => '1.1.2',
  3210.                 'psr/http-client' => '1.0.1',
  3211.                 'psr/http-factory' => '1.0.1',
  3212.                 'psr/http-message' => '1.0.1',
  3213.                 'psr/log' => '1.1.4',
  3214.                 'ramsey/uuid' => '3.9.6',
  3215.                 'scheb/2fa-backup-code' => '5.13.2',
  3216.                 'scheb/2fa-bundle' => '5.13.2',
  3217.                 'scheb/2fa-trusted-device' => '5.13.2',
  3218.                 'scssphp/scssphp' => '1.10.3',
  3219.                 'sensiolabs/ansi-to-html' => '1.2.1',
  3220.                 'simplepie/simplepie' => '1.6.0',
  3221.                 'spomky-labs/otphp' => '10.0.3',
  3222.                 'swiftmailer/swiftmailer' => '6.3.0',
  3223.                 'symfony-cmf/routing' => '2.3.4',
  3224.                 'symfony-cmf/routing-bundle' => '2.5.1',
  3225.                 'symfony/asset' => '4.4.40',
  3226.                 'symfony/cache' => '4.4.43',
  3227.                 'symfony/cache-contracts' => '2.5.2',
  3228.                 'symfony/config' => '4.4.42',
  3229.                 'symfony/console' => '4.4.43',
  3230.                 'symfony/debug' => '4.4.41',
  3231.                 'symfony/debug-bundle' => '4.4.37',
  3232.                 'symfony/dependency-injection' => '4.4.43',
  3233.                 'symfony/deprecation-contracts' => '2.5.2',
  3234.                 'symfony/doctrine-bridge' => '4.4.43',
  3235.                 'symfony/dom-crawler' => '4.4.42',
  3236.                 'symfony/dotenv' => '4.4.37',
  3237.                 'symfony/error-handler' => '4.4.41',
  3238.                 'symfony/event-dispatcher' => '4.4.42',
  3239.                 'symfony/event-dispatcher-contracts' => '1.1.13',
  3240.                 'symfony/expression-language' => '4.4.43',
  3241.                 'symfony/filesystem' => '5.4.9',
  3242.                 'symfony/finder' => '4.4.41',
  3243.                 'symfony/framework-bundle' => '4.4.43',
  3244.                 'symfony/http-client' => '4.4.42',
  3245.                 'symfony/http-client-contracts' => '2.5.2',
  3246.                 'symfony/http-foundation' => '4.4.43',
  3247.                 'symfony/http-kernel' => '4.4.43',
  3248.                 'symfony/lock' => '4.4.40',
  3249.                 'symfony/mime' => '5.4.10',
  3250.                 'symfony/monolog-bridge' => '4.4.43',
  3251.                 'symfony/monolog-bundle' => '3.8.0',
  3252.                 'symfony/options-resolver' => '5.4.3',
  3253.                 'symfony/polyfill-ctype' => '1.26.0',
  3254.                 'symfony/polyfill-iconv' => '1.26.0',
  3255.                 'symfony/polyfill-intl-grapheme' => '1.26.0',
  3256.                 'symfony/polyfill-intl-idn' => '1.26.0',
  3257.                 'symfony/polyfill-intl-normalizer' => '1.26.0',
  3258.                 'symfony/polyfill-mbstring' => '1.26.0',
  3259.                 'symfony/polyfill-php72' => '1.26.0',
  3260.                 'symfony/polyfill-php73' => '1.26.0',
  3261.                 'symfony/polyfill-php80' => '1.26.0',
  3262.                 'symfony/polyfill-php81' => '1.26.0',
  3263.                 'symfony/process' => '4.4.41',
  3264.                 'symfony/property-access' => '5.4.8',
  3265.                 'symfony/property-info' => '5.4.10',
  3266.                 'symfony/proxy-manager-bridge' => '4.4.39',
  3267.                 'symfony/routing' => '4.4.41',
  3268.                 'symfony/security-bundle' => '4.4.42',
  3269.                 'symfony/security-core' => '4.4.41',
  3270.                 'symfony/security-csrf' => '5.2.12',
  3271.                 'symfony/security-guard' => '4.4.37',
  3272.                 'symfony/security-http' => '4.4.42',
  3273.                 'symfony/service-contracts' => '2.5.2',
  3274.                 'symfony/stopwatch' => '4.4.38',
  3275.                 'symfony/string' => '5.4.10',
  3276.                 'symfony/swiftmailer-bundle' => '3.5.4',
  3277.                 'symfony/translation' => '4.4.41',
  3278.                 'symfony/translation-contracts' => '2.5.2',
  3279.                 'symfony/twig-bridge' => '4.4.42',
  3280.                 'symfony/twig-bundle' => '4.4.41',
  3281.                 'symfony/var-dumper' => '4.4.42',
  3282.                 'symfony/var-exporter' => '5.4.10',
  3283.                 'symfony/web-profiler-bundle' => '4.4.43',
  3284.                 'symfony/yaml' => '4.4.43',
  3285.                 'terminal42/escargot' => '1.4.1',
  3286.                 'terminal42/service-annotation-bundle' => '1.1.3',
  3287.                 'thecodingmachine/safe' => '1.3.3',
  3288.                 'toflar/psr6-symfony-http-cache-store' => '3.0.1',
  3289.                 'true/punycode' => '2.1.1',
  3290.                 'twig/twig' => '2.15.1',
  3291.                 'ua-parser/uap-php' => '3.9.14',
  3292.                 'webignition/disallowed-character-terminated-string' => '2.0',
  3293.                 'webignition/robots-txt-file' => '3.0',
  3294.                 'webmozart/assert' => '1.11.0',
  3295.                 'webmozart/path-util' => '2.3.0',
  3296.                 'wikimedia/less.php' => '1.8.2',
  3297.             ],
  3298.             'contao.resources_paths' => [
  3299.                 => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/contao'),
  3300.                 => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/contao'),
  3301.                 => (\dirname(__DIR__4).'/vendor/contao-community-alliance/contao-clipboard-bundle/src/Resources/contao'),
  3302.                 => (\dirname(__DIR__4).'/vendor/contao/faq-bundle/src/Resources/contao'),
  3303.                 => (\dirname(__DIR__4).'/system/modules/mcwtest'),
  3304.                 => (\dirname(__DIR__4).'/vendor/contao/comments-bundle/src/Resources/contao'),
  3305.                 => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src/Resources/contao'),
  3306.                 => (\dirname(__DIR__4).'/vendor/contao/listing-bundle/src/Resources/contao'),
  3307.                 => (\dirname(__DIR__4).'/vendor/contao/calendar-bundle/src/Resources/contao'),
  3308.                 => (\dirname(__DIR__4).'/vendor/contao/newsletter-bundle/src/Resources/contao'),
  3309.             ],
  3310.             'console.command.ids' => [
  3311.                 => 'console.command.public_alias.Lexik\\Bundle\\MaintenanceBundle\\Command\\DriverLockCommand',
  3312.                 => 'console.command.public_alias.Lexik\\Bundle\\MaintenanceBundle\\Command\\DriverUnlockCommand',
  3313.                 => 'console.command.public_alias.contao.command.install-web-dir',
  3314.                 => 'console.command.public_alias.contao.command.lock',
  3315.                 => 'console.command.public_alias.contao.command.unlock',
  3316.             ],
  3317.         ];
  3318.     }
  3319.     protected function throw($message)
  3320.     {
  3321.         throw new RuntimeException($message);
  3322.     }
  3323. }