var/cache/dev/ContainerG5qT0Tw/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php line 3160

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