var/cache/dev/ContainerPTCNrEP/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 875

Open in your IDE?
  1. <?php
  2. namespace ContainerPTCNrEP;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'contao_manager.jwt_manager' => true,
  31.             'contao_manager.plugin_loader' => true,
  32.             'kernel' => true,
  33.         ];
  34.         $this->methodMap = [
  35.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  36.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  37.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  38.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  39.             '.container.private.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController' => 'getErrorPageControllerService',
  42.             'HeimrichHannot\\UtilsBundle\\String\\AnonymizerUtil' => 'getAnonymizerUtilService',
  43.             'HeimrichHannot\\UtilsBundle\\Util\\Utils' => 'getUtilsService',
  44.             'assets.packages' => 'getAssets_PackagesService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.system' => 'getCache_SystemService',
  47.             'contao.assets.assets_context' => 'getContao_Assets_AssetsContextService',
  48.             'contao.csrf.token_manager' => 'getContao_Csrf_TokenManagerService',
  49.             'contao.framework' => 'getContao_FrameworkService',
  50.             'contao.intl.locales' => 'getContao_Intl_LocalesService',
  51.             'contao.resource_finder' => 'getContao_ResourceFinderService',
  52.             'contao.routing.nested_404_matcher' => 'getContao_Routing_Nested404MatcherService',
  53.             'contao.routing.nested_matcher' => 'getContao_Routing_NestedMatcherService',
  54.             'contao.routing.page_registry' => 'getContao_Routing_PageRegistryService',
  55.             'contao.routing.scope_matcher' => 'getContao_Routing_ScopeMatcherService',
  56.             'contao.security.token_checker' => 'getContao_Security_TokenCheckerService',
  57.             'contao.twig.extension' => 'getContao_Twig_ExtensionService',
  58.             'contao.twig.filesystem_loader' => 'getContao_Twig_FilesystemLoaderService',
  59.             'data_collector.dump' => 'getDataCollector_DumpService',
  60.             'debug.stopwatch' => 'getDebug_StopwatchService',
  61.             'doctrine' => 'getDoctrineService',
  62.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  63.             'event_dispatcher' => 'getEventDispatcherService',
  64.             'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  65.             'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  66.             'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  67.             'fos_http_cache.proxy_client.symfony' => 'getFosHttpCache_ProxyClient_SymfonyService',
  68.             'http_kernel' => 'getHttpKernelService',
  69.             'huh.twig.extension.array' => 'getHuh_Twig_Extension_ArrayService',
  70.             'huh.twig.extension.date' => 'getHuh_Twig_Extension_DateService',
  71.             'huh.twig.extension.dca' => 'getHuh_Twig_Extension_DcaService',
  72.             'huh.twig.extension.download' => 'getHuh_Twig_Extension_DownloadService',
  73.             'huh.twig.extension.file' => 'getHuh_Twig_Extension_FileService',
  74.             'huh.twig.extension.image' => 'getHuh_Twig_Extension_ImageService',
  75.             'huh.twig.extension.test' => 'getHuh_Twig_Extension_TestService',
  76.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  77.             'request_stack' => 'getRequestStackService',
  78.             'router' => 'getRouterService',
  79.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  80.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  81.             'security.helper' => 'getSecurity_HelperService',
  82.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  83.             'translator' => 'getTranslatorService',
  84.             'uri_signer' => 'getUriSignerService',
  85.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  86.             'huh.utils.cache.file' => 'getHuh_Utils_Cache_FileService',
  87.             'contao.controller.backend_csv_import' => 'getContao_Controller_BackendCsvImportService',
  88.             'contao.controller.images' => 'getContao_Controller_ImagesService',
  89.             'contao.controller.insert_tags' => 'getContao_Controller_InsertTagsService',
  90.             'Contao\\CoreBundle\\EventListener\\DataContainer\\ContentCompositionListener' => 'getContentCompositionListenerService',
  91.             'Contao\\CoreBundle\\EventListener\\DataContainer\\PageTypeOptionsListener' => 'getPageTypeOptionsListenerService',
  92.             'Contao\\CoreBundle\\EventListener\\DataContainer\\PageUrlListener' => 'getPageUrlListenerService',
  93.             'contao.cache.clear_internal' => 'getContao_Cache_ClearInternalService',
  94.             'contao.cache.warm_internal' => 'getContao_Cache_WarmInternalService',
  95.             'contao.crawl.escargot_factory' => 'getContao_Crawl_EscargotFactoryService',
  96.             'contao.image.image_factory' => 'getContao_Image_ImageFactoryService',
  97.             'contao.image.image_sizes' => 'getContao_Image_ImageSizesService',
  98.             'contao.image.resizer' => 'getContao_Image_ResizerService',
  99.             'contao.opt-in' => 'getContao_OptinService',
  100.             'Contao\\CoreBundle\\Cron\\Cron' => 'getCronService',
  101.             'Contao\\CoreBundle\\Image\\Studio\\FigureRenderer' => 'getFigureRendererService',
  102.             'Contao\\CoreBundle\\Routing\\ResponseContext\\CoreResponseContextFactory' => 'getCoreResponseContextFactoryService',
  103.             'Contao\\CoreBundle\\Security\\TwoFactor\\BackupCodeManager' => 'getBackupCodeManagerService',
  104.             'Contao\\CoreBundle\\Twig\\Extension\\ContaoExtension' => 'getContaoExtensionService',
  105.             'Contao\\CoreBundle\\Util\\SimpleTokenParser' => 'getSimpleTokenParserService',
  106.             'contao_manager.routing_loader' => 'getContaoManager_RoutingLoaderService',
  107.             'huh.ajax' => 'getHuh_AjaxService',
  108.             'contao.install_tool' => 'getContao_InstallToolService',
  109.             'contao.install_tool_user' => 'getContao_InstallToolUserService',
  110.             'contao.installer' => 'getContao_InstallerService',
  111.             'cache_clearer' => 'getCacheClearerService',
  112.             'filesystem' => 'getFilesystemService',
  113.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  114.             'profiler' => 'getProfilerService',
  115.             'twig' => 'getTwigService',
  116.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  117.             'security.token_storage' => 'getSecurity_TokenStorageService',
  118.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService',
  119.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  120.             'session' => 'getSessionService',
  121.         ];
  122.         $this->fileMap = [
  123.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  124.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  125.             '.container.private.security.encoder_factory' => 'get_Container_Private_Security_EncoderFactoryService',
  126.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  127.             'AppBundle\\Controller\\Backend\\EventController' => 'getEventControllerService',
  128.             'AppBundle\\Controller\\Backend\\ExportController' => 'getExportControllerService',
  129.             'AppBundle\\Controller\\Backend\\UserNavigationController' => 'getUserNavigationControllerService',
  130.             'Contao\\CoreBundle\\Controller\\BackendController' => 'getBackendControllerService',
  131.             'Contao\\CoreBundle\\Controller\\BackendCsvImportController' => 'getBackendCsvImportControllerService',
  132.             'Contao\\CoreBundle\\Controller\\BackendPreviewController' => 'getBackendPreviewControllerService',
  133.             'Contao\\CoreBundle\\Controller\\BackendPreviewSwitchController' => 'getBackendPreviewSwitchControllerService',
  134.             'Contao\\CoreBundle\\Controller\\CaptchaController' => 'getCaptchaControllerService',
  135.             'Contao\\CoreBundle\\Controller\\ContentElement\\MarkdownController' => 'getMarkdownControllerService',
  136.             'Contao\\CoreBundle\\Controller\\ContentElement\\TemplateController' => 'getTemplateControllerService',
  137.             'Contao\\CoreBundle\\Controller\\FaviconController' => 'getFaviconControllerService',
  138.             'Contao\\CoreBundle\\Controller\\FrontendController' => 'getFrontendControllerService',
  139.             'Contao\\CoreBundle\\Controller\\FrontendModule\\RootPageDependentModulesController' => 'getRootPageDependentModulesControllerService',
  140.             'Contao\\CoreBundle\\Controller\\FrontendModule\\TemplateController' => 'getTemplateController2Service',
  141.             'Contao\\CoreBundle\\Controller\\FrontendModule\\TwoFactorController' => 'getTwoFactorControllerService',
  142.             'Contao\\CoreBundle\\Controller\\ImagesController' => 'getImagesControllerService',
  143.             'Contao\\CoreBundle\\Controller\\InitializeController' => 'getInitializeControllerService',
  144.             'Contao\\CoreBundle\\Controller\\InsertTagsController' => 'getInsertTagsControllerService',
  145.             'Contao\\CoreBundle\\Controller\\Page\\RootPageController' => 'getRootPageControllerService',
  146.             'Contao\\CoreBundle\\Controller\\PreviewLinkController' => 'getPreviewLinkControllerService',
  147.             'Contao\\CoreBundle\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  148.             'Contao\\CoreBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  149.             'Contao\\ManagerBundle\\Controller\\DebugController' => 'getDebugControllerService',
  150.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  151.             'HeimrichHannot\\AjaxBundle\\EventListener\\Contao\\InitializeSystemListener' => 'getInitializeSystemListenerService',
  152.             'HeimrichHannot\\AjaxBundle\\Manager\\AjaxManager' => 'getAjaxManagerService',
  153.             'HeimrichHannot\\MultiFileUploadBundle\\Asset\\FrontendAsset' => 'getFrontendAssetService',
  154.             'HeimrichHannot\\MultiFileUploadBundle\\Controller\\UploadController' => 'getUploadControllerService',
  155.             'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Callback\\OnSubmitCallbackListener' => 'getOnSubmitCallbackListenerService',
  156.             'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Contao\\ExecutePostActionsListener' => 'getExecutePostActionsListenerService',
  157.             'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Contao\\FormGeneratorListener' => 'getFormGeneratorListenerService',
  158.             'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Contao\\GetAttributesFromDcaListener' => 'getGetAttributesFromDcaListenerService',
  159.             'HeimrichHannot\\MultiFileUploadBundle\\File\\FilesHandler' => 'getFilesHandlerService',
  160.             'HeimrichHannot\\RequestBundle\\Component\\HttpFoundation\\Request' => 'getRequestService',
  161.             'HeimrichHannot\\UtilsBundle\\Accordion\\AccordionUtil' => 'getAccordionUtilService',
  162.             'HeimrichHannot\\UtilsBundle\\Arrays\\ArrayUtil' => 'getArrayUtilService',
  163.             'HeimrichHannot\\UtilsBundle\\Cache\\DatabaseCacheUtil' => 'getDatabaseCacheUtilService',
  164.             'HeimrichHannot\\UtilsBundle\\Cache\\DatabaseTreeCache' => 'getDatabaseTreeCacheService',
  165.             'HeimrichHannot\\UtilsBundle\\Cache\\FileCache' => 'getFileCacheService',
  166.             'HeimrichHannot\\UtilsBundle\\Cache\\RemoteImageCache' => 'getRemoteImageCacheService',
  167.             'HeimrichHannot\\UtilsBundle\\Cache\\UtilCacheWarmer' => 'getUtilCacheWarmerService',
  168.             'HeimrichHannot\\UtilsBundle\\Choice\\DataContainerChoice' => 'getDataContainerChoiceService',
  169.             'HeimrichHannot\\UtilsBundle\\Choice\\FieldChoice' => 'getFieldChoiceService',
  170.             'HeimrichHannot\\UtilsBundle\\Choice\\MessageChoice' => 'getMessageChoiceService',
  171.             'HeimrichHannot\\UtilsBundle\\Choice\\ModelInstanceChoice' => 'getModelInstanceChoiceService',
  172.             'HeimrichHannot\\UtilsBundle\\Choice\\TwigTemplateChoice' => 'getTwigTemplateChoiceService',
  173.             'HeimrichHannot\\UtilsBundle\\Comparison\\CompareUtil' => 'getCompareUtilService',
  174.             'HeimrichHannot\\UtilsBundle\\Database\\DatabaseUtil' => 'getDatabaseUtilService',
  175.             'HeimrichHannot\\UtilsBundle\\EventListener\\ExtendEntityFinderSubscriber' => 'getExtendEntityFinderSubscriberService',
  176.             'HeimrichHannot\\UtilsBundle\\EventListener\\InitializeSystemListener' => 'getInitializeSystemListener2Service',
  177.             'HeimrichHannot\\UtilsBundle\\EventListener\\InsertTagsListener' => 'getInsertTagsListenerService',
  178.             'HeimrichHannot\\UtilsBundle\\File\\FileArchiveUtil' => 'getFileArchiveUtilService',
  179.             'HeimrichHannot\\UtilsBundle\\File\\FileStorageUtil' => 'getFileStorageUtilService',
  180.             'HeimrichHannot\\UtilsBundle\\File\\FolderUtil' => 'getFolderUtilService',
  181.             'HeimrichHannot\\UtilsBundle\\Form\\FormUtil' => 'getFormUtilService',
  182.             'HeimrichHannot\\UtilsBundle\\Ics\\IcsUtil' => 'getIcsUtilService',
  183.             'HeimrichHannot\\UtilsBundle\\Location\\LocationUtil' => 'getLocationUtilService',
  184.             'HeimrichHannot\\UtilsBundle\\Member\\MemberUtil' => 'getMemberUtilService',
  185.             'HeimrichHannot\\UtilsBundle\\Page\\PageUtil' => 'getPageUtilService',
  186.             'HeimrichHannot\\UtilsBundle\\Pdf\\PdfPreview' => 'getPdfPreviewService',
  187.             'HeimrichHannot\\UtilsBundle\\Request\\RequestUtil' => 'getRequestUtilService',
  188.             'HeimrichHannot\\UtilsBundle\\Rsce\\RsceUtil' => 'getRsceUtilService',
  189.             'HeimrichHannot\\UtilsBundle\\Salutation\\SalutationUtil' => 'getSalutationUtilService',
  190.             'HeimrichHannot\\UtilsBundle\\Security\\CodeUtil' => 'getCodeUtilService',
  191.             'HeimrichHannot\\UtilsBundle\\Security\\EncryptionUtil' => 'getEncryptionUtilService',
  192.             'HeimrichHannot\\UtilsBundle\\String\\StringUtil' => 'getStringUtilService',
  193.             'HeimrichHannot\\UtilsBundle\\Url\\UrlUtil' => 'getUrlUtilService',
  194.             'HeimrichHannot\\UtilsBundle\\User\\UserUtil' => 'getUserUtilService',
  195.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  196.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  197.             'Softleister\\BackupDbBundle\\Controller\\BackupDbController' => 'getBackupDbControllerService',
  198.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  199.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController3Service',
  200.             'Terminal42\\ChangeLanguage\\EventListener\\CallbackSetupListener' => 'getCallbackSetupListenerService',
  201.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\MissingLanguageIconListener' => 'getMissingLanguageIconListenerService',
  202.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageFieldsListener' => 'getPageFieldsListenerService',
  203.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageInitializationListener' => 'getPageInitializationListenerService',
  204.             'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageOperationListener' => 'getPageOperationListenerService',
  205.             'Terminal42\\ChangeLanguage\\EventListener\\InsertTagsListener' => 'getInsertTagsListener2Service',
  206.             'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\ArticleNavigationListener' => 'getArticleNavigationListenerService',
  207.             'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\CalendarNavigationListener' => 'getCalendarNavigationListenerService',
  208.             'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\FaqNavigationListener' => 'getFaqNavigationListenerService',
  209.             'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\NewsNavigationListener' => 'getNewsNavigationListenerService',
  210.             'Terminal42\\ConditionalformfieldsBundle\\EventListener\\ConditionValidationListener' => 'getConditionValidationListenerService',
  211.             'Terminal42\\ConditionalformfieldsBundle\\EventListener\\FormListener' => 'getFormListenerService',
  212.             'cache.app_clearer' => 'getCache_AppClearerService',
  213.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  214.             'cache.system_clearer' => 'getCache_SystemClearerService',
  215.             'cache_warmer' => 'getCacheWarmerService',
  216.             'codefog_member_export.controller' => 'getCodefogMemberExport_ControllerService',
  217.             'console.command_loader' => 'getConsole_CommandLoaderService',
  218.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  219.             'contao.assets.files_context' => 'getContao_Assets_FilesContextService',
  220.             'contao.cache.clearer' => 'getContao_Cache_ClearerService',
  221.             'contao.cache.entity_tags' => 'getContao_Cache_EntityTagsService',
  222.             'contao.cache.warmer' => 'getContao_Cache_WarmerService',
  223.             'contao.command.install' => 'getContao_Command_InstallService',
  224.             'contao.command.symlinks' => 'getContao_Command_SymlinksService',
  225.             'contao.crawl.escargot.factory' => 'getContao_Crawl_Escargot_FactoryService',
  226.             'contao.cron' => 'getContao_CronService',
  227.             'contao.filesystem.dbafs_manager' => 'getContao_Filesystem_DbafsManagerService',
  228.             'contao.fragment._contao.content_element.markdown' => 'getContao_Fragment_Contao_ContentElement_MarkdownService',
  229.             'contao.fragment._contao.content_element.template' => 'getContao_Fragment_Contao_ContentElement_TemplateService',
  230.             'contao.fragment._contao.frontend_module.mentor' => 'getContao_Fragment_Contao_FrontendModule_MentorService',
  231.             'contao.fragment._contao.frontend_module.root_page_dependent_modules' => 'getContao_Fragment_Contao_FrontendModule_RootPageDependentModulesService',
  232.             'contao.fragment._contao.frontend_module.template' => 'getContao_Fragment_Contao_FrontendModule_TemplateService',
  233.             'contao.fragment._contao.frontend_module.two_factor' => 'getContao_Fragment_Contao_FrontendModule_TwoFactorService',
  234.             'contao.image.factory' => 'getContao_Image_FactoryService',
  235.             'contao.image.imagine' => 'getContao_Image_ImagineService',
  236.             'contao.image.imagine_svg' => 'getContao_Image_ImagineSvgService',
  237.             'contao.image.legacy_resizer' => 'getContao_Image_LegacyResizerService',
  238.             'contao.image.picture_factory' => 'getContao_Image_PictureFactoryService',
  239.             'contao.image.picture_generator' => 'getContao_Image_PictureGeneratorService',
  240.             'contao.image.preview_factory' => 'getContao_Image_PreviewFactoryService',
  241.             'contao.image.sizes' => 'getContao_Image_SizesService',
  242.             'contao.image.studio' => 'getContao_Image_StudioService',
  243.             'contao.image.studio.figure_renderer' => 'getContao_Image_Studio_FigureRendererService',
  244.             'contao.insert_tag.parser' => 'getContao_InsertTag_ParserService',
  245.             'contao.intl.countries' => 'getContao_Intl_CountriesService',
  246.             'contao.listener.0HIQe5P' => 'getContao_Listener_0HIQe5PService',
  247.             'contao.listener.data_container.content_composition' => 'getContao_Listener_DataContainer_ContentCompositionService',
  248.             'contao.listener.data_container.disable_app_configured_settings' => 'getContao_Listener_DataContainer_DisableAppConfiguredSettingsService',
  249.             'contao.listener.data_container.disable_canonical_fields' => 'getContao_Listener_DataContainer_DisableCanonicalFieldsService',
  250.             'contao.listener.data_container.layout_options' => 'getContao_Listener_DataContainer_LayoutOptionsService',
  251.             'contao.listener.data_container.member_groups' => 'getContao_Listener_DataContainer_MemberGroupsService',
  252.             'contao.listener.data_container.page_routing' => 'getContao_Listener_DataContainer_PageRoutingService',
  253.             'contao.listener.data_container.page_search' => 'getContao_Listener_DataContainer_PageSearchService',
  254.             'contao.listener.data_container.page_type_options' => 'getContao_Listener_DataContainer_PageTypeOptionsService',
  255.             'contao.listener.data_container.page_url' => 'getContao_Listener_DataContainer_PageUrlService',
  256.             'contao.listener.data_container.page_use_ssl_default' => 'getContao_Listener_DataContainer_PageUseSslDefaultService',
  257.             'contao.listener.data_container.preview_link' => 'getContao_Listener_DataContainer_PreviewLinkService',
  258.             'contao.listener.data_container.record_preview' => 'getContao_Listener_DataContainer_RecordPreviewService',
  259.             'contao.listener.data_container.reset_custom_template' => 'getContao_Listener_DataContainer_ResetCustomTemplateService',
  260.             'contao.listener.data_container.theme_templates' => 'getContao_Listener_DataContainer_ThemeTemplatesService',
  261.             'contao.listener.data_container.toggle_nodes_label' => 'getContao_Listener_DataContainer_ToggleNodesLabelService',
  262.             'contao.listener.data_container.undo.jump_to_parent_button' => 'getContao_Listener_DataContainer_Undo_JumpToParentButtonService',
  263.             'contao.listener.data_container.undo.label' => 'getContao_Listener_DataContainer_Undo_LabelService',
  264.             'contao.listener.data_container.validate_custom_rgxp' => 'getContao_Listener_DataContainer_ValidateCustomRgxpService',
  265.             'contao.listener.data_container_callback' => 'getContao_Listener_DataContainerCallbackService',
  266.             'contao.listener.element_template_options' => 'getContao_Listener_ElementTemplateOptionsService',
  267.             'contao.listener.fE48e1G' => 'getContao_Listener_FE48e1GService',
  268.             'contao.listener.image_size_options' => 'getContao_Listener_ImageSizeOptionsService',
  269.             'contao.listener.insert_tags.asset' => 'getContao_Listener_InsertTags_AssetService',
  270.             'contao.listener.insert_tags.date' => 'getContao_Listener_InsertTags_DateService',
  271.             'contao.listener.insert_tags.translation' => 'getContao_Listener_InsertTags_TranslationService',
  272.             'contao.listener.module_template_options' => 'getContao_Listener_ModuleTemplateOptionsService',
  273.             'contao.listener.widget.custom_rgxp' => 'getContao_Listener_Widget_CustomRgxpService',
  274.             'contao.listener.widget.http_url' => 'getContao_Listener_Widget_HttpUrlService',
  275.             'contao.listener.widget.root_page_dependent_select' => 'getContao_Listener_Widget_RootPageDependentSelectService',
  276.             'contao.mailer.available_transports' => 'getContao_Mailer_AvailableTransportsService',
  277.             'contao.menu.backend_builder' => 'getContao_Menu_BackendBuilderService',
  278.             'contao.menu.renderer' => 'getContao_Menu_RendererService',
  279.             'contao.opt_in' => 'getContao_OptIn2Service',
  280.             'contao.picker.builder' => 'getContao_Picker_BuilderService',
  281.             'contao.resource_locator' => 'getContao_ResourceLocatorService',
  282.             'contao.routing.response_context_accessor' => 'getContao_Routing_ResponseContextAccessorService',
  283.             'contao.routing.response_context_factory' => 'getContao_Routing_ResponseContextFactoryService',
  284.             'contao.search.indexer' => 'getContao_Search_IndexerService',
  285.             'contao.security.frontend_preview_authenticator' => 'getContao_Security_FrontendPreviewAuthenticatorService',
  286.             'contao.security.two_factor.authenticator' => 'getContao_Security_TwoFactor_AuthenticatorService',
  287.             'contao.security.two_factor.backup_code_manager' => 'getContao_Security_TwoFactor_BackupCodeManagerService',
  288.             'contao.security.two_factor.trusted_device_manager' => 'getContao_Security_TwoFactor_TrustedDeviceManagerService',
  289.             'contao.slug' => 'getContao_SlugService',
  290.             'contao.slug.generator' => 'getContao_Slug_GeneratorService',
  291.             'contao.slug.valid_characters' => 'getContao_Slug_ValidCharactersService',
  292.             'contao.string.html_decoder' => 'getContao_String_HtmlDecoderService',
  293.             'contao.string.simple_token_parser' => 'getContao_String_SimpleTokenParserService',
  294.             'contao.twig.interop.context_factory' => 'getContao_Twig_Interop_ContextFactoryService',
  295.             'contao_calendar.listener.generate_page' => 'getContaoCalendar_Listener_GeneratePageService',
  296.             'contao_calendar.listener.insert_tags' => 'getContaoCalendar_Listener_InsertTagsService',
  297.             'contao_faq.listener.insert_tags' => 'getContaoFaq_Listener_InsertTagsService',
  298.             'contao_installation.database.installer' => 'getContaoInstallation_Database_InstallerService',
  299.             'contao_installation.install_tool' => 'getContaoInstallation_InstallToolService',
  300.             'contao_installation.install_tool_user' => 'getContaoInstallation_InstallToolUserService',
  301.             'contao_manager.routing.route_loader' => 'getContaoManager_Routing_RouteLoaderService',
  302.             'contao_news.listener.generate_page' => 'getContaoNews_Listener_GeneratePageService',
  303.             'contao_news.listener.insert_tags' => 'getContaoNews_Listener_InsertTagsService',
  304.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  305.             'error_controller' => 'getErrorControllerService',
  306.             'fragment.handler' => 'getFragment_HandlerService',
  307.             'huh.ajax.action' => 'getHuh_Ajax_ActionService',
  308.             'huh.ajax.token' => 'getHuh_Ajax_TokenService',
  309.             'huh.request.insertTagsListener' => 'getHuh_Request_InsertTagsListenerService',
  310.             'huh.utils.cache.database' => 'getHuh_Utils_Cache_DatabaseService',
  311.             'huh.utils.cache.database_tree' => 'getHuh_Utils_Cache_DatabaseTreeService',
  312.             'huh.utils.class' => 'getHuh_Utils_ClassService',
  313.             'huh.utils.code' => 'getHuh_Utils_CodeService',
  314.             'huh.utils.comparison' => 'getHuh_Utils_ComparisonService',
  315.             'huh.utils.container' => 'getHuh_Utils_ContainerService',
  316.             'huh.utils.content' => 'getHuh_Utils_ContentService',
  317.             'huh.utils.database' => 'getHuh_Utils_DatabaseService',
  318.             'huh.utils.date' => 'getHuh_Utils_DateService',
  319.             'huh.utils.dca' => 'getHuh_Utils_DcaService',
  320.             'huh.utils.encryption' => 'getHuh_Utils_EncryptionService',
  321.             'huh.utils.file' => 'getHuh_Utils_FileService',
  322.             'huh.utils.image' => 'getHuh_Utils_ImageService',
  323.             'huh.utils.location' => 'getHuh_Utils_LocationService',
  324.             'huh.utils.model' => 'getHuh_Utils_ModelService',
  325.             'huh.utils.module' => 'getHuh_Utils_ModuleService',
  326.             'huh.utils.pdf.fpdi_writer' => 'getHuh_Utils_Pdf_FpdiWriterService',
  327.             'huh.utils.pdf.writer' => 'getHuh_Utils_Pdf_WriterService',
  328.             'huh.utils.request.curl' => 'getHuh_Utils_Request_CurlService',
  329.             'huh.utils.routing' => 'getHuh_Utils_RoutingService',
  330.             'huh.utils.salutation' => 'getHuh_Utils_SalutationService',
  331.             'huh.utils.template' => 'getHuh_Utils_TemplateService',
  332.             'huh.utils.url' => 'getHuh_Utils_UrlService',
  333.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  334.             'mailer' => 'getMailerService',
  335.             'monolog.logger.contao' => 'getMonolog_Logger_ContaoService',
  336.             'monolog.logger.contao.access' => 'getMonolog_Logger_Contao_AccessService',
  337.             'monolog.logger.contao.configuration' => 'getMonolog_Logger_Contao_ConfigurationService',
  338.             'monolog.logger.contao.cron' => 'getMonolog_Logger_Contao_CronService',
  339.             'monolog.logger.contao.email' => 'getMonolog_Logger_Contao_EmailService',
  340.             'monolog.logger.contao.error' => 'getMonolog_Logger_Contao_ErrorService',
  341.             'monolog.logger.contao.files' => 'getMonolog_Logger_Contao_FilesService',
  342.             'monolog.logger.contao.forms' => 'getMonolog_Logger_Contao_FormsService',
  343.             'monolog.logger.contao.general' => 'getMonolog_Logger_Contao_GeneralService',
  344.             'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService',
  345.             'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService',
  346.             'routing.loader' => 'getRouting_LoaderService',
  347.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  348.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  349.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  350.             'security.password_hasher_factory' => 'getSecurity_PasswordHasherFactoryService',
  351.             'services_resetter' => 'getServicesResetterService',
  352.             'terminal42_fineuploader.assets_manager' => 'getTerminal42Fineuploader_AssetsManagerService',
  353.             'terminal42_fineuploader.chunk_uploader' => 'getTerminal42Fineuploader_ChunkUploaderService',
  354.             'terminal42_fineuploader.config_generator' => 'getTerminal42Fineuploader_ConfigGeneratorService',
  355.             'terminal42_fineuploader.filesystem' => 'getTerminal42Fineuploader_FilesystemService',
  356.             'terminal42_fineuploader.listener.backend' => 'getTerminal42Fineuploader_Listener_BackendService',
  357.             'terminal42_fineuploader.listener.file_upload' => 'getTerminal42Fineuploader_Listener_FileUploadService',
  358.             'terminal42_fineuploader.listener.widget_reload' => 'getTerminal42Fineuploader_Listener_WidgetReloadService',
  359.             'terminal42_fineuploader.request.backend_handler' => 'getTerminal42Fineuploader_Request_BackendHandlerService',
  360.             'terminal42_fineuploader.request.frontend_handler' => 'getTerminal42Fineuploader_Request_FrontendHandlerService',
  361.             'terminal42_fineuploader.uploader' => 'getTerminal42Fineuploader_UploaderService',
  362.             'terminal42_fineuploader.validator' => 'getTerminal42Fineuploader_ValidatorService',
  363.             'terminal42_fineuploader.widget_helper' => 'getTerminal42Fineuploader_WidgetHelperService',
  364.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  365.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  366.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  367.         ];
  368.         $this->aliases = [
  369.             'Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager' => 'contao.csrf.token_manager',
  370.             'Contao\\CoreBundle\\Image\\Studio\\Studio' => 'contao.image.studio',
  371.             'Contao\\CoreBundle\\Intl\\Countries' => 'contao.intl.countries',
  372.             'Contao\\CoreBundle\\Intl\\Locales' => 'contao.intl.locales',
  373.             'Contao\\CoreBundle\\Mailer\\AvailableTransports' => 'contao.mailer.available_transports',
  374.             'Contao\\CoreBundle\\OptIn\\OptIn' => 'contao.opt_in',
  375.             'Contao\\CoreBundle\\Routing\\Page\\PageRegistry' => 'contao.routing.page_registry',
  376.             'Contao\\CoreBundle\\Routing\\ResponseContext\\ResponseContextAccessor' => 'contao.routing.response_context_accessor',
  377.             'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  378.             'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  379.             'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  380.             'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  381.             'HeimrichHannot\\UtilsBundle\\Classes\\ClassUtil' => 'huh.utils.class',
  382.             'HeimrichHannot\\UtilsBundle\\Container\\ContainerUtil' => 'huh.utils.container',
  383.             'HeimrichHannot\\UtilsBundle\\Content\\ContentUtil' => 'huh.utils.content',
  384.             'HeimrichHannot\\UtilsBundle\\Date\\DateUtil' => 'huh.utils.date',
  385.             'HeimrichHannot\\UtilsBundle\\Dca\\DcaUtil' => 'huh.utils.dca',
  386.             'HeimrichHannot\\UtilsBundle\\File\\FileUtil' => 'huh.utils.file',
  387.             'HeimrichHannot\\UtilsBundle\\Image\\ImageUtil' => 'huh.utils.image',
  388.             'HeimrichHannot\\UtilsBundle\\Model\\ModelUtil' => 'huh.utils.model',
  389.             'HeimrichHannot\\UtilsBundle\\Module\\ModuleUtil' => 'huh.utils.module',
  390.             'HeimrichHannot\\UtilsBundle\\Request\\CurlRequestUtil' => 'huh.utils.request.curl',
  391.             'HeimrichHannot\\UtilsBundle\\Routing\\RoutingUtil' => 'huh.utils.routing',
  392.             'HeimrichHannot\\UtilsBundle\\Template\\TemplateUtil' => 'huh.utils.template',
  393.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  394.             'database_connection' => 'doctrine.dbal.default_connection',
  395.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  396.             'huh.request' => 'HeimrichHannot\\RequestBundle\\Component\\HttpFoundation\\Request',
  397.             'huh.utils.accordion' => 'HeimrichHannot\\UtilsBundle\\Accordion\\AccordionUtil',
  398.             'huh.utils.array' => 'HeimrichHannot\\UtilsBundle\\Arrays\\ArrayUtil',
  399.             'huh.utils.cache.remote_image_cache' => 'HeimrichHannot\\UtilsBundle\\Cache\\RemoteImageCache',
  400.             'huh.utils.choice.data_container' => 'HeimrichHannot\\UtilsBundle\\Choice\\DataContainerChoice',
  401.             'huh.utils.choice.field' => 'HeimrichHannot\\UtilsBundle\\Choice\\FieldChoice',
  402.             'huh.utils.choice.message' => 'HeimrichHannot\\UtilsBundle\\Choice\\MessageChoice',
  403.             'huh.utils.choice.model_instance' => 'HeimrichHannot\\UtilsBundle\\Choice\\ModelInstanceChoice',
  404.             'huh.utils.choice.twig_template' => 'HeimrichHannot\\UtilsBundle\\Choice\\TwigTemplateChoice',
  405.             'huh.utils.file_archive' => 'HeimrichHannot\\UtilsBundle\\File\\FileArchiveUtil',
  406.             'huh.utils.folder' => 'HeimrichHannot\\UtilsBundle\\File\\FolderUtil',
  407.             'huh.utils.form' => 'HeimrichHannot\\UtilsBundle\\Form\\FormUtil',
  408.             'huh.utils.member' => 'HeimrichHannot\\UtilsBundle\\Member\\MemberUtil',
  409.             'huh.utils.page' => 'HeimrichHannot\\UtilsBundle\\Page\\PageUtil',
  410.             'huh.utils.pdf.preview' => 'HeimrichHannot\\UtilsBundle\\Pdf\\PdfPreview',
  411.             'huh.utils.request' => 'HeimrichHannot\\UtilsBundle\\Request\\RequestUtil',
  412.             'huh.utils.string' => 'HeimrichHannot\\UtilsBundle\\String\\StringUtil',
  413.             'huh.utils.string.anonymizer' => 'HeimrichHannot\\UtilsBundle\\String\\AnonymizerUtil',
  414.             'huh.utils.user' => 'HeimrichHannot\\UtilsBundle\\User\\UserUtil',
  415.         ];
  416.         $this->privates['service_container'] = function () {
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Util/AbstractServiceSubscriber.php';
  419.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Util/Utils.php';
  420.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/DateExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/DownloadExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/FileExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/ImageExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/TestExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/ArrayExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/DcaExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/String/AnonymizerUtil.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  451.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  492.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  568.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  569.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  570.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  571.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  572.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/ClearCapable.php';
  573.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Symfony.php';
  574.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  575.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/SymfonyCache/KernelDispatcher.php';
  576.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  577.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  578.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  579.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  580.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  581.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  582.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/MaxHeaderValueLengthFormatter.php';
  583.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  584.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  586.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  590.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  593.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  594.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  595.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  596.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  600.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Cors/WebsiteRootsConfigProvider.php';
  601.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ClickjackingListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  606.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  607.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  608.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  609.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/XssProtectionListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentTypeListener.php';
  611.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ReferrerPolicyListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  613.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  615.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  616.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  617.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  618.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  655.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  657.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Controller/AbstractController.php';
  658.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Page/ContentCompositionInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Controller/Page/ErrorPageController.php';
  660.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendLocaleListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendPreviewRedirectListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/BackendRebuildCacheMessageListener.php';
  663.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/ClearSessionDataListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/CsrfTokenCookieSubscriber.php';
  665.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InitializeControllerListener.php';
  666.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InsecureInstallationListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/InterestCohortListener.php';
  668.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/LegacyLoginConstantsListener.php';
  669.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/LocaleSubscriber.php';
  670.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/MakeResponsePrivateListener.php';
  671.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/MergeHttpHeadersListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PageTrailCacheTagsListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PreviewAuthenticationListener.php';
  674.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/PreviewToolbarListener.php';
  675.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/RefererIdListener.php';
  676.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/RequestTokenListener.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  678.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/Security/TwoFactorFrontendListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/ServiceUnavailableListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/StoreRefererListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/SubrequestCacheSubscriber.php';
  682.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/EventListener/UserSessionListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Asset/ContaoContext.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/HttpKernel/ControllerResolver.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  692.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Csrf/ContaoCsrfTokenManager.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Csrf/MemoryTokenStorage.php';
  695.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/FrameworkAwareInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/FrameworkAwareTrait.php';
  697.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/DataCollector/ContaoDataCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentRegistryInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentRegistry.php';
  700.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/ContaoFrameworkInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/ContaoFrameworkInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Framework/ContaoFramework.php';
  703.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Intl/Locales.php';
  704.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Monolog/ContaoTableHandler.php';
  705.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Monolog/ContaoTableProcessor.php';
  706.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Config/ResourceFinderInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Config/ResourceFinder.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/RouteFilterInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/DomainFilter.php';
  711.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/PublishedFilter.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  714.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/LanguageFilter.php';
  715.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Page/PageRegistry.php';
  716.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Page/RouteConfig.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/AbstractPageRouteProvider.php';
  719.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Route404Provider.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Candidates/CandidatesInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Candidates/AbstractCandidates.php';
  722.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Candidates/LocaleCandidates.php';
  723.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/RouteProvider.php';
  724.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Candidates/PageCandidates.php';
  725.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/ScopeMatcher.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Matcher/UrlMatcher.php';
  733.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  735.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Translation/DataCollectorTranslator.php';
  736.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Extension/ContaoExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  739.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Inheritance/TemplateHierarchyInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/ContaoFilesystemLoader.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/ContaoFilesystemLoaderWarmer.php';
  743.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/TemplateLocator.php';
  744.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/ThemeNamespace.php';
  745.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Security/Authentication/AccessDecisionManager.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  749.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Fragment/FragmentConfig.php';
  750.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Translation/Translator.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  763.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/PageUrlGenerator.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/Enhancer/InputEnhancer.php';
  766.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  790.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  794.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  796.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  801.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  802.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  803.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  804.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  805.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Twig/Loader/FailTolerantFilesystemLoader.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  823.             include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Twig/StringExtension.php';
  824.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  825.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  826.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  829.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  830.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  832.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  834.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  835.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  836.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  837.             include_once \dirname(__DIR__4).'/vendor/sensiolabs/ansi-to-html/SensioLabs/AnsiConverter/Bridge/Twig/AnsiExtension.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  839.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  841.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  850.             include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Session/Attribute/ArrayAttributeBag.php';
  851.         };
  852.     }
  853.     public function compile(): void
  854.     {
  855.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  856.     }
  857.     public function isCompiled(): bool
  858.     {
  859.         return true;
  860.     }
  861.     public function getRemovedIds(): array
  862.     {
  863.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  864.     }
  865.     protected function load($file$lazyLoad true)
  866.     {
  867.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  868.             return $class::do($this$lazyLoad);
  869.         }
  870.         if ('.' === $file[-4]) {
  871.             $class substr($class0, -4);
  872.         } else {
  873.             $file .= '.php';
  874.         }
  875.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  876.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  877.     }
  878.     /**
  879.      * Gets the public '.container.private.filesystem' shared service.
  880.      *
  881.      * @return \Symfony\Component\Filesystem\Filesystem
  882.      */
  883.     protected function get_Container_Private_FilesystemService()
  884.     {
  885.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  886.     }
  887.     /**
  888.      * Gets the public '.container.private.profiler' shared service.
  889.      *
  890.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  891.      */
  892.     protected function get_Container_Private_ProfilerService()
  893.     {
  894.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  895.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  896.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  897.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  898.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  899.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  900.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  901.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  902.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  903.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  904.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  905.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  906.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  907.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  908.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  909.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  910.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  911.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  912.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  913.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  914.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  915.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  916.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  917.         if ($this->has('kernel')) {
  918.             $f->setKernel($b);
  919.         }
  920.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  921.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  922.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  923.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  924.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  925.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer'), $c));
  926.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  927.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  928.         $instance->add($d);
  929.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['contao.translation.data_collector_translator'] ?? $this->getContao_Translation_DataCollectorTranslatorService())));
  930.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['contao.debug.security.access.decision_manager'] ?? $this->getContao_Debug_Security_Access_DecisionManagerService()), ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  931.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  932.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  933.         $instance->add($e);
  934.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  935.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  936.         $instance->add(($this->privates['contao.data_collector'] ?? $this->getContao_DataCollectorService()));
  937.         $instance->add($f);
  938.         return $instance;
  939.     }
  940.     /**
  941.      * Gets the public '.container.private.security.authorization_checker' shared service.
  942.      *
  943.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  944.      */
  945.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  946.     {
  947.         $a = ($this->privates['contao.debug.security.access.decision_manager'] ?? $this->getContao_Debug_Security_Access_DecisionManagerService());
  948.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  949.             return $this->services['.container.private.security.authorization_checker'];
  950.         }
  951.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalse);
  952.     }
  953.     /**
  954.      * Gets the public '.container.private.security.token_storage' shared service.
  955.      *
  956.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  957.      */
  958.     protected function get_Container_Private_Security_TokenStorageService()
  959.     {
  960.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  961.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  962.         ], [
  963.             'request_stack' => '?',
  964.         ]));
  965.     }
  966.     /**
  967.      * Gets the public '.container.private.session' shared service.
  968.      *
  969.      * @return \Symfony\Component\HttpFoundation\Session\Session
  970.      */
  971.     protected function get_Container_Private_SessionService()
  972.     {
  973.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  974.         if (isset($this->services['.container.private.session'])) {
  975.             return $this->services['.container.private.session'];
  976.         }
  977.         $this->services['.container.private.session'] = $instance $a->createSession();
  978.         $b = new \Contao\CoreBundle\Session\Attribute\ArrayAttributeBag('_contao_be_attributes');
  979.         $b->setName('contao_backend');
  980.         $c = new \Contao\CoreBundle\Session\Attribute\ArrayAttributeBag('_contao_fe_attributes');
  981.         $c->setName('contao_frontend');
  982.         $instance->registerBag($b);
  983.         $instance->registerBag($c);
  984.         return $instance;
  985.     }
  986.     /**
  987.      * Gets the public '.container.private.twig' shared service.
  988.      *
  989.      * @return \Twig\Environment
  990.      */
  991.     protected function get_Container_Private_TwigService()
  992.     {
  993.         $a = ($this->services['contao.twig.filesystem_loader'] ?? $this->getContao_Twig_FilesystemLoaderService());
  994.         if (isset($this->services['.container.private.twig'])) {
  995.             return $this->services['.container.private.twig'];
  996.         }
  997.         $b = new \Twig\Loader\ChainLoader();
  998.         $c = new \Contao\CoreBundle\Twig\Loader\FailTolerantFilesystemLoader([], \dirname(__DIR__4));
  999.         $c->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1000.         $c->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1001.         $c->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1002.         $c->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1003.         $c->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1004.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1005.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1006.         $c->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1007.         $c->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1008.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1009.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1010.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1011.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1012.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/views'), 'ContaoCore');
  1013.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/views'), '!ContaoCore');
  1014.         $c->addPath((\dirname(__DIR__4).'/system/modules/ajaxform/templates'), 'ajaxform');
  1015.         $c->addPath((\dirname(__DIR__4).'/system/modules/ajaxform/templates'), '!ajaxform');
  1016.         $c->addPath((\dirname(__DIR__4).'/system/modules/mp_forms/templates'), 'mp_forms');
  1017.         $c->addPath((\dirname(__DIR__4).'/system/modules/mp_forms/templates'), '!mp_forms');
  1018.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_megamenu/templates'), 'pct_megamenu');
  1019.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_megamenu/templates'), '!pct_megamenu');
  1020.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_theme_updater/templates'), 'pct_theme_updater');
  1021.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_theme_updater/templates'), '!pct_theme_updater');
  1022.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_themer/templates'), 'pct_themer');
  1023.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_themer/templates'), '!pct_themer');
  1024.         $c->addPath((\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/views'), 'HeimrichHannotContaoUtils');
  1025.         $c->addPath((\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/views'), '!HeimrichHannotContaoUtils');
  1026.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_autogrid/templates'), 'pct_autogrid');
  1027.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_autogrid/templates'), '!pct_autogrid');
  1028.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_customelements/templates'), 'pct_customelements');
  1029.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_customelements/templates'), '!pct_customelements');
  1030.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/views'), 'ContaoInstallation');
  1031.         $c->addPath((\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/views'), '!ContaoInstallation');
  1032.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_frontend_quickedit/templates'), 'pct_frontend_quickedit');
  1033.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_frontend_quickedit/templates'), '!pct_frontend_quickedit');
  1034.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_revolutionslider/templates'), 'pct_revolutionslider');
  1035.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_revolutionslider/templates'), '!pct_revolutionslider');
  1036.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_privacy_manager/templates'), 'pct_privacy_manager');
  1037.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_privacy_manager/templates'), '!pct_privacy_manager');
  1038.         $c->addPath((\dirname(__DIR__4).'/system/modules/mailchimp/templates'), 'mailchimp');
  1039.         $c->addPath((\dirname(__DIR__4).'/system/modules/mailchimp/templates'), '!mailchimp');
  1040.         $c->addPath((\dirname(__DIR__4).'/system/modules/dcawizard/templates'), 'dcawizard');
  1041.         $c->addPath((\dirname(__DIR__4).'/system/modules/dcawizard/templates'), '!dcawizard');
  1042.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_theme_settings/templates'), 'pct_theme_settings');
  1043.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_theme_settings/templates'), '!pct_theme_settings');
  1044.         $c->addPath((\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/views'), 'HeimrichHannotUtils');
  1045.         $c->addPath((\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/views'), '!HeimrichHannotUtils');
  1046.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_iconpicker/templates'), 'pct_iconpicker');
  1047.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_iconpicker/templates'), '!pct_iconpicker');
  1048.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_theme_templates/templates'), 'pct_theme_templates');
  1049.         $c->addPath((\dirname(__DIR__4).'/system/modules/pct_theme_templates/templates'), '!pct_theme_templates');
  1050.         $c->addPath((\dirname(__DIR__4).'/system/modules/leads/templates'), 'leads');
  1051.         $c->addPath((\dirname(__DIR__4).'/system/modules/leads/templates'), '!leads');
  1052.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1053.         $c->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1054.         $b->addLoader($a);
  1055.         $b->addLoader($c);
  1056.         $b->addLoader(new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4)));
  1057.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($b, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1058.         $d = ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1059.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1060.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1061.         $g = ($this->services['router'] ?? $this->getRouterService());
  1062.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1063.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1064.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1065.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1066.         $k = new \Knp\Menu\Util\MenuManipulator();
  1067.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1068.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1069.         $m->setEnvironment('dev');
  1070.         $m->setDebug(true);
  1071.         if ($this->has('.container.private.security.token_storage')) {
  1072.             $m->setTokenStorage($i);
  1073.         }
  1074.         if ($this->has('request_stack')) {
  1075.             $m->setRequestStack($h);
  1076.         }
  1077.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1078.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1079.         $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())));
  1080.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1081.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1082.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->services['assets.packages'] ?? $this->getAssets_PackagesService())));
  1083.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1084.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1085.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1086.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1087.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1088.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1089.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$g)));
  1090.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1091.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($h, ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  1092.         $instance->addExtension(($this->services['huh.twig.extension.date'] ?? ($this->services['huh.twig.extension.date'] = new \HeimrichHannot\UtilsBundle\Twig\DateExtension())));
  1093.         $instance->addExtension(($this->services['huh.twig.extension.download'] ?? $this->getHuh_Twig_Extension_DownloadService()));
  1094.         $instance->addExtension(($this->services['huh.twig.extension.file'] ?? $this->getHuh_Twig_Extension_FileService()));
  1095.         $instance->addExtension(($this->services['huh.twig.extension.image'] ?? $this->getHuh_Twig_Extension_ImageService()));
  1096.         $instance->addExtension(($this->services['huh.twig.extension.test'] ?? $this->getHuh_Twig_Extension_TestService()));
  1097.         $instance->addExtension(($this->services['huh.twig.extension.array'] ?? $this->getHuh_Twig_Extension_ArrayService()));
  1098.         $instance->addExtension(($this->services['huh.twig.extension.dca'] ?? $this->getHuh_Twig_Extension_DcaService()));
  1099.         $instance->addExtension(new \HeimrichHannot\UtilsBundle\Twig\StringExtension(($this->services['HeimrichHannot\\UtilsBundle\\String\\AnonymizerUtil'] ?? ($this->services['HeimrichHannot\\UtilsBundle\\String\\AnonymizerUtil'] = new \HeimrichHannot\UtilsBundle\String\AnonymizerUtil())), ($this->services['contao.framework'] ?? $this->getContao_FrameworkService())));
  1100.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1101.         $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  1102.         $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')))));
  1103.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1104.         $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, [
  1105.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1106.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1107.         ], [
  1108.             'list' => '?',
  1109.             'twig' => '?',
  1110.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1111.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1112.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1113.         }, 2)), $k$l), $l$k));
  1114.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($e)));
  1115.         $instance->addExtension(($this->services['contao.twig.extension'] ?? $this->getContao_Twig_ExtensionService()));
  1116.         $instance->addExtension(new \SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension());
  1117.         $instance->addGlobal('app'$m);
  1118.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1119.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1120.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1121.             'Contao\\CoreBundle\\Twig\\Runtime\\FigureRendererRuntime' => ['privates''contao.twig.figure_renderer_runtime''getContao_Twig_FigureRendererRuntimeService'true],
  1122.             'Contao\\CoreBundle\\Twig\\Runtime\\InsertTagRuntime' => ['privates''contao.twig.insert_tag_runtime''getContao_Twig_InsertTagRuntimeService'true],
  1123.             'Contao\\CoreBundle\\Twig\\Runtime\\LegacyTemplateFunctionsRuntime' => ['privates''contao.twig.legacy_template_functions_runtime''getContao_Twig_LegacyTemplateFunctionsRuntimeService'true],
  1124.             'Contao\\CoreBundle\\Twig\\Runtime\\PictureConfigurationRuntime' => ['privates''contao.twig.picture_configuration_runtime''getContao_Twig_PictureConfigurationRuntimeService'true],
  1125.             'Contao\\CoreBundle\\Twig\\Runtime\\SchemaOrgRuntime' => ['privates''contao.twig.schema_org_runtime''getContao_Twig_SchemaOrgRuntimeService'true],
  1126.         ], [
  1127.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1128.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1129.             'Contao\\CoreBundle\\Twig\\Runtime\\FigureRendererRuntime' => '?',
  1130.             'Contao\\CoreBundle\\Twig\\Runtime\\InsertTagRuntime' => '?',
  1131.             'Contao\\CoreBundle\\Twig\\Runtime\\LegacyTemplateFunctionsRuntime' => '?',
  1132.             'Contao\\CoreBundle\\Twig\\Runtime\\PictureConfigurationRuntime' => '?',
  1133.             'Contao\\CoreBundle\\Twig\\Runtime\\SchemaOrgRuntime' => '?',
  1134.         ])));
  1135.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1136.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1137.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  1138.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1139.         return $instance;
  1140.     }
  1141.     /**
  1142.      * Gets the public 'Contao\CoreBundle\Controller\Page\ErrorPageController' shared service.
  1143.      *
  1144.      * @return \Contao\CoreBundle\Controller\Page\ErrorPageController
  1145.      */
  1146.     protected function getErrorPageControllerService()
  1147.     {
  1148.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1149.         if (isset($this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'])) {
  1150.             return $this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'];
  1151.         }
  1152.         $this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'] = $instance = new \Contao\CoreBundle\Controller\Page\ErrorPageController($a);
  1153.         $instance->setContainer(($this->privates['.service_locator.LvLjDEU'] ?? $this->get_ServiceLocator_LvLjDEUService())->withContext('Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'$this));
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'HeimrichHannot\UtilsBundle\String\AnonymizerUtil' shared autowired service.
  1158.      *
  1159.      * @return \HeimrichHannot\UtilsBundle\String\AnonymizerUtil
  1160.      */
  1161.     protected function getAnonymizerUtilService()
  1162.     {
  1163.         return $this->services['HeimrichHannot\\UtilsBundle\\String\\AnonymizerUtil'] = new \HeimrichHannot\UtilsBundle\String\AnonymizerUtil();
  1164.     }
  1165.     /**
  1166.      * Gets the public 'HeimrichHannot\UtilsBundle\Util\Utils' shared autowired service.
  1167.      *
  1168.      * @return \HeimrichHannot\UtilsBundle\Util\Utils
  1169.      */
  1170.     protected function getUtilsService()
  1171.     {
  1172.         return $this->services['HeimrichHannot\\UtilsBundle\\Util\\Utils'] = new \HeimrichHannot\UtilsBundle\Util\Utils((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1173.             'HeimrichHannot\\UtilsBundle\\Util\\Container\\ContainerUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Container\\ContainerUtil''getContainerUtilService'true],
  1174.             'HeimrichHannot\\UtilsBundle\\Util\\Dca\\DcaUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Dca\\DcaUtil''getDcaUtilService'true],
  1175.             'HeimrichHannot\\UtilsBundle\\Util\\File\\FileUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\File\\FileUtil''getFileUtilService'true],
  1176.             'HeimrichHannot\\UtilsBundle\\Util\\Html\\HtmlUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Html\\HtmlUtil''getHtmlUtilService'true],
  1177.             'HeimrichHannot\\UtilsBundle\\Util\\Locale\\LocaleUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Locale\\LocaleUtil''getLocaleUtilService'true],
  1178.             'HeimrichHannot\\UtilsBundle\\Util\\Model\\ModelUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Model\\ModelUtil''getModelUtilService'true],
  1179.             'HeimrichHannot\\UtilsBundle\\Util\\Request\\RequestUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Request\\RequestUtil''getRequestUtil2Service'true],
  1180.             'HeimrichHannot\\UtilsBundle\\Util\\Request\\UrlUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Request\\UrlUtil''getUrlUtil2Service'true],
  1181.             'HeimrichHannot\\UtilsBundle\\Util\\Routing\\RoutingUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Routing\\RoutingUtil''getRoutingUtilService'true],
  1182.             'HeimrichHannot\\UtilsBundle\\Util\\Type\\ArrayUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Type\\ArrayUtil''getArrayUtil2Service'true],
  1183.             'HeimrichHannot\\UtilsBundle\\Util\\Type\\StringUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Type\\StringUtil''getStringUtil2Service'true],
  1184.             'HeimrichHannot\\UtilsBundle\\Util\\Ui\\AccordionUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\Ui\\AccordionUtil''getAccordionUtil2Service'true],
  1185.             'HeimrichHannot\\UtilsBundle\\Util\\User\\UserUtil' => ['privates''HeimrichHannot\\UtilsBundle\\Util\\User\\UserUtil''getUserUtil2Service'true],
  1186.         ], [
  1187.             'HeimrichHannot\\UtilsBundle\\Util\\Container\\ContainerUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Container\\ContainerUtil',
  1188.             'HeimrichHannot\\UtilsBundle\\Util\\Dca\\DcaUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Dca\\DcaUtil',
  1189.             'HeimrichHannot\\UtilsBundle\\Util\\File\\FileUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\File\\FileUtil',
  1190.             'HeimrichHannot\\UtilsBundle\\Util\\Html\\HtmlUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Html\\HtmlUtil',
  1191.             'HeimrichHannot\\UtilsBundle\\Util\\Locale\\LocaleUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Locale\\LocaleUtil',
  1192.             'HeimrichHannot\\UtilsBundle\\Util\\Model\\ModelUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Model\\ModelUtil',
  1193.             'HeimrichHannot\\UtilsBundle\\Util\\Request\\RequestUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Request\\RequestUtil',
  1194.             'HeimrichHannot\\UtilsBundle\\Util\\Request\\UrlUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Request\\UrlUtil',
  1195.             'HeimrichHannot\\UtilsBundle\\Util\\Routing\\RoutingUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Routing\\RoutingUtil',
  1196.             'HeimrichHannot\\UtilsBundle\\Util\\Type\\ArrayUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Type\\ArrayUtil',
  1197.             'HeimrichHannot\\UtilsBundle\\Util\\Type\\StringUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Type\\StringUtil',
  1198.             'HeimrichHannot\\UtilsBundle\\Util\\Ui\\AccordionUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\Ui\\AccordionUtil',
  1199.             'HeimrichHannot\\UtilsBundle\\Util\\User\\UserUtil' => 'HeimrichHannot\\UtilsBundle\\Util\\User\\UserUtil',
  1200.         ]))->withContext('HeimrichHannot\\UtilsBundle\\Util\\Utils'$this));
  1201.     }
  1202.     /**
  1203.      * Gets the public 'assets.packages' shared service.
  1204.      *
  1205.      * @return \Symfony\Component\Asset\Packages
  1206.      */
  1207.     protected function getAssets_PackagesService()
  1208.     {
  1209.         $a = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  1210.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1211.         $this->services['assets.packages'] = $instance = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage(''$a, new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b->getBaseUrl(), $b->isSecure())), new RewindableGenerator(function () {
  1212.             return new \EmptyIterator();
  1213.         }, 0));
  1214.         $c = ($this->services['contao.assets.assets_context'] ?? $this->getContao_Assets_AssetsContextService());
  1215.         $d = new \Symfony\Component\Asset\PathPackage('assets/ace', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.23.4''%s?v=%s'), $c);
  1216.         $e = new \Symfony\Component\Asset\PathPackage('assets/chosen', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.2.5''%s?v=%s'), $c);
  1217.         $f = new \Symfony\Component\Asset\PathPackage('assets/colorbox', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.6''%s?v=%s'), $c);
  1218.         $g = new \Symfony\Component\Asset\PathPackage('assets/colorpicker', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.5.2''%s?v=%s'), $c);
  1219.         $h = new \Symfony\Component\Asset\PathPackage('assets/contao', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('9.3.2''%s?v=%s'), $c);
  1220.         $i = new \Symfony\Component\Asset\PathPackage('assets/datepicker', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.3.2''%s?v=%s'), $c);
  1221.         $j = new \Symfony\Component\Asset\PathPackage('assets/dropzone', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('5.9.3''%s?v=%s'), $c);
  1222.         $k = new \Symfony\Component\Asset\PathPackage('assets/jquery', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('3.7.0''%s?v=%s'), $c);
  1223.         $l = new \Symfony\Component\Asset\PathPackage('assets/jquery-ui', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.13.2''%s?v=%s'), $c);
  1224.         $m = new \Symfony\Component\Asset\PathPackage('assets/mediabox', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.5.5''%s?v=%s'), $c);
  1225.         $n = new \Symfony\Component\Asset\PathPackage('assets/mootools', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.0.7''%s?v=%s'), $c);
  1226.         $o = new \Symfony\Component\Asset\PathPackage('assets/simplemodal', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.1.1''%s?v=%s'), $c);
  1227.         $p = new \Symfony\Component\Asset\PathPackage('assets/swipe', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.2.0''%s?v=%s'), $c);
  1228.         $q = new \Symfony\Component\Asset\PathPackage('assets/tablesort', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('4.0.1''%s?v=%s'), $c);
  1229.         $r = new \Symfony\Component\Asset\PathPackage('assets/tablesorter', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('2.31.3''%s?v=%s'), $c);
  1230.         $s = new \Symfony\Component\Asset\PathPackage('assets/tinymce4', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('5.10.7''%s?v=%s'), $c);
  1231.         $instance->addPackage('contao_core', new \Symfony\Component\Asset\PathPackage('bundles/contaocore'$a$c));
  1232.         $instance->addPackage('terminal42_conditionalformfields', new \Symfony\Component\Asset\PathPackage('bundles/terminal42conditionalformfields'$a$c));
  1233.         $instance->addPackage('contao_faq', new \Symfony\Component\Asset\PathPackage('bundles/contaofaq'$a$c));
  1234.         $instance->addPackage('heimrich_hannot_contao_multi_file_upload', new \Symfony\Component\Asset\PathPackage('bundles/heimrichhannotcontaomultifileupload'$a$c));
  1235.         $instance->addPackage('heimrich_hannot_contao_utils', new \Symfony\Component\Asset\PathPackage('bundles/heimrichhannotcontaoutils'$a$c));
  1236.         $instance->addPackage('terminal42_fine_uploader', new \Symfony\Component\Asset\PathPackage('bundles/terminal42fineuploader', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/vendor/terminal42/contao-fineuploader/public/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), $c));
  1237.         $instance->addPackage('contao_comments', new \Symfony\Component\Asset\PathPackage('bundles/contaocomments'$a$c));
  1238.         $instance->addPackage('contao_news', new \Symfony\Component\Asset\PathPackage('bundles/contaonews'$a$c));
  1239.         $instance->addPackage('contao_calendar', new \Symfony\Component\Asset\PathPackage('bundles/contaocalendar'$a$c));
  1240.         $instance->addPackage('contao_newsletter', new \Symfony\Component\Asset\PathPackage('bundles/contaonewsletter'$a$c));
  1241.         $instance->addPackage('softleister_backup_db', new \Symfony\Component\Asset\PathPackage('bundles/softleisterbackupdb'$a$c));
  1242.         $instance->addPackage('terminal42_change_language', new \Symfony\Component\Asset\PathPackage('bundles/terminal42changelanguage'$a$c));
  1243.         $instance->addPackage('heimrich_hannot_utils', new \Symfony\Component\Asset\PathPackage('bundles/heimrichhannotutils'$a$c));
  1244.         $instance->addPackage('codefog_member_export', new \Symfony\Component\Asset\PathPackage('bundles/codefogmemberexport'$a$c));
  1245.         $instance->addPackage('app', new \Symfony\Component\Asset\PathPackage('bundles/app'$a$c));
  1246.         $instance->addPackage('contao-components/ace'$d);
  1247.         $instance->addPackage('contao-components/chosen'$e);
  1248.         $instance->addPackage('contao-components/colorbox'$f);
  1249.         $instance->addPackage('contao-components/colorpicker'$g);
  1250.         $instance->addPackage('contao-components/contao'$h);
  1251.         $instance->addPackage('contao-components/datepicker'$i);
  1252.         $instance->addPackage('contao-components/dropzone'$j);
  1253.         $instance->addPackage('contao-components/jquery'$k);
  1254.         $instance->addPackage('contao-components/jquery-ui'$l);
  1255.         $instance->addPackage('contao-components/mediabox'$m);
  1256.         $instance->addPackage('contao-components/mootools'$n);
  1257.         $instance->addPackage('contao-components/simplemodal'$o);
  1258.         $instance->addPackage('contao-components/swipe'$p);
  1259.         $instance->addPackage('contao-components/tablesort'$q);
  1260.         $instance->addPackage('contao-components/tablesorter'$r);
  1261.         $instance->addPackage('contao-components/tinymce4'$s);
  1262.         $instance->addPackage('contao-components/ace'$d);
  1263.         $instance->addPackage('contao-components/chosen'$e);
  1264.         $instance->addPackage('contao-components/colorbox'$f);
  1265.         $instance->addPackage('contao-components/colorpicker'$g);
  1266.         $instance->addPackage('contao-components/contao'$h);
  1267.         $instance->addPackage('contao-components/datepicker'$i);
  1268.         $instance->addPackage('contao-components/dropzone'$j);
  1269.         $instance->addPackage('contao-components/jquery'$k);
  1270.         $instance->addPackage('contao-components/jquery-ui'$l);
  1271.         $instance->addPackage('contao-components/mediabox'$m);
  1272.         $instance->addPackage('contao-components/mootools'$n);
  1273.         $instance->addPackage('contao-components/simplemodal'$o);
  1274.         $instance->addPackage('contao-components/swipe'$p);
  1275.         $instance->addPackage('contao-components/tablesort'$q);
  1276.         $instance->addPackage('contao-components/tablesorter'$r);
  1277.         $instance->addPackage('contao-components/tinymce4'$s);
  1278.         return $instance;
  1279.     }
  1280.     /**
  1281.      * Gets the public 'cache.app' shared service.
  1282.      *
  1283.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1284.      */
  1285.     protected function getCache_AppService()
  1286.     {
  1287.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Gd1Me5ToAn'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1288.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1289.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1290.     }
  1291.     /**
  1292.      * Gets the public 'cache.system' shared service.
  1293.      *
  1294.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1295.      */
  1296.     protected function getCache_SystemService()
  1297.     {
  1298.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LnhqhM-D-9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1299.     }
  1300.     /**
  1301.      * Gets the public 'contao.assets.assets_context' shared service.
  1302.      *
  1303.      * @return \Contao\CoreBundle\Asset\ContaoContext
  1304.      */
  1305.     protected function getContao_Assets_AssetsContextService()
  1306.     {
  1307.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1308.         if (isset($this->services['contao.assets.assets_context'])) {
  1309.             return $this->services['contao.assets.assets_context'];
  1310.         }
  1311.         return $this->services['contao.assets.assets_context'] = new \Contao\CoreBundle\Asset\ContaoContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a'staticPlugins'true);
  1312.     }
  1313.     /**
  1314.      * Gets the public 'contao.csrf.token_manager' shared service.
  1315.      *
  1316.      * @return \Contao\CoreBundle\Csrf\ContaoCsrfTokenManager
  1317.      */
  1318.     protected function getContao_Csrf_TokenManagerService()
  1319.     {
  1320.         return $this->services['contao.csrf.token_manager'] = new \Contao\CoreBundle\Csrf\ContaoCsrfTokenManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'csrf_', ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['contao.csrf.token_storage'] ?? ($this->privates['contao.csrf.token_storage'] = new \Contao\CoreBundle\Csrf\MemoryTokenStorage())), NULL'contao_csrf_token');
  1321.     }
  1322.     /**
  1323.      * Gets the public 'contao.framework' shared service.
  1324.      *
  1325.      * @return \Contao\CoreBundle\Framework\ContaoFramework
  1326.      */
  1327.     protected function getContao_FrameworkService()
  1328.     {
  1329.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  1330.         if (isset($this->services['contao.framework'])) {
  1331.             return $this->services['contao.framework'];
  1332.         }
  1333.         $b = ($this->services['router'] ?? $this->getRouterService());
  1334.         if (isset($this->services['contao.framework'])) {
  1335.             return $this->services['contao.framework'];
  1336.         }
  1337.         $this->services['contao.framework'] = $instance = new \Contao\CoreBundle\Framework\ContaoFramework(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $a, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $b\dirname(__DIR__4), 8183false);
  1338.         $instance->setContainer($this);
  1339.         $instance->setHookListeners(['executePostActions' => [=> [=> [=> 'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Contao\\ExecutePostActionsListener'=> '__invoke'], => [=> 'terminal42_fineuploader.listener.backend'=> 'onExecutePostActions']]], 'processFormData' => [10 => [=> [=> 'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Contao\\FormGeneratorListener'=> 'onProcessFormData']]], 'getAttributesFromDca' => [=> [=> [=> 'HeimrichHannot\\MultiFileUploadBundle\\EventListener\\Contao\\GetAttributesFromDcaListener'=> '__invoke']]], 'initializeSystem' => [255 => [=> [=> 'contao.listener.0HIQe5P'=> 'onInitializeSystem'], => [=> 'contao.listener.fE48e1G'=> 'onInitializeSystem']], => [=> [=> 'contao.listener.data_container.preview_link'=> 'unloadModuleWithoutPreviewScript'], => [=> 'HeimrichHannot\\AjaxBundle\\EventListener\\Contao\\InitializeSystemListener'=> '__invoke']]], 'loadDataContainer' => [=> [=> [=> 'contao.listener.data_container.preview_link'=> 'unloadTableWithoutPreviewScript'], => [=> 'contao.listener.data_container.record_preview'=> 'registerDeleteCallbacks'], => [=> 'contao.listener.data_container.toggle_nodes_label'=> '__invoke'], => [=> 'contao.listener.data_container_callback'=> 'onLoadDataContainer'], => [=> 'terminal42_fineuploader.listener.backend'=> 'onLoadDataContainer'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\CallbackSetupListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\MissingLanguageIconListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageInitializationListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\DataContainer\\PageOperationListener'=> '__invoke']]], 'replaceInsertTags' => [=> [=> [=> 'contao.listener.insert_tags.asset'=> 'onReplaceInsertTags'], => [=> 'contao.listener.insert_tags.date'=> '__invoke'], => [=> 'contao.listener.insert_tags.translation'=> 'onReplaceInsertTags'], => [=> 'contao_faq.listener.insert_tags'=> 'onReplaceInsertTags'], => [=> 'contao_news.listener.insert_tags'=> '__invoke'], => [=> 'contao_calendar.listener.insert_tags'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\InsertTagsListener'=> '__invoke']]], 'addCustomRegexp' => [=> [=> [=> 'contao.listener.widget.custom_rgxp'=> '__invoke'], => [=> 'contao.listener.widget.http_url'=> '__invoke']]], 'compileFormFields' => [=> [=> [=> 'Terminal42\\ConditionalformfieldsBundle\\EventListener\\FormListener'=> 'onCompileFormFields']]], 'loadFormField' => [=> [=> [=> 'Terminal42\\ConditionalformfieldsBundle\\EventListener\\FormListener'=> 'onLoadFormField']]], 'validateFormField' => [=> [=> [=> 'Terminal42\\ConditionalformfieldsBundle\\EventListener\\FormListener'=> 'onValidateFormField']]], 'generatePage' => [=> [=> [=> 'contao_news.listener.generate_page'=> '__invoke'], => [=> 'contao_calendar.listener.generate_page'=> '__invoke']]], 'changelanguageNavigation' => [=> [=> [=> 'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\ArticleNavigationListener'=> '__invoke'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\CalendarNavigationListener'=> 'onChangelanguageNavigation'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\FaqNavigationListener'=> 'onChangelanguageNavigation'], => [=> 'Terminal42\\ChangeLanguage\\EventListener\\Navigation\\NewsNavigationListener'=> 'onChangelanguageNavigation']]], 'getUserNavigation' => [=> [=> [=> 'AppBundle\\Controller\\Backend\\UserNavigationController'=> 'addSettingsToNavigation']]]]);
  1340.         return $instance;
  1341.     }
  1342.     /**
  1343.      * Gets the public 'contao.intl.locales' shared service.
  1344.      *
  1345.      * @return \Contao\CoreBundle\Intl\Locales
  1346.      */
  1347.     protected function getContao_Intl_LocalesService()
  1348.     {
  1349.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1350.         if (isset($this->services['contao.intl.locales'])) {
  1351.             return $this->services['contao.intl.locales'];
  1352.         }
  1353.         $b = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  1354.         if (isset($this->services['contao.intl.locales'])) {
  1355.             return $this->services['contao.intl.locales'];
  1356.         }
  1357.         return $this->services['contao.intl.locales'] = new \Contao\CoreBundle\Intl\Locales($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, [=> 'en'=> 'pt'=> 'nl'=> 'lv'=> 'ja'=> 'pl'=> 'es'=> 'fr'=> 'fa'=> 'tr'10 => 'sr'11 => 'sv'12 => 'cs'13 => 'ru'14 => 'de'15 => 'it'16 => 'sl'17 => 'af'18 => 'af_NA'19 => 'af_ZA'20 => 'agq'21 => 'agq_CM'22 => 'ak'23 => 'ak_GH'24 => 'am'25 => 'am_ET'26 => 'ar'27 => 'ar_001'28 => 'ar_AE'29 => 'ar_BH'30 => 'ar_DJ'31 => 'ar_DZ'32 => 'ar_EG'33 => 'ar_EH'34 => 'ar_ER'35 => 'ar_IL'36 => 'ar_IQ'37 => 'ar_JO'38 => 'ar_KM'39 => 'ar_KW'40 => 'ar_LB'41 => 'ar_LY'42 => 'ar_MA'43 => 'ar_MR'44 => 'ar_OM'45 => 'ar_PS'46 => 'ar_QA'47 => 'ar_SA'48 => 'ar_SD'49 => 'ar_SO'50 => 'ar_SS'51 => 'ar_SY'52 => 'ar_TD'53 => 'ar_TN'54 => 'ar_YE'55 => 'as'56 => 'as_IN'57 => 'asa'58 => 'asa_TZ'59 => 'ast'60 => 'ast_ES'61 => 'az'62 => 'az_Cyrl'63 => 'az_Cyrl_AZ'64 => 'az_Latn'65 => 'az_Latn_AZ'66 => 'bas'67 => 'bas_CM'68 => 'be'69 => 'be_BY'70 => 'bem'71 => 'bem_ZM'72 => 'bez'73 => 'bez_TZ'74 => 'bg'75 => 'bg_BG'76 => 'bm'77 => 'bm_ML'78 => 'bn'79 => 'bn_BD'80 => 'bn_IN'81 => 'bo'82 => 'bo_CN'83 => 'bo_IN'84 => 'br'85 => 'br_FR'86 => 'brx'87 => 'brx_IN'88 => 'bs'89 => 'bs_Cyrl'90 => 'bs_Cyrl_BA'91 => 'bs_Latn'92 => 'bs_Latn_BA'93 => 'ca'94 => 'ca_AD'95 => 'ca_ES'96 => 'ca_FR'97 => 'ca_IT'98 => 'ccp'99 => 'ccp_BD'100 => 'ccp_IN'101 => 'ce'102 => 'ce_RU'103 => 'ceb'104 => 'ceb_PH'105 => 'cgg'106 => 'cgg_UG'107 => 'chr'108 => 'chr_US'109 => 'ckb'110 => 'ckb_IQ'111 => 'ckb_IR'112 => 'cs_CZ'113 => 'cy'114 => 'cy_GB'115 => 'da'116 => 'da_DK'117 => 'da_GL'118 => 'dav'119 => 'dav_KE'120 => 'de_AT'121 => 'de_BE'122 => 'de_CH'123 => 'de_DE'124 => 'de_IT'125 => 'de_LI'126 => 'de_LU'127 => 'dje'128 => 'dje_NE'129 => 'dsb'130 => 'dsb_DE'131 => 'dua'132 => 'dua_CM'133 => 'dyo'134 => 'dyo_SN'135 => 'dz'136 => 'dz_BT'137 => 'ebu'138 => 'ebu_KE'139 => 'ee'140 => 'ee_GH'141 => 'ee_TG'142 => 'el'143 => 'el_CY'144 => 'el_GR'145 => 'en_001'146 => 'en_150'147 => 'en_AE'148 => 'en_AG'149 => 'en_AI'150 => 'en_AS'151 => 'en_AT'152 => 'en_AU'153 => 'en_BB'154 => 'en_BE'155 => 'en_BI'156 => 'en_BM'157 => 'en_BS'158 => 'en_BW'159 => 'en_BZ'160 => 'en_CA'161 => 'en_CC'162 => 'en_CH'163 => 'en_CK'164 => 'en_CM'165 => 'en_CX'166 => 'en_CY'167 => 'en_DE'168 => 'en_DG'169 => 'en_DK'170 => 'en_DM'171 => 'en_ER'172 => 'en_FI'173 => 'en_FJ'174 => 'en_FK'175 => 'en_FM'176 => 'en_GB'177 => 'en_GD'178 => 'en_GG'179 => 'en_GH'180 => 'en_GI'181 => 'en_GM'182 => 'en_GU'183 => 'en_GY'184 => 'en_HK'185 => 'en_IE'186 => 'en_IL'187 => 'en_IM'188 => 'en_IN'189 => 'en_IO'190 => 'en_JE'191 => 'en_JM'192 => 'en_KE'193 => 'en_KI'194 => 'en_KN'195 => 'en_KY'196 => 'en_LC'197 => 'en_LR'198 => 'en_LS'199 => 'en_MG'200 => 'en_MH'201 => 'en_MO'202 => 'en_MP'203 => 'en_MS'204 => 'en_MT'205 => 'en_MU'206 => 'en_MW'207 => 'en_MY'208 => 'en_NA'209 => 'en_NF'210 => 'en_NG'211 => 'en_NL'212 => 'en_NR'213 => 'en_NU'214 => 'en_NZ'215 => 'en_PG'216 => 'en_PH'217 => 'en_PK'218 => 'en_PN'219 => 'en_PR'220 => 'en_PW'221 => 'en_RW'222 => 'en_SB'223 => 'en_SC'224 => 'en_SD'225 => 'en_SE'226 => 'en_SG'227 => 'en_SH'228 => 'en_SI'229 => 'en_SL'230 => 'en_SS'231 => 'en_SX'232 => 'en_SZ'233 => 'en_TC'234 => 'en_TK'235 => 'en_TO'236 => 'en_TT'237 => 'en_TV'238 => 'en_TZ'239 => 'en_UG'240 => 'en_UM'241 => 'en_US'242 => 'en_US_POSIX'243 => 'en_VC'244 => 'en_VG'245 => 'en_VI'246 => 'en_VU'247 => 'en_WS'248 => 'en_ZA'249 => 'en_ZM'250 => 'en_ZW'251 => 'eo'252 => 'eo_001'253 => 'es_419'254 => 'es_AR'255 => 'es_BO'256 => 'es_BR'257 => 'es_BZ'258 => 'es_CL'259 => 'es_CO'260 => 'es_CR'261 => 'es_CU'262 => 'es_DO'263 => 'es_EA'264 => 'es_EC'265 => 'es_ES'266 => 'es_GQ'267 => 'es_GT'268 => 'es_HN'269 => 'es_IC'270 => 'es_MX'271 => 'es_NI'272 => 'es_PA'273 => 'es_PE'274 => 'es_PH'275 => 'es_PR'276 => 'es_PY'277 => 'es_SV'278 => 'es_US'279 => 'es_UY'280 => 'es_VE'281 => 'et'282 => 'et_EE'283 => 'eu'284 => 'eu_ES'285 => 'ewo'286 => 'ewo_CM'287 => 'fa_AF'288 => 'fa_IR'289 => 'ff'290 => 'ff_Latn'291 => 'ff_Latn_BF'292 => 'ff_Latn_CM'293 => 'ff_Latn_GH'294 => 'ff_Latn_GM'295 => 'ff_Latn_GN'296 => 'ff_Latn_GW'297 => 'ff_Latn_LR'298 => 'ff_Latn_MR'299 => 'ff_Latn_NE'300 => 'ff_Latn_NG'301 => 'ff_Latn_SL'302 => 'ff_Latn_SN'303 => 'fi'304 => 'fi_FI'305 => 'fil'306 => 'fil_PH'307 => 'fo'308 => 'fo_DK'309 => 'fo_FO'310 => 'fr_BE'311 => 'fr_BF'312 => 'fr_BI'313 => 'fr_BJ'314 => 'fr_BL'315 => 'fr_CA'316 => 'fr_CD'317 => 'fr_CF'318 => 'fr_CG'319 => 'fr_CH'320 => 'fr_CI'321 => 'fr_CM'322 => 'fr_DJ'323 => 'fr_DZ'324 => 'fr_FR'325 => 'fr_GA'326 => 'fr_GF'327 => 'fr_GN'328 => 'fr_GP'329 => 'fr_GQ'330 => 'fr_HT'331 => 'fr_KM'332 => 'fr_LU'333 => 'fr_MA'334 => 'fr_MC'335 => 'fr_MF'336 => 'fr_MG'337 => 'fr_ML'338 => 'fr_MQ'339 => 'fr_MR'340 => 'fr_MU'341 => 'fr_NC'342 => 'fr_NE'343 => 'fr_PF'344 => 'fr_PM'345 => 'fr_RE'346 => 'fr_RW'347 => 'fr_SC'348 => 'fr_SN'349 => 'fr_SY'350 => 'fr_TD'351 => 'fr_TG'352 => 'fr_TN'353 => 'fr_VU'354 => 'fr_WF'355 => 'fr_YT'356 => 'fur'357 => 'fur_IT'358 => 'fy'359 => 'fy_NL'360 => 'ga'361 => 'ga_GB'362 => 'ga_IE'363 => 'gd'364 => 'gd_GB'365 => 'gl'366 => 'gl_ES'367 => 'gsw'368 => 'gsw_CH'369 => 'gsw_FR'370 => 'gsw_LI'371 => 'gu'372 => 'gu_IN'373 => 'guz'374 => 'guz_KE'375 => 'gv'376 => 'gv_IM'377 => 'ha'378 => 'ha_GH'379 => 'ha_NE'380 => 'ha_NG'381 => 'haw'382 => 'haw_US'383 => 'he'384 => 'he_IL'385 => 'hi'386 => 'hi_IN'387 => 'hr'388 => 'hr_BA'389 => 'hr_HR'390 => 'hsb'391 => 'hsb_DE'392 => 'hu'393 => 'hu_HU'394 => 'hy'395 => 'hy_AM'396 => 'ia'397 => 'ia_001'398 => 'id'399 => 'id_ID'400 => 'ig'401 => 'ig_NG'402 => 'ii'403 => 'ii_CN'404 => 'is'405 => 'is_IS'406 => 'it_CH'407 => 'it_IT'408 => 'it_SM'409 => 'it_VA'410 => 'ja_JP'411 => 'jgo'412 => 'jgo_CM'413 => 'jmc'414 => 'jmc_TZ'415 => 'jv'416 => 'jv_ID'417 => 'ka'418 => 'ka_GE'419 => 'kab'420 => 'kab_DZ'421 => 'kam'422 => 'kam_KE'423 => 'kde'424 => 'kde_TZ'425 => 'kea'426 => 'kea_CV'427 => 'khq'428 => 'khq_ML'429 => 'ki'430 => 'ki_KE'431 => 'kk'432 => 'kk_KZ'433 => 'kkj'434 => 'kkj_CM'435 => 'kl'436 => 'kl_GL'437 => 'kln'438 => 'kln_KE'439 => 'km'440 => 'km_KH'441 => 'kn'442 => 'kn_IN'443 => 'ko'444 => 'ko_KP'445 => 'ko_KR'446 => 'kok'447 => 'kok_IN'448 => 'ks'449 => 'ks_IN'450 => 'ksb'451 => 'ksb_TZ'452 => 'ksf'453 => 'ksf_CM'454 => 'ksh'455 => 'ksh_DE'456 => 'ku'457 => 'ku_TR'458 => 'kw'459 => 'kw_GB'460 => 'ky'461 => 'ky_KG'462 => 'lag'463 => 'lag_TZ'464 => 'lb'465 => 'lb_LU'466 => 'lg'467 => 'lg_UG'468 => 'lkt'469 => 'lkt_US'470 => 'ln'471 => 'ln_AO'472 => 'ln_CD'473 => 'ln_CF'474 => 'ln_CG'475 => 'lo'476 => 'lo_LA'477 => 'lrc'478 => 'lrc_IQ'479 => 'lrc_IR'480 => 'lt'481 => 'lt_LT'482 => 'lu'483 => 'lu_CD'484 => 'luo'485 => 'luo_KE'486 => 'luy'487 => 'luy_KE'488 => 'lv_LV'489 => 'mas'490 => 'mas_KE'491 => 'mas_TZ'492 => 'mer'493 => 'mer_KE'494 => 'mfe'495 => 'mfe_MU'496 => 'mg'497 => 'mg_MG'498 => 'mgh'499 => 'mgh_MZ'500 => 'mgo'501 => 'mgo_CM'502 => 'mi'503 => 'mi_NZ'504 => 'mk'505 => 'mk_MK'506 => 'ml'507 => 'ml_IN'508 => 'mn'509 => 'mn_MN'510 => 'mr'511 => 'mr_IN'512 => 'ms'513 => 'ms_BN'514 => 'ms_MY'515 => 'ms_SG'516 => 'mt'517 => 'mt_MT'518 => 'mua'519 => 'mua_CM'520 => 'my'521 => 'my_MM'522 => 'mzn'523 => 'mzn_IR'524 => 'naq'525 => 'naq_NA'526 => 'nb'527 => 'nb_NO'528 => 'nb_SJ'529 => 'nd'530 => 'nd_ZW'531 => 'nds'532 => 'nds_DE'533 => 'nds_NL'534 => 'ne'535 => 'ne_IN'536 => 'ne_NP'537 => 'nl_AW'538 => 'nl_BE'539 => 'nl_BQ'540 => 'nl_CW'541 => 'nl_NL'542 => 'nl_SR'543 => 'nl_SX'544 => 'nmg'545 => 'nmg_CM'546 => 'nn'547 => 'nn_NO'548 => 'nnh'549 => 'nnh_CM'550 => 'nus'551 => 'nus_SS'552 => 'nyn'553 => 'nyn_UG'554 => 'om'555 => 'om_ET'556 => 'om_KE'557 => 'or'558 => 'or_IN'559 => 'os'560 => 'os_GE'561 => 'os_RU'562 => 'pa'563 => 'pa_Arab'564 => 'pa_Arab_PK'565 => 'pa_Guru'566 => 'pa_Guru_IN'567 => 'pl_PL'568 => 'ps'569 => 'ps_AF'570 => 'ps_PK'571 => 'pt_AO'572 => 'pt_BR'573 => 'pt_CH'574 => 'pt_CV'575 => 'pt_GQ'576 => 'pt_GW'577 => 'pt_LU'578 => 'pt_MO'579 => 'pt_MZ'580 => 'pt_PT'581 => 'pt_ST'582 => 'pt_TL'583 => 'qu'584 => 'qu_BO'585 => 'qu_EC'586 => 'qu_PE'587 => 'rm'588 => 'rm_CH'589 => 'rn'590 => 'rn_BI'591 => 'ro'592 => 'ro_MD'593 => 'ro_RO'594 => 'rof'595 => 'rof_TZ'596 => 'ru_BY'597 => 'ru_KG'598 => 'ru_KZ'599 => 'ru_MD'600 => 'ru_RU'601 => 'ru_UA'602 => 'rw'603 => 'rw_RW'604 => 'rwk'605 => 'rwk_TZ'606 => 'sah'607 => 'sah_RU'608 => 'saq'609 => 'saq_KE'610 => 'sbp'611 => 'sbp_TZ'612 => 'sd'613 => 'sd_PK'614 => 'se'615 => 'se_FI'616 => 'se_NO'617 => 'se_SE'618 => 'seh'619 => 'seh_MZ'620 => 'ses'621 => 'ses_ML'622 => 'sg'623 => 'sg_CF'624 => 'shi'625 => 'shi_Latn'626 => 'shi_Latn_MA'627 => 'shi_Tfng'628 => 'shi_Tfng_MA'629 => 'si'630 => 'si_LK'631 => 'sk'632 => 'sk_SK'633 => 'sl_SI'634 => 'smn'635 => 'smn_FI'636 => 'sn'637 => 'sn_ZW'638 => 'so'639 => 'so_DJ'640 => 'so_ET'641 => 'so_KE'642 => 'so_SO'643 => 'sq'644 => 'sq_AL'645 => 'sq_MK'646 => 'sq_XK'647 => 'sr_Cyrl'648 => 'sr_Cyrl_BA'649 => 'sr_Cyrl_ME'650 => 'sr_Cyrl_RS'651 => 'sr_Cyrl_XK'652 => 'sr_Latn'653 => 'sr_Latn_BA'654 => 'sr_Latn_ME'655 => 'sr_Latn_RS'656 => 'sr_Latn_XK'657 => 'sv_AX'658 => 'sv_FI'659 => 'sv_SE'660 => 'sw'661 => 'sw_CD'662 => 'sw_KE'663 => 'sw_TZ'664 => 'sw_UG'665 => 'ta'666 => 'ta_IN'667 => 'ta_LK'668 => 'ta_MY'669 => 'ta_SG'670 => 'te'671 => 'te_IN'672 => 'teo'673 => 'teo_KE'674 => 'teo_UG'675 => 'tg'676 => 'tg_TJ'677 => 'th'678 => 'th_TH'679 => 'ti'680 => 'ti_ER'681 => 'ti_ET'682 => 'tk'683 => 'tk_TM'684 => 'to'685 => 'to_TO'686 => 'tr_CY'687 => 'tr_TR'688 => 'tt'689 => 'tt_RU'690 => 'twq'691 => 'twq_NE'692 => 'tzm'693 => 'tzm_MA'694 => 'ug'695 => 'ug_CN'696 => 'uk'697 => 'uk_UA'698 => 'ur'699 => 'ur_IN'700 => 'ur_PK'701 => 'uz'702 => 'uz_Arab'703 => 'uz_Arab_AF'704 => 'uz_Cyrl'705 => 'uz_Cyrl_UZ'706 => 'uz_Latn'707 => 'uz_Latn_UZ'708 => 'vai'709 => 'vai_Latn'710 => 'vai_Latn_LR'711 => 'vai_Vaii'712 => 'vai_Vaii_LR'713 => 'vi'714 => 'vi_VN'715 => 'vun'716 => 'vun_TZ'717 => 'wae'718 => 'wae_CH'719 => 'wo'720 => 'wo_SN'721 => 'xh'722 => 'xh_ZA'723 => 'xog'724 => 'xog_UG'725 => 'yav'726 => 'yav_CM'727 => 'yi'728 => 'yi_001'729 => 'yo'730 => 'yo_BJ'731 => 'yo_NG'732 => 'yue'733 => 'yue_Hans'734 => 'yue_Hans_CN'735 => 'yue_Hant'736 => 'yue_Hant_HK'737 => 'zgh'738 => 'zgh_MA'739 => 'zh'740 => 'zh_Hans'741 => 'zh_Hans_CN'742 => 'zh_Hans_HK'743 => 'zh_Hans_MO'744 => 'zh_Hans_SG'745 => 'zh_Hant'746 => 'zh_Hant_HK'747 => 'zh_Hant_MO'748 => 'zh_Hant_TW'749 => 'zu'750 => 'zu_ZA'], $this->parameters['contao.locales'], [], [], 'en');
  1358.     }
  1359.     /**
  1360.      * Gets the public 'contao.resource_finder' shared service.
  1361.      *
  1362.      * @return \Contao\CoreBundle\Config\ResourceFinder
  1363.      */
  1364.     protected function getContao_ResourceFinderService()
  1365.     {
  1366.         return $this->services['contao.resource_finder'] = new \Contao\CoreBundle\Config\ResourceFinder($this->parameters['contao.resources_paths']);
  1367.     }
  1368.     /**
  1369.      * Gets the public 'contao.routing.nested_404_matcher' shared service.
  1370.      *
  1371.      * @return \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher
  1372.      */
  1373.     protected function getContao_Routing_Nested404MatcherService()
  1374.     {
  1375.         $a = ($this->privates['contao.routing.route_404_provider'] ?? $this->getContao_Routing_Route404ProviderService());
  1376.         if (isset($this->services['contao.routing.nested_404_matcher'])) {
  1377.             return $this->services['contao.routing.nested_404_matcher'];
  1378.         }
  1379.         $this->services['contao.routing.nested_404_matcher'] = $instance = new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($a, ($this->privates['contao.routing.url_matcher'] ?? ($this->privates['contao.routing.url_matcher'] = new \Contao\CoreBundle\Routing\Matcher\UrlMatcher())));
  1380.         $instance->addRouteFilter(($this->privates['contao.routing.matcher.domain_filter'] ?? ($this->privates['contao.routing.matcher.domain_filter'] = new \Contao\CoreBundle\Routing\Matcher\DomainFilter())));
  1381.         $instance->addRouteFilter(($this->privates['contao.routing.matcher.published_filter'] ?? $this->getContao_Routing_Matcher_PublishedFilterService()));
  1382.         return $instance;
  1383.     }
  1384.     /**
  1385.      * Gets the public 'contao.routing.nested_matcher' shared service.
  1386.      *
  1387.      * @return \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher
  1388.      */
  1389.     protected function getContao_Routing_NestedMatcherService()
  1390.     {
  1391.         $a = ($this->privates['contao.routing.route_provider'] ?? $this->getContao_Routing_RouteProviderService());
  1392.         if (isset($this->services['contao.routing.nested_matcher'])) {
  1393.             return $this->services['contao.routing.nested_matcher'];
  1394.         }
  1395.         $this->services['contao.routing.nested_matcher'] = $instance = new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($a, ($this->privates['contao.routing.url_matcher'] ?? ($this->privates['contao.routing.url_matcher'] = new \Contao\CoreBundle\Routing\Matcher\UrlMatcher())));
  1396.         $instance->addRouteFilter(($this->privates['contao.routing.matcher.domain_filter'] ?? ($this->privates['contao.routing.matcher.domain_filter'] = new \Contao\CoreBundle\Routing\Matcher\DomainFilter())));
  1397.         $instance->addRouteFilter(($this->privates['contao.routing.matcher.published_filter'] ?? $this->getContao_Routing_Matcher_PublishedFilterService()));
  1398.         $instance->addRouteFilter(new \Contao\CoreBundle\Routing\Matcher\LanguageFilter());
  1399.         return $instance;
  1400.     }
  1401.     /**
  1402.      * Gets the public 'contao.routing.page_registry' shared service.
  1403.      *
  1404.      * @return \Contao\CoreBundle\Routing\Page\PageRegistry
  1405.      */
  1406.     protected function getContao_Routing_PageRegistryService()
  1407.     {
  1408.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1409.         if (isset($this->services['contao.routing.page_registry'])) {
  1410.             return $this->services['contao.routing.page_registry'];
  1411.         }
  1412.         $this->services['contao.routing.page_registry'] = $instance = new \Contao\CoreBundle\Routing\Page\PageRegistry($a);
  1413.         $b = ($this->services['Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'] ?? $this->getErrorPageControllerService());
  1414.         $instance->add('error_401', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1415.         $instance->add('error_403', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1416.         $instance->add('error_404', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1417.         $instance->add('error_503', new \Contao\CoreBundle\Routing\Page\RouteConfig(falseNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\ErrorPageController'], []), NULL$b);
  1418.         $instance->add('root', new \Contao\CoreBundle\Routing\Page\RouteConfig(NULLNULLNULL, [], [], ['_controller' => 'Contao\\CoreBundle\\Controller\\Page\\RootPageController'], []), NULLfalse);
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'contao.routing.scope_matcher' shared service.
  1423.      *
  1424.      * @return \Contao\CoreBundle\Routing\ScopeMatcher
  1425.      */
  1426.     protected function getContao_Routing_ScopeMatcherService()
  1427.     {
  1428.         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()));
  1429.     }
  1430.     /**
  1431.      * Gets the public 'contao.security.token_checker' shared service.
  1432.      *
  1433.      * @return \Contao\CoreBundle\Security\Authentication\Token\TokenChecker
  1434.      */
  1435.     protected function getContao_Security_TokenCheckerService()
  1436.     {
  1437.         $a = ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1438.         if (isset($this->services['contao.security.token_checker'])) {
  1439.             return $this->services['contao.security.token_checker'];
  1440.         }
  1441.         $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1442.         if (isset($this->services['contao.security.token_checker'])) {
  1443.             return $this->services['contao.security.token_checker'];
  1444.         }
  1445.         return $this->services['contao.security.token_checker'] = new \Contao\CoreBundle\Security\Authentication\Token\TokenChecker(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['security.authentication.trust_resolver'] ?? $this->getSecurity_Authentication_TrustResolverService()), ($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter())), $b);
  1446.     }
  1447.     /**
  1448.      * Gets the public 'contao.twig.extension' shared service.
  1449.      *
  1450.      * @return \Contao\CoreBundle\Twig\Extension\ContaoExtension
  1451.      */
  1452.     protected function getContao_Twig_ExtensionService()
  1453.     {
  1454.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1455.         if (isset($this->services['contao.twig.extension'])) {
  1456.             return $this->services['contao.twig.extension'];
  1457.         }
  1458.         return $this->services['contao.twig.extension'] = new \Contao\CoreBundle\Twig\Extension\ContaoExtension($a, ($this->services['contao.twig.filesystem_loader'] ?? $this->getContao_Twig_FilesystemLoaderService()));
  1459.     }
  1460.     /**
  1461.      * Gets the public 'contao.twig.filesystem_loader' shared service.
  1462.      *
  1463.      * @return \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoader
  1464.      */
  1465.     protected function getContao_Twig_FilesystemLoaderService()
  1466.     {
  1467.         $a = ($this->privates['contao.twig.loader.template_locator'] ?? $this->getContao_Twig_Loader_TemplateLocatorService());
  1468.         if (isset($this->services['contao.twig.filesystem_loader'])) {
  1469.             return $this->services['contao.twig.filesystem_loader'];
  1470.         }
  1471.         return $this->services['contao.twig.filesystem_loader'] = new \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoader(($this->services['cache.system'] ?? $this->getCache_SystemService()), $a, ($this->privates['contao.twig.loader.theme_namespace'] ?? ($this->privates['contao.twig.loader.theme_namespace'] = new \Contao\CoreBundle\Twig\Loader\ThemeNamespace())), \dirname(__DIR__4));
  1472.     }
  1473.     /**
  1474.      * Gets the public 'data_collector.dump' shared service.
  1475.      *
  1476.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1477.      */
  1478.     protected function getDataCollector_DumpService()
  1479.     {
  1480.         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);
  1481.     }
  1482.     /**
  1483.      * Gets the public 'debug.stopwatch' shared service.
  1484.      *
  1485.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1486.      */
  1487.     protected function getDebug_StopwatchService()
  1488.     {
  1489.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1490.     }
  1491.     /**
  1492.      * Gets the public 'doctrine' shared service.
  1493.      *
  1494.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1495.      */
  1496.     protected function getDoctrineService()
  1497.     {
  1498.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1499.     }
  1500.     /**
  1501.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1502.      *
  1503.      * @return \Doctrine\DBAL\Connection
  1504.      */
  1505.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1506.     {
  1507.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1508.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1509.             return $this->services['doctrine.dbal.default_connection'];
  1510.         }
  1511.         $b = new \Doctrine\DBAL\Configuration();
  1512.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1513.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1514.         $c->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1515.         $c->pushHandler(($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService()));
  1516.         $c->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1517.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1518.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1519.         $d->setConnectionName('default');
  1520.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1521.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1522.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql''url' => $this->getEnv('DATABASE_URL'), 'charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1013 => false1002 => 'SET SESSION sql_mode=CONCAT(@@sql_mode, IF(INSTR(@@sql_mode, \'STRICT_\'), \'\', \',TRADITIONAL\'))'], 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_unicode_ci''engine' => 'InnoDB''row_format' => 'DYNAMIC''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  1523.     }
  1524.     /**
  1525.      * Gets the public 'event_dispatcher' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1528.      */
  1529.     protected function getEventDispatcherService()
  1530.     {
  1531.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1532.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1533.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  1534.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1535.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  1536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1537.         $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())));
  1538.         $instance->addListener('kernel.controller', [=> function () {
  1539.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1540.         }, => 'onKernelController'], 0);
  1541.         $instance->addListener('kernel.request', [=> function () {
  1542.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1543.         }, => 'onKernelRequest'], 250);
  1544.         $instance->addListener('kernel.response', [=> function () {
  1545.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1546.         }, => 'onKernelResponse'], 0);
  1547.         $instance->addListener('kernel.response', [=> function () {
  1548.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1549.         }, => 'onResponse'], -10);
  1550.         $instance->addListener('kernel.response', [=> function () {
  1551.             return ($this->privates['nelmio_security.content_type_listener'] ?? ($this->privates['nelmio_security.content_type_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentTypeListener(true)));
  1552.         }, => 'onKernelResponse'], 0);
  1553.         $instance->addListener('kernel.response', [=> function () {
  1554.             return ($this->privates['nelmio_security.referrer_policy_listener'] ?? $this->getNelmioSecurity_ReferrerPolicyListenerService());
  1555.         }, => 'onKernelResponse'], 0);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->privates['contao.listener.backend_locale'] ?? $this->getContao_Listener_BackendLocaleService());
  1558.         }, => '__invoke'], 7);
  1559.         $instance->addListener('kernel.request', [=> function () {
  1560.             return ($this->privates['contao.listener.backend_preview_redirect'] ?? $this->getContao_Listener_BackendPreviewRedirectService());
  1561.         }, => '__invoke'], 0);
  1562.         $instance->addListener('kernel.request', [=> function () {
  1563.             return ($this->privates['contao.listener.backend_rebuild_cache_message'] ?? $this->getContao_Listener_BackendRebuildCacheMessageService());
  1564.         }, => '__invoke'], 0);
  1565.         $instance->addListener('kernel.response', [=> function () {
  1566.             return ($this->privates['contao.listener.clear_session_data'] ?? ($this->privates['contao.listener.clear_session_data'] = new \Contao\CoreBundle\EventListener\ClearSessionDataListener()));
  1567.         }, => '__invoke'], -768);
  1568.         $instance->addListener('kernel.terminate', [=> function () {
  1569.             return ($this->privates['contao.listener.command_scheduler'] ?? $this->load('getContao_Listener_CommandSchedulerService'));
  1570.         }, => '__invoke'], 0);
  1571.         $instance->addListener('kernel.exception', [=> function () {
  1572.             return ($this->privates['contao.listener.exception_converter'] ?? ($this->privates['contao.listener.exception_converter'] = new \Contao\CoreBundle\EventListener\ExceptionConverterListener()));
  1573.         }, => '__invoke'], 96);
  1574.         $instance->addListener('Contao\\CoreBundle\\Event\\FilterPageTypeEvent', [=> function () {
  1575.             return ($this->privates['contao.listener.filter_page_type'] ?? $this->load('getContao_Listener_FilterPageTypeService'));
  1576.         }, => '__invoke'], 0);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['contao.listener.initialize_controller'] ?? ($this->privates['contao.listener.initialize_controller'] = new \Contao\CoreBundle\EventListener\InitializeControllerListener()));
  1579.         }, => '__invoke'], 1000);
  1580.         $instance->addListener('kernel.request', [=> function () {
  1581.             return ($this->privates['contao.listener.insecure_installation'] ?? ($this->privates['contao.listener.insecure_installation'] = new \Contao\CoreBundle\EventListener\InsecureInstallationListener($this->getEnv('APP_SECRET'), (\dirname(__DIR__4).'/public'))));
  1582.         }, => '__invoke'], 0);
  1583.         $instance->addListener('kernel.response', [=> function () {
  1584.             return ($this->privates['contao.listener.interest_cohort'] ?? $this->getContao_Listener_InterestCohortService());
  1585.         }, => '__invoke'], 0);
  1586.         $instance->addListener('Contao\\CoreBundle\\Event\\JsonLdEvent', [=> function () {
  1587.             return ($this->privates['contao.listener.json_ld_schema'] ?? ($this->privates['contao.listener.json_ld_schema'] = new \Contao\CoreBundle\EventListener\ContaoJsonLdSchemaListener()));
  1588.         }, => '__invoke'], 0);
  1589.         $instance->addListener('kernel.request', [=> function () {
  1590.             return ($this->privates['contao.listener.legacy_login_constants'] ?? $this->getContao_Listener_LegacyLoginConstantsService());
  1591.         }, => '__invoke'], 7);
  1592.         $instance->addListener('kernel.exception', [=> function () {
  1593.             return ($this->privates['contao.listener.legacy_login_constants'] ?? $this->getContao_Listener_LegacyLoginConstantsService());
  1594.         }, => '__invoke'], 96);
  1595.         $instance->addListener('kernel.response', [=> function () {
  1596.             return ($this->privates['contao.listener.make_response_private'] ?? $this->getContao_Listener_MakeResponsePrivateService());
  1597.         }, => '__invoke'], -896);
  1598.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1599.             return ($this->privates['contao.listener.menu.backend'] ?? $this->load('getContao_Listener_Menu_BackendService'));
  1600.         }, => '__invoke'], 10);
  1601.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1602.             return ($this->privates['contao.listener.menu.backend_logout'] ?? $this->load('getContao_Listener_Menu_BackendLogoutService'));
  1603.         }, => '__invoke'], 0);
  1604.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1605.             return ($this->privates['contao.listener.menu.backend_preview'] ?? $this->load('getContao_Listener_Menu_BackendPreviewService'));
  1606.         }, => '__invoke'], 0);
  1607.         $instance->addListener('kernel.response', [=> function () {
  1608.             return ($this->privates['contao.listener.merge_http_headers'] ?? $this->getContao_Listener_MergeHttpHeadersService());
  1609.         }, => '__invoke'], 256);
  1610.         $instance->addListener('kernel.response', [=> function () {
  1611.             return ($this->privates['contao.listener.page_trail_cache_tags'] ?? $this->getContao_Listener_PageTrailCacheTagsService());
  1612.         }, => '__invoke'], 0);
  1613.         $instance->addListener('kernel.exception', [=> function () {
  1614.             return ($this->privates['contao.listener.pretty_error_screen'] ?? $this->load('getContao_Listener_PrettyErrorScreenService'));
  1615.         }, => '__invoke'], -96);
  1616.         $instance->addListener('kernel.request', [=> function () {
  1617.             return ($this->privates['contao.listener.preview_authentication'] ?? $this->getContao_Listener_PreviewAuthenticationService());
  1618.         }, => '__invoke'], 7);
  1619.         $instance->addListener('kernel.response', [=> function () {
  1620.             return ($this->privates['contao.listener.preview_toolbar'] ?? $this->getContao_Listener_PreviewToolbarService());
  1621.         }, => '__invoke'], 0);
  1622.         $instance->addListener('contao.preview_url_convert', [=> function () {
  1623.             return ($this->privates['contao.listener.preview_url_convert'] ?? $this->load('getContao_Listener_PreviewUrlConvertService'));
  1624.         }, => '__invoke'], 0);
  1625.         $instance->addListener('contao.preview_url_create', [=> function () {
  1626.             return ($this->privates['contao.listener.preview_url_create'] ?? $this->load('getContao_Listener_PreviewUrlCreateService'));
  1627.         }, => '__invoke'], 0);
  1628.         $instance->addListener('kernel.request', [=> function () {
  1629.             return ($this->privates['contao.listener.referer_id'] ?? $this->getContao_Listener_RefererIdService());
  1630.         }, => '__invoke'], 20);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['contao.listener.request_token'] ?? $this->getContao_Listener_RequestTokenService());
  1633.         }, => '__invoke'], 14);
  1634.         $instance->addListener('kernel.exception', [=> function () {
  1635.             return ($this->privates['contao.listener.response_exception'] ?? ($this->privates['contao.listener.response_exception'] = new \Contao\CoreBundle\EventListener\ResponseExceptionListener()));
  1636.         }, => '__invoke'], 64);
  1637.         $instance->addListener('contao.robots_txt', [=> function () {
  1638.             return ($this->privates['contao.listener.robots_txt'] ?? $this->load('getContao_Listener_RobotsTxtService'));
  1639.         }, => '__invoke'], 0);
  1640.         $instance->addListener('kernel.terminate', [=> function () {
  1641.             return ($this->privates['contao.listener.search_index'] ?? $this->load('getContao_Listener_SearchIndexService'));
  1642.         }, => '__invoke'], 0);
  1643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1644.             return ($this->privates['contao.listener.security.logout_success'] ?? $this->load('getContao_Listener_Security_LogoutSuccessService'));
  1645.         }, => '__invoke'], 0);
  1646.         $instance->addListener('security.switch_user', [=> function () {
  1647.             return ($this->privates['contao.listener.security.switch_user'] ?? $this->load('getContao_Listener_Security_SwitchUserService'));
  1648.         }, => '__invoke'], 0);
  1649.         $instance->addListener('kernel.request', [=> function () {
  1650.             return ($this->privates['contao.listener.security.two_factor_frontend'] ?? $this->getContao_Listener_Security_TwoFactorFrontendService());
  1651.         }, => '__invoke'], 0);
  1652.         $instance->addListener('kernel.request', [=> function () {
  1653.             return ($this->privates['contao.listener.service_unavailable'] ?? $this->getContao_Listener_ServiceUnavailableService());
  1654.         }, => '__invoke'], 6);
  1655.         $instance->addListener('kernel.response', [=> function () {
  1656.             return ($this->privates['contao.listener.store_referer'] ?? $this->getContao_Listener_StoreRefererService());
  1657.         }, => '__invoke'], 0);
  1658.         $instance->addListener('kernel.request', [=> function () {
  1659.             return ($this->privates['contao.listener.user_session'] ?? $this->getContao_Listener_UserSessionService());
  1660.         }, => '__invoke'], 0);
  1661.         $instance->addListener('kernel.request', [=> function () {
  1662.             return ($this->privates['contao.twig.filesystem_loader_warmer'] ?? $this->getContao_Twig_FilesystemLoaderWarmerService());
  1663.         }, => 'onKernelRequest'], 0);
  1664.         $instance->addListener('contao.backend_menu_build', [=> function () {
  1665.             return ($this->privates['contao_manager.listener.backend_menu'] ?? $this->load('getContaoManager_Listener_BackendMenuService'));
  1666.         }, => '__invoke'], 0);
  1667.         $instance->addListener('contao_installation.initialize_application', [=> function () {
  1668.             return ($this->privates['contao_manager.listener.initialize_application'] ?? ($this->privates['contao_manager.listener.initialize_application'] = new \Contao\ManagerBundle\EventListener\InitializeApplicationListener(\dirname(__DIR__4))));
  1669.         }, => '__invoke'], -128);
  1670.         $instance->addListener('console.terminate', [=> function () {
  1671.             return ($this->privates['contao_manager.listener.install_command'] ?? ($this->privates['contao_manager.listener.install_command'] = new \Contao\ManagerBundle\EventListener\InstallCommandListener(\dirname(__DIR__4))));
  1672.         }, => '__invoke'], 0);
  1673.         $instance->addListener('terminal42_fineuploader.file_upload', [=> function () {
  1674.             return ($this->services['terminal42_fineuploader.listener.file_upload'] ?? $this->load('getTerminal42Fineuploader_Listener_FileUploadService'));
  1675.         }, => 'onFileUpload'], 0);
  1676.         $instance->addListener('terminal42_fineuploader.widget_reload', [=> function () {
  1677.             return ($this->services['terminal42_fineuploader.listener.widget_reload'] ?? ($this->services['terminal42_fineuploader.listener.widget_reload'] = new \Terminal42\FineUploaderBundle\EventListener\WidgetReloadListener()));
  1678.         }, => 'onWidgetReload'], 0);
  1679.         $instance->addListener('contao_installation.initialize_application', [=> function () {
  1680.             return ($this->privates['contao_installation.listener.initialize_application'] ?? $this->load('getContaoInstallation_Listener_InitializeApplicationService'));
  1681.         }, => '__invoke'], 0);
  1682.         $instance->addListener('contao.preview_url_convert', [=> function () {
  1683.             return ($this->privates['contao_news.listener.preview_url_convert'] ?? $this->load('getContaoNews_Listener_PreviewUrlConvertService'));
  1684.         }, => '__invoke'], 0);
  1685.         $instance->addListener('contao.preview_url_create', [=> function () {
  1686.             return ($this->privates['contao_news.listener.preview_url_create'] ?? $this->load('getContaoNews_Listener_PreviewUrlCreateService'));
  1687.         }, => '__invoke'], 0);
  1688.         $instance->addListener('contao.preview_url_convert', [=> function () {
  1689.             return ($this->privates['contao_calendar.listener.preview_url_convert'] ?? $this->load('getContaoCalendar_Listener_PreviewUrlConvertService'));
  1690.         }, => '__invoke'], 0);
  1691.         $instance->addListener('contao.preview_url_create', [=> function () {
  1692.             return ($this->privates['contao_calendar.listener.preview_url_create'] ?? $this->load('getContaoCalendar_Listener_PreviewUrlCreateService'));
  1693.         }, => '__invoke'], 0);
  1694.         $instance->addListener('HeimrichHannot\\UtilsBundle\\Event\\ExtendEntityFinderEvent', [=> function () {
  1695.             return ($this->services['HeimrichHannot\\UtilsBundle\\EventListener\\ExtendEntityFinderSubscriber'] ?? ($this->services['HeimrichHannot\\UtilsBundle\\EventListener\\ExtendEntityFinderSubscriber'] = new \HeimrichHannot\UtilsBundle\EventListener\ExtendEntityFinderSubscriber()));
  1696.         }, => 'onExtendEntityFinderEvent'], 0);
  1697.         $instance->addListener('kernel.response', [=> function () {
  1698.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1699.         }, => 'onKernelResponse'], 0);
  1700.         $instance->addListener('kernel.response', [=> function () {
  1701.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1702.         }, => 'onKernelResponse'], -1024);
  1703.         $instance->addListener('kernel.request', [=> function () {
  1704.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1705.         }, => 'setDefaultLocale'], 100);
  1706.         $instance->addListener('kernel.request', [=> function () {
  1707.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1708.         }, => 'onKernelRequest'], 16);
  1709.         $instance->addListener('kernel.finish_request', [=> function () {
  1710.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1711.         }, => 'onKernelFinishRequest'], 0);
  1712.         $instance->addListener('kernel.request', [=> function () {
  1713.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1714.         }, => 'onKernelRequest'], 256);
  1715.         $instance->addListener('kernel.response', [=> function () {
  1716.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1717.         }, => 'onResponse'], -255);
  1718.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1719.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1720.         }, => 'onControllerArguments'], 0);
  1721.         $instance->addListener('kernel.exception', [=> function () {
  1722.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1723.         }, => 'logKernelException'], 0);
  1724.         $instance->addListener('kernel.exception', [=> function () {
  1725.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1726.         }, => 'onKernelException'], -128);
  1727.         $instance->addListener('kernel.response', [=> function () {
  1728.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1729.         }, => 'removeCspHeader'], -128);
  1730.         $instance->addListener('kernel.request', [=> function () {
  1731.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1732.         }, => 'onKernelRequest'], 15);
  1733.         $instance->addListener('kernel.finish_request', [=> function () {
  1734.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1735.         }, => 'onKernelFinishRequest'], -15);
  1736.         $instance->addListener('console.error', [=> function () {
  1737.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1738.         }, => 'onConsoleError'], -128);
  1739.         $instance->addListener('console.terminate', [=> function () {
  1740.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1741.         }, => 'onConsoleTerminate'], -128);
  1742.         $instance->addListener('console.error', [=> function () {
  1743.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1744.         }, => 'onConsoleError'], 0);
  1745.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1746.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1747.         }, => 'onMessage'], -255);
  1748.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1749.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1750.         }, => 'onMessage'], -255);
  1751.         $instance->addListener('kernel.response', [=> function () {
  1752.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1753.         }, => 'onKernelResponse'], 0);
  1754.         $instance->addListener('kernel.request', [=> function () {
  1755.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1756.         }, => 'onKernelRequest'], 48);
  1757.         $instance->addListener('kernel.request', [=> function () {
  1758.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1759.         }, => 'configure'], 2048);
  1760.         $instance->addListener('console.command', [=> function () {
  1761.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1762.         }, => 'configure'], 2048);
  1763.         $instance->addListener('kernel.request', [=> function () {
  1764.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1765.         }, => 'onKernelRequest'], 32);
  1766.         $instance->addListener('kernel.finish_request', [=> function () {
  1767.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1768.         }, => 'onKernelFinishRequest'], 0);
  1769.         $instance->addListener('kernel.exception', [=> function () {
  1770.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1771.         }, => 'onKernelException'], -64);
  1772.         $instance->addListener('kernel.request', [=> function () {
  1773.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1774.         }, => 'onKernelRequest'], 128);
  1775.         $instance->addListener('kernel.response', [=> function () {
  1776.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1777.         }, => 'onKernelResponse'], -1000);
  1778.         $instance->addListener('kernel.finish_request', [=> function () {
  1779.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1780.         }, => 'onFinishRequest'], 0);
  1781.         $instance->addListener('kernel.response', [=> function () {
  1782.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1783.         }, => 'onKernelResponse'], -100);
  1784.         $instance->addListener('kernel.exception', [=> function () {
  1785.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1786.         }, => 'onKernelException'], 0);
  1787.         $instance->addListener('kernel.terminate', [=> function () {
  1788.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1789.         }, => 'onKernelTerminate'], -1024);
  1790.         $instance->addListener('kernel.controller', [=> function () {
  1791.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1792.         }, => 'onKernelController'], 0);
  1793.         $instance->addListener('kernel.response', [=> function () {
  1794.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1795.         }, => 'onKernelResponse'], 0);
  1796.         $instance->addListener('console.command', [=> function () {
  1797.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1798.         }, => 'onCommand'], 255);
  1799.         $instance->addListener('console.terminate', [=> function () {
  1800.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1801.         }, => 'onTerminate'], -255);
  1802.         $instance->addListener('console.command', [=> function () {
  1803.             return ($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService());
  1804.         }, => 'onCommand'], 255);
  1805.         $instance->addListener('console.terminate', [=> function () {
  1806.             return ($this->privates['monolog.handler.console_very_verbose'] ?? $this->getMonolog_Handler_ConsoleVeryVerboseService());
  1807.         }, => 'onTerminate'], -255);
  1808.         $instance->addListener('kernel.response', [=> function () {
  1809.             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')));
  1810.         }, => 'onKernelResponse'], 10);
  1811.         $instance->addListener('fos_http_cache.error.proxy_unreachable', [=> function () {
  1812.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1813.         }, => 'onProxyUnreachableError'], 0);
  1814.         $instance->addListener('fos_http_cache.error.response', [=> function () {
  1815.             return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1816.         }, => 'onProxyResponseError'], 0);
  1817.         $instance->addListener('kernel.response', [=> function () {
  1818.             return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1819.         }, => 'onKernelResponse'], 0);
  1820.         $instance->addListener('kernel.request', [=> function () {
  1821.             return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1822.         }, => 'onKernelRequest'], 0);
  1823.         $instance->addListener('kernel.response', [=> function () {
  1824.             return ($this->privates['nelmio_security.clickjacking_listener'] ?? $this->getNelmioSecurity_ClickjackingListenerService());
  1825.         }, => 'onKernelResponse'], 0);
  1826.         $instance->addListener('kernel.request', [=> function () {
  1827.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1828.         }, => 'onKernelRequest'], 512);
  1829.         $instance->addListener('kernel.response', [=> function () {
  1830.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1831.         }, => 'onKernelResponse'], 0);
  1832.         $instance->addListener('kernel.response', [=> function () {
  1833.             return ($this->privates['nelmio_security.xss_protection_listener'] ?? $this->getNelmioSecurity_XssProtectionListenerService());
  1834.         }, => 'onKernelResponse'], 0);
  1835.         $instance->addListener('security.authentication.success', [=> function () {
  1836.             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()));
  1837.         }, => 'onLogin'], 9223372036854775806);
  1838.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1839.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1840.         }, => 'checkPassport'], 0);
  1841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1842.             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()));
  1843.         }, => 'onSuccessfulLogin'], -63);
  1844.         $instance->addListener('kernel.response', [=> function () {
  1845.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  1846.         }, => 'onKernelResponse'], 0);
  1847.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1848.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  1849.         }, => 'onSuccessfulLogin'], 0);
  1850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1851.             return ($this->privates['scheb_two_factor.security.listener.check_backup_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckBackupCodeService'));
  1852.         }, => 'checkPassport'], 16);
  1853.         $instance->addListener('kernel.response', [=> function () {
  1854.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1855.         }, => 'onKernelResponse'], -128);
  1856.         $instance->addListener('console.command', [=> function () {
  1857.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1858.         }, => 'configure'], 1024);
  1859.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1860.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1861.         }, => 'onMessage'], 0);
  1862.         $instance->addListener('kernel.response', [=> function () {
  1863.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1864.         }, => 'onKernelResponse'], 0);
  1865.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1866.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1867.         }, => 'onVoterVote'], 0);
  1868.         $instance->addListener('kernel.request', [=> function () {
  1869.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1870.         }, => 'configureLogoutUrlGenerator'], 8);
  1871.         $instance->addListener('kernel.request', [=> function () {
  1872.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1873.         }, => 'onKernelRequest'], 8);
  1874.         $instance->addListener('kernel.finish_request', [=> function () {
  1875.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1876.         }, => 'onKernelFinishRequest'], 0);
  1877.         $instance->addListener('security.authentication.success', [=> function () {
  1878.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1879.         }, => 'onLogin'], 9223372036854775807);
  1880.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1881.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1882.         }, => 'onAccessDenied'], 0);
  1883.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1884.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1885.         }, => 'onTwoFactorForm'], 0);
  1886.         $instance->addListener('kernel.response', [=> function () {
  1887.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_backend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService());
  1888.         }, => 'onKernelResponse'], 1);
  1889.         $instance->addListener('security.authentication.success', [=> function () {
  1890.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1891.         }, => 'onLogin'], 9223372036854775807);
  1892.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1893.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1894.         }, => 'onAccessDenied'], 0);
  1895.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1896.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1897.         }, => 'onTwoFactorForm'], 0);
  1898.         $instance->addListener('kernel.response', [=> function () {
  1899.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.contao_frontend'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService());
  1900.         }, => 'onKernelResponse'], 1);
  1901.         $instance->addListener('kernel.request', [=> function () {
  1902.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1903.         }, => 'onKernelRequest'], 36);
  1904.         $instance->addListener('kernel.response', [=> function () {
  1905.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1906.         }, => 'onKernelResponse'], -832);
  1907.         $instance->addListener('console.command', [=> function () {
  1908.             return ($this->privates['contao.listener.csrf_token_cookie'] ?? $this->getContao_Listener_CsrfTokenCookieService());
  1909.         }, => 'onCommand'], 36);
  1910.         $instance->addListener('Contao\\CoreBundle\\Filesystem\\Dbafs\\RetrieveDbafsMetadataEvent', [=> function () {
  1911.             return ($this->privates['contao.listener.dbafs_metadata'] ?? ($this->privates['contao.listener.dbafs_metadata'] = new \Contao\CoreBundle\EventListener\DbafsMetadataSubscriber()));
  1912.         }, => 'enhanceMetadata'], 0);
  1913.         $instance->addListener('Contao\\CoreBundle\\Filesystem\\Dbafs\\StoreDbafsMetadataEvent', [=> function () {
  1914.             return ($this->privates['contao.listener.dbafs_metadata'] ?? ($this->privates['contao.listener.dbafs_metadata'] = new \Contao\CoreBundle\EventListener\DbafsMetadataSubscriber()));
  1915.         }, => 'normalizeMetadata'], 0);
  1916.         $instance->addListener('kernel.request', [=> function () {
  1917.             return ($this->privates['contao.listener.locale'] ?? $this->getContao_Listener_LocaleService());
  1918.         }, => 'onKernelRequest'], 20);
  1919.         $instance->addListener('kernel.request', [=> function () {
  1920.             return ($this->privates['contao.listener.locale'] ?? $this->getContao_Listener_LocaleService());
  1921.         }, => 'setTranslatorLocale'], 100);
  1922.         $instance->addListener('kernel.request', [=> function () {
  1923.             return ($this->privates['contao.listener.subrequest_cache'] ?? ($this->privates['contao.listener.subrequest_cache'] = new \Contao\CoreBundle\EventListener\SubrequestCacheSubscriber()));
  1924.         }, => 'onKernelRequest'], 255);
  1925.         $instance->addListener('kernel.response', [=> function () {
  1926.             return ($this->privates['contao.listener.subrequest_cache'] ?? ($this->privates['contao.listener.subrequest_cache'] = new \Contao\CoreBundle\EventListener\SubrequestCacheSubscriber()));
  1927.         }, => 'onKernelResponse'], -255);
  1928.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1929.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1930.         }, => 'onLogout'], 0);
  1931.         return $instance;
  1932.     }
  1933.     /**
  1934.      * Gets the public 'fos_http_cache.cache_manager' shared service.
  1935.      *
  1936.      * @return \FOS\HttpCacheBundle\CacheManager
  1937.      */
  1938.     protected function getFosHttpCache_CacheManagerService()
  1939.     {
  1940.         $a = ($this->services['router'] ?? $this->getRouterService());
  1941.         if (isset($this->services['fos_http_cache.cache_manager'])) {
  1942.             return $this->services['fos_http_cache.cache_manager'];
  1943.         }
  1944.         $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.symfony'] ?? $this->getFosHttpCache_ProxyClient_SymfonyService()), $a);
  1945.         if ($this->has('event_dispatcher')) {
  1946.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1947.         }
  1948.         $instance->setGenerateUrlType(0);
  1949.         return $instance;
  1950.     }
  1951.     /**
  1952.      * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1953.      *
  1954.      * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1955.      */
  1956.     protected function getFosHttpCache_EventListener_CacheControlService()
  1957.     {
  1958.         return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1959.     }
  1960.     /**
  1961.      * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1962.      *
  1963.      * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1964.      */
  1965.     protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1966.     {
  1967.         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]);
  1968.     }
  1969.     /**
  1970.      * Gets the public 'fos_http_cache.proxy_client.symfony' shared service.
  1971.      *
  1972.      * @return \FOS\HttpCache\ProxyClient\Symfony
  1973.      */
  1974.     protected function getFosHttpCache_ProxyClient_SymfonyService()
  1975.     {
  1976.         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']);
  1977.     }
  1978.     /**
  1979.      * Gets the public 'http_kernel' shared service.
  1980.      *
  1981.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1982.      */
  1983.     protected function getHttpKernelService()
  1984.     {
  1985.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1986.         if (isset($this->services['http_kernel'])) {
  1987.             return $this->services['http_kernel'];
  1988.         }
  1989.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['contao.controller_resolver'] ?? $this->getContao_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1990.             yield => ($this->privates['debug.contao.model_argument_resolver'] ?? $this->load('getDebug_Contao_ModelArgumentResolverService'));
  1991.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1992.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1993.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1994.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1995.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1996.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1997.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1998.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1999.         }, 9)), ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2000.     }
  2001.     /**
  2002.      * Gets the public 'huh.twig.extension.array' shared service.
  2003.      *
  2004.      * @return \HeimrichHannot\UtilsBundle\Twig\ArrayExtension
  2005.      */
  2006.     protected function getHuh_Twig_Extension_ArrayService()
  2007.     {
  2008.         $this->services['huh.twig.extension.array'] = $instance = new \HeimrichHannot\UtilsBundle\Twig\ArrayExtension();
  2009.         $instance->setContainer($this);
  2010.         return $instance;
  2011.     }
  2012.     /**
  2013.      * Gets the public 'huh.twig.extension.date' shared service.
  2014.      *
  2015.      * @return \HeimrichHannot\UtilsBundle\Twig\DateExtension
  2016.      */
  2017.     protected function getHuh_Twig_Extension_DateService()
  2018.     {
  2019.         return $this->services['huh.twig.extension.date'] = new \HeimrichHannot\UtilsBundle\Twig\DateExtension();
  2020.     }
  2021.     /**
  2022.      * Gets the public 'huh.twig.extension.dca' shared service.
  2023.      *
  2024.      * @return \HeimrichHannot\UtilsBundle\Twig\DcaExtension
  2025.      */
  2026.     protected function getHuh_Twig_Extension_DcaService()
  2027.     {
  2028.         $this->services['huh.twig.extension.dca'] = $instance = new \HeimrichHannot\UtilsBundle\Twig\DcaExtension();
  2029.         $instance->setContainer($this);
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'huh.twig.extension.download' shared autowired service.
  2034.      *
  2035.      * @return \HeimrichHannot\UtilsBundle\Twig\DownloadExtension
  2036.      */
  2037.     protected function getHuh_Twig_Extension_DownloadService()
  2038.     {
  2039.         $a = ($this->services['HeimrichHannot\\UtilsBundle\\Util\\Utils'] ?? $this->getUtilsService());
  2040.         if (isset($this->services['huh.twig.extension.download'])) {
  2041.             return $this->services['huh.twig.extension.download'];
  2042.         }
  2043.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2044.         if (isset($this->services['huh.twig.extension.download'])) {
  2045.             return $this->services['huh.twig.extension.download'];
  2046.         }
  2047.         return $this->services['huh.twig.extension.download'] = new \HeimrichHannot\UtilsBundle\Twig\DownloadExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$b);
  2048.     }
  2049.     /**
  2050.      * Gets the public 'huh.twig.extension.file' shared service.
  2051.      *
  2052.      * @return \HeimrichHannot\UtilsBundle\Twig\FileExtension
  2053.      */
  2054.     protected function getHuh_Twig_Extension_FileService()
  2055.     {
  2056.         $this->services['huh.twig.extension.file'] = $instance = new \HeimrichHannot\UtilsBundle\Twig\FileExtension();
  2057.         $instance->setContainer($this);
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the public 'huh.twig.extension.image' shared service.
  2062.      *
  2063.      * @return \HeimrichHannot\UtilsBundle\Twig\ImageExtension
  2064.      */
  2065.     protected function getHuh_Twig_Extension_ImageService()
  2066.     {
  2067.         $this->services['huh.twig.extension.image'] = $instance = new \HeimrichHannot\UtilsBundle\Twig\ImageExtension();
  2068.         $instance->setContainer($this);
  2069.         return $instance;
  2070.     }
  2071.     /**
  2072.      * Gets the public 'huh.twig.extension.test' shared service.
  2073.      *
  2074.      * @return \HeimrichHannot\UtilsBundle\Twig\TestExtension
  2075.      */
  2076.     protected function getHuh_Twig_Extension_TestService()
  2077.     {
  2078.         $this->services['huh.twig.extension.test'] = $instance = new \HeimrichHannot\UtilsBundle\Twig\TestExtension();
  2079.         $instance->setContainer($this);
  2080.         return $instance;
  2081.     }
  2082.     /**
  2083.      * Gets the public 'knp_menu.matcher' shared service.
  2084.      *
  2085.      * @return \Knp\Menu\Matcher\Matcher
  2086.      */
  2087.     protected function getKnpMenu_MatcherService()
  2088.     {
  2089.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2090.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2091.         }, 1));
  2092.     }
  2093.     /**
  2094.      * Gets the public 'request_stack' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2097.      */
  2098.     protected function getRequestStackService()
  2099.     {
  2100.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2101.     }
  2102.     /**
  2103.      * Gets the public 'router' shared service.
  2104.      *
  2105.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  2106.      */
  2107.     protected function getRouterService()
  2108.     {
  2109.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2110.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  2111.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2112.         $c = new \Symfony\Bridge\Monolog\Logger('router');
  2113.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2114.         $c->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2115.         $c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2116.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2117.         $c->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2118.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2119.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2120.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2121.         ], [
  2122.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2123.         ]))->withContext('router.default'$this), 'contao_manager.routing.route_loader::loadFromPlugins', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c'en');
  2124.         $d->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2125.         $d->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2126.         $e = ($this->privates['contao.routing.route_provider'] ?? $this->getContao_Routing_RouteProviderService());
  2127.         $f = new \Contao\CoreBundle\Routing\PageUrlGenerator($e, ($this->services['contao.routing.page_registry'] ?? $this->getContao_Routing_PageRegistryService()), $a);
  2128.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2129.         $h = new \Symfony\Cmf\Component\Routing\DynamicRouter($b, ($this->services['contao.routing.nested_matcher'] ?? $this->getContao_Routing_NestedMatcherService()), $f''$g$e);
  2130.         $h->addRouteEnhancer(new \Contao\CoreBundle\Routing\Enhancer\InputEnhancer(($this->services['contao.framework'] ?? $this->getContao_FrameworkService())), 0);
  2131.         $instance->setContext($b);
  2132.         $instance->add($d'100');
  2133.         $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);
  2134.         $instance->add($h20);
  2135.         return $instance;
  2136.     }
  2137.     /**
  2138.      * Gets the public 'security.authentication.trust_resolver' shared service.
  2139.      *
  2140.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  2141.      */
  2142.     protected function getSecurity_Authentication_TrustResolverService()
  2143.     {
  2144.         return $this->services['security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  2145.     }
  2146.     /**
  2147.      * Gets the public 'security.firewall.map' shared service.
  2148.      *
  2149.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2150.      */
  2151.     protected function getSecurity_Firewall_MapService()
  2152.     {
  2153.         $a = ($this->privates['.service_locator.f6V.Y6Q'] ?? $this->get_ServiceLocator_F6V_Y6QService());
  2154.         if (isset($this->services['security.firewall.map'])) {
  2155.             return $this->services['security.firewall.map'];
  2156.         }
  2157.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2158.             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$')));
  2159.             yield 'security.firewall.map.context.contao_backend' => ($this->privates['contao.routing.backend_matcher'] ?? $this->getContao_Routing_BackendMatcherService());
  2160.             yield 'security.firewall.map.context.contao_frontend' => ($this->privates['contao.routing.frontend_matcher'] ?? $this->getContao_Routing_FrontendMatcherService());
  2161.         }, 3));
  2162.     }
  2163.     /**
  2164.      * Gets the public 'security.helper' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\Security\Core\Security
  2167.      */
  2168.     protected function getSecurity_HelperService()
  2169.     {
  2170.         return $this->services['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2171.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2172.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2173.         ], [
  2174.             'security.authorization_checker' => '?',
  2175.             'security.token_storage' => '?',
  2176.         ]));
  2177.     }
  2178.     /**
  2179.      * Gets the public 'security.logout_url_generator' shared service.
  2180.      *
  2181.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2182.      */
  2183.     protected function getSecurity_LogoutUrlGeneratorService()
  2184.     {
  2185.         $a = ($this->services['router'] ?? $this->getRouterService());
  2186.         if (isset($this->services['security.logout_url_generator'])) {
  2187.             return $this->services['security.logout_url_generator'];
  2188.         }
  2189.         $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2190.         $instance->registerListener('contao_backend''contao_backend_logout''logout''_csrf_token'NULLNULL);
  2191.         $instance->registerListener('contao_frontend''contao_frontend_logout''logout''_csrf_token'NULLNULL);
  2192.         return $instance;
  2193.     }
  2194.     /**
  2195.      * Gets the public 'translator' shared service.
  2196.      *
  2197.      * @return \Contao\CoreBundle\Translation\Translator
  2198.      */
  2199.     protected function getTranslatorService()
  2200.     {
  2201.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2202.         if (isset($this->services['translator'])) {
  2203.             return $this->services['translator'];
  2204.         }
  2205.         return $this->services['translator'] = new \Contao\CoreBundle\Translation\Translator(($this->privates['contao.translation.data_collector_translator'] ?? $this->getContao_Translation_DataCollectorTranslatorService()), $a, ($this->services['contao.resource_finder'] ?? $this->getContao_ResourceFinderService()));
  2206.     }
  2207.     /**
  2208.      * Gets the public 'uri_signer' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\HttpKernel\UriSigner
  2211.      */
  2212.     protected function getUriSignerService()
  2213.     {
  2214.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  2215.     }
  2216.     /**
  2217.      * Gets the public 'var_dumper.cloner' shared service.
  2218.      *
  2219.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2220.      */
  2221.     protected function getVarDumper_ClonerService()
  2222.     {
  2223.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2224.         $instance->setMaxItems(2500);
  2225.         $instance->setMinDepth(1);
  2226.         $instance->setMaxString(-1);
  2227.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2228.         return $instance;
  2229.     }
  2230.     /**
  2231.      * Gets the private '.debug.http_client' shared service.
  2232.      *
  2233.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2234.      */
  2235.     protected function get_Debug_HttpClientService()
  2236.     {
  2237.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2238.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2239.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2240.         $b->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2241.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2242.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2243.         $b->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2244.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2245.         $a->setLogger($b);
  2246.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2247.     }
  2248.     /**
  2249.      * Gets the private '.service_locator.LvLjDEU' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2252.      */
  2253.     protected function get_ServiceLocator_LvLjDEUService()
  2254.     {
  2255.         return $this->privates['.service_locator.LvLjDEU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2256.             'contao.cache.entity_tags' => ['services''contao.cache.entity_tags''getContao_Cache_EntityTagsService'true],
  2257.             'contao.csrf.token_manager' => ['services''contao.csrf.token_manager''getContao_Csrf_TokenManagerService'false],
  2258.             'contao.framework' => ['services''contao.framework''getContao_FrameworkService'false],
  2259.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2260.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2261.             'fos_http_cache.http.symfony_response_tagger' => ['services''fos_http_cache.http.symfony_response_tagger''getFosHttpCache_Http_SymfonyResponseTaggerService'false],
  2262.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2263.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2264.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2265.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2266.             'router' => ['services''router''getRouterService'false],
  2267.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2268.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2269.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2270.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2271.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2272.         ], [
  2273.             'contao.cache.entity_tags' => '?',
  2274.             'contao.csrf.token_manager' => 'Contao\\CoreBundle\\Csrf\\ContaoCsrfTokenManager',
  2275.             'contao.framework' => '?',
  2276.             'doctrine' => '?',
  2277.             'event_dispatcher' => '?',
  2278.             'fos_http_cache.http.symfony_response_tagger' => '?',
  2279.             'http_kernel' => '?',
  2280.             'logger' => '?',
  2281.             'parameter_bag' => '?',
  2282.             'request_stack' => '?',
  2283.             'router' => '?',
  2284.             'security.authorization_checker' => '?',
  2285.             'security.csrf.token_manager' => '?',
  2286.             'security.token_storage' => '?',
  2287.             'session' => '.session.deprecated',
  2288.             'twig' => '?',
  2289.         ]);
  2290.     }
  2291.     /**
  2292.      * Gets the private '.service_locator.f6V.Y6Q' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2295.      */
  2296.     protected function get_ServiceLocator_F6V_Y6QService()
  2297.     {
  2298.         return $this->privates['.service_locator.f6V.Y6Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2299.             'security.firewall.map.context.contao_backend' => ['privates''security.firewall.map.context.contao_backend''getSecurity_Firewall_Map_Context_ContaoBackendService'true],
  2300.             'security.firewall.map.context.contao_frontend' => ['privates''security.firewall.map.context.contao_frontend''getSecurity_Firewall_Map_Context_ContaoFrontendService'true],
  2301.             'security.firewall.map.context.contao_install' => ['privates''security.firewall.map.context.contao_install''getSecurity_Firewall_Map_Context_ContaoInstallService'true],
  2302.         ], [
  2303.             'security.firewall.map.context.contao_backend' => '?',
  2304.             'security.firewall.map.context.contao_frontend' => '?',
  2305.             'security.firewall.map.context.contao_install' => '?',
  2306.         ]);
  2307.     }
  2308.     /**
  2309.      * Gets the private 'annotations.cache_adapter' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2312.      */
  2313.     protected function getAnnotations_CacheAdapterService()
  2314.     {
  2315.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'cache.annotations' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2321.      */
  2322.     protected function getCache_AnnotationsService()
  2323.     {
  2324.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PcMd3Qyuvu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'cache.property_info' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2330.      */
  2331.     protected function getCache_PropertyInfoService()
  2332.     {
  2333.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4oRswoED-J'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2334.     }
  2335.     /**
  2336.      * Gets the private 'cache.security_expression_language' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2339.      */
  2340.     protected function getCache_SecurityExpressionLanguageService()
  2341.     {
  2342.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hasesAPzrd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'cache.serializer' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2348.      */
  2349.     protected function getCache_SerializerService()
  2350.     {
  2351.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('65ZiFdsCVd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2352.     }
  2353.     /**
  2354.      * Gets the private 'cache.validator' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2357.      */
  2358.     protected function getCache_ValidatorService()
  2359.     {
  2360.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9TUIllQkaL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2361.     }
  2362.     /**
  2363.      * Gets the private 'config_cache_factory' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2366.      */
  2367.     protected function getConfigCacheFactoryService()
  2368.     {
  2369.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2370.             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)));
  2371.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2372.         }, 2));
  2373.     }
  2374.     /**
  2375.      * Gets the private 'contao.controller_resolver' shared service.
  2376.      *
  2377.      * @return \Contao\CoreBundle\HttpKernel\ControllerResolver
  2378.      */
  2379.     protected function getContao_ControllerResolverService()
  2380.     {
  2381.         return $this->privates['contao.controller_resolver'] = new \Contao\CoreBundle\HttpKernel\ControllerResolver(new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->services['debug.stopwatch'] ?? ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), ($this->privates['contao.fragment.registry'] ?? $this->getContao_Fragment_RegistryService()));
  2382.     }
  2383.     /**
  2384.      * Gets the private 'contao.data_collector' shared service.
  2385.      *
  2386.      * @return \Contao\CoreBundle\DataCollector\ContaoDataCollector
  2387.      */
  2388.     protected function getContao_DataCollectorService()
  2389.     {
  2390.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2391.         if (isset($this->privates['contao.data_collector'])) {
  2392.             return $this->privates['contao.data_collector'];
  2393.         }
  2394.         $this->privates['contao.data_collector'] = $instance = new \Contao\CoreBundle\DataCollector\ContaoDataCollector($afalse\dirname(__DIR__4), false'.html');
  2395.         $instance->setFramework(($this->services['contao.framework'] ?? $this->getContao_FrameworkService()));
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the private 'contao.debug.security.access.decision_manager' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2402.      */
  2403.     protected function getContao_Debug_Security_Access_DecisionManagerService()
  2404.     {
  2405.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2406.         if (isset($this->privates['contao.debug.security.access.decision_manager'])) {
  2407.             return $this->privates['contao.debug.security.access.decision_manager'];
  2408.         }
  2409.         $b = ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2410.         if (isset($this->privates['contao.debug.security.access.decision_manager'])) {
  2411.             return $this->privates['contao.debug.security.access.decision_manager'];
  2412.         }
  2413.         return $this->privates['contao.debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Contao\CoreBundle\Security\Authentication\AccessDecisionManager($a, new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2414.             yield => ($this->privates['security.access.authenticated_voter'] ?? $this->load('getSecurity_Access_AuthenticatedVoterService'));
  2415.             yield => ($this->privates['scheb_two_factor.security.access.authenticated_voter'] ?? ($this->privates['scheb_two_factor.security.access.authenticated_voter'] = new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter()));
  2416.             yield => ($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter()));
  2417.             yield => ($this->privates['security.access.expression_voter'] ?? $this->load('getSecurity_Access_ExpressionVoterService'));
  2418.             yield => ($this->privates['contao.security.backend_access_voter'] ?? $this->load('getContao_Security_BackendAccessVoterService'));
  2419.             yield => ($this->privates['contao.security.member_group_voter'] ?? ($this->privates['contao.security.member_group_voter'] = new \Contao\CoreBundle\Security\Voter\MemberGroupVoter()));
  2420.         }, 6), 'priority'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b));
  2421.     }
  2422.     /**
  2423.      * Gets the private 'contao.fragment.registry' shared service.
  2424.      *
  2425.      * @return \Contao\CoreBundle\Fragment\FragmentRegistry
  2426.      */
  2427.     protected function getContao_Fragment_RegistryService()
  2428.     {
  2429.         $this->privates['contao.fragment.registry'] = $instance = new \Contao\CoreBundle\Fragment\FragmentRegistry();
  2430.         $instance->add('contao.frontend_module.root_page_dependent_modules', ($this->privates['contao.fragment._config_yQxn9v4'] ?? ($this->privates['contao.fragment._config_yQxn9v4'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.root_page_dependent_modules''forward', ['ignore_errors' => false]))));
  2431.         $instance->add('contao.frontend_module.template', ($this->privates['contao.fragment._config_UbRP2PT'] ?? ($this->privates['contao.fragment._config_UbRP2PT'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.template''forward', ['ignore_errors' => false]))));
  2432.         $instance->add('contao.frontend_module.two_factor', ($this->privates['contao.fragment._config_Ie.W_bF'] ?? ($this->privates['contao.fragment._config_Ie.W_bF'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.two_factor''forward', ['ignore_errors' => false]))));
  2433.         $instance->add('contao.frontend_module.mentor', ($this->privates['contao.fragment._config_TeBW_se'] ?? ($this->privates['contao.fragment._config_TeBW_se'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.frontend_module.mentor:getDetails''esi', ['ignore_errors' => false]))));
  2434.         $instance->add('contao.content_element.markdown', ($this->privates['contao.fragment._config_Bd8Hjso'] ?? ($this->privates['contao.fragment._config_Bd8Hjso'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.content_element.markdown''forward', ['ignore_errors' => false]))));
  2435.         $instance->add('contao.content_element.template', ($this->privates['contao.fragment._config_s7uzikD'] ?? ($this->privates['contao.fragment._config_s7uzikD'] = new \Contao\CoreBundle\Fragment\FragmentConfig('contao.fragment._contao.content_element.template''forward', ['ignore_errors' => false]))));
  2436.         return $instance;
  2437.     }
  2438.     /**
  2439.      * Gets the private 'contao.listener.backend_locale' shared service.
  2440.      *
  2441.      * @return \Contao\CoreBundle\EventListener\BackendLocaleListener
  2442.      */
  2443.     protected function getContao_Listener_BackendLocaleService()
  2444.     {
  2445.         $a = ($this->services['security.helper'] ?? $this->getSecurity_HelperService());
  2446.         if (isset($this->privates['contao.listener.backend_locale'])) {
  2447.             return $this->privates['contao.listener.backend_locale'];
  2448.         }
  2449.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2450.         if (isset($this->privates['contao.listener.backend_locale'])) {
  2451.             return $this->privates['contao.listener.backend_locale'];
  2452.         }
  2453.         return $this->privates['contao.listener.backend_locale'] = new \Contao\CoreBundle\EventListener\BackendLocaleListener($a$b);
  2454.     }
  2455.     /**
  2456.      * Gets the private 'contao.listener.backend_preview_redirect' shared service.
  2457.      *
  2458.      * @return \Contao\CoreBundle\EventListener\BackendPreviewRedirectListener
  2459.      */
  2460.     protected function getContao_Listener_BackendPreviewRedirectService()
  2461.     {
  2462.         return $this->privates['contao.listener.backend_preview_redirect'] = new \Contao\CoreBundle\EventListener\BackendPreviewRedirectListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2463.     }
  2464.     /**
  2465.      * Gets the private 'contao.listener.backend_rebuild_cache_message' shared service.
  2466.      *
  2467.      * @return \Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener
  2468.      */
  2469.     protected function getContao_Listener_BackendRebuildCacheMessageService()
  2470.     {
  2471.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2472.         if (isset($this->privates['contao.listener.backend_rebuild_cache_message'])) {
  2473.             return $this->privates['contao.listener.backend_rebuild_cache_message'];
  2474.         }
  2475.         return $this->privates['contao.listener.backend_rebuild_cache_message'] = new \Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['cache.system'] ?? $this->getCache_SystemService()), $a);
  2476.     }
  2477.     /**
  2478.      * Gets the private 'contao.listener.csrf_token_cookie' shared service.
  2479.      *
  2480.      * @return \Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber
  2481.      */
  2482.     protected function getContao_Listener_CsrfTokenCookieService()
  2483.     {
  2484.         return $this->privates['contao.listener.csrf_token_cookie'] = new \Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber(($this->services['contao.csrf.token_manager'] ?? $this->getContao_Csrf_TokenManagerService()), ($this->privates['contao.csrf.token_storage'] ?? ($this->privates['contao.csrf.token_storage'] = new \Contao\CoreBundle\Csrf\MemoryTokenStorage())), 'csrf_');
  2485.     }
  2486.     /**
  2487.      * Gets the private 'contao.listener.interest_cohort' shared service.
  2488.      *
  2489.      * @return \Contao\CoreBundle\EventListener\InterestCohortListener
  2490.      */
  2491.     protected function getContao_Listener_InterestCohortService()
  2492.     {
  2493.         return $this->privates['contao.listener.interest_cohort'] = new \Contao\CoreBundle\EventListener\InterestCohortListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2494.     }
  2495.     /**
  2496.      * Gets the private 'contao.listener.legacy_login_constants' shared service.
  2497.      *
  2498.      * @return \Contao\CoreBundle\EventListener\LegacyLoginConstantsListener
  2499.      */
  2500.     protected function getContao_Listener_LegacyLoginConstantsService()
  2501.     {
  2502.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2503.         if (isset($this->privates['contao.listener.legacy_login_constants'])) {
  2504.             return $this->privates['contao.listener.legacy_login_constants'];
  2505.         }
  2506.         return $this->privates['contao.listener.legacy_login_constants'] = new \Contao\CoreBundle\EventListener\LegacyLoginConstantsListener($a);
  2507.     }
  2508.     /**
  2509.      * Gets the private 'contao.listener.locale' shared service.
  2510.      *
  2511.      * @return \Contao\CoreBundle\EventListener\LocaleSubscriber
  2512.      */
  2513.     protected function getContao_Listener_LocaleService()
  2514.     {
  2515.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2516.         if (isset($this->privates['contao.listener.locale'])) {
  2517.             return $this->privates['contao.listener.locale'];
  2518.         }
  2519.         $b = ($this->services['contao.intl.locales'] ?? $this->getContao_Intl_LocalesService());
  2520.         if (isset($this->privates['contao.listener.locale'])) {
  2521.             return $this->privates['contao.listener.locale'];
  2522.         }
  2523.         return $this->privates['contao.listener.locale'] = new \Contao\CoreBundle\EventListener\LocaleSubscriber($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $b);
  2524.     }
  2525.     /**
  2526.      * Gets the private 'contao.listener.make_response_private' shared service.
  2527.      *
  2528.      * @return \Contao\CoreBundle\EventListener\MakeResponsePrivateListener
  2529.      */
  2530.     protected function getContao_Listener_MakeResponsePrivateService()
  2531.     {
  2532.         return $this->privates['contao.listener.make_response_private'] = new \Contao\CoreBundle\EventListener\MakeResponsePrivateListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2533.     }
  2534.     /**
  2535.      * Gets the private 'contao.listener.merge_http_headers' shared service.
  2536.      *
  2537.      * @return \Contao\CoreBundle\EventListener\MergeHttpHeadersListener
  2538.      */
  2539.     protected function getContao_Listener_MergeHttpHeadersService()
  2540.     {
  2541.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2542.         if (isset($this->privates['contao.listener.merge_http_headers'])) {
  2543.             return $this->privates['contao.listener.merge_http_headers'];
  2544.         }
  2545.         return $this->privates['contao.listener.merge_http_headers'] = new \Contao\CoreBundle\EventListener\MergeHttpHeadersListener($a);
  2546.     }
  2547.     /**
  2548.      * Gets the private 'contao.listener.page_trail_cache_tags' shared service.
  2549.      *
  2550.      * @return \Contao\CoreBundle\EventListener\PageTrailCacheTagsListener
  2551.      */
  2552.     protected function getContao_Listener_PageTrailCacheTagsService()
  2553.     {
  2554.         return $this->privates['contao.listener.page_trail_cache_tags'] = new \Contao\CoreBundle\EventListener\PageTrailCacheTagsListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()));
  2555.     }
  2556.     /**
  2557.      * Gets the private 'contao.listener.preview_authentication' shared service.
  2558.      *
  2559.      * @return \Contao\CoreBundle\EventListener\PreviewAuthenticationListener
  2560.      */
  2561.     protected function getContao_Listener_PreviewAuthenticationService()
  2562.     {
  2563.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2564.         if (isset($this->privates['contao.listener.preview_authentication'])) {
  2565.             return $this->privates['contao.listener.preview_authentication'];
  2566.         }
  2567.         $b = ($this->services['router'] ?? $this->getRouterService());
  2568.         if (isset($this->privates['contao.listener.preview_authentication'])) {
  2569.             return $this->privates['contao.listener.preview_authentication'];
  2570.         }
  2571.         return $this->privates['contao.listener.preview_authentication'] = new \Contao\CoreBundle\EventListener\PreviewAuthenticationListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $a$b, ($this->services['uri_signer'] ?? ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'contao.listener.preview_toolbar' shared service.
  2575.      *
  2576.      * @return \Contao\CoreBundle\EventListener\PreviewToolbarListener
  2577.      */
  2578.     protected function getContao_Listener_PreviewToolbarService()
  2579.     {
  2580.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2581.         if (isset($this->privates['contao.listener.preview_toolbar'])) {
  2582.             return $this->privates['contao.listener.preview_toolbar'];
  2583.         }
  2584.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2585.         if (isset($this->privates['contao.listener.preview_toolbar'])) {
  2586.             return $this->privates['contao.listener.preview_toolbar'];
  2587.         }
  2588.         $c = ($this->services['router'] ?? $this->getRouterService());
  2589.         if (isset($this->privates['contao.listener.preview_toolbar'])) {
  2590.             return $this->privates['contao.listener.preview_toolbar'];
  2591.         }
  2592.         return $this->privates['contao.listener.preview_toolbar'] = new \Contao\CoreBundle\EventListener\PreviewToolbarListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $a$b$c'/preview.php');
  2593.     }
  2594.     /**
  2595.      * Gets the private 'contao.listener.referer_id' shared service.
  2596.      *
  2597.      * @return \Contao\CoreBundle\EventListener\RefererIdListener
  2598.      */
  2599.     protected function getContao_Listener_RefererIdService()
  2600.     {
  2601.         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()));
  2602.     }
  2603.     /**
  2604.      * Gets the private 'contao.listener.request_token' shared service.
  2605.      *
  2606.      * @return \Contao\CoreBundle\EventListener\RequestTokenListener
  2607.      */
  2608.     protected function getContao_Listener_RequestTokenService()
  2609.     {
  2610.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2611.         if (isset($this->privates['contao.listener.request_token'])) {
  2612.             return $this->privates['contao.listener.request_token'];
  2613.         }
  2614.         return $this->privates['contao.listener.request_token'] = new \Contao\CoreBundle\EventListener\RequestTokenListener($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['contao.csrf.token_manager'] ?? $this->getContao_Csrf_TokenManagerService()), 'contao_csrf_token''csrf_');
  2615.     }
  2616.     /**
  2617.      * Gets the private 'contao.listener.security.two_factor_frontend' shared service.
  2618.      *
  2619.      * @return \Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener
  2620.      */
  2621.     protected function getContao_Listener_Security_TwoFactorFrontendService()
  2622.     {
  2623.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2624.         if (isset($this->privates['contao.listener.security.two_factor_frontend'])) {
  2625.             return $this->privates['contao.listener.security.two_factor_frontend'];
  2626.         }
  2627.         return $this->privates['contao.listener.security.two_factor_frontend'] = new \Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this->parameters['scheb_two_factor.security_tokens']);
  2628.     }
  2629.     /**
  2630.      * Gets the private 'contao.listener.service_unavailable' shared service.
  2631.      *
  2632.      * @return \Contao\CoreBundle\EventListener\ServiceUnavailableListener
  2633.      */
  2634.     protected function getContao_Listener_ServiceUnavailableService()
  2635.     {
  2636.         return $this->privates['contao.listener.service_unavailable'] = new \Contao\CoreBundle\EventListener\ServiceUnavailableListener(($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2637.     }
  2638.     /**
  2639.      * Gets the private 'contao.listener.store_referer' shared service.
  2640.      *
  2641.      * @return \Contao\CoreBundle\EventListener\StoreRefererListener
  2642.      */
  2643.     protected function getContao_Listener_StoreRefererService()
  2644.     {
  2645.         $a = ($this->services['security.helper'] ?? $this->getSecurity_HelperService());
  2646.         if (isset($this->privates['contao.listener.store_referer'])) {
  2647.             return $this->privates['contao.listener.store_referer'];
  2648.         }
  2649.         return $this->privates['contao.listener.store_referer'] = new \Contao\CoreBundle\EventListener\StoreRefererListener($a, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2650.     }
  2651.     /**
  2652.      * Gets the private 'contao.listener.user_session' shared service.
  2653.      *
  2654.      * @return \Contao\CoreBundle\EventListener\UserSessionListener
  2655.      */
  2656.     protected function getContao_Listener_UserSessionService()
  2657.     {
  2658.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2659.         if (isset($this->privates['contao.listener.user_session'])) {
  2660.             return $this->privates['contao.listener.user_session'];
  2661.         }
  2662.         $b = ($this->services['security.helper'] ?? $this->getSecurity_HelperService());
  2663.         if (isset($this->privates['contao.listener.user_session'])) {
  2664.             return $this->privates['contao.listener.user_session'];
  2665.         }
  2666.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2667.         if (isset($this->privates['contao.listener.user_session'])) {
  2668.             return $this->privates['contao.listener.user_session'];
  2669.         }
  2670.         return $this->privates['contao.listener.user_session'] = new \Contao\CoreBundle\EventListener\UserSessionListener($a$b, ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()), $c);
  2671.     }
  2672.     /**
  2673.      * Gets the private 'contao.monolog.handler' shared service.
  2674.      *
  2675.      * @return \Contao\CoreBundle\Monolog\ContaoTableHandler
  2676.      */
  2677.     protected function getContao_Monolog_HandlerService()
  2678.     {
  2679.         $this->privates['contao.monolog.handler'] = $instance = new \Contao\CoreBundle\Monolog\ContaoTableHandler('debug'false);
  2680.         $instance->setContainer($this);
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the private 'contao.monolog.processor' shared service.
  2685.      *
  2686.      * @return \Contao\CoreBundle\Monolog\ContaoTableProcessor
  2687.      */
  2688.     protected function getContao_Monolog_ProcessorService()
  2689.     {
  2690.         return $this->privates['contao.monolog.processor'] = new \Contao\CoreBundle\Monolog\ContaoTableProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['contao.routing.scope_matcher'] ?? $this->getContao_Routing_ScopeMatcherService()));
  2691.     }
  2692.     /**
  2693.      * Gets the private 'contao.routing.backend_matcher' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  2696.      */
  2697.     protected function getContao_Routing_BackendMatcherService()
  2698.     {
  2699.         $this->privates['contao.routing.backend_matcher'] = $instance = new \Symfony\Component\HttpFoundation\RequestMatcher();
  2700.         $instance->matchAttribute('_scope''backend');
  2701.         return $instance;
  2702.     }
  2703.     /**
  2704.      * Gets the private 'contao.routing.frontend_matcher' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  2707.      */
  2708.     protected function getContao_Routing_FrontendMatcherService()
  2709.     {
  2710.         $this->privates['contao.routing.frontend_matcher'] = $instance = new \Symfony\Component\HttpFoundation\RequestMatcher();
  2711.         $instance->matchAttribute('_scope''frontend');
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the private 'contao.routing.matcher.published_filter' shared service.
  2716.      *
  2717.      * @return \Contao\CoreBundle\Routing\Matcher\PublishedFilter
  2718.      */
  2719.     protected function getContao_Routing_Matcher_PublishedFilterService()
  2720.     {
  2721.         $a = ($this->services['contao.security.token_checker'] ?? $this->getContao_Security_TokenCheckerService());
  2722.         if (isset($this->privates['contao.routing.matcher.published_filter'])) {
  2723.             return $this->privates['contao.routing.matcher.published_filter'];
  2724.         }
  2725.         return $this->privates['contao.routing.matcher.published_filter'] = new \Contao\CoreBundle\Routing\Matcher\PublishedFilter($a);
  2726.     }
  2727.     /**
  2728.      * Gets the private 'contao.routing.route_404_provider' shared service.
  2729.      *
  2730.      * @return \Contao\CoreBundle\Routing\Route404Provider
  2731.      */
  2732.     protected function getContao_Routing_Route404ProviderService()
  2733.     {
  2734.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2735.         if (isset($this->privates['contao.routing.route_404_provider'])) {
  2736.             return $this->privates['contao.routing.route_404_provider'];
  2737.         }
  2738.         $b = ($this->services['contao.routing.page_registry'] ?? $this->getContao_Routing_PageRegistryService());
  2739.         if (isset($this->privates['contao.routing.route_404_provider'])) {
  2740.             return $this->privates['contao.routing.route_404_provider'];
  2741.         }
  2742.         return $this->privates['contao.routing.route_404_provider'] = new \Contao\CoreBundle\Routing\Route404Provider($a, new \Contao\CoreBundle\Routing\Candidates\LocaleCandidates($b), $b);
  2743.     }
  2744.     /**
  2745.      * Gets the private 'contao.routing.route_provider' shared service.
  2746.      *
  2747.      * @return \Contao\CoreBundle\Routing\RouteProvider
  2748.      */
  2749.     protected function getContao_Routing_RouteProviderService()
  2750.     {
  2751.         $a = ($this->services['contao.framework'] ?? $this->getContao_FrameworkService());
  2752.         if (isset($this->privates['contao.routing.route_provider'])) {
  2753.             return $this->privates['contao.routing.route_provider'];
  2754.         }
  2755.         $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2756.         if (isset($this->privates['contao.routing.route_provider'])) {
  2757.             return $this->privates['contao.routing.route_provider'];
  2758.         }
  2759.         $c = ($this->services['contao.routing.page_registry'] ?? $this->getContao_Routing_PageRegistryService());
  2760.         if (isset($this->privates['contao.routing.route_provider'])) {
  2761.             return $this->privates['contao.routing.route_provider'];
  2762.         }
  2763.         return $this->privates['contao.routing.route_provider'] = new \Contao\CoreBundle\Routing\RouteProvider($a, new \Contao\CoreBundle\Routing\Candidates\PageCandidates($b$c), $cfalsefalse);
  2764.     }
  2765.     /**
  2766.      * Gets the private 'contao.translation.data_collector_translator' shared service.
  2767.      *
  2768.      * @return \Contao\CoreBundle\Translation\DataCollectorTranslator
  2769.      */
  2770.     protected function getContao_Translation_DataCollectorTranslatorService()
  2771.     {
  2772.         return $this->privates['contao.translation.data_collector_translator'] = new \Contao\CoreBundle\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService())));
  2773.     }
  2774.     /**
  2775.      * Gets the private 'contao.twig.filesystem_loader_warmer' shared service.
  2776.      *
  2777.      * @return \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoaderWarmer
  2778.      */
  2779.     protected function getContao_Twig_FilesystemLoaderWarmerService()
  2780.     {
  2781.         return $this->privates['contao.twig.filesystem_loader_warmer'] = new \Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoaderWarmer(($this->services['contao.twig.filesystem_loader'] ?? $this->getContao_Twig_FilesystemLoaderService()), ($this->privates['contao.twig.loader.template_locator'] ?? $this->getContao_Twig_Loader_TemplateLocatorService()), \dirname(__DIR__4), $this->targetDir.'''dev');
  2782.     }
  2783.     /**
  2784.      * Gets the private 'contao.twig.loader.template_locator' shared service.
  2785.      *
  2786.      * @return \Contao\CoreBundle\Twig\Loader\TemplateLocator
  2787.      */
  2788.     protected function getContao_Twig_Loader_TemplateLocatorService()
  2789.     {
  2790.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2791.         if (isset($this->privates['contao.twig.loader.template_locator'])) {
  2792.             return $this->privates['contao.twig.loader.template_locator'];
  2793.         }
  2794.         return $this->privates['contao.twig.loader.template_locator'] = new \Contao\CoreBundle\Twig\Loader\TemplateLocator(\dirname(__DIR__4), $this->parameters['kernel.bundles'], $this->parameters['kernel.bundles_metadata'], ($this->privates['contao.twig.loader.theme_namespace'] ?? ($this->privates['contao.twig.loader.theme_namespace'] = new \Contao\CoreBundle\Twig\Loader\ThemeNamespace())), $a);
  2795.     }
  2796.     /**
  2797.      * Gets the private 'data_collector.request' shared service.
  2798.      *
  2799.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2800.      */
  2801.     protected function getDataCollector_RequestService()
  2802.     {
  2803.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2807.      *
  2808.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2809.      */
  2810.     protected function getDebug_DebugHandlersListenerService()
  2811.     {
  2812.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2813.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2814.         $a->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  2815.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2816.         $a->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  2817.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2818.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2819.     }
  2820.     /**
  2821.      * Gets the private 'debug.file_link_formatter' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2824.      */
  2825.     protected function getDebug_FileLinkFormatterService()
  2826.     {
  2827.         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 () {
  2828.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2829.         });
  2830.     }
  2831.     /**
  2832.      * Gets the private 'debug.log_processor' shared service.
  2833.      *
  2834.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2835.      */
  2836.     protected function getDebug_LogProcessorService()
  2837.     {
  2838.         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())));
  2839.     }
  2840.     /**
  2841.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2842.      *
  2843.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2844.      */
  2845.     protected function getDebug_Security_Access_DecisionManagerService()
  2846.     {
  2847.         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 () {
  2848.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2849.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  2850.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2851.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2852.             yield => ($this->privates['debug.security.voter.contao.security.backend_access_voter'] ?? $this->load('getDebug_Security_Voter_Contao_Security_BackendAccessVoterService'));
  2853.             yield => ($this->privates['debug.security.voter.contao.security.member_group_voter'] ?? $this->load('getDebug_Security_Voter_Contao_Security_MemberGroupVoterService'));
  2854.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'debug.security.firewall' shared service.
  2858.      *
  2859.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2860.      */
  2861.     protected function getDebug_Security_FirewallService()
  2862.     {
  2863.         $a = ($this->services['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2864.         if (isset($this->privates['debug.security.firewall'])) {
  2865.             return $this->privates['debug.security.firewall'];
  2866.         }
  2867.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2868.         if (isset($this->privates['debug.security.firewall'])) {
  2869.             return $this->privates['debug.security.firewall'];
  2870.         }
  2871.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->services['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2875.      *
  2876.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2877.      */
  2878.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2879.     {
  2880.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2881.             'contao.listener.doctrine_schema' => ['privates''contao.listener.doctrine_schema''getContao_Listener_DoctrineSchemaService'true],
  2882.             'contao.listener.doctrine_schema.adjust_search_url_length' => ['privates''contao.listener.doctrine_schema.adjust_search_url_length''getContao_Listener_DoctrineSchema_AdjustSearchUrlLengthService'true],
  2883.             'contao_manager.listener.doctrine_alter_table' => ['privates''contao_manager.listener.doctrine_alter_table''getContaoManager_Listener_DoctrineAlterTableService'true],
  2884.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2885.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2886.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2887.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2888.         ], [
  2889.             'contao.listener.doctrine_schema' => '?',
  2890.             'contao.listener.doctrine_schema.adjust_search_url_length' => '?',
  2891.             'contao_manager.listener.doctrine_alter_table' => '?',
  2892.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2893.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2894.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2895.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2896.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postGenerateSchema'], => 'contao.listener.doctrine_schema'], => [=> [=> 'onSchemaAlterTableRenameColumn'], => 'contao_manager.listener.doctrine_alter_table'], => [=> [=> 'postGenerateSchema'], => 'contao.listener.doctrine_schema.adjust_search_url_length']]);
  2897.     }
  2898.     /**
  2899.      * Gets the private 'doctrine.result_cache_pool' shared service.
  2900.      *
  2901.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2902.      */
  2903.     protected function getDoctrine_ResultCachePoolService()
  2904.     {
  2905.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('avlixx6UYm'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2906.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2907.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2908.     }
  2909.     /**
  2910.      * Gets the private 'doctrine.system_cache_pool' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2913.      */
  2914.     protected function getDoctrine_SystemCachePoolService()
  2915.     {
  2916.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9tzurwhL34'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2917.     }
  2918.     /**
  2919.      * Gets the private 'esi_listener' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2922.      */
  2923.     protected function getEsiListenerService()
  2924.     {
  2925.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2926.     }
  2927.     /**
  2928.      * Gets the private 'exception_listener' shared service.
  2929.      *
  2930.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2931.      */
  2932.     protected function getExceptionListenerService()
  2933.     {
  2934.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2935.     }
  2936.     /**
  2937.      * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  2938.      *
  2939.      * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  2940.      */
  2941.     protected function getFosHttpCache_EventListener_Php8AttributesService()
  2942.     {
  2943.         return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['contao.controller_resolver'] ?? $this->getContao_ControllerResolverService()));
  2944.     }
  2945.     /**
  2946.      * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  2947.      *
  2948.      * @return \FOS\HttpCacheBundle\EventListener\TagListener
  2949.      */
  2950.     protected function getFosHttpCache_EventListener_TagService()
  2951.     {
  2952.         $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  2953.         if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  2954.             return $this->privates['fos_http_cache.event_listener.tag'];
  2955.         }
  2956.         return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener($a, ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\CacheableRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\CacheableResponseMatcher([])), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\UnsafeRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\NonErrorResponseMatcher()), NULL);
  2957.     }
  2958.     /**
  2959.      * Gets the private 'fragment.listener' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2962.      */
  2963.     protected function getFragment_ListenerService()
  2964.     {
  2965.         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');
  2966.     }
  2967.     /**
  2968.      * Gets the private 'locale_aware_listener' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2971.      */
  2972.     protected function getLocaleAwareListenerService()
  2973.     {
  2974.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2975.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2976.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2977.             yield => ($this->services['translator'] ?? $this->getTranslatorService());
  2978.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2979.     }
  2980.     /**
  2981.      * Gets the private 'locale_listener' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2984.      */
  2985.     protected function getLocaleListenerService()
  2986.     {
  2987.         $a = ($this->services['router'] ?? $this->getRouterService());
  2988.         if (isset($this->privates['locale_listener'])) {
  2989.             return $this->privates['locale_listener'];
  2990.         }
  2991.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en'$afalse, []);
  2992.     }
  2993.     /**
  2994.      * Gets the private 'monolog.handler.console' shared service.
  2995.      *
  2996.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2997.      */
  2998.     protected function getMonolog_Handler_ConsoleService()
  2999.     {
  3000.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [64 => 200128 => 10016 => 40032 => 300256 => 100], []);
  3001.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3002.         return $instance;
  3003.     }
  3004.     /**
  3005.      * Gets the private 'monolog.handler.console_very_verbose' shared service.
  3006.      *
  3007.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3008.      */
  3009.     protected function getMonolog_Handler_ConsoleVeryVerboseService()
  3010.     {
  3011.         $this->privates['monolog.handler.console_very_verbose'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [64 => 250128 => 250256 => 10016 => 40032 => 300], []);
  3012.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3013.         return $instance;
  3014.     }
  3015.     /**
  3016.      * Gets the private 'monolog.handler.main' shared service.
  3017.      *
  3018.      * @return \Monolog\Handler\RotatingFileHandler
  3019.      */
  3020.     protected function getMonolog_Handler_MainService()
  3021.     {
  3022.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/dev.log'), 10100trueNULLfalse);
  3023.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3024.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3025.         return $instance;
  3026.     }
  3027.     /**
  3028.      * Gets the private 'monolog.logger' shared service.
  3029.      *
  3030.      * @return \Symfony\Bridge\Monolog\Logger
  3031.      */
  3032.     protected function getMonolog_LoggerService()
  3033.     {
  3034.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3035.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3036.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  3037.         $instance->useMicrosecondTimestamps(true);
  3038.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3039.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3040.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  3041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3042.         return $instance;
  3043.     }
  3044.     /**
  3045.      * Gets the private 'monolog.logger.cache' shared service.
  3046.      *
  3047.      * @return \Symfony\Bridge\Monolog\Logger
  3048.      */
  3049.     protected function getMonolog_Logger_CacheService()
  3050.     {
  3051.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3052.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3053.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  3054.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3055.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3056.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  3057.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'monolog.logger.request' shared service.
  3062.      *
  3063.      * @return \Symfony\Bridge\Monolog\Logger
  3064.      */
  3065.     protected function getMonolog_Logger_RequestService()
  3066.     {
  3067.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3068.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3069.         $instance->pushProcessor(($this->privates['contao.monolog.processor'] ?? $this->getContao_Monolog_ProcessorService()));
  3070.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3071.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3072.         $instance->pushHandler(($this->privates['contao.monolog.handler'] ?? $this->getContao_Monolog_HandlerService()));
  3073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3078.      *
  3079.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3080.      */
  3081.     protected function getNelmioCors_CorsListenerService()
  3082.     {
  3083.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3084.         if (isset($this->privates['nelmio_cors.cors_listener'])) {
  3085.             return $this->privates['nelmio_cors.cors_listener'];
  3086.         }
  3087.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider([], $this->parameters['nelmio_cors.defaults']), => new \Contao\CoreBundle\Cors\WebsiteRootsConfigProvider($a)]));
  3088.     }
  3089.     /**
  3090.      * Gets the private 'nelmio_security.clickjacking_listener' shared service.
  3091.      *
  3092.      * @return \Nelmio\SecurityBundle\EventListener\ClickjackingListener
  3093.      */
  3094.     protected function getNelmioSecurity_ClickjackingListenerService()
  3095.     {
  3096.         return $this->privates['nelmio_security.clickjacking_listener'] = new \Nelmio\SecurityBundle\EventListener\ClickjackingListener($this->parameters['nelmio_security.clickjacking.paths'], []);
  3097.     }
  3098.     /**
  3099.      * Gets the private 'nelmio_security.csp_listener' shared service.
  3100.      *
  3101.      * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  3102.      */
  3103.     protected function getNelmioSecurity_CspListenerService()
  3104.     {
  3105.         $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  3106.         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, [], []);
  3107.     }
  3108.     /**
  3109.      * Gets the private 'nelmio_security.referrer_policy_listener' shared service.
  3110.      *
  3111.      * @return \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener
  3112.      */
  3113.     protected function getNelmioSecurity_ReferrerPolicyListenerService()
  3114.     {
  3115.         return $this->privates['nelmio_security.referrer_policy_listener'] = new \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener($this->parameters['nelmio_security.referrer_policy.policies']);
  3116.     }
  3117.     /**
  3118.      * Gets the private 'nelmio_security.xss_protection_listener' shared service.
  3119.      *
  3120.      * @return \Nelmio\SecurityBundle\EventListener\XssProtectionListener
  3121.      */
  3122.     protected function getNelmioSecurity_XssProtectionListenerService()
  3123.     {
  3124.         return $this->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true'mode_block' => true'report_uri' => NULL]);
  3125.     }
  3126.     /**
  3127.      * Gets the private 'parameter_bag' shared service.
  3128.      *
  3129.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3130.      */
  3131.     protected function getParameterBagService()
  3132.     {
  3133.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3134.     }
  3135.     /**
  3136.      * Gets the private 'profiler_listener' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3139.      */
  3140.     protected function getProfilerListenerService()
  3141.     {
  3142.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3143.         if (isset($this->privates['profiler_listener'])) {
  3144.             return $this->privates['profiler_listener'];
  3145.         }
  3146.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3147.     }
  3148.     /**
  3149.      * Gets the private 'router.expression_language_provider' shared service.
  3150.      *
  3151.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3152.      */
  3153.     protected function getRouter_ExpressionLanguageProviderService()
  3154.     {
  3155.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3156.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3157.         ], [
  3158.             'env' => 'Closure',
  3159.         ]));
  3160.     }
  3161.     /**
  3162.      * Gets the private 'router.request_context' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\Routing\RequestContext
  3165.      */
  3166.     protected function getRouter_RequestContextService()
  3167.     {
  3168.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3169.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3170.         return $instance;
  3171.     }
  3172.     /**
  3173.      * Gets the private 'router_listener' shared service.
  3174.      *
  3175.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3176.      */
  3177.     protected function getRouterListenerService()
  3178.     {
  3179.         $a = ($this->services['router'] ?? $this->getRouterService());
  3180.         if (isset($this->privates['router_listener'])) {
  3181.             return $this->privates['router_listener'];
  3182.         }
  3183.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  3184.     }
  3185.     /**
  3186.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  3187.      *
  3188.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  3189.      */
  3190.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  3191.     {
  3192.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3193.     }
  3194.     /**
  3195.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  3196.      *
  3197.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  3198.      */
  3199.     protected function getSchebTwoFactor_ProviderRegistryService()
  3200.     {
  3201.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  3202.             yield 'contao' => ($this->privates['contao.security.two_factor.provider'] ?? $this->load('getContao_Security_TwoFactor_ProviderService'));
  3203.         }, 1));
  3204.     }
  3205.     /**
  3206.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  3207.      *
  3208.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  3209.      */
  3210.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  3211.     {
  3212.         return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()), 5184000'trusted_device'NULL'lax''/'NULL);
  3213.     }
  3214.     /**
  3215.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  3216.      *
  3217.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  3218.      */
  3219.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  3220.     {
  3221.         return $this->privates['scheb_two_factor.trusted_token_storage'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('APP_SECRET')), 5184000), 'trusted_device');
  3222.     }
  3223.     /**
  3224.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.contao_backend' shared service.
  3225.      *
  3226.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  3227.      */
  3228.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoBackendService()
  3229.     {
  3230.         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);
  3231.     }
  3232.     /**
  3233.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.contao_frontend' shared service.
  3234.      *
  3235.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  3236.      */
  3237.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_ContaoFrontendService()
  3238.     {
  3239.         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);
  3240.     }
  3241.     /**
  3242.      * Gets the private 'session.factory' shared service.
  3243.      *
  3244.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3245.      */
  3246.     protected function getSession_FactoryService()
  3247.     {
  3248.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3249.         if (isset($this->privates['session.factory'])) {
  3250.             return $this->privates['session.factory'];
  3251.         }
  3252.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  3253.     }
  3254.     /**
  3255.      * Gets the private 'session_listener' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3258.      */
  3259.     protected function getSessionListenerService()
  3260.     {
  3261.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3262.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3263.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3264.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3265.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3266.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3267.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3268.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  3269.         ], [
  3270.             'initialized_session' => '?',
  3271.             'logger' => '?',
  3272.             'request_stack' => '?',
  3273.             'session' => '?',
  3274.             'session_collector' => '?',
  3275.             'session_factory' => '?',
  3276.             'session_storage' => '?',
  3277.         ]), true$this->parameters['session.storage.options']);
  3278.     }
  3279.     /**
  3280.      * Gets the private 'translator.default' shared service.
  3281.      *
  3282.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3283.      */
  3284.     protected function getTranslator_DefaultService()
  3285.     {
  3286.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3287.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3288.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3289.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3290.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3291.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3292.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3293.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3294.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3295.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3296.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3297.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3298.         ], [
  3299.             'translation.loader.csv' => '?',
  3300.             'translation.loader.dat' => '?',
  3301.             'translation.loader.ini' => '?',
  3302.             'translation.loader.json' => '?',
  3303.             'translation.loader.mo' => '?',
  3304.             'translation.loader.php' => '?',
  3305.             'translation.loader.po' => '?',
  3306.             'translation.loader.qt' => '?',
  3307.             'translation.loader.res' => '?',
  3308.             'translation.loader.xliff' => '?',
  3309.             'translation.loader.yml' => '?',
  3310.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.cs.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.cs.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.de.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/translations/messages.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.it.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.lv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ru.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sv.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.tr.xliff'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations/ContaoManagerBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations/ContaoInstallationBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/terminal42/service-annotation-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/terminal42/contao-conditionalformfields/translations'), 24 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-request-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/system/modules/ajaxform/translations'), 26 => (\dirname(__DIR__4).'/system/modules/pct_seo_helper/translations'), 27 => (\dirname(__DIR__4).'/vendor/do-while/contao-pdf-template-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/system/modules/haste/translations'), 29 => (\dirname(__DIR__4).'/vendor/contao/faq-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/system/modules/mp_forms/translations'), 31 => (\dirname(__DIR__4).'/system/modules/pct_megamenu/translations'), 32 => (\dirname(__DIR__4).'/system/modules/pct_theme_updater/translations'), 33 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-multifileupload-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/system/modules/pct_themer/translations'), 35 => (\dirname(__DIR__4).'/vendor/terminal42/contao-fineuploader/translations'), 36 => (\dirname(__DIR__4).'/system/modules/pct_autogrid/translations'), 37 => (\dirname(__DIR__4).'/vendor/contao/comments-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/system/modules/pct_customelements/translations'), 39 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-ajax-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/system/modules/contao-email-login/translations'), 41 => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/system/modules/pct_frontend_quickedit/translations'), 43 => (\dirname(__DIR__4).'/system/modules/pct_revolutionslider/translations'), 44 => (\dirname(__DIR__4).'/vendor/contao/listing-bundle/src/translations'), 45 => (\dirname(__DIR__4).'/system/modules/pct_privacy_manager/translations'), 46 => (\dirname(__DIR__4).'/system/modules/mailchimp/translations'), 47 => (\dirname(__DIR__4).'/vendor/contao/calendar-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/vendor/contao/newsletter-bundle/src/translations'), 49 => (\dirname(__DIR__4).'/vendor/do-while/contao-backupdb-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/vendor/terminal42/contao-changelanguage/translations'), 51 => (\dirname(__DIR__4).'/system/modules/dcawizard/translations'), 52 => (\dirname(__DIR__4).'/system/modules/multicolumnwizard/translations'), 53 => (\dirname(__DIR__4).'/system/modules/pct_theme_settings/translations'), 54 => (\dirname(__DIR__4).'/vendor/codefog/contao-member_export/src/translations'), 55 => (\dirname(__DIR__4).'/src/AppBundle/translations'), 56 => (\dirname(__DIR__4).'/system/modules/notification_center/translations'), 57 => (\dirname(__DIR__4).'/system/modules/pct_iconpicker/translations'), 58 => (\dirname(__DIR__4).'/system/modules/pct_theme_templates/translations'), 59 => (\dirname(__DIR__4).'/system/modules/leads/translations'), 60 => (\dirname(__DIR__4).'/vendor/cboelter/contao-lead-optin/translations'), 61 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'vendor/knplabs/knp-time-bundle/src/Resources/translations'=> 'vendor/contao/manager-bundle/src/Resources/translations'=> 'vendor/heimrichhannot/contao-utils-bundle/src/Resources/translations'=> 'vendor/contao/installation-bundle/src/Resources/translations'=> 'vendor/heimrichhannot/contao-utils-bundle/src/Resources/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations'11 => 'vendor/nelmio/cors-bundle/translations'12 => 'vendor/nelmio/security-bundle/translations'13 => 'vendor/twig/extra-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/knplabs/knp-menu-bundle/src/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony-cmf/routing-bundle/src/translations'18 => 'vendor/symfony/twig-bundle/translations'19 => 'vendor/terminal42/service-annotation-bundle/src/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'vendor/contao/core-bundle/src/translations'22 => 'vendor/league/flysystem-bundle/src/translations'23 => 'vendor/terminal42/contao-conditionalformfields/translations'24 => 'vendor/heimrichhannot/contao-request-bundle/src/translations'25 => 'system/modules/ajaxform/translations'26 => 'system/modules/pct_seo_helper/translations'27 => 'vendor/do-while/contao-pdf-template-bundle/src/translations'28 => 'system/modules/haste/translations'29 => 'vendor/contao/faq-bundle/src/translations'30 => 'system/modules/mp_forms/translations'31 => 'system/modules/pct_megamenu/translations'32 => 'system/modules/pct_theme_updater/translations'33 => 'vendor/heimrichhannot/contao-multifileupload-bundle/src/translations'34 => 'system/modules/pct_themer/translations'35 => 'vendor/terminal42/contao-fineuploader/translations'36 => 'system/modules/pct_autogrid/translations'37 => 'vendor/contao/comments-bundle/src/translations'38 => 'system/modules/pct_customelements/translations'39 => 'vendor/heimrichhannot/contao-ajax-bundle/src/translations'40 => 'system/modules/contao-email-login/translations'41 => 'vendor/contao/news-bundle/src/translations'42 => 'system/modules/pct_frontend_quickedit/translations'43 => 'system/modules/pct_revolutionslider/translations'44 => 'vendor/contao/listing-bundle/src/translations'45 => 'system/modules/pct_privacy_manager/translations'46 => 'system/modules/mailchimp/translations'47 => 'vendor/contao/calendar-bundle/src/translations'48 => 'vendor/contao/newsletter-bundle/src/translations'49 => 'vendor/do-while/contao-backupdb-bundle/src/translations'50 => 'vendor/terminal42/contao-changelanguage/translations'51 => 'system/modules/dcawizard/translations'52 => 'system/modules/multicolumnwizard/translations'53 => 'system/modules/pct_theme_settings/translations'54 => 'vendor/codefog/contao-member_export/src/translations'55 => 'src/AppBundle/translations'56 => 'system/modules/notification_center/translations'57 => 'system/modules/pct_iconpicker/translations'58 => 'system/modules/pct_theme_templates/translations'59 => 'system/modules/leads/translations'60 => 'vendor/cboelter/contao-lead-optin/translations'61 => 'translations']]], []);
  3311.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3312.         $instance->setFallbackLocales([=> 'en']);
  3313.         return $instance;
  3314.     }
  3315.     /**
  3316.      * Gets the private 'var_dumper.html_dumper' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3319.      */
  3320.     protected function getVarDumper_HtmlDumperService()
  3321.     {
  3322.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3323.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3324.         return $instance;
  3325.     }
  3326.     /**
  3327.      * Gets the private 'web_profiler.csp.handler' shared service.
  3328.      *
  3329.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3330.      */
  3331.     protected function getWebProfiler_Csp_HandlerService()
  3332.     {
  3333.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3334.     }
  3335.     /**
  3336.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3337.      *
  3338.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3339.      */
  3340.     protected function getWebProfiler_DebugToolbarService()
  3341.     {
  3342.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3343.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3344.             return $this->privates['web_profiler.debug_toolbar'];
  3345.         }
  3346.         $b = ($this->services['router'] ?? $this->getRouterService());
  3347.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3348.             return $this->privates['web_profiler.debug_toolbar'];
  3349.         }
  3350.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3351.     }
  3352.     /**
  3353.      * Gets the public 'huh.utils.cache.file' alias.
  3354.      *
  3355.      * @return object The "HeimrichHannot\UtilsBundle\Cache\FileCache" service.
  3356.      */
  3357.     protected function getHuh_Utils_Cache_FileService()
  3358.     {
  3359.         trigger_deprecation('''''huh.utils.cache.file will be removed in 3.0. Use FileStorageUtil instead');
  3360.         return $this->get('HeimrichHannot\\UtilsBundle\\Cache\\FileCache');
  3361.     }
  3362.     /**
  3363.      * Gets the public 'contao.controller.backend_csv_import' alias.
  3364.      *
  3365.      * @return object The "Contao\CoreBundle\Controller\BackendCsvImportController" service.
  3366.      */
  3367.     protected function getContao_Controller_BackendCsvImportService()
  3368.     {
  3369.         trigger_deprecation('contao/core-bundle''4.9''Using the "contao.controller.backend_csv_import" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\BackendCsvImportController" instead.');
  3370.         return $this->get('Contao\\CoreBundle\\Controller\\BackendCsvImportController');
  3371.     }
  3372.     /**
  3373.      * Gets the public 'contao.controller.images' alias.
  3374.      *
  3375.      * @return object The "Contao\CoreBundle\Controller\ImagesController" service.
  3376.      */
  3377.     protected function getContao_Controller_ImagesService()
  3378.     {
  3379.         trigger_deprecation('contao/core-bundle''4.9''Using the "contao.controller.images" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\ImagesController" instead.');
  3380.         return $this->get('Contao\\CoreBundle\\Controller\\ImagesController');
  3381.     }
  3382.     /**
  3383.      * Gets the public 'contao.controller.insert_tags' alias.
  3384.      *
  3385.      * @return object The "Contao\CoreBundle\Controller\InsertTagsController" service.
  3386.      */
  3387.     protected function getContao_Controller_InsertTagsService()
  3388.     {
  3389.         trigger_deprecation('contao/core-bundle''4.9''Using the "contao.controller.insert_tags" service ID has been deprecated and will no longer work in Contao 5.0. Please use "Contao\\CoreBundle\\Controller\\InsertTagsController" instead.');
  3390.         return $this->get('Contao\\CoreBundle\\Controller\\InsertTagsController');
  3391.     }
  3392.     /**
  3393.      * Gets the public 'Contao\CoreBundle\EventListener\DataContainer\ContentCompositionListener' alias.
  3394.      *
  3395.      * @return object The "contao.listener.data_container.content_composition" service.
  3396.      */
  3397.     protected function getContentCompositionListenerService()
  3398.     {
  3399.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\EventListener\\DataContainer\\ContentCompositionListener" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.listener.data_container.content_composition" instead.');
  3400.         return $this->get('contao.listener.data_container.content_composition');
  3401.     }
  3402.     /**
  3403.      * Gets the public 'Contao\CoreBundle\EventListener\DataContainer\PageTypeOptionsListener' alias.
  3404.      *
  3405.      * @return object The "contao.listener.data_container.page_type_options" service.
  3406.      */
  3407.     protected function getPageTypeOptionsListenerService()
  3408.     {
  3409.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\EventListener\\DataContainer\\PageTypeOptionsListener" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.listener.data_container.page_type_options" instead.');
  3410.         return $this->get('contao.listener.data_container.page_type_options');
  3411.     }
  3412.     /**
  3413.      * Gets the public 'Contao\CoreBundle\EventListener\DataContainer\PageUrlListener' alias.
  3414.      *
  3415.      * @return object The "contao.listener.data_container.page_url" service.
  3416.      */
  3417.     protected function getPageUrlListenerService()
  3418.     {
  3419.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\EventListener\\DataContainer\\PageUrlListener" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.listener.data_container.page_url" instead.');
  3420.         return $this->get('contao.listener.data_container.page_url');
  3421.     }
  3422.     /**
  3423.      * Gets the public 'contao.cache.clear_internal' alias.
  3424.      *
  3425.      * @return object The "contao.cache.clearer" service.
  3426.      */
  3427.     protected function getContao_Cache_ClearInternalService()
  3428.     {
  3429.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.cache.clear_internal" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.cache.clearer" instead.');
  3430.         return $this->get('contao.cache.clearer');
  3431.     }
  3432.     /**
  3433.      * Gets the public 'contao.cache.warm_internal' alias.
  3434.      *
  3435.      * @return object The "contao.cache.warmer" service.
  3436.      */
  3437.     protected function getContao_Cache_WarmInternalService()
  3438.     {
  3439.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.cache.warm_internal" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.cache.warmer" instead.');
  3440.         return $this->get('contao.cache.warmer');
  3441.     }
  3442.     /**
  3443.      * Gets the public 'contao.crawl.escargot_factory' alias.
  3444.      *
  3445.      * @return object The "contao.crawl.escargot.factory" service.
  3446.      */
  3447.     protected function getContao_Crawl_EscargotFactoryService()
  3448.     {
  3449.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.crawl.escargot_factory" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.crawl.escargot.factory" instead.');
  3450.         return $this->get('contao.crawl.escargot.factory');
  3451.     }
  3452.     /**
  3453.      * Gets the public 'contao.image.image_factory' alias.
  3454.      *
  3455.      * @return object The "contao.image.factory" service.
  3456.      */
  3457.     protected function getContao_Image_ImageFactoryService()
  3458.     {
  3459.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.image.image_factory" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.factory" instead.');
  3460.         return $this->get('contao.image.factory');
  3461.     }
  3462.     /**
  3463.      * Gets the public 'contao.image.image_sizes' alias.
  3464.      *
  3465.      * @return object The "contao.image.sizes" service.
  3466.      */
  3467.     protected function getContao_Image_ImageSizesService()
  3468.     {
  3469.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.image.image_sizes" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.sizes" instead.');
  3470.         return $this->get('contao.image.sizes');
  3471.     }
  3472.     /**
  3473.      * Gets the public 'contao.image.resizer' alias.
  3474.      *
  3475.      * @return object The "contao.image.legacy_resizer" service.
  3476.      */
  3477.     protected function getContao_Image_ResizerService()
  3478.     {
  3479.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.image.resizer" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.legacy_resizer" instead.');
  3480.         return $this->get('contao.image.legacy_resizer');
  3481.     }
  3482.     /**
  3483.      * Gets the public 'contao.opt-in' alias.
  3484.      *
  3485.      * @return object The "contao.opt_in" service.
  3486.      */
  3487.     protected function getContao_OptinService()
  3488.     {
  3489.         trigger_deprecation('contao/core-bundle''4.13''Using the "contao.opt-in" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.opt_in" instead.');
  3490.         return $this->get('contao.opt_in');
  3491.     }
  3492.     /**
  3493.      * Gets the public 'Contao\CoreBundle\Cron\Cron' alias.
  3494.      *
  3495.      * @return object The "contao.cron" service.
  3496.      */
  3497.     protected function getCronService()
  3498.     {
  3499.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Cron\\Cron" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.cron" instead.');
  3500.         return $this->get('contao.cron');
  3501.     }
  3502.     /**
  3503.      * Gets the public 'Contao\CoreBundle\Image\Studio\FigureRenderer' alias.
  3504.      *
  3505.      * @return object The "contao.image.studio.figure_renderer" service.
  3506.      */
  3507.     protected function getFigureRendererService()
  3508.     {
  3509.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Image\\Studio\\FigureRenderer" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.image.studio.figure_renderer" instead.');
  3510.         return $this->get('contao.image.studio.figure_renderer');
  3511.     }
  3512.     /**
  3513.      * Gets the public 'Contao\CoreBundle\Routing\ResponseContext\CoreResponseContextFactory' alias.
  3514.      *
  3515.      * @return object The "contao.routing.response_context_factory" service.
  3516.      */
  3517.     protected function getCoreResponseContextFactoryService()
  3518.     {
  3519.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Routing\\ResponseContext\\CoreResponseContextFactory" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.routing.response_context_factory" instead.');
  3520.         return $this->get('contao.routing.response_context_factory');
  3521.     }
  3522.     /**
  3523.      * Gets the public 'Contao\CoreBundle\Security\TwoFactor\BackupCodeManager' alias.
  3524.      *
  3525.      * @return object The "contao.security.two_factor.backup_code_manager" service.
  3526.      */
  3527.     protected function getBackupCodeManagerService()
  3528.     {
  3529.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Security\\TwoFactor\\BackupCodeManager" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.security.two_factor.backup_code_manager" instead.');
  3530.         return $this->get('contao.security.two_factor.backup_code_manager');
  3531.     }
  3532.     /**
  3533.      * Gets the public 'Contao\CoreBundle\Twig\Extension\ContaoExtension' alias.
  3534.      *
  3535.      * @return object The "contao.twig.extension" service.
  3536.      */
  3537.     protected function getContaoExtensionService()
  3538.     {
  3539.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Twig\\Extension\\ContaoExtension" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.twig.extension" instead.');
  3540.         return $this->get('contao.twig.extension');
  3541.     }
  3542.     /**
  3543.      * Gets the public 'Contao\CoreBundle\Util\SimpleTokenParser' alias.
  3544.      *
  3545.      * @return object The "contao.string.simple_token_parser" service.
  3546.      */
  3547.     protected function getSimpleTokenParserService()
  3548.     {
  3549.         trigger_deprecation('contao/core-bundle''4.13''Using the "Contao\\CoreBundle\\Util\\SimpleTokenParser" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao.string.simple_token_parser" instead.');
  3550.         return $this->get('contao.string.simple_token_parser');
  3551.     }
  3552.     /**
  3553.      * Gets the public 'contao_manager.routing_loader' alias.
  3554.      *
  3555.      * @return object The "contao_manager.routing.route_loader" service.
  3556.      */
  3557.     protected function getContaoManager_RoutingLoaderService()
  3558.     {
  3559.         trigger_deprecation('contao/manager-bundle''4.13''Using the "contao_manager.routing_loader" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_manager.routing.route_loader" instead.');
  3560.         return $this->get('contao_manager.routing.route_loader');
  3561.     }
  3562.     /**
  3563.      * Gets the public 'huh.ajax' alias.
  3564.      *
  3565.      * @return object The "HeimrichHannot\AjaxBundle\Manager\AjaxManager" service.
  3566.      */
  3567.     protected function getHuh_AjaxService()
  3568.     {
  3569.         trigger_deprecation('''''Alias huh.ajax is deprecated and will be removed in a future version. Please use AjaxManager service instead.');
  3570.         return $this->get('HeimrichHannot\\AjaxBundle\\Manager\\AjaxManager');
  3571.     }
  3572.     /**
  3573.      * Gets the public 'contao.install_tool' alias.
  3574.      *
  3575.      * @return object The "contao_installation.install_tool" service.
  3576.      */
  3577.     protected function getContao_InstallToolService()
  3578.     {
  3579.         trigger_deprecation('contao/installation-bundle''4.13''Using the "contao.install_tool" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_installation.install_tool" instead.');
  3580.         return $this->get('contao_installation.install_tool');
  3581.     }
  3582.     /**
  3583.      * Gets the public 'contao.install_tool_user' alias.
  3584.      *
  3585.      * @return object The "contao_installation.install_tool_user" service.
  3586.      */
  3587.     protected function getContao_InstallToolUserService()
  3588.     {
  3589.         trigger_deprecation('contao/installation-bundle''4.13''Using the "contao.install_tool_user" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_installation.install_tool_user" instead.');
  3590.         return $this->get('contao_installation.install_tool_user');
  3591.     }
  3592.     /**
  3593.      * Gets the public 'contao.installer' alias.
  3594.      *
  3595.      * @return object The "contao_installation.database.installer" service.
  3596.      */
  3597.     protected function getContao_InstallerService()
  3598.     {
  3599.         trigger_deprecation('contao/installation-bundle''4.13''Using the "contao.installer" service ID has been deprecated and will no longer work in Contao 5.0. Please use "contao_installation.database.installer" instead.');
  3600.         return $this->get('contao_installation.database.installer');
  3601.     }
  3602.     /**
  3603.      * Gets the public 'cache_clearer' alias.
  3604.      *
  3605.      * @return object The ".container.private.cache_clearer" service.
  3606.      */
  3607.     protected function getCacheClearerService()
  3608.     {
  3609.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3610.         return $this->get('.container.private.cache_clearer');
  3611.     }
  3612.     /**
  3613.      * Gets the public 'filesystem' alias.
  3614.      *
  3615.      * @return object The ".container.private.filesystem" service.
  3616.      */
  3617.     protected function getFilesystemService()
  3618.     {
  3619.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3620.         return $this->get('.container.private.filesystem');
  3621.     }
  3622.     /**
  3623.      * Gets the public 'security.csrf.token_manager' alias.
  3624.      *
  3625.      * @return object The ".container.private.security.csrf.token_manager" service.
  3626.      */
  3627.     protected function getSecurity_Csrf_TokenManagerService()
  3628.     {
  3629.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3630.         return $this->get('.container.private.security.csrf.token_manager');
  3631.     }
  3632.     /**
  3633.      * Gets the public 'profiler' alias.
  3634.      *
  3635.      * @return object The ".container.private.profiler" service.
  3636.      */
  3637.     protected function getProfilerService()
  3638.     {
  3639.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3640.         return $this->get('.container.private.profiler');
  3641.     }
  3642.     /**
  3643.      * Gets the public 'twig' alias.
  3644.      *
  3645.      * @return object The ".container.private.twig" service.
  3646.      */
  3647.     protected function getTwigService()
  3648.     {
  3649.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3650.         return $this->get('.container.private.twig');
  3651.     }
  3652.     /**
  3653.      * Gets the public 'security.authorization_checker' alias.
  3654.      *
  3655.      * @return object The ".container.private.security.authorization_checker" service.
  3656.      */
  3657.     protected function getSecurity_AuthorizationCheckerService()
  3658.     {
  3659.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3660.         return $this->get('.container.private.security.authorization_checker');
  3661.     }
  3662.     /**
  3663.      * Gets the public 'security.token_storage' alias.
  3664.      *
  3665.      * @return object The ".container.private.security.token_storage" service.
  3666.      */
  3667.     protected function getSecurity_TokenStorageService()
  3668.     {
  3669.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3670.         return $this->get('.container.private.security.token_storage');
  3671.     }
  3672.     /**
  3673.      * Gets the public 'security.encoder_factory' alias.
  3674.      *
  3675.      * @return object The ".container.private.security.encoder_factory" service.
  3676.      */
  3677.     protected function getSecurity_EncoderFactoryService()
  3678.     {
  3679.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.encoder_factory" service directly from the container is deprecated, use dependency injection instead.');
  3680.         return $this->get('.container.private.security.encoder_factory');
  3681.     }
  3682.     /**
  3683.      * Gets the public 'security.password_encoder' alias.
  3684.      *
  3685.      * @return object The ".container.private.security.password_encoder" service.
  3686.      */
  3687.     protected function getSecurity_PasswordEncoderService()
  3688.     {
  3689.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3690.         return $this->get('.container.private.security.password_encoder');
  3691.     }
  3692.     /**
  3693.      * Gets the public 'session' alias.
  3694.      *
  3695.      * @return object The ".container.private.session" service.
  3696.      */
  3697.     protected function getSessionService()
  3698.     {
  3699.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3700.         return $this->get('.container.private.session');
  3701.     }
  3702.     /**
  3703.      * @return array|bool|float|int|string|\UnitEnum|null
  3704.      */
  3705.     public function getParameter(string $name)
  3706.     {
  3707.         if (isset($this->buildParameters[$name])) {
  3708.             return $this->buildParameters[$name];
  3709.         }
  3710.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3711.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3712.         }
  3713.         if (isset($this->loadedDynamicParameters[$name])) {
  3714.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3715.         }
  3716.         return $this->parameters[$name];
  3717.     }
  3718.     public function hasParameter(string $name): bool
  3719.     {
  3720.         if (isset($this->buildParameters[$name])) {
  3721.             return true;
  3722.         }
  3723.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3724.     }
  3725.     public function setParameter(string $name$value): void
  3726.     {
  3727.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3728.     }
  3729.     public function getParameterBag(): ParameterBagInterface
  3730.     {
  3731.         if (null === $this->parameterBag) {
  3732.             $parameters $this->parameters;
  3733.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3734.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3735.             }
  3736.             foreach ($this->buildParameters as $name => $value) {
  3737.                 $parameters[$name] = $value;
  3738.             }
  3739.             $this->parameterBag = new FrozenParameterBag($parameters);
  3740.         }
  3741.         return $this->parameterBag;
  3742.     }
  3743.     private $loadedDynamicParameters = [
  3744.         'kernel.runtime_environment' => false,
  3745.         'kernel.build_dir' => false,
  3746.         'kernel.cache_dir' => false,
  3747.         'doctrine.orm.proxy_dir' => false,
  3748.         'kernel.secret' => false,
  3749.         'debug.container.dump' => false,
  3750.         'profiler.storage.dsn' => false,
  3751.     ];
  3752.     private $dynamicParameters = [];
  3753.     private function getDynamicParameter(string $name)
  3754.     {
  3755.         switch ($name) {
  3756.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3757.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3758.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3759.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3760.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3761.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.xml'); break;
  3762.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3763.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3764.         }
  3765.         $this->loadedDynamicParameters[$name] = true;
  3766.         return $this->dynamicParameters[$name] = $value;
  3767.     }
  3768.     protected function getDefaultParameters(): array
  3769.     {
  3770.         return [
  3771.             'kernel.project_dir' => \dirname(__DIR__4),
  3772.             'kernel.environment' => 'dev',
  3773.             'kernel.debug' => true,
  3774.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  3775.             'kernel.bundles' => [
  3776.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3777.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3778.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3779.                 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  3780.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3781.                 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  3782.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  3783.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3784.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3785.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3786.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  3787.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3788.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  3789.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3790.                 'Terminal42ServiceAnnotationBundle' => 'Terminal42\\ServiceAnnotationBundle\\Terminal42ServiceAnnotationBundle',
  3791.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3792.                 'ContaoCoreBundle' => 'Contao\\CoreBundle\\ContaoCoreBundle',
  3793.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3794.                 'ContaoManagerBundle' => 'Contao\\ManagerBundle\\ContaoManagerBundle',
  3795.                 'Terminal42ConditionalformfieldsBundle' => 'Terminal42\\ConditionalformfieldsBundle\\Terminal42ConditionalformfieldsBundle',
  3796.                 'HeimrichHannotContaoRequestBundle' => 'HeimrichHannot\\RequestBundle\\HeimrichHannotContaoRequestBundle',
  3797.                 'ajaxform' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3798.                 'pct_seo_helper' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3799.                 'SoftleisterPdftemplateBundle' => 'Softleister\\PdftemplateBundle\\SoftleisterPdftemplateBundle',
  3800.                 'haste' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3801.                 'ContaoFaqBundle' => 'Contao\\FaqBundle\\ContaoFaqBundle',
  3802.                 'mp_forms' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3803.                 'pct_megamenu' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3804.                 'pct_theme_updater' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3805.                 'HeimrichHannotContaoMultiFileUploadBundle' => 'HeimrichHannot\\MultiFileUploadBundle\\HeimrichHannotContaoMultiFileUploadBundle',
  3806.                 'pct_themer' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3807.                 'HeimrichHannotContaoUtilsBundle' => 'HeimrichHannot\\UtilsBundle\\HeimrichHannotContaoUtilsBundle',
  3808.                 'Terminal42FineUploaderBundle' => 'Terminal42\\FineUploaderBundle\\Terminal42FineUploaderBundle',
  3809.                 'pct_autogrid' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3810.                 'ContaoCommentsBundle' => 'Contao\\CommentsBundle\\ContaoCommentsBundle',
  3811.                 'pct_customelements' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3812.                 'HeimrichHannotContaoAjaxBundle' => 'HeimrichHannot\\AjaxBundle\\HeimrichHannotContaoAjaxBundle',
  3813.                 'ContaoInstallationBundle' => 'Contao\\InstallationBundle\\ContaoInstallationBundle',
  3814.                 'contao-email-login' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3815.                 'ContaoNewsBundle' => 'Contao\\NewsBundle\\ContaoNewsBundle',
  3816.                 'pct_frontend_quickedit' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3817.                 'pct_revolutionslider' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3818.                 'ContaoListingBundle' => 'Contao\\ListingBundle\\ContaoListingBundle',
  3819.                 'pct_privacy_manager' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3820.                 'mailchimp' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3821.                 'ContaoCalendarBundle' => 'Contao\\CalendarBundle\\ContaoCalendarBundle',
  3822.                 'ContaoNewsletterBundle' => 'Contao\\NewsletterBundle\\ContaoNewsletterBundle',
  3823.                 'SoftleisterBackupDbBundle' => 'Softleister\\BackupDbBundle\\SoftleisterBackupDbBundle',
  3824.                 'Terminal42ChangeLanguageBundle' => 'Terminal42\\ChangeLanguage\\Terminal42ChangeLanguageBundle',
  3825.                 'dcawizard' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3826.                 'multicolumnwizard' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3827.                 'pct_theme_settings' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3828.                 'HeimrichHannotUtilsBundle' => 'HeimrichHannot\\UtilsBundle\\HeimrichHannotUtilsBundle',
  3829.                 'CodefogMemberExportBundle' => 'Codefog\\MemberExportBundle\\CodefogMemberExportBundle',
  3830.                 'AppBundle' => 'AppBundle\\AppBundle',
  3831.                 'notification_center' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3832.                 'pct_iconpicker' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3833.                 'pct_theme_templates' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3834.                 'leads' => 'Contao\\CoreBundle\\HttpKernel\\Bundle\\ContaoModuleBundle',
  3835.                 'ContaoLeadsOptinBundle' => 'Boelter\\LeadsOptin\\ContaoLeadsOptinBundle',
  3836.             ],
  3837.             'kernel.bundles_metadata' => [
  3838.                 'DoctrineBundle' => [
  3839.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3840.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3841.                 ],
  3842.                 'FrameworkBundle' => [
  3843.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3844.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3845.                 ],
  3846.                 'MonologBundle' => [
  3847.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3848.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3849.                 ],
  3850.                 'FOSHttpCacheBundle' => [
  3851.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  3852.                     'namespace' => 'FOS\\HttpCacheBundle',
  3853.                 ],
  3854.                 'NelmioCorsBundle' => [
  3855.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3856.                     'namespace' => 'Nelmio\\CorsBundle',
  3857.                 ],
  3858.                 'NelmioSecurityBundle' => [
  3859.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle'),
  3860.                     'namespace' => 'Nelmio\\SecurityBundle',
  3861.                 ],
  3862.                 'SchebTwoFactorBundle' => [
  3863.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  3864.                     'namespace' => 'Scheb\\TwoFactorBundle',
  3865.                 ],
  3866.                 'TwigExtraBundle' => [
  3867.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3868.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3869.                 ],
  3870.                 'WebProfilerBundle' => [
  3871.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3872.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3873.                 ],
  3874.                 'KnpMenuBundle' => [
  3875.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3876.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3877.                 ],
  3878.                 'KnpTimeBundle' => [
  3879.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  3880.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  3881.                 ],
  3882.                 'DebugBundle' => [
  3883.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3884.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3885.                 ],
  3886.                 'CmfRoutingBundle' => [
  3887.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  3888.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  3889.                 ],
  3890.                 'TwigBundle' => [
  3891.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3892.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3893.                 ],
  3894.                 'Terminal42ServiceAnnotationBundle' => [
  3895.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/service-annotation-bundle/src'),
  3896.                     'namespace' => 'Terminal42\\ServiceAnnotationBundle',
  3897.                 ],
  3898.                 'SecurityBundle' => [
  3899.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3900.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3901.                 ],
  3902.                 'ContaoCoreBundle' => [
  3903.                     'path' => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src'),
  3904.                     'namespace' => 'Contao\\CoreBundle',
  3905.                 ],
  3906.                 'FlysystemBundle' => [
  3907.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3908.                     'namespace' => 'League\\FlysystemBundle',
  3909.                 ],
  3910.                 'ContaoManagerBundle' => [
  3911.                     'path' => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src'),
  3912.                     'namespace' => 'Contao\\ManagerBundle',
  3913.                 ],
  3914.                 'Terminal42ConditionalformfieldsBundle' => [
  3915.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/contao-conditionalformfields'),
  3916.                     'namespace' => 'Terminal42\\ConditionalformfieldsBundle',
  3917.                 ],
  3918.                 'HeimrichHannotContaoRequestBundle' => [
  3919.                     'path' => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-request-bundle/src'),
  3920.                     'namespace' => 'HeimrichHannot\\RequestBundle',
  3921.                 ],
  3922.                 'ajaxform' => [
  3923.                     'path' => (\dirname(__DIR__4).'/system/modules/ajaxform'),
  3924.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3925.                 ],
  3926.                 'pct_seo_helper' => [
  3927.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_seo_helper'),
  3928.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3929.                 ],
  3930.                 'SoftleisterPdftemplateBundle' => [
  3931.                     'path' => (\dirname(__DIR__4).'/vendor/do-while/contao-pdf-template-bundle/src'),
  3932.                     'namespace' => 'Softleister\\PdftemplateBundle',
  3933.                 ],
  3934.                 'haste' => [
  3935.                     'path' => (\dirname(__DIR__4).'/system/modules/haste'),
  3936.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3937.                 ],
  3938.                 'ContaoFaqBundle' => [
  3939.                     'path' => (\dirname(__DIR__4).'/vendor/contao/faq-bundle/src'),
  3940.                     'namespace' => 'Contao\\FaqBundle',
  3941.                 ],
  3942.                 'mp_forms' => [
  3943.                     'path' => (\dirname(__DIR__4).'/system/modules/mp_forms'),
  3944.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3945.                 ],
  3946.                 'pct_megamenu' => [
  3947.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_megamenu'),
  3948.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3949.                 ],
  3950.                 'pct_theme_updater' => [
  3951.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_theme_updater'),
  3952.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3953.                 ],
  3954.                 'HeimrichHannotContaoMultiFileUploadBundle' => [
  3955.                     'path' => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-multifileupload-bundle/src'),
  3956.                     'namespace' => 'HeimrichHannot\\MultiFileUploadBundle',
  3957.                 ],
  3958.                 'pct_themer' => [
  3959.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_themer'),
  3960.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3961.                 ],
  3962.                 'HeimrichHannotContaoUtilsBundle' => [
  3963.                     'path' => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src'),
  3964.                     'namespace' => 'HeimrichHannot\\UtilsBundle',
  3965.                 ],
  3966.                 'Terminal42FineUploaderBundle' => [
  3967.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/contao-fineuploader'),
  3968.                     'namespace' => 'Terminal42\\FineUploaderBundle',
  3969.                 ],
  3970.                 'pct_autogrid' => [
  3971.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_autogrid'),
  3972.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3973.                 ],
  3974.                 'ContaoCommentsBundle' => [
  3975.                     'path' => (\dirname(__DIR__4).'/vendor/contao/comments-bundle/src'),
  3976.                     'namespace' => 'Contao\\CommentsBundle',
  3977.                 ],
  3978.                 'pct_customelements' => [
  3979.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_customelements'),
  3980.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3981.                 ],
  3982.                 'HeimrichHannotContaoAjaxBundle' => [
  3983.                     'path' => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-ajax-bundle/src'),
  3984.                     'namespace' => 'HeimrichHannot\\AjaxBundle',
  3985.                 ],
  3986.                 'ContaoInstallationBundle' => [
  3987.                     'path' => (\dirname(__DIR__4).'/vendor/contao/installation-bundle/src'),
  3988.                     'namespace' => 'Contao\\InstallationBundle',
  3989.                 ],
  3990.                 'contao-email-login' => [
  3991.                     'path' => (\dirname(__DIR__4).'/system/modules/contao-email-login'),
  3992.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  3993.                 ],
  3994.                 'ContaoNewsBundle' => [
  3995.                     'path' => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src'),
  3996.                     'namespace' => 'Contao\\NewsBundle',
  3997.                 ],
  3998.                 'pct_frontend_quickedit' => [
  3999.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_frontend_quickedit'),
  4000.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4001.                 ],
  4002.                 'pct_revolutionslider' => [
  4003.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_revolutionslider'),
  4004.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4005.                 ],
  4006.                 'ContaoListingBundle' => [
  4007.                     'path' => (\dirname(__DIR__4).'/vendor/contao/listing-bundle/src'),
  4008.                     'namespace' => 'Contao\\ListingBundle',
  4009.                 ],
  4010.                 'pct_privacy_manager' => [
  4011.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_privacy_manager'),
  4012.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4013.                 ],
  4014.                 'mailchimp' => [
  4015.                     'path' => (\dirname(__DIR__4).'/system/modules/mailchimp'),
  4016.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4017.                 ],
  4018.                 'ContaoCalendarBundle' => [
  4019.                     'path' => (\dirname(__DIR__4).'/vendor/contao/calendar-bundle/src'),
  4020.                     'namespace' => 'Contao\\CalendarBundle',
  4021.                 ],
  4022.                 'ContaoNewsletterBundle' => [
  4023.                     'path' => (\dirname(__DIR__4).'/vendor/contao/newsletter-bundle/src'),
  4024.                     'namespace' => 'Contao\\NewsletterBundle',
  4025.                 ],
  4026.                 'SoftleisterBackupDbBundle' => [
  4027.                     'path' => (\dirname(__DIR__4).'/vendor/do-while/contao-backupdb-bundle/src'),
  4028.                     'namespace' => 'Softleister\\BackupDbBundle',
  4029.                 ],
  4030.                 'Terminal42ChangeLanguageBundle' => [
  4031.                     'path' => (\dirname(__DIR__4).'/vendor/terminal42/contao-changelanguage'),
  4032.                     'namespace' => 'Terminal42\\ChangeLanguage',
  4033.                 ],
  4034.                 'dcawizard' => [
  4035.                     'path' => (\dirname(__DIR__4).'/system/modules/dcawizard'),
  4036.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4037.                 ],
  4038.                 'multicolumnwizard' => [
  4039.                     'path' => (\dirname(__DIR__4).'/system/modules/multicolumnwizard'),
  4040.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4041.                 ],
  4042.                 'pct_theme_settings' => [
  4043.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_theme_settings'),
  4044.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4045.                 ],
  4046.                 'HeimrichHannotUtilsBundle' => [
  4047.                     'path' => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src'),
  4048.                     'namespace' => 'HeimrichHannot\\UtilsBundle',
  4049.                 ],
  4050.                 'CodefogMemberExportBundle' => [
  4051.                     'path' => (\dirname(__DIR__4).'/vendor/codefog/contao-member_export/src'),
  4052.                     'namespace' => 'Codefog\\MemberExportBundle',
  4053.                 ],
  4054.                 'AppBundle' => [
  4055.                     'path' => (\dirname(__DIR__4).'/src/AppBundle'),
  4056.                     'namespace' => 'AppBundle',
  4057.                 ],
  4058.                 'notification_center' => [
  4059.                     'path' => (\dirname(__DIR__4).'/system/modules/notification_center'),
  4060.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4061.                 ],
  4062.                 'pct_iconpicker' => [
  4063.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_iconpicker'),
  4064.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4065.                 ],
  4066.                 'pct_theme_templates' => [
  4067.                     'path' => (\dirname(__DIR__4).'/system/modules/pct_theme_templates'),
  4068.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4069.                 ],
  4070.                 'leads' => [
  4071.                     'path' => (\dirname(__DIR__4).'/system/modules/leads'),
  4072.                     'namespace' => 'Contao\\CoreBundle\\HttpKernel\\Bundle',
  4073.                 ],
  4074.                 'ContaoLeadsOptinBundle' => [
  4075.                     'path' => (\dirname(__DIR__4).'/vendor/cboelter/contao-lead-optin'),
  4076.                     'namespace' => 'Boelter\\LeadsOptin',
  4077.                 ],
  4078.             ],
  4079.             'kernel.charset' => 'UTF-8',
  4080.             'kernel.container_class' => 'Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer',
  4081.             'database_host' => 'localhost',
  4082.             'database_port' => 3306,
  4083.             'database_user' => 'grace_accelerator_db',
  4084.             'database_password' => 'eyd!wzf2crn!VDV4vcu',
  4085.             'database_name' => 'grace_accelerator_db',
  4086.             'secret' => '7709eb3445a04f6b3e00754096edcd8b22f1e61929c0def98f269f0bc6f0e7e2',
  4087.             'huh.multifileupload.mime_theme_default' => 'system/modules/multifileupload/assets/img/mimetypes/Numix-uTouch',
  4088.             'huh.multifileupload.upload_tmp' => 'files/tmp',
  4089.             'huh.multifileupload.max_files_default' => 10,
  4090.             'huh.utils.filecache.folder' => 'files/huhutilsbundle/cache',
  4091.             'mailer_transport' => 'sendmail',
  4092.             'mailer_host' => '127.0.0.1',
  4093.             'mailer_user' => NULL,
  4094.             'mailer_password' => NULL,
  4095.             'mailer_port' => 25,
  4096.             'mailer_encryption' => NULL,
  4097.             'locale' => 'en',
  4098.             'container.dumper.inline_class_loader' => true,
  4099.             'env(DATABASE_URL)' => 'pdo-mysql://grace_accelerator_db:eyd%21wzf2crn%21VDV4vcu@localhost:3306/grace_accelerator_db',
  4100.             'env(APP_SECRET)' => '7709eb3445a04f6b3e00754096edcd8b22f1e61929c0def98f269f0bc6f0e7e2',
  4101.             'env(MAILER_DSN)' => 'native://default',
  4102.             'contao.backend.route_prefix' => '/contao',
  4103.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4104.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4105.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4106.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4107.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4108.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4109.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4110.             'doctrine.entity_managers' => [
  4111.                 'default' => 'doctrine.orm.default_entity_manager',
  4112.             ],
  4113.             'doctrine.default_entity_manager' => 'default',
  4114.             'doctrine.dbal.connection_factory.types' => [
  4115.                 'binary_string' => [
  4116.                     'class' => 'Contao\\CoreBundle\\Doctrine\\DBAL\\Types\\BinaryStringType',
  4117.                 ],
  4118.                 'uuid' => [
  4119.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4120.                 ],
  4121.                 'ulid' => [
  4122.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4123.                 ],
  4124.             ],
  4125.             'doctrine.connections' => [
  4126.                 'default' => 'doctrine.dbal.default_connection',
  4127.             ],
  4128.             'doctrine.default_connection' => 'default',
  4129.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4130.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4131.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4132.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4133.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4134.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4135.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4136.             'doctrine.orm.cache.memcache_port' => 11211,
  4137.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4138.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4139.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4140.             'doctrine.orm.cache.memcached_port' => 11211,
  4141.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4142.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4143.             'doctrine.orm.cache.redis_host' => 'localhost',
  4144.             'doctrine.orm.cache.redis_port' => 6379,
  4145.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4146.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4147.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4148.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4149.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4150.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4151.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4152.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4153.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4154.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4155.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4156.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4157.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4158.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4159.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4160.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4161.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4162.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4163.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4164.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4165.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4166.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4167.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4168.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4169.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4170.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4171.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4172.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4173.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4174.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4175.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4176.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4177.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4178.             'event_dispatcher.event_aliases' => [
  4179.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4180.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4181.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4182.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4183.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4184.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4185.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4186.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4187.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4188.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4189.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4190.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4191.                 'Nelmio\\SecurityBundle\\ContentSecurityPolicy\\Violation\\ReportEvent' => 'csp.violation.report',
  4192.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4193.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4194.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4195.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4196.                 'Contao\\CoreBundle\\Event\\GenerateSymlinksEvent' => 'contao.generate_symlinks',
  4197.                 'Contao\\CoreBundle\\Event\\MenuEvent' => 'contao.backend_menu_build',
  4198.                 'Contao\\CoreBundle\\Event\\PreviewUrlCreateEvent' => 'contao.preview_url_create',
  4199.                 'Contao\\CoreBundle\\Event\\PreviewUrlConvertEvent' => 'contao.preview_url_convert',
  4200.                 'Contao\\CoreBundle\\Event\\RobotsTxtEvent' => 'contao.robots_txt',
  4201.                 'Contao\\CoreBundle\\Event\\SlugValidCharactersEvent' => 'contao.slug_valid_characters',
  4202.                 'Contao\\InstallationBundle\\Event\\InitializeApplicationEvent' => 'contao_installation.initialize_application',
  4203.             ],
  4204.             'fragment.renderer.hinclude.global_template' => NULL,
  4205.             'fragment.path' => '/_fragment',
  4206.             'kernel.http_method_override' => true,
  4207.             'kernel.trusted_hosts' => [
  4208.             ],
  4209.             'kernel.default_locale' => 'en',
  4210.             'kernel.enabled_locales' => [
  4211.             ],
  4212.             'kernel.error_controller' => 'error_controller',
  4213.             'debug.file_link_format' => NULL,
  4214.             'asset.request_context.base_path' => NULL,
  4215.             'asset.request_context.secure' => NULL,
  4216.             'translator.logging' => false,
  4217.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4218.             'debug.error_handler.throw_at' => -1,
  4219.             'router.request_context.host' => 'localhost',
  4220.             'router.request_context.scheme' => 'http',
  4221.             'router.request_context.base_url' => '',
  4222.             'router.resource' => 'contao_manager.routing.route_loader::loadFromPlugins',
  4223.             'request_listener.http_port' => 80,
  4224.             'request_listener.https_port' => 443,
  4225.             'session.metadata.storage_key' => '_sf2_meta',
  4226.             'session.storage.options' => [
  4227.                 'cache_limiter' => '0',
  4228.                 'cookie_secure' => 'auto',
  4229.                 'cookie_httponly' => true,
  4230.                 'gc_probability' => 1,
  4231.             ],
  4232.             'session.save_path' => NULL,
  4233.             'session.metadata.update_threshold' => 0,
  4234.             'profiler_listener.only_exceptions' => false,
  4235.             'profiler_listener.only_main_requests' => false,
  4236.             'monolog.use_microseconds' => true,
  4237.             'monolog.swift_mailer.handlers' => [
  4238.             ],
  4239.             'monolog.handlers_to_channels' => [
  4240.                 'monolog.handler.console_very_verbose' => [
  4241.                     'type' => 'inclusive',
  4242.                     'elements' => [
  4243.                         => 'doctrine',
  4244.                     ],
  4245.                 ],
  4246.                 'monolog.handler.console' => [
  4247.                     'type' => 'exclusive',
  4248.                     'elements' => [
  4249.                         => 'doctrine',
  4250.                     ],
  4251.                 ],
  4252.                 'monolog.handler.main' => [
  4253.                     'type' => 'exclusive',
  4254.                     'elements' => [
  4255.                         => 'doctrine',
  4256.                         => 'event',
  4257.                         => 'php',
  4258.                     ],
  4259.                 ],
  4260.                 'monolog.handler.contao' => NULL,
  4261.             ],
  4262.             'fos_http_cache.debug_header' => 'X-Cache-Debug',
  4263.             'fos_http_cache.cacheable.response.additional_status' => [
  4264.             ],
  4265.             'fos_http_cache.proxy_client.symfony.options' => [
  4266.                 'tags_header' => 'X-Cache-Tags',
  4267.                 'tags_method' => 'PURGETAGS',
  4268.                 'purge_method' => 'PURGE',
  4269.             ],
  4270.             'fos_http_cache.cache_manager.generate_url_type' => 0,
  4271.             'fos_http_cache.compiler_pass.tag_annotations' => false,
  4272.             'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  4273.             'fos_http_cache.tag_handler.separator' => ',',
  4274.             'fos_http_cache.tag_handler.strict' => false,
  4275.             'nelmio_cors.map' => [
  4276.             ],
  4277.             'nelmio_cors.defaults' => [
  4278.                 'allow_origin' => [
  4279.                 ],
  4280.                 'allow_credentials' => false,
  4281.                 'allow_headers' => [
  4282.                 ],
  4283.                 'expose_headers' => [
  4284.                 ],
  4285.                 'allow_methods' => [
  4286.                 ],
  4287.                 'max_age' => 0,
  4288.                 'hosts' => [
  4289.                 ],
  4290.                 'origin_regex' => false,
  4291.                 'forced_allow_origin_value' => NULL,
  4292.                 'skip_same_as_origin' => true,
  4293.             ],
  4294.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4295.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4296.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4297.             'nelmio_security.clickjacking.paths' => [
  4298.                 '^/.*' => [
  4299.                     'header' => 'SAMEORIGIN',
  4300.                 ],
  4301.             ],
  4302.             'nelmio_security.clickjacking.content_types' => [
  4303.             ],
  4304.             'nelmio_security.nonce_generator.number_of_bytes' => 16,
  4305.             'nelmio_security.csp.hash_algorithm' => 'sha256',
  4306.             'nelmio_security.csp.report_log_level' => 'notice',
  4307.             'nelmio_security.content_type.nosniff' => true,
  4308.             'nelmio_security.referrer_policy.policies' => [
  4309.                 => 'no-referrer-when-downgrade',
  4310.                 => 'strict-origin-when-cross-origin',
  4311.             ],
  4312.             'scheb_two_factor.model_manager_name' => NULL,
  4313.             'scheb_two_factor.security_tokens' => [
  4314.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  4315.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  4316.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  4317.             ],
  4318.             'scheb_two_factor.ip_whitelist' => [
  4319.             ],
  4320.             'scheb_two_factor.trusted_device.enabled' => true,
  4321.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  4322.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  4323.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  4324.             'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  4325.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  4326.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  4327.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  4328.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4329.             'web_profiler.debug_toolbar.mode' => 2,
  4330.             'knp_menu.renderer.list.options' => [
  4331.             ],
  4332.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4333.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4334.             'knp_menu.renderer.twig.options' => [
  4335.             ],
  4336.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4337.             'knp_menu.default_renderer' => 'twig',
  4338.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  4339.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  4340.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  4341.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4342.             'cmf_routing.replace_symfony_router' => true,
  4343.             'twig.form.resources' => [
  4344.                 => 'form_div_layout.html.twig',
  4345.             ],
  4346.             'twig.default_path' => '',
  4347.             'security.role_hierarchy.roles' => [
  4348.             ],
  4349.             'security.access.denied_url' => NULL,
  4350.             'security.authentication.manager.erase_credentials' => true,
  4351.             'security.authentication.session_strategy.strategy' => 'migrate',
  4352.             'security.access.always_authenticate_before_granting' => false,
  4353.             'security.authentication.hide_user_not_found' => true,
  4354.             'security.firewalls' => [
  4355.                 => 'contao_install',
  4356.                 => 'contao_backend',
  4357.                 => 'contao_frontend',
  4358.             ],
  4359.             'security.contao_backend._indexed_authenticators' => [
  4360.             ],
  4361.             'security.contao_frontend._indexed_authenticators' => [
  4362.             ],
  4363.             'contao.web_dir' => (\dirname(__DIR__4).'/public'),
  4364.             'contao.upload_path' => 'files',
  4365.             'contao.editable_files' => 'css,csv,html,ini,js,json,less,md,scss,svg,svgz,ts,txt,xliff,xml,yml,yaml',
  4366.             'contao.preview_script' => '/preview.php',
  4367.             'contao.csrf_cookie_prefix' => 'csrf_',
  4368.             'contao.csrf_token_name' => 'contao_csrf_token',
  4369.             'contao.pretty_error_screens' => false,
  4370.             'contao.error_level' => 8183,
  4371.             'contao.locales' => [
  4372.                 => 'en',
  4373.                 => 'pt',
  4374.                 => 'nl',
  4375.                 => 'lv',
  4376.                 => 'ja',
  4377.                 => 'pl',
  4378.                 => 'es',
  4379.                 => 'fr',
  4380.                 => 'fa',
  4381.                 => 'tr',
  4382.                 10 => 'sr',
  4383.                 11 => 'sv',
  4384.                 12 => 'cs',
  4385.                 13 => 'ru',
  4386.                 14 => 'de',
  4387.                 15 => 'it',
  4388.                 16 => 'sl',
  4389.             ],
  4390.             'contao.image.bypass_cache' => false,
  4391.             'contao.image.target_dir' => (\dirname(__DIR__4).'/assets/images'),
  4392.             'contao.image.valid_extensions' => [
  4393.                 => 'jpg',
  4394.                 => 'jpeg',
  4395.                 => 'gif',
  4396.                 => 'png',
  4397.                 => 'tif',
  4398.                 => 'tiff',
  4399.                 => 'bmp',
  4400.                 => 'svg',
  4401.                 => 'svgz',
  4402.                 => 'webp',
  4403.             ],
  4404.             'contao.image.imagine_options' => [
  4405.                 'jpeg_quality' => 80,
  4406.                 'jpeg_sampling_factors' => [
  4407.                     => 2,
  4408.                     => 1,
  4409.                     => 1,
  4410.                 ],
  4411.                 'interlace' => 'plane',
  4412.             ],
  4413.             'contao.image.reject_large_uploads' => false,
  4414.             'contao.image.preview.target_dir' => (\dirname(__DIR__4).'/assets/previews'),
  4415.             'contao.image.preview.default_size' => 512,
  4416.             'contao.image.preview.max_size' => 1024,
  4417.             'contao.security.two_factor.enforce_backend' => false,
  4418.             'contao.localconfig' => [
  4419.             ],
  4420.             'contao.backend.attributes' => [
  4421.             ],
  4422.             'contao.backend.custom_css' => [
  4423.             ],
  4424.             'contao.backend.custom_js' => [
  4425.             ],
  4426.             'contao.backend.badge_title' => '',
  4427.             'contao.intl.locales' => [
  4428.             ],
  4429.             'contao.intl.enabled_locales' => [
  4430.             ],
  4431.             'contao.intl.countries' => [
  4432.             ],
  4433.             'contao.insert_tags.allowed_tags' => [
  4434.                 => '*',
  4435.             ],
  4436.             'contao.sanitizer.allowed_url_protocols' => [
  4437.                 => 'http',
  4438.                 => 'https',
  4439.                 => 'ftp',
  4440.                 => 'mailto',
  4441.                 => 'tel',
  4442.                 => 'data',
  4443.                 => 'skype',
  4444.                 => 'whatsapp',
  4445.             ],
  4446.             'contao.search.default_indexer.enable' => true,
  4447.             'contao.search.index_protected' => false,
  4448.             'contao.legacy_routing' => false,
  4449.             'contao.prepend_locale' => false,
  4450.             'contao.url_suffix' => '.html',
  4451.             'contao_manager.manager_path' => 'contao-manager.phar.php',
  4452.             'terminal42_fineuploader.tmp_path' => 'system/tmp',
  4453.             'huh_utils' => [
  4454.                 'tmp_folder' => 'files/tmp/huh_utils_bundle',
  4455.                 'pdfPreviewFolder' => 'files/huhutilsbundle/cache/pdfPreview',
  4456.                 'enable_load_assets' => true,
  4457.             ],
  4458.             'data_collector.templates' => [
  4459.                 'data_collector.request' => [
  4460.                     => 'request',
  4461.                     => '@WebProfiler/Collector/request.html.twig',
  4462.                 ],
  4463.                 'data_collector.time' => [
  4464.                     => 'time',
  4465.                     => '@WebProfiler/Collector/time.html.twig',
  4466.                 ],
  4467.                 'data_collector.memory' => [
  4468.                     => 'memory',
  4469.                     => '@WebProfiler/Collector/memory.html.twig',
  4470.                 ],
  4471.                 'data_collector.ajax' => [
  4472.                     => 'ajax',
  4473.                     => '@WebProfiler/Collector/ajax.html.twig',
  4474.                 ],
  4475.                 'data_collector.exception' => [
  4476.                     => 'exception',
  4477.                     => '@WebProfiler/Collector/exception.html.twig',
  4478.                 ],
  4479.                 'data_collector.logger' => [
  4480.                     => 'logger',
  4481.                     => '@WebProfiler/Collector/logger.html.twig',
  4482.                 ],
  4483.                 'data_collector.events' => [
  4484.                     => 'events',
  4485.                     => '@WebProfiler/Collector/events.html.twig',
  4486.                 ],
  4487.                 'data_collector.router' => [
  4488.                     => 'router',
  4489.                     => '@WebProfiler/Collector/router.html.twig',
  4490.                 ],
  4491.                 'data_collector.cache' => [
  4492.                     => 'cache',
  4493.                     => '@WebProfiler/Collector/cache.html.twig',
  4494.                 ],
  4495.                 'data_collector.translation' => [
  4496.                     => 'translation',
  4497.                     => '@WebProfiler/Collector/translation.html.twig',
  4498.                 ],
  4499.                 'data_collector.security' => [
  4500.                     => 'security',
  4501.                     => '@Security/Collector/security.html.twig',
  4502.                 ],
  4503.                 'data_collector.twig' => [
  4504.                     => 'twig',
  4505.                     => '@WebProfiler/Collector/twig.html.twig',
  4506.                 ],
  4507.                 'data_collector.doctrine' => [
  4508.                     => 'db',
  4509.                     => '@Doctrine/Collector/db.html.twig',
  4510.                 ],
  4511.                 'data_collector.http_client' => [
  4512.                     => 'http_client',
  4513.                     => '@WebProfiler/Collector/http_client.html.twig',
  4514.                 ],
  4515.                 'data_collector.dump' => [
  4516.                     => 'dump',
  4517.                     => '@Debug/Profiler/dump.html.twig',
  4518.                 ],
  4519.                 'mailer.data_collector' => [
  4520.                     => 'mailer',
  4521.                     => '@WebProfiler/Collector/mailer.html.twig',
  4522.                 ],
  4523.                 'contao.data_collector' => [
  4524.                     => 'contao',
  4525.                     => '@ContaoCore/Collector/contao.html.twig',
  4526.                 ],
  4527.                 'data_collector.config' => [
  4528.                     => 'config',
  4529.                     => '@WebProfiler/Collector/config.html.twig',
  4530.                 ],
  4531.             ],
  4532.             'kernel.packages' => [
  4533.                 '__root__' => '1.0.0+no-version-set',
  4534.                 'ausi/slug-generator' => '1.1.1',
  4535.                 'bacon/bacon-qr-code' => '2.0.8',
  4536.                 'beberlei/assert' => '3.3.2',
  4537.                 'cboelter/contao-lead-optin' => '2.1.2',
  4538.                 'clue/stream-filter' => '1.6.0',
  4539.                 'codefog/contao-haste' => '4.25.26',
  4540.                 'codefog/contao-member_export' => '2.3.1',
  4541.                 'composer/ca-bundle' => '1.3.6',
  4542.                 'contao-community-alliance/composer-plugin' => '3.2.2',
  4543.                 'contao-components/ace' => '1.23.4',
  4544.                 'contao-components/chosen' => '1.2.5',
  4545.                 'contao-components/colorbox' => '1.6.6',
  4546.                 'contao-components/colorpicker' => '1.5.2',
  4547.                 'contao-components/contao' => '9.3.2',
  4548.                 'contao-components/datepicker' => '2.3.2',
  4549.                 'contao-components/dropzone' => '5.9.3',
  4550.                 'contao-components/installer' => '1.4.1',
  4551.                 'contao-components/jquery' => '3.7.0',
  4552.                 'contao-components/jquery-ui' => '1.13.2',
  4553.                 'contao-components/mediabox' => '1.5.5',
  4554.                 'contao-components/mootools' => '1.6.0.7',
  4555.                 'contao-components/simplemodal' => '2.1.1',
  4556.                 'contao-components/swipe' => '2.2.0',
  4557.                 'contao-components/tablesort' => '4.0.1',
  4558.                 'contao-components/tablesorter' => '2.31.3',
  4559.                 'contao-components/tinymce4' => '5.10.7',
  4560.                 'contao/calendar-bundle' => '4.13.28',
  4561.                 'contao/comments-bundle' => '4.13.28',
  4562.                 'contao/conflicts' => 'dev-main',
  4563.                 'contao/core-bundle' => '4.13.28',
  4564.                 'contao/faq-bundle' => '4.13.28',
  4565.                 'contao/image' => '1.2.0',
  4566.                 'contao/imagine-svg' => '1.0.3',
  4567.                 'contao/installation-bundle' => '4.13.28',
  4568.                 'contao/listing-bundle' => '4.13.28',
  4569.                 'contao/manager-bundle' => '4.13.28',
  4570.                 'contao/manager-plugin' => '2.12.0',
  4571.                 'contao/news-bundle' => '4.13.28',
  4572.                 'contao/newsletter-bundle' => '4.13.28',
  4573.                 'dasprid/enum' => '1.0.4',
  4574.                 'dflydev/dot-access-data' => '3.0.2',
  4575.                 'do-while/contao-backupdb-bundle' => '1.5.3',
  4576.                 'do-while/contao-pdf-template-bundle' => '1.3.2',
  4577.                 'doctrine/annotations' => '2.0.1',
  4578.                 'doctrine/cache' => '2.2.0',
  4579.                 'doctrine/collections' => '1.8.0',
  4580.                 'doctrine/common' => '3.4.3',
  4581.                 'doctrine/dbal' => '3.6.5',
  4582.                 'doctrine/deprecations' => '1.1.1',
  4583.                 'doctrine/doctrine-bundle' => '2.10.1',
  4584.                 'doctrine/event-manager' => '1.2.0',
  4585.                 'doctrine/inflector' => '2.0.8',
  4586.                 'doctrine/instantiator' => '2.0.0',
  4587.                 'doctrine/lexer' => '2.1.0',
  4588.                 'doctrine/orm' => '2.15.4',
  4589.                 'doctrine/persistence' => '2.5.7',
  4590.                 'doctrine/sql-formatter' => '1.1.3',
  4591.                 'dompdf/dompdf' => '2.0.3',
  4592.                 'dragonmantank/cron-expression' => '2.3.1',
  4593.                 'egulias/email-validator' => '4.0.1',
  4594.                 'ezyang/htmlpurifier' => '4.16.0',
  4595.                 'friendsofsymfony/http-cache' => '2.15.1',
  4596.                 'friendsofsymfony/http-cache-bundle' => '2.16.1',
  4597.                 'guzzlehttp/guzzle' => '7.7.0',
  4598.                 'guzzlehttp/promises' => '2.0.0',
  4599.                 'guzzlehttp/psr7' => '2.5.0',
  4600.                 'hackzilla/password-generator' => '1.6.0',
  4601.                 'heimrichhannot/contao-ajax-bundle' => '1.3.0',
  4602.                 'heimrichhannot/contao-encore-contracts' => '1.0.2',
  4603.                 'heimrichhannot/contao-multifileupload-bundle' => '1.8.4',
  4604.                 'heimrichhannot/contao-request-bundle' => '1.3.1',
  4605.                 'heimrichhannot/contao-utils-bundle' => '2.228.1',
  4606.                 'http-interop/http-factory-guzzle' => '1.2.0',
  4607.                 'imagine/imagine' => '1.3.5',
  4608.                 'knplabs/knp-menu' => '3.4.0',
  4609.                 'knplabs/knp-menu-bundle' => '3.2.0',
  4610.                 'knplabs/knp-time-bundle' => '1.20.0',
  4611.                 'lcobucci/clock' => '2.3.0',
  4612.                 'lcobucci/jwt' => '4.1.5',
  4613.                 'league/commonmark' => '2.4.0',
  4614.                 'league/config' => '1.2.0',
  4615.                 'league/flysystem' => '3.15.1',
  4616.                 'league/flysystem-bundle' => '3.1.0',
  4617.                 'league/flysystem-local' => '3.15.0',
  4618.                 'league/mime-type-detection' => '1.11.0',
  4619.                 'league/uri' => '6.8.0',
  4620.                 'league/uri-components' => '2.4.1',
  4621.                 'league/uri-interfaces' => '2.3.0',
  4622.                 'maennchen/zipstream-php' => '3.1.0',
  4623.                 'markbaker/complex' => '3.0.2',
  4624.                 'markbaker/matrix' => '3.0.1',
  4625.                 'masterminds/html5' => '2.8.0',
  4626.                 'matthiasmullie/minify' => '1.3.71',
  4627.                 'matthiasmullie/path-converter' => '1.1.3',
  4628.                 'menatwork/contao-multicolumnwizard' => '3.3.17',
  4629.                 'monolog/monolog' => '2.9.1',
  4630.                 'nelmio/cors-bundle' => '2.3.1',
  4631.                 'nelmio/security-bundle' => '2.12.0',
  4632.                 'nette/schema' => '1.2.3',
  4633.                 'nette/utils' => '4.0.0',
  4634.                 'nikic/php-parser' => '4.16.0',
  4635.                 'nyholm/psr7' => '1.8.0',
  4636.                 'oneup/contao-email-login' => '1.2.1',
  4637.                 'oneup/contao-mailchimp' => '2.2.1',
  4638.                 'oneup/mailchimp-api-v3' => '2.7.1',
  4639.                 'paragonie/constant_time_encoding' => '2.6.3',
  4640.                 'paragonie/random_compat' => '9.99.100',
  4641.                 'phenx/php-font-lib' => '0.5.4',
  4642.                 'phenx/php-svg-lib' => '0.5.0',
  4643.                 'php-http/client-common' => '2.7.0',
  4644.                 'php-http/discovery' => '1.19.1',
  4645.                 'php-http/httplug' => '2.4.0',
  4646.                 'php-http/message' => '1.16.0',
  4647.                 'php-http/message-factory' => '1.1.0',
  4648.                 'php-http/promise' => '1.1.0',
  4649.                 'phpoffice/phpspreadsheet' => '1.29.0',
  4650.                 'phpspec/php-diff' => '1.1.3',
  4651.                 'psr/cache' => '2.0.0',
  4652.                 'psr/clock' => '1.0.0',
  4653.                 'psr/container' => '1.1.2',
  4654.                 'psr/event-dispatcher' => '1.0.0',
  4655.                 'psr/http-client' => '1.0.2',
  4656.                 'psr/http-factory' => '1.0.2',
  4657.                 'psr/http-message' => '1.1',
  4658.                 'psr/log' => '2.0.0',
  4659.                 'psr/simple-cache' => '3.0.0',
  4660.                 'ralouphie/getallheaders' => '3.0.3',
  4661.                 'sabberworm/php-css-parser' => '8.4.0',
  4662.                 'scheb/2fa-backup-code' => '5.13.2',
  4663.                 'scheb/2fa-bundle' => '5.13.2',
  4664.                 'scheb/2fa-trusted-device' => '5.13.2',
  4665.                 'scrivo/highlight.php' => '9.18.1.10',
  4666.                 'scssphp/scssphp' => '1.11.0',
  4667.                 'sensiolabs/ansi-to-html' => '1.2.1',
  4668.                 'setasign/fpdi' => '2.4.0',
  4669.                 'setasign/fpdi-tcpdf' => '2.3.0',
  4670.                 'simplepie/simplepie' => '1.8.0',
  4671.                 'soundasleep/html2text' => '1.1.0',
  4672.                 'spatie/schema-org' => '3.14.0',
  4673.                 'spomky-labs/otphp' => '10.0.3',
  4674.                 'stella-maris/clock' => '0.1.7',
  4675.                 'symfony-cmf/routing' => '2.3.4',
  4676.                 'symfony-cmf/routing-bundle' => '2.5.1',
  4677.                 'symfony/asset' => '5.4.21',
  4678.                 'symfony/cache' => '5.4.25',
  4679.                 'symfony/cache-contracts' => '2.5.2',
  4680.                 'symfony/config' => '5.4.21',
  4681.                 'symfony/console' => '5.4.24',
  4682.                 'symfony/css-selector' => '5.4.21',
  4683.                 'symfony/debug-bundle' => '5.4.21',
  4684.                 'symfony/dependency-injection' => '5.4.25',
  4685.                 'symfony/deprecation-contracts' => '3.3.0',
  4686.                 'symfony/doctrine-bridge' => '5.4.25',
  4687.                 'symfony/dom-crawler' => '5.4.25',
  4688.                 'symfony/dotenv' => '5.4.22',
  4689.                 'symfony/error-handler' => '5.4.24',
  4690.                 'symfony/event-dispatcher' => '5.4.22',
  4691.                 'symfony/event-dispatcher-contracts' => '3.3.0',
  4692.                 'symfony/expression-language' => '5.4.21',
  4693.                 'symfony/filesystem' => '5.4.25',
  4694.                 'symfony/finder' => '5.4.21',
  4695.                 'symfony/framework-bundle' => '5.4.25',
  4696.                 'symfony/http-client' => '5.4.25',
  4697.                 'symfony/http-client-contracts' => '2.5.2',
  4698.                 'symfony/http-foundation' => '5.4.25',
  4699.                 'symfony/http-kernel' => '5.4.25',
  4700.                 'symfony/intl' => '5.4.25',
  4701.                 'symfony/lock' => '5.4.25',
  4702.                 'symfony/mailer' => '5.4.22',
  4703.                 'symfony/mime' => '5.4.23',
  4704.                 'symfony/monolog-bridge' => '5.4.22',
  4705.                 'symfony/monolog-bundle' => '3.8.0',
  4706.                 'symfony/options-resolver' => '5.4.21',
  4707.                 'symfony/password-hasher' => '5.4.21',
  4708.                 'symfony/polyfill-ctype' => '1.27.0',
  4709.                 'symfony/polyfill-intl-grapheme' => '1.27.0',
  4710.                 'symfony/polyfill-intl-idn' => '1.27.0',
  4711.                 'symfony/polyfill-intl-normalizer' => '1.27.0',
  4712.                 'symfony/polyfill-mbstring' => '1.27.0',
  4713.                 'symfony/polyfill-php72' => '1.27.0',
  4714.                 'symfony/polyfill-php73' => '1.27.0',
  4715.                 'symfony/polyfill-php80' => '1.27.0',
  4716.                 'symfony/polyfill-php81' => '1.27.0',
  4717.                 'symfony/polyfill-uuid' => '1.27.0',
  4718.                 'symfony/process' => '5.4.24',
  4719.                 'symfony/property-access' => '5.4.22',
  4720.                 'symfony/property-info' => '6.3.0',
  4721.                 'symfony/routing' => '5.4.25',
  4722.                 'symfony/security-bundle' => '5.4.22',
  4723.                 'symfony/security-core' => '5.4.22',
  4724.                 'symfony/security-csrf' => '5.4.21',
  4725.                 'symfony/security-guard' => '5.4.22',
  4726.                 'symfony/security-http' => '5.4.23',
  4727.                 'symfony/service-contracts' => '2.5.2',
  4728.                 'symfony/stopwatch' => '5.4.21',
  4729.                 'symfony/string' => '5.4.22',
  4730.                 'symfony/templating' => '6.3.0',
  4731.                 'symfony/translation' => '5.4.24',
  4732.                 'symfony/translation-contracts' => '2.5.2',
  4733.                 'symfony/twig-bridge' => '5.4.22',
  4734.                 'symfony/twig-bundle' => '5.4.21',
  4735.                 'symfony/uid' => '5.4.21',
  4736.                 'symfony/var-dumper' => '5.4.25',
  4737.                 'symfony/var-exporter' => '6.3.0',
  4738.                 'symfony/web-profiler-bundle' => '5.4.24',
  4739.                 'symfony/yaml' => '5.4.23',
  4740.                 'tecnickcom/tcpdf' => '6.6.2',
  4741.                 'terminal42/contao-ajaxform' => '1.3.0',
  4742.                 'terminal42/contao-changelanguage' => '3.5.8',
  4743.                 'terminal42/contao-conditionalformfields' => '3.0.12',
  4744.                 'terminal42/contao-fineuploader' => '3.4.3',
  4745.                 'terminal42/contao-leads' => '1.4.33',
  4746.                 'terminal42/contao-mp_forms' => '4.4.0',
  4747.                 'terminal42/dcawizard' => '2.7.3',
  4748.                 'terminal42/escargot' => '1.5.2',
  4749.                 'terminal42/notification_center' => '1.6.14',
  4750.                 'terminal42/service-annotation-bundle' => '1.1.5',
  4751.                 'thecodingmachine/safe' => '2.5.0',
  4752.                 'tijsverkoyen/css-to-inline-styles' => '2.2.6',
  4753.                 'toflar/psr6-symfony-http-cache-store' => '3.0.1',
  4754.                 'twig/extra-bundle' => '3.7.0',
  4755.                 'twig/twig' => '3.7.0',
  4756.                 'ua-parser/uap-php' => '3.9.14',
  4757.                 'wa72/htmlpagedom' => '2.0.1',
  4758.                 'webignition/disallowed-character-terminated-string' => '2.0',
  4759.                 'webignition/robots-txt-file' => '3.0',
  4760.                 'wikimedia/less.php' => '1.8.2',
  4761.             ],
  4762.             'contao.resources_paths' => [
  4763.                 => (\dirname(__DIR__4).'/vendor/contao/core-bundle/src/Resources/contao'),
  4764.                 => (\dirname(__DIR__4).'/vendor/contao/manager-bundle/src/Resources/contao'),
  4765.                 => (\dirname(__DIR__4).'/vendor/terminal42/contao-conditionalformfields/contao'),
  4766.                 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-request-bundle/src/Resources/contao'),
  4767.                 => (\dirname(__DIR__4).'/system/modules/ajaxform'),
  4768.                 => (\dirname(__DIR__4).'/system/modules/pct_seo_helper'),
  4769.                 => (\dirname(__DIR__4).'/vendor/do-while/contao-pdf-template-bundle/src/Resources/contao'),
  4770.                 => (\dirname(__DIR__4).'/system/modules/haste'),
  4771.                 => (\dirname(__DIR__4).'/vendor/contao/faq-bundle/src/Resources/contao'),
  4772.                 => (\dirname(__DIR__4).'/system/modules/mp_forms'),
  4773.                 10 => (\dirname(__DIR__4).'/system/modules/pct_megamenu'),
  4774.                 11 => (\dirname(__DIR__4).'/system/modules/pct_theme_updater'),
  4775.                 12 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-multifileupload-bundle/src/Resources/contao'),
  4776.                 13 => (\dirname(__DIR__4).'/system/modules/pct_themer'),
  4777.                 14 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/contao'),
  4778.                 15 => (\dirname(__DIR__4).'/vendor/terminal42/contao-fineuploader/contao'),
  4779.                 16 => (\dirname(__DIR__4).'/system/modules/pct_autogrid'),
  4780.                 17 => (\dirname(__DIR__4).'/vendor/contao/comments-bundle/src/Resources/contao'),
  4781.                 18 => (\dirname(__DIR__4).'/system/modules/pct_customelements'),
  4782.                 19 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-ajax-bundle/src/Resources/contao'),
  4783.                 20 => (\dirname(__DIR__4).'/system/modules/contao-email-login'),
  4784.                 21 => (\dirname(__DIR__4).'/vendor/contao/news-bundle/src/Resources/contao'),
  4785.                 22 => (\dirname(__DIR__4).'/system/modules/pct_frontend_quickedit'),
  4786.                 23 => (\dirname(__DIR__4).'/system/modules/pct_revolutionslider'),
  4787.                 24 => (\dirname(__DIR__4).'/vendor/contao/listing-bundle/src/Resources/contao'),
  4788.                 25 => (\dirname(__DIR__4).'/system/modules/pct_privacy_manager'),
  4789.                 26 => (\dirname(__DIR__4).'/system/modules/mailchimp'),
  4790.                 27 => (\dirname(__DIR__4).'/vendor/contao/calendar-bundle/src/Resources/contao'),
  4791.                 28 => (\dirname(__DIR__4).'/vendor/contao/newsletter-bundle/src/Resources/contao'),
  4792.                 29 => (\dirname(__DIR__4).'/vendor/do-while/contao-backupdb-bundle/src/Resources/contao'),
  4793.                 30 => (\dirname(__DIR__4).'/vendor/terminal42/contao-changelanguage/contao'),
  4794.                 31 => (\dirname(__DIR__4).'/system/modules/dcawizard'),
  4795.                 32 => (\dirname(__DIR__4).'/system/modules/multicolumnwizard'),
  4796.                 33 => (\dirname(__DIR__4).'/system/modules/pct_theme_settings'),
  4797.                 34 => (\dirname(__DIR__4).'/vendor/heimrichhannot/contao-utils-bundle/src/Resources/contao'),
  4798.                 35 => (\dirname(__DIR__4).'/vendor/codefog/contao-member_export/src/Resources/contao'),
  4799.                 36 => (\dirname(__DIR__4).'/src/AppBundle/Resources/contao'),
  4800.                 37 => (\dirname(__DIR__4).'/system/modules/notification_center'),
  4801.                 38 => (\dirname(__DIR__4).'/system/modules/pct_iconpicker'),
  4802.                 39 => (\dirname(__DIR__4).'/system/modules/pct_theme_templates'),
  4803.                 40 => (\dirname(__DIR__4).'/system/modules/leads'),
  4804.                 41 => (\dirname(__DIR__4).'/vendor/cboelter/contao-lead-optin/contao'),
  4805.                 42 => (\dirname(__DIR__4).'/app/Resources/contao'),
  4806.             ],
  4807.             'console.command.ids' => [
  4808.             ],
  4809.         ];
  4810.     }
  4811.     protected function throw($message)
  4812.     {
  4813.         throw new RuntimeException($message);
  4814.     }
  4815. }