var/cache/dev/ContainerGMhDEyb/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 2044

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