var/cache/dev/Container5VHPNBy/App_KernelDevDebugContainer.php line 1277

Open in your IDE?
  1. <?php
  2. namespace Container5VHPNBy;
  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 App_KernelDevDebugContainer 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. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.session' => 'get_Container_Private_SessionService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. 'cache.app' => 'getCache_AppService',
  40. 'cache.rate_limiter' => 'getCache_RateLimiterService',
  41. 'cache.system' => 'getCache_SystemService',
  42. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43. 'data_collector.dump' => 'getDataCollector_DumpService',
  44. 'doctrine' => 'getDoctrineService',
  45. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47. 'event_dispatcher' => 'getEventDispatcherService',
  48. 'http_kernel' => 'getHttpKernelService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'translator' => 'getTranslatorService',
  52. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53. 'cache_clearer' => 'getCacheClearerService',
  54. 'filesystem' => 'getFilesystemService',
  55. 'serializer' => 'getSerializerService',
  56. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57. 'form.factory' => 'getForm_FactoryService',
  58. 'form.type.file' => 'getForm_Type_FileService',
  59. 'profiler' => 'getProfilerService',
  60. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  61. 'security.token_storage' => 'getSecurity_TokenStorageService',
  62. 'twig' => 'getTwigService',
  63. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64. 'session' => 'getSessionService',
  65. 'validator' => 'getValidatorService',
  66. ];
  67. $this->fileMap = [
  68. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75. 'App\\Controller\\Admin\\AddressController' => 'getAddressControllerService',
  76. 'App\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  77. 'App\\Controller\\Admin\\AdminNetReviewsController' => 'getAdminNetReviewsControllerService',
  78. 'App\\Controller\\Admin\\CacheController' => 'getCacheControllerService',
  79. 'App\\Controller\\Admin\\CartController' => 'getCartControllerService',
  80. 'App\\Controller\\Admin\\CatalogController' => 'getCatalogControllerService',
  81. 'App\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  82. 'App\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  83. 'App\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService',
  84. 'App\\Controller\\Admin\\DiscountController' => 'getDiscountControllerService',
  85. 'App\\Controller\\Admin\\ExportController' => 'getExportControllerService',
  86. 'App\\Controller\\Admin\\ExtraFieldController' => 'getExtraFieldControllerService',
  87. 'App\\Controller\\Admin\\ImportController' => 'getImportControllerService',
  88. 'App\\Controller\\Admin\\ManufacturerController' => 'getManufacturerControllerService',
  89. 'App\\Controller\\Admin\\ModuleController' => 'getModuleControllerService',
  90. 'App\\Controller\\Admin\\Modules\\AdminModuleCarouselController' => 'getAdminModuleCarouselControllerService',
  91. 'App\\Controller\\Admin\\Modules\\AdminModuleFeaturedController' => 'getAdminModuleFeaturedControllerService',
  92. 'App\\Controller\\Admin\\Modules\\AdminModuleTextController' => 'getAdminModuleTextControllerService',
  93. 'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
  94. 'App\\Controller\\Admin\\PageController' => 'getPageControllerService',
  95. 'App\\Controller\\Admin\\PictureController' => 'getPictureControllerService',
  96. 'App\\Controller\\Admin\\ProductController' => 'getProductControllerService',
  97. 'App\\Controller\\Admin\\RedirectionController' => 'getRedirectionControllerService',
  98. 'App\\Controller\\Admin\\ResetPasswordController' => 'getResetPasswordControllerService',
  99. 'App\\Controller\\Admin\\SpecialPriceController' => 'getSpecialPriceControllerService',
  100. 'App\\Controller\\Admin\\StatsController' => 'getStatsControllerService',
  101. 'App\\Controller\\Admin\\TaxController' => 'getTaxControllerService',
  102. 'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  103. 'App\\Controller\\Admin\\ZipcodeCommercialController' => 'getZipcodeCommercialControllerService',
  104. 'App\\Controller\\BaseController' => 'getBaseControllerService',
  105. 'App\\Controller\\Front\\CartController' => 'getCartController2Service',
  106. 'App\\Controller\\Front\\CategoryController' => 'getCategoryController2Service',
  107. 'App\\Controller\\Front\\CheckoutController' => 'getCheckoutControllerService',
  108. 'App\\Controller\\Front\\ContactController' => 'getContactControllerService',
  109. 'App\\Controller\\Front\\CustomerController' => 'getCustomerController2Service',
  110. 'App\\Controller\\Front\\DiscountController' => 'getDiscountController2Service',
  111. 'App\\Controller\\Front\\FrontController' => 'getFrontControllerService',
  112. 'App\\Controller\\Front\\ManufacturerController' => 'getManufacturerController2Service',
  113. 'App\\Controller\\Front\\Modules\\AlertController' => 'getAlertControllerService',
  114. 'App\\Controller\\Front\\Modules\\FeaturedCategoryController' => 'getFeaturedCategoryControllerService',
  115. 'App\\Controller\\Front\\Modules\\MenuController' => 'getMenuControllerService',
  116. 'App\\Controller\\Front\\Modules\\NewsletterController' => 'getNewsletterControllerService',
  117. 'App\\Controller\\Front\\Modules\\SeenProductsController' => 'getSeenProductsControllerService',
  118. 'App\\Controller\\Front\\Modules\\SlideshowController' => 'getSlideshowControllerService',
  119. 'App\\Controller\\Front\\Modules\\TextController' => 'getTextControllerService',
  120. 'App\\Controller\\Front\\Modules\\WishlistController' => 'getWishlistControllerService',
  121. 'App\\Controller\\Front\\OrderController' => 'getOrderController2Service',
  122. 'App\\Controller\\Front\\PageController' => 'getPageController2Service',
  123. 'App\\Controller\\Front\\Payment\\CnpController' => 'getCnpControllerService',
  124. 'App\\Controller\\Front\\Payment\\PaypalController' => 'getPaypalControllerService',
  125. 'App\\Controller\\Front\\ProductController' => 'getProductController2Service',
  126. 'App\\Controller\\Front\\SearchController' => 'getSearchControllerService',
  127. 'App\\Controller\\Front\\SeoController' => 'getSeoControllerService',
  128. 'App\\Controller\\Front\\StoreController' => 'getStoreControllerService',
  129. 'App\\Controller\\User\\RegistrationController' => 'getRegistrationControllerService',
  130. 'App\\Controller\\User\\SecurityController' => 'getSecurityControllerService',
  131. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  132. 'Knp\\Snappy\\Image' => 'getImageService',
  133. 'Knp\\Snappy\\Pdf' => 'getPdfService',
  134. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  135. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  136. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  137. 'cache.app_clearer' => 'getCache_AppClearerService',
  138. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  139. 'cache.system_clearer' => 'getCache_SystemClearerService',
  140. 'cache_warmer' => 'getCacheWarmerService',
  141. 'console.command.public_alias.App\\Command\\SEO\\HeadingTitleCommand' => 'getHeadingTitleCommandService',
  142. 'console.command.public_alias.App\\Command\\SEO\\SitemapCommand' => 'getSitemapCommandService',
  143. 'console.command_loader' => 'getConsole_CommandLoaderService',
  144. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  145. 'error_controller' => 'getErrorControllerService',
  146. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  147. 'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  148. 'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  149. 'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  150. 'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  151. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  152. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  153. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  154. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  155. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  156. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  157. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  158. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  159. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  160. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  161. 'routing.loader' => 'getRouting_LoaderService',
  162. 'services_resetter' => 'getServicesResetterService',
  163. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  164. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  165. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  166. ];
  167. $this->aliases = [
  168. 'database_connection' => 'doctrine.dbal.default_connection',
  169. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  170. 'knp_snappy.image' => 'Knp\\Snappy\\Image',
  171. 'knp_snappy.pdf' => 'Knp\\Snappy\\Pdf',
  172. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  173. ];
  174. $this->privates['service_container'] = function () {
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  181. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  183. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LocaleSubscriber.php';
  184. include_once \dirname(__DIR__, 4).'/src/Manager/CartManager.php';
  185. include_once \dirname(__DIR__, 4).'/src/Manager/CustomerManager.php';
  186. include_once \dirname(__DIR__, 4).'/src/Manager/LanguageManager.php';
  187. include_once \dirname(__DIR__, 4).'/src/Manager/PriceManager.php';
  188. include_once \dirname(__DIR__, 4).'/src/Manager/WishlistManager.php';
  189. include_once \dirname(__DIR__, 4).'/src/Service/Mailer.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  472. include_once \dirname(__DIR__, 4).'/src/Twig/PathExtension.php';
  473. include_once \dirname(__DIR__, 4).'/src/Twig/PriceExtension.php';
  474. include_once \dirname(__DIR__, 4).'/src/Twig/TextExtension.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  487. };
  488. }
  489. public function compile(): void
  490. {
  491. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  492. }
  493. public function isCompiled(): bool
  494. {
  495. return true;
  496. }
  497. public function getRemovedIds(): array
  498. {
  499. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  500. }
  501. protected function load($file, $lazyLoad = true)
  502. {
  503. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  504. return $class::do($this, $lazyLoad);
  505. }
  506. if ('.' === $file[-4]) {
  507. $class = substr($class, 0, -4);
  508. } else {
  509. $file .= '.php';
  510. }
  511. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  512. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  513. }
  514. protected function createProxy($class, \Closure $factory)
  515. {
  516. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  517. return $factory();
  518. }
  519. /**
  520. * Gets the public '.container.private.profiler' shared service.
  521. *
  522. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  523. */
  524. protected function get_Container_Private_ProfilerService()
  525. {
  526. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  527. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  528. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  529. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  530. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  531. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  532. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  533. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  534. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  535. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  536. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  537. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  538. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  539. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  540. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  541. $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  542. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  543. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  544. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  545. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  546. $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  547. if ($this->has('kernel')) {
  548. $e->setKernel($b);
  549. }
  550. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  551. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  552. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  553. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  554. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  555. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  556. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  557. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  558. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  559. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  560. $instance->add($d);
  561. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  562. $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->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  563. $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())));
  564. $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([])))));
  565. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  566. $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()))));
  567. $instance->add($e);
  568. return $instance;
  569. }
  570. /**
  571. * Gets the public '.container.private.security.authorization_checker' shared service.
  572. *
  573. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  574. */
  575. protected function get_Container_Private_Security_AuthorizationCheckerService()
  576. {
  577. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  578. if (isset($this->services['.container.private.security.authorization_checker'])) {
  579. return $this->services['.container.private.security.authorization_checker'];
  580. }
  581. 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, false);
  582. }
  583. /**
  584. * Gets the public '.container.private.security.token_storage' shared service.
  585. *
  586. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  587. */
  588. protected function get_Container_Private_Security_TokenStorageService()
  589. {
  590. 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, [
  591. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  592. ], [
  593. 'request_stack' => '?',
  594. ]));
  595. }
  596. /**
  597. * Gets the public '.container.private.session' shared service.
  598. *
  599. * @return \Symfony\Component\HttpFoundation\Session\Session
  600. */
  601. protected function get_Container_Private_SessionService()
  602. {
  603. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  604. if (isset($this->services['.container.private.session'])) {
  605. return $this->services['.container.private.session'];
  606. }
  607. return $this->services['.container.private.session'] = $a->createSession();
  608. }
  609. /**
  610. * Gets the public '.container.private.twig' shared service.
  611. *
  612. * @return \Twig\Environment
  613. */
  614. protected function get_Container_Private_TwigService()
  615. {
  616. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  617. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  618. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  619. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  620. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  621. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  622. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  623. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  624. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  625. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  626. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  627. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  628. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  629. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  630. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  631. $a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  632. $a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  633. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  634. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  635. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  636. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  637. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  638. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  639. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  640. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  641. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  642. $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  643. $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  644. $h = ($this->services['router'] ?? $this->getRouterService());
  645. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  646. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
  647. $j = new \Symfony\Bridge\Twig\AppVariable();
  648. $j->setEnvironment('dev');
  649. $j->setDebug(true);
  650. if ($this->has('.container.private.security.token_storage')) {
  651. $j->setTokenStorage($c);
  652. }
  653. if ($this->has('request_stack')) {
  654. $j->setRequestStack($b);
  655. }
  656. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  657. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  658. $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  659. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  660. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  661. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b, $f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  662. return new \EmptyIterator();
  663. }, 0))));
  664. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
  665. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  666. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  667. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  668. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  669. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  670. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $h)));
  671. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  672. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  673. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  674. $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())));
  675. $instance->addExtension(new \App\Twig\PathExtension());
  676. $instance->addExtension(new \App\Twig\PriceExtension($e));
  677. $instance->addExtension(new \App\Twig\TextExtension());
  678. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  679. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  680. $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  681. $instance->addGlobal('app', $j);
  682. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  683. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  684. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  685. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  686. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  687. 'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates', 'liip_imagine.templating.filter_runtime', 'getLiipImagine_Templating_FilterRuntimeService', true],
  688. ], [
  689. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  690. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  691. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  692. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  693. 'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  694. ])));
  695. $instance->addGlobal('locales', $this->parameters['locales']);
  696. $instance->addGlobal('baseDomain', 'https://www.dogcat.com');
  697. $instance->addGlobal('baseUrl', $this->getEnv('resolve:BASE_URL'));
  698. $instance->addGlobal('cartMgr', ($this->privates['App\\Manager\\CartManager'] ?? $this->getCartManagerService()));
  699. $instance->addGlobal('languageMgr', ($this->privates['App\\Manager\\LanguageManager'] ?? $this->getLanguageManagerService()));
  700. $instance->addGlobal('wishlist', ($this->privates['App\\Manager\\WishlistManager'] ?? $this->getWishlistManagerService()));
  701. $instance->addGlobal('customerMgr', ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  702. $instance->addGlobal('priceMgr', ($this->privates['App\\Manager\\PriceManager'] ?? $this->getPriceManagerService()));
  703. $instance->addGlobal('recaptchaKey', $this->getEnv('resolve:GOOGLE_RECAPTCHA_KEY'));
  704. $instance->addGlobal('paypalClientId', $this->getEnv('resolve:PAYPAL_CLIENT_ID'));
  705. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  706. return $instance;
  707. }
  708. /**
  709. * Gets the public '.container.private.validator' shared service.
  710. *
  711. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  712. */
  713. protected function get_Container_Private_ValidatorService()
  714. {
  715. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  716. if (isset($this->services['.container.private.validator'])) {
  717. return $this->services['.container.private.validator'];
  718. }
  719. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  720. }
  721. /**
  722. * Gets the public 'cache.app' shared service.
  723. *
  724. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  725. */
  726. protected function getCache_AppService()
  727. {
  728. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('wtO5epthCz', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  729. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  730. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  731. }
  732. /**
  733. * Gets the public 'cache.rate_limiter' shared service.
  734. *
  735. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  736. */
  737. protected function getCache_RateLimiterService()
  738. {
  739. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8KdFg0Cd8+', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  740. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  741. return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  742. }
  743. /**
  744. * Gets the public 'cache.system' shared service.
  745. *
  746. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  747. */
  748. protected function getCache_SystemService()
  749. {
  750. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5HCbtsc6fA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  751. }
  752. /**
  753. * Gets the public 'cache.validator_expression_language' shared service.
  754. *
  755. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  756. */
  757. protected function getCache_ValidatorExpressionLanguageService()
  758. {
  759. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('73Dg8H0wbU', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  760. }
  761. /**
  762. * Gets the public 'data_collector.dump' shared service.
  763. *
  764. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  765. */
  766. protected function getDataCollector_DumpService()
  767. {
  768. return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['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())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  769. }
  770. /**
  771. * Gets the public 'doctrine' shared service.
  772. *
  773. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  774. */
  775. protected function getDoctrineService()
  776. {
  777. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  778. }
  779. /**
  780. * Gets the public 'doctrine.dbal.default_connection' shared service.
  781. *
  782. * @return \Doctrine\DBAL\Connection
  783. */
  784. protected function getDoctrine_Dbal_DefaultConnectionService()
  785. {
  786. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  787. if (isset($this->services['doctrine.dbal.default_connection'])) {
  788. return $this->services['doctrine.dbal.default_connection'];
  789. }
  790. $b = new \Doctrine\DBAL\Configuration();
  791. $c = 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->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  792. $c->setConnectionName('default');
  793. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  794. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  795. $b->setMiddlewares([0 => $c]);
  796. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], 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('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'defaultTableOptions' => []], $b, $a, ['enum' => 'string']);
  797. }
  798. /**
  799. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  800. *
  801. * @return \Doctrine\ORM\EntityManager
  802. */
  803. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  804. {
  805. if ($lazyLoad) {
  806. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  807. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  808. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  809. $proxy->setProxyInitializer(null);
  810. return true;
  811. });
  812. });
  813. }
  814. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  833. $a = new \Doctrine\ORM\Configuration();
  834. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  835. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  836. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  837. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  838. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  839. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  840. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  841. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  842. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  843. ], [
  844. 'doctrine.ulid_generator' => '?',
  845. 'doctrine.uuid_generator' => '?',
  846. ])));
  847. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  848. $a->setProxyNamespace('Proxies');
  849. $a->setAutoGenerateProxyClasses(true);
  850. $a->setSchemaIgnoreClasses([]);
  851. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  852. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  853. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  854. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  855. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  856. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  857. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  858. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  859. ], [
  860. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  861. 'App\\Repository\\UserRepository' => '?',
  862. ])));
  863. $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  864. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  865. return $instance;
  866. }
  867. /**
  868. * Gets the public 'event_dispatcher' shared service.
  869. *
  870. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  871. */
  872. protected function getEventDispatcherService()
  873. {
  874. $a = new \Symfony\Bridge\Monolog\Logger('event');
  875. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  876. $a->pushHandler(new \Monolog\Handler\NullHandler());
  877. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  878. $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  879. $instance->addListener('kernel.controller', [0 => function () {
  880. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  881. }, 1 => 'onKernelController'], 0);
  882. $instance->addListener('console.command', [0 => function () {
  883. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  884. }, 1 => 'onConsoleCommand'], 0);
  885. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  886. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  887. }, 1 => 'checkPassport'], 1024);
  888. $instance->addListener('kernel.response', [0 => function () {
  889. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  890. }, 1 => 'onKernelResponse'], 0);
  891. $instance->addListener('kernel.request', [0 => function () {
  892. return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber()));
  893. }, 1 => 'onKernelRequest'], 20);
  894. $instance->addListener('kernel.response', [0 => function () {
  895. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  896. }, 1 => 'onKernelResponse'], 0);
  897. $instance->addListener('kernel.response', [0 => function () {
  898. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  899. }, 1 => 'onKernelResponse'], -1024);
  900. $instance->addListener('kernel.request', [0 => function () {
  901. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  902. }, 1 => 'setDefaultLocale'], 100);
  903. $instance->addListener('kernel.request', [0 => function () {
  904. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  905. }, 1 => 'onKernelRequest'], 16);
  906. $instance->addListener('kernel.finish_request', [0 => function () {
  907. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  908. }, 1 => 'onKernelFinishRequest'], 0);
  909. $instance->addListener('kernel.request', [0 => function () {
  910. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  911. }, 1 => 'onKernelRequest'], 256);
  912. $instance->addListener('kernel.response', [0 => function () {
  913. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  914. }, 1 => 'onResponse'], -255);
  915. $instance->addListener('kernel.controller_arguments', [0 => function () {
  916. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  917. }, 1 => 'onControllerArguments'], 0);
  918. $instance->addListener('kernel.exception', [0 => function () {
  919. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  920. }, 1 => 'logKernelException'], 0);
  921. $instance->addListener('kernel.exception', [0 => function () {
  922. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  923. }, 1 => 'onKernelException'], -128);
  924. $instance->addListener('kernel.response', [0 => function () {
  925. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  926. }, 1 => 'removeCspHeader'], -128);
  927. $instance->addListener('kernel.request', [0 => function () {
  928. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  929. }, 1 => 'onKernelRequest'], 15);
  930. $instance->addListener('kernel.finish_request', [0 => function () {
  931. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  932. }, 1 => 'onKernelFinishRequest'], -15);
  933. $instance->addListener('console.error', [0 => function () {
  934. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  935. }, 1 => 'onConsoleError'], -128);
  936. $instance->addListener('console.terminate', [0 => function () {
  937. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  938. }, 1 => 'onConsoleTerminate'], -128);
  939. $instance->addListener('console.error', [0 => function () {
  940. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  941. }, 1 => 'onConsoleError'], 0);
  942. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  943. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  944. }, 1 => 'onMessage'], -255);
  945. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  946. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  947. }, 1 => 'onMessage'], -255);
  948. $instance->addListener('kernel.request', [0 => function () {
  949. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  950. }, 1 => 'configure'], 2048);
  951. $instance->addListener('console.command', [0 => function () {
  952. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  953. }, 1 => 'configure'], 2048);
  954. $instance->addListener('kernel.request', [0 => function () {
  955. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  956. }, 1 => 'onKernelRequest'], 32);
  957. $instance->addListener('kernel.finish_request', [0 => function () {
  958. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  959. }, 1 => 'onKernelFinishRequest'], 0);
  960. $instance->addListener('kernel.exception', [0 => function () {
  961. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  962. }, 1 => 'onKernelException'], -64);
  963. $instance->addListener('kernel.response', [0 => function () {
  964. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  965. }, 1 => 'onKernelResponse'], 0);
  966. $instance->addListener('kernel.request', [0 => function () {
  967. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  968. }, 1 => 'onKernelRequest'], 128);
  969. $instance->addListener('kernel.response', [0 => function () {
  970. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  971. }, 1 => 'onKernelResponse'], -1000);
  972. $instance->addListener('kernel.finish_request', [0 => function () {
  973. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  974. }, 1 => 'onFinishRequest'], 0);
  975. $instance->addListener('kernel.response', [0 => function () {
  976. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  977. }, 1 => 'onKernelResponse'], -100);
  978. $instance->addListener('kernel.exception', [0 => function () {
  979. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  980. }, 1 => 'onKernelException'], 0);
  981. $instance->addListener('kernel.terminate', [0 => function () {
  982. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  983. }, 1 => 'onKernelTerminate'], -1024);
  984. $instance->addListener('kernel.controller', [0 => function () {
  985. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  986. }, 1 => 'onKernelController'], 0);
  987. $instance->addListener('kernel.response', [0 => function () {
  988. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  989. }, 1 => 'onKernelResponse'], 0);
  990. $instance->addListener('kernel.response', [0 => function () {
  991. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  992. }, 1 => 'onKernelResponse'], 0);
  993. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  994. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  995. }, 1 => 'checkPassport'], 0);
  996. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  997. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  998. }, 1 => 'onLoginSuccess'], 0);
  999. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1000. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1001. }, 1 => 'onVoterVote'], 0);
  1002. $instance->addListener('kernel.request', [0 => function () {
  1003. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1004. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1005. $instance->addListener('kernel.request', [0 => function () {
  1006. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1007. }, 1 => 'onKernelRequest'], 8);
  1008. $instance->addListener('kernel.finish_request', [0 => function () {
  1009. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1010. }, 1 => 'onKernelFinishRequest'], 0);
  1011. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1012. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1013. }, 1 => 'onMessage'], 0);
  1014. $instance->addListener('kernel.response', [0 => function () {
  1015. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1016. }, 1 => 'onKernelResponse'], -128);
  1017. $instance->addListener('console.command', [0 => function () {
  1018. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1019. }, 1 => 'onCommand'], 255);
  1020. $instance->addListener('console.terminate', [0 => function () {
  1021. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1022. }, 1 => 'onTerminate'], -255);
  1023. $instance->addListener('console.command', [0 => function () {
  1024. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1025. }, 1 => 'configure'], 1024);
  1026. $instance->addListener('console.error', [0 => function () {
  1027. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1028. }, 1 => 'onConsoleError'], 0);
  1029. $instance->addListener('console.terminate', [0 => function () {
  1030. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1031. }, 1 => 'onConsoleTerminate'], 0);
  1032. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1033. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1034. }, 1 => 'checkPassport'], 512);
  1035. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1036. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1037. }, 1 => 'onLogout'], 0);
  1038. return $instance;
  1039. }
  1040. /**
  1041. * Gets the public 'http_kernel' shared service.
  1042. *
  1043. * @return \Symfony\Component\HttpKernel\HttpKernel
  1044. */
  1045. protected function getHttpKernelService()
  1046. {
  1047. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1048. if (isset($this->services['http_kernel'])) {
  1049. return $this->services['http_kernel'];
  1050. }
  1051. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1052. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1053. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1054. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1055. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1056. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1057. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1058. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1059. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1060. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1061. }, 8)), $b));
  1062. }
  1063. /**
  1064. * Gets the public 'request_stack' shared service.
  1065. *
  1066. * @return \Symfony\Component\HttpFoundation\RequestStack
  1067. */
  1068. protected function getRequestStackService()
  1069. {
  1070. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1071. }
  1072. /**
  1073. * Gets the public 'router' shared service.
  1074. *
  1075. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1076. */
  1077. protected function getRouterService()
  1078. {
  1079. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1080. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1081. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1082. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1083. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1084. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1085. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1086. ], [
  1087. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1088. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
  1089. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1090. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1091. return $instance;
  1092. }
  1093. /**
  1094. * Gets the public 'translator' shared service.
  1095. *
  1096. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1097. */
  1098. protected function getTranslatorService()
  1099. {
  1100. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1101. }
  1102. /**
  1103. * Gets the public 'var_dumper.cloner' shared service.
  1104. *
  1105. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1106. */
  1107. protected function getVarDumper_ClonerService()
  1108. {
  1109. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1110. $instance->setMaxItems(2500);
  1111. $instance->setMinDepth(1);
  1112. $instance->setMaxString(-1);
  1113. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1114. return $instance;
  1115. }
  1116. /**
  1117. * Gets the private '.service_locator.zJyh7qS' shared service.
  1118. *
  1119. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1120. */
  1121. protected function get_ServiceLocator_ZJyh7qSService()
  1122. {
  1123. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1124. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1125. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1126. ], [
  1127. 'security.firewall.map.context.dev' => '?',
  1128. 'security.firewall.map.context.main' => '?',
  1129. ]);
  1130. }
  1131. /**
  1132. * Gets the private 'App\Manager\CartManager' shared autowired service.
  1133. *
  1134. * @return \App\Manager\CartManager
  1135. */
  1136. protected function getCartManagerService()
  1137. {
  1138. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1139. if (isset($this->privates['App\\Manager\\CartManager'])) {
  1140. return $this->privates['App\\Manager\\CartManager'];
  1141. }
  1142. $b = ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService());
  1143. if (isset($this->privates['App\\Manager\\CartManager'])) {
  1144. return $this->privates['App\\Manager\\CartManager'];
  1145. }
  1146. return $this->privates['App\\Manager\\CartManager'] = new \App\Manager\CartManager(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, $b, ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1147. }
  1148. /**
  1149. * Gets the private 'App\Manager\CustomerManager' shared autowired service.
  1150. *
  1151. * @return \App\Manager\CustomerManager
  1152. */
  1153. protected function getCustomerManagerService()
  1154. {
  1155. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1156. if (isset($this->privates['App\\Manager\\CustomerManager'])) {
  1157. return $this->privates['App\\Manager\\CustomerManager'];
  1158. }
  1159. $b = ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService());
  1160. if (isset($this->privates['App\\Manager\\CustomerManager'])) {
  1161. return $this->privates['App\\Manager\\CustomerManager'];
  1162. }
  1163. return $this->privates['App\\Manager\\CustomerManager'] = new \App\Manager\CustomerManager(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, $b);
  1164. }
  1165. /**
  1166. * Gets the private 'App\Manager\LanguageManager' shared autowired service.
  1167. *
  1168. * @return \App\Manager\LanguageManager
  1169. */
  1170. protected function getLanguageManagerService()
  1171. {
  1172. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1173. if (isset($this->privates['App\\Manager\\LanguageManager'])) {
  1174. return $this->privates['App\\Manager\\LanguageManager'];
  1175. }
  1176. return $this->privates['App\\Manager\\LanguageManager'] = new \App\Manager\LanguageManager($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['router'] ?? $this->getRouterService()));
  1177. }
  1178. /**
  1179. * Gets the private 'App\Manager\PriceManager' shared autowired service.
  1180. *
  1181. * @return \App\Manager\PriceManager
  1182. */
  1183. protected function getPriceManagerService()
  1184. {
  1185. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1186. if (isset($this->privates['App\\Manager\\PriceManager'])) {
  1187. return $this->privates['App\\Manager\\PriceManager'];
  1188. }
  1189. $b = ($this->privates['App\\Manager\\CartManager'] ?? $this->getCartManagerService());
  1190. if (isset($this->privates['App\\Manager\\PriceManager'])) {
  1191. return $this->privates['App\\Manager\\PriceManager'];
  1192. }
  1193. return $this->privates['App\\Manager\\PriceManager'] = new \App\Manager\PriceManager($a, $b);
  1194. }
  1195. /**
  1196. * Gets the private 'App\Manager\WishlistManager' shared autowired service.
  1197. *
  1198. * @return \App\Manager\WishlistManager
  1199. */
  1200. protected function getWishlistManagerService()
  1201. {
  1202. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1203. if (isset($this->privates['App\\Manager\\WishlistManager'])) {
  1204. return $this->privates['App\\Manager\\WishlistManager'];
  1205. }
  1206. $b = ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService());
  1207. if (isset($this->privates['App\\Manager\\WishlistManager'])) {
  1208. return $this->privates['App\\Manager\\WishlistManager'];
  1209. }
  1210. return $this->privates['App\\Manager\\WishlistManager'] = new \App\Manager\WishlistManager($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b);
  1211. }
  1212. /**
  1213. * Gets the private 'App\Service\Mailer' shared autowired service.
  1214. *
  1215. * @return \App\Service\Mailer
  1216. */
  1217. protected function getMailerService()
  1218. {
  1219. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1220. if (isset($this->privates['App\\Service\\Mailer'])) {
  1221. return $this->privates['App\\Service\\Mailer'];
  1222. }
  1223. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1224. if (isset($this->privates['App\\Service\\Mailer'])) {
  1225. return $this->privates['App\\Service\\Mailer'];
  1226. }
  1227. return $this->privates['App\\Service\\Mailer'] = new \App\Service\Mailer($a, $b, ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1228. }
  1229. /**
  1230. * Gets the private 'annotations.cache_adapter' shared service.
  1231. *
  1232. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1233. */
  1234. protected function getAnnotations_CacheAdapterService()
  1235. {
  1236. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1237. }
  1238. /**
  1239. * Gets the private 'annotations.cached_reader' shared service.
  1240. *
  1241. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1242. */
  1243. protected function getAnnotations_CachedReaderService()
  1244. {
  1245. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1246. }
  1247. /**
  1248. * Gets the private 'annotations.reader' shared service.
  1249. *
  1250. * @return \Doctrine\Common\Annotations\AnnotationReader
  1251. */
  1252. protected function getAnnotations_ReaderService()
  1253. {
  1254. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1255. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1256. $a->registerUniqueLoader('class_exists');
  1257. $instance->addGlobalIgnoredName('required', $a);
  1258. return $instance;
  1259. }
  1260. /**
  1261. * Gets the private 'cache.annotations' shared service.
  1262. *
  1263. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1264. */
  1265. protected function getCache_AnnotationsService()
  1266. {
  1267. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PPJCrJYD4V', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1268. }
  1269. /**
  1270. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1271. *
  1272. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1273. */
  1274. protected function getCache_Doctrine_Orm_Default_QueryService()
  1275. {
  1276. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1277. }
  1278. /**
  1279. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1280. *
  1281. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1282. */
  1283. protected function getCache_Doctrine_Orm_Default_ResultService()
  1284. {
  1285. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1286. }
  1287. /**
  1288. * Gets the private 'cache.property_info' shared service.
  1289. *
  1290. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1291. */
  1292. protected function getCache_PropertyInfoService()
  1293. {
  1294. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KrVgeWXvAB', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1295. }
  1296. /**
  1297. * Gets the private 'cache.security_expression_language' shared service.
  1298. *
  1299. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1300. */
  1301. protected function getCache_SecurityExpressionLanguageService()
  1302. {
  1303. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aqC+U91Hje', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1304. }
  1305. /**
  1306. * Gets the private 'cache.serializer' shared service.
  1307. *
  1308. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1309. */
  1310. protected function getCache_SerializerService()
  1311. {
  1312. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0-sH+Eq48v', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1313. }
  1314. /**
  1315. * Gets the private 'cache.validator' shared service.
  1316. *
  1317. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1318. */
  1319. protected function getCache_ValidatorService()
  1320. {
  1321. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LmgzdcdSwH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1322. }
  1323. /**
  1324. * Gets the private 'config_cache_factory' shared service.
  1325. *
  1326. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1327. */
  1328. protected function getConfigCacheFactoryService()
  1329. {
  1330. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1331. 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)));
  1332. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1333. }, 2));
  1334. }
  1335. /**
  1336. * Gets the private 'data_collector.form' shared service.
  1337. *
  1338. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1339. */
  1340. protected function getDataCollector_FormService()
  1341. {
  1342. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1343. }
  1344. /**
  1345. * Gets the private 'data_collector.request' shared service.
  1346. *
  1347. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1348. */
  1349. protected function getDataCollector_RequestService()
  1350. {
  1351. 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())));
  1352. }
  1353. /**
  1354. * Gets the private 'debug.debug_handlers_listener' shared service.
  1355. *
  1356. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1357. */
  1358. protected function getDebug_DebugHandlersListenerService()
  1359. {
  1360. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1361. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1362. $a->pushHandler(($this->privates['monolog.handler.deprecation_filter'] ?? $this->getMonolog_Handler_DeprecationFilterService()));
  1363. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1364. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1365. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1366. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1367. }
  1368. /**
  1369. * Gets the private 'debug.file_link_formatter' shared service.
  1370. *
  1371. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1372. */
  1373. protected function getDebug_FileLinkFormatterService()
  1374. {
  1375. 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 () {
  1376. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1377. });
  1378. }
  1379. /**
  1380. * Gets the private 'debug.log_processor' shared service.
  1381. *
  1382. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1383. */
  1384. protected function getDebug_LogProcessorService()
  1385. {
  1386. 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())));
  1387. }
  1388. /**
  1389. * Gets the private 'debug.security.access.decision_manager' shared service.
  1390. *
  1391. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1392. */
  1393. protected function getDebug_Security_Access_DecisionManagerService()
  1394. {
  1395. 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 () {
  1396. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1397. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1398. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1399. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1400. }
  1401. /**
  1402. * Gets the private 'debug.security.firewall' shared service.
  1403. *
  1404. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1405. */
  1406. protected function getDebug_Security_FirewallService()
  1407. {
  1408. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1409. if (isset($this->privates['debug.security.firewall'])) {
  1410. return $this->privates['debug.security.firewall'];
  1411. }
  1412. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1413. if (isset($this->privates['debug.security.firewall'])) {
  1414. return $this->privates['debug.security.firewall'];
  1415. }
  1416. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1417. }
  1418. /**
  1419. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1420. *
  1421. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1422. */
  1423. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1424. {
  1425. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1426. 'App\\SearchIndexer' => ['privates', 'App\\SearchIndexer', 'getSearchIndexerService', true],
  1427. 'App\\Translator' => ['privates', 'App\\Translator', 'getTranslator2Service', true],
  1428. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1429. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1430. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1431. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1432. ], [
  1433. 'App\\SearchIndexer' => '?',
  1434. 'App\\Translator' => '?',
  1435. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1436. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1437. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1438. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1439. ]), [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 => [0 => [0 => 'postLoad'], 1 => 'App\\Translator'], 4 => [0 => [0 => 'postPersist'], 1 => 'App\\SearchIndexer'], 5 => [0 => [0 => 'postUpdate'], 1 => 'App\\SearchIndexer'], 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1440. }
  1441. /**
  1442. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1443. *
  1444. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1445. */
  1446. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1447. {
  1448. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  1449. }
  1450. /**
  1451. * Gets the private 'exception_listener' shared service.
  1452. *
  1453. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1454. */
  1455. protected function getExceptionListenerService()
  1456. {
  1457. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1458. }
  1459. /**
  1460. * Gets the private 'locale_aware_listener' shared service.
  1461. *
  1462. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1463. */
  1464. protected function getLocaleAwareListenerService()
  1465. {
  1466. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1467. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1468. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1469. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1470. }
  1471. /**
  1472. * Gets the private 'locale_listener' shared service.
  1473. *
  1474. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1475. */
  1476. protected function getLocaleListenerService()
  1477. {
  1478. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1479. }
  1480. /**
  1481. * Gets the private 'mailer.mailer' shared service.
  1482. *
  1483. * @return \Symfony\Component\Mailer\Mailer
  1484. */
  1485. protected function getMailer_MailerService()
  1486. {
  1487. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1488. if (isset($this->privates['mailer.mailer'])) {
  1489. return $this->privates['mailer.mailer'];
  1490. }
  1491. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  1492. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  1493. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  1494. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  1495. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  1496. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  1497. }
  1498. /**
  1499. * Gets the private 'monolog.handler.console' shared service.
  1500. *
  1501. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1502. */
  1503. protected function getMonolog_Handler_ConsoleService()
  1504. {
  1505. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1506. }
  1507. /**
  1508. * Gets the private 'monolog.handler.deprecation' shared service.
  1509. *
  1510. * @return \Monolog\Handler\StreamHandler
  1511. */
  1512. protected function getMonolog_Handler_DeprecationService()
  1513. {
  1514. $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.deprecations.log'), 'DEBUG', true, NULL, false);
  1515. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1516. return $instance;
  1517. }
  1518. /**
  1519. * Gets the private 'monolog.handler.deprecation_filter' shared service.
  1520. *
  1521. * @return \Monolog\Handler\FilterHandler
  1522. */
  1523. protected function getMonolog_Handler_DeprecationFilterService()
  1524. {
  1525. return $this->privates['monolog.handler.deprecation_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()), 'DEBUG', 'info', true);
  1526. }
  1527. /**
  1528. * Gets the private 'monolog.handler.main' shared service.
  1529. *
  1530. * @return \Monolog\Handler\StreamHandler
  1531. */
  1532. protected function getMonolog_Handler_MainService()
  1533. {
  1534. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1535. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1536. return $instance;
  1537. }
  1538. /**
  1539. * Gets the private 'monolog.logger.cache' shared service.
  1540. *
  1541. * @return \Symfony\Bridge\Monolog\Logger
  1542. */
  1543. protected function getMonolog_Logger_CacheService()
  1544. {
  1545. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1546. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1547. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1548. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1549. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1550. return $instance;
  1551. }
  1552. /**
  1553. * Gets the private 'monolog.logger.request' shared service.
  1554. *
  1555. * @return \Symfony\Bridge\Monolog\Logger
  1556. */
  1557. protected function getMonolog_Logger_RequestService()
  1558. {
  1559. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1560. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1561. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1562. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1563. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1564. return $instance;
  1565. }
  1566. /**
  1567. * Gets the private 'monolog.logger.security' shared service.
  1568. *
  1569. * @return \Symfony\Bridge\Monolog\Logger
  1570. */
  1571. protected function getMonolog_Logger_SecurityService()
  1572. {
  1573. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1574. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1575. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1576. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1577. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1578. return $instance;
  1579. }
  1580. /**
  1581. * Gets the private 'parameter_bag' shared service.
  1582. *
  1583. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1584. */
  1585. protected function getParameterBagService()
  1586. {
  1587. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1588. }
  1589. /**
  1590. * Gets the private 'profiler_listener' shared service.
  1591. *
  1592. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1593. */
  1594. protected function getProfilerListenerService()
  1595. {
  1596. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1597. if (isset($this->privates['profiler_listener'])) {
  1598. return $this->privates['profiler_listener'];
  1599. }
  1600. 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);
  1601. }
  1602. /**
  1603. * Gets the private 'property_info' shared service.
  1604. *
  1605. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1606. */
  1607. protected function getPropertyInfoService()
  1608. {
  1609. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1610. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1611. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1612. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1613. }, 3), new RewindableGenerator(function () {
  1614. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1615. yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1616. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1617. }, 3), new RewindableGenerator(function () {
  1618. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1619. }, 1), new RewindableGenerator(function () {
  1620. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1621. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1622. }, 2), new RewindableGenerator(function () {
  1623. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1624. }, 1));
  1625. }
  1626. /**
  1627. * Gets the private 'router.expression_language_provider' shared service.
  1628. *
  1629. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1630. */
  1631. protected function getRouter_ExpressionLanguageProviderService()
  1632. {
  1633. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1634. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1635. ], [
  1636. 'env' => 'Closure',
  1637. ]));
  1638. }
  1639. /**
  1640. * Gets the private 'router.request_context' shared service.
  1641. *
  1642. * @return \Symfony\Component\Routing\RequestContext
  1643. */
  1644. protected function getRouter_RequestContextService()
  1645. {
  1646. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('BASE_URL'), 'localhost', 'http', 80, 443);
  1647. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1648. return $instance;
  1649. }
  1650. /**
  1651. * Gets the private 'router_listener' shared service.
  1652. *
  1653. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1654. */
  1655. protected function getRouterListenerService()
  1656. {
  1657. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  1658. }
  1659. /**
  1660. * Gets the private 'security.context_listener.0' shared service.
  1661. *
  1662. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1663. */
  1664. protected function getSecurity_ContextListener_0Service()
  1665. {
  1666. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  1667. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1668. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  1669. }
  1670. /**
  1671. * Gets the private 'security.event_dispatcher.main' shared service.
  1672. *
  1673. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1674. */
  1675. protected function getSecurity_EventDispatcher_MainService()
  1676. {
  1677. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1678. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1679. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1680. }, 1 => 'checkPassport'], 2048);
  1681. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1682. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1683. }, 1 => 'onSuccessfulLogin'], 0);
  1684. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1685. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1686. }, 1 => 'onLogout'], 64);
  1687. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1688. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1689. }, 1 => 'onLogout'], 0);
  1690. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1691. return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  1692. }, 1 => 'checkPassport'], 2080);
  1693. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1694. return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  1695. }, 1 => 'onSuccessfulLogin'], 0);
  1696. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1697. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1698. }, 1 => 'preCheckCredentials'], 256);
  1699. $instance->addListener('security.authentication.success', [0 => function () {
  1700. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1701. }, 1 => 'postCheckCredentials'], 256);
  1702. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1703. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1704. }, 1 => 'checkPassport'], 1024);
  1705. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1706. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1707. }, 1 => 'checkPassport'], 0);
  1708. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1709. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1710. }, 1 => 'onLoginSuccess'], 0);
  1711. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1712. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1713. }, 1 => 'checkPassport'], 512);
  1714. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1715. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1716. }, 1 => 'onLogout'], 0);
  1717. return $instance;
  1718. }
  1719. /**
  1720. * Gets the private 'security.firewall.map' shared service.
  1721. *
  1722. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1723. */
  1724. protected function getSecurity_Firewall_MapService()
  1725. {
  1726. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1727. if (isset($this->privates['security.firewall.map'])) {
  1728. return $this->privates['security.firewall.map'];
  1729. }
  1730. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1731. yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1732. yield 'security.firewall.map.context.main' => NULL;
  1733. }, 2));
  1734. }
  1735. /**
  1736. * Gets the private 'security.logout_url_generator' shared service.
  1737. *
  1738. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1739. */
  1740. protected function getSecurity_LogoutUrlGeneratorService()
  1741. {
  1742. $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1743. $instance->registerListener('main', 'logout', 'logout', '_csrf_token', NULL, NULL);
  1744. return $instance;
  1745. }
  1746. /**
  1747. * Gets the private 'security.role_hierarchy' shared service.
  1748. *
  1749. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1750. */
  1751. protected function getSecurity_RoleHierarchyService()
  1752. {
  1753. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1754. }
  1755. /**
  1756. * Gets the private 'session.factory' shared service.
  1757. *
  1758. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  1759. */
  1760. protected function getSession_FactoryService()
  1761. {
  1762. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1763. if (isset($this->privates['session.factory'])) {
  1764. return $this->privates['session.factory'];
  1765. }
  1766. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/dev'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [0 => $a, 1 => 'onSessionUsage']);
  1767. }
  1768. /**
  1769. * Gets the private 'session_listener' shared service.
  1770. *
  1771. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1772. */
  1773. protected function getSessionListenerService()
  1774. {
  1775. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1776. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  1777. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', true],
  1778. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1779. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  1780. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1781. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  1782. ], [
  1783. 'initialized_session' => '?',
  1784. 'logger' => '?',
  1785. 'request_stack' => '?',
  1786. 'session' => '?',
  1787. 'session_collector' => '?',
  1788. 'session_factory' => '?',
  1789. ]), true, $this->parameters['session.storage.options']);
  1790. }
  1791. /**
  1792. * Gets the private 'translator.default' shared service.
  1793. *
  1794. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1795. */
  1796. protected function getTranslator_DefaultService()
  1797. {
  1798. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1799. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  1800. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  1801. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  1802. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  1803. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  1804. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  1805. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  1806. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  1807. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  1808. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  1809. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  1810. ], [
  1811. 'translation.loader.csv' => '?',
  1812. 'translation.loader.dat' => '?',
  1813. 'translation.loader.ini' => '?',
  1814. 'translation.loader.json' => '?',
  1815. 'translation.loader.mo' => '?',
  1816. 'translation.loader.php' => '?',
  1817. 'translation.loader.po' => '?',
  1818. 'translation.loader.qt' => '?',
  1819. 'translation.loader.res' => '?',
  1820. 'translation.loader.xliff' => '?',
  1821. 'translation.loader.yml' => '?',
  1822. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.en.csv'), 6 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.en.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages.en.csv'), 8 => (\dirname(__DIR__, 4).'/translations/messages.en.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/security.en.csv'), 10 => (\dirname(__DIR__, 4).'/translations/validators.en.csv')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.fr.csv'), 6 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages.fr.csv'), 8 => (\dirname(__DIR__, 4).'/translations/messages.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/security.fr.csv'), 10 => (\dirname(__DIR__, 4).'/translations/security.fr.xlf'), 11 => (\dirname(__DIR__, 4).'/translations/validators.fr.csv'), 12 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 4 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/doctrine/doctrine-bundle/translations', 8 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 9 => 'vendor/symfony/security-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/maker-bundle/src/translations', 15 => 'vendor/liip/imagine-bundle/translations', 16 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 17 => 'vendor/karser/karser-recaptcha3-bundle/translations']]], []);
  1823. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1824. $instance->setFallbackLocales([0 => 'fr']);
  1825. return $instance;
  1826. }
  1827. /**
  1828. * Gets the private 'validator.builder' shared service.
  1829. *
  1830. * @return \Symfony\Component\Validator\ValidatorBuilder
  1831. */
  1832. protected function getValidator_BuilderService()
  1833. {
  1834. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1835. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1836. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1837. 'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', true],
  1838. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1839. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1840. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  1841. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1842. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  1843. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1844. 'karser_recaptcha3_validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', true],
  1845. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1846. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1847. ], [
  1848. 'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  1849. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1850. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1851. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1852. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1853. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1854. 'doctrine.orm.validator.unique' => '?',
  1855. 'karser_recaptcha3_validator' => '?',
  1856. 'security.validator.user_password' => '?',
  1857. 'validator.expression' => '?',
  1858. ])));
  1859. if ($this->has('translator')) {
  1860. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1861. }
  1862. $instance->setTranslationDomain('validators');
  1863. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1864. $instance->enableAnnotationMapping(true);
  1865. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1866. $instance->addMethodMapping('loadValidatorMetadata');
  1867. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1868. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  1869. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1870. return $instance;
  1871. }
  1872. /**
  1873. * Gets the private 'var_dumper.html_dumper' shared service.
  1874. *
  1875. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1876. */
  1877. protected function getVarDumper_HtmlDumperService()
  1878. {
  1879. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  1880. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1881. return $instance;
  1882. }
  1883. /**
  1884. * Gets the private 'var_dumper.server_connection' shared service.
  1885. *
  1886. * @return \Symfony\Component\VarDumper\Server\Connection
  1887. */
  1888. protected function getVarDumper_ServerConnectionService()
  1889. {
  1890. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1891. }
  1892. /**
  1893. * Gets the private 'web_profiler.csp.handler' shared service.
  1894. *
  1895. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1896. */
  1897. protected function getWebProfiler_Csp_HandlerService()
  1898. {
  1899. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1900. }
  1901. /**
  1902. * Gets the private 'web_profiler.debug_toolbar' shared service.
  1903. *
  1904. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1905. */
  1906. protected function getWebProfiler_DebugToolbarService()
  1907. {
  1908. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1909. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1910. return $this->privates['web_profiler.debug_toolbar'];
  1911. }
  1912. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1913. }
  1914. /**
  1915. * Gets the public 'cache_clearer' alias.
  1916. *
  1917. * @return object The ".container.private.cache_clearer" service.
  1918. */
  1919. protected function getCacheClearerService()
  1920. {
  1921. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1922. return $this->get('.container.private.cache_clearer');
  1923. }
  1924. /**
  1925. * Gets the public 'filesystem' alias.
  1926. *
  1927. * @return object The ".container.private.filesystem" service.
  1928. */
  1929. protected function getFilesystemService()
  1930. {
  1931. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1932. return $this->get('.container.private.filesystem');
  1933. }
  1934. /**
  1935. * Gets the public 'serializer' alias.
  1936. *
  1937. * @return object The ".container.private.serializer" service.
  1938. */
  1939. protected function getSerializerService()
  1940. {
  1941. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1942. return $this->get('.container.private.serializer');
  1943. }
  1944. /**
  1945. * Gets the public 'security.csrf.token_manager' alias.
  1946. *
  1947. * @return object The ".container.private.security.csrf.token_manager" service.
  1948. */
  1949. protected function getSecurity_Csrf_TokenManagerService()
  1950. {
  1951. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1952. return $this->get('.container.private.security.csrf.token_manager');
  1953. }
  1954. /**
  1955. * Gets the public 'form.factory' alias.
  1956. *
  1957. * @return object The ".container.private.form.factory" service.
  1958. */
  1959. protected function getForm_FactoryService()
  1960. {
  1961. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1962. return $this->get('.container.private.form.factory');
  1963. }
  1964. /**
  1965. * Gets the public 'form.type.file' alias.
  1966. *
  1967. * @return object The ".container.private.form.type.file" service.
  1968. */
  1969. protected function getForm_Type_FileService()
  1970. {
  1971. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1972. return $this->get('.container.private.form.type.file');
  1973. }
  1974. /**
  1975. * Gets the public 'profiler' alias.
  1976. *
  1977. * @return object The ".container.private.profiler" service.
  1978. */
  1979. protected function getProfilerService()
  1980. {
  1981. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1982. return $this->get('.container.private.profiler');
  1983. }
  1984. /**
  1985. * Gets the public 'security.authorization_checker' alias.
  1986. *
  1987. * @return object The ".container.private.security.authorization_checker" service.
  1988. */
  1989. protected function getSecurity_AuthorizationCheckerService()
  1990. {
  1991. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1992. return $this->get('.container.private.security.authorization_checker');
  1993. }
  1994. /**
  1995. * Gets the public 'security.token_storage' alias.
  1996. *
  1997. * @return object The ".container.private.security.token_storage" service.
  1998. */
  1999. protected function getSecurity_TokenStorageService()
  2000. {
  2001. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2002. return $this->get('.container.private.security.token_storage');
  2003. }
  2004. /**
  2005. * Gets the public 'twig' alias.
  2006. *
  2007. * @return object The ".container.private.twig" service.
  2008. */
  2009. protected function getTwigService()
  2010. {
  2011. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2012. return $this->get('.container.private.twig');
  2013. }
  2014. /**
  2015. * Gets the public 'security.password_encoder' alias.
  2016. *
  2017. * @return object The ".container.private.security.password_encoder" service.
  2018. */
  2019. protected function getSecurity_PasswordEncoderService()
  2020. {
  2021. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2022. return $this->get('.container.private.security.password_encoder');
  2023. }
  2024. /**
  2025. * Gets the public 'session' alias.
  2026. *
  2027. * @return object The ".container.private.session" service.
  2028. */
  2029. protected function getSessionService()
  2030. {
  2031. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2032. return $this->get('.container.private.session');
  2033. }
  2034. /**
  2035. * Gets the public 'validator' alias.
  2036. *
  2037. * @return object The ".container.private.validator" service.
  2038. */
  2039. protected function getValidatorService()
  2040. {
  2041. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2042. return $this->get('.container.private.validator');
  2043. }
  2044. /**
  2045. * @return array|bool|float|int|string|\UnitEnum|null
  2046. */
  2047. public function getParameter(string $name)
  2048. {
  2049. if (isset($this->buildParameters[$name])) {
  2050. return $this->buildParameters[$name];
  2051. }
  2052. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2053. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2054. }
  2055. if (isset($this->loadedDynamicParameters[$name])) {
  2056. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2057. }
  2058. return $this->parameters[$name];
  2059. }
  2060. public function hasParameter(string $name): bool
  2061. {
  2062. if (isset($this->buildParameters[$name])) {
  2063. return true;
  2064. }
  2065. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2066. }
  2067. public function setParameter(string $name, $value): void
  2068. {
  2069. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2070. }
  2071. public function getParameterBag(): ParameterBagInterface
  2072. {
  2073. if (null === $this->parameterBag) {
  2074. $parameters = $this->parameters;
  2075. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2076. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2077. }
  2078. foreach ($this->buildParameters as $name => $value) {
  2079. $parameters[$name] = $value;
  2080. }
  2081. $this->parameterBag = new FrozenParameterBag($parameters);
  2082. }
  2083. return $this->parameterBag;
  2084. }
  2085. private $loadedDynamicParameters = [
  2086. 'kernel.runtime_environment' => false,
  2087. 'kernel.build_dir' => false,
  2088. 'kernel.cache_dir' => false,
  2089. 'site_domain' => false,
  2090. 'cnp_boutique' => false,
  2091. 'cnp_key' => false,
  2092. 'cnp_mode' => false,
  2093. 'netreviews_id' => false,
  2094. 'netreviews_key' => false,
  2095. 'sap_stock' => false,
  2096. 'sap_orders_status' => false,
  2097. 'sap_orders_dir' => false,
  2098. 'sap_log' => false,
  2099. 'edicot_host' => false,
  2100. 'edicot_port' => false,
  2101. 'edicot_login' => false,
  2102. 'edicot_pwd' => false,
  2103. 'edicot_dir' => false,
  2104. 'kernel.secret' => false,
  2105. 'debug.container.dump' => false,
  2106. 'serializer.mapping.cache.file' => false,
  2107. 'validator.mapping.cache.file' => false,
  2108. 'profiler.storage.dsn' => false,
  2109. 'doctrine.orm.proxy_dir' => false,
  2110. 'knp_snappy.image.binary' => false,
  2111. 'karser_recaptcha3.site_key' => false,
  2112. 'karser_recaptcha3.secret_key' => false,
  2113. ];
  2114. private $dynamicParameters = [];
  2115. private function getDynamicParameter(string $name)
  2116. {
  2117. switch ($name) {
  2118. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2119. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2120. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2121. case 'site_domain': $value = $this->getEnv('SITE_DOMAIN'); break;
  2122. case 'cnp_boutique': $value = $this->getEnv('CNP_BOUTIQUE'); break;
  2123. case 'cnp_key': $value = $this->getEnv('CNP_KEY'); break;
  2124. case 'cnp_mode': $value = $this->getEnv('CNP_MODE'); break;
  2125. case 'netreviews_id': $value = $this->getEnv('NETREVIEWS_ID'); break;
  2126. case 'netreviews_key': $value = $this->getEnv('NETREVIEWS_KEY'); break;
  2127. case 'sap_stock': $value = $this->getEnv('SAP_STOCK'); break;
  2128. case 'sap_orders_status': $value = $this->getEnv('SAP_ORDERS_STATUS'); break;
  2129. case 'sap_orders_dir': $value = $this->getEnv('SAP_ORDERS_DIR'); break;
  2130. case 'sap_log': $value = $this->getEnv('SAP_LOG'); break;
  2131. case 'edicot_host': $value = $this->getEnv('EDICOT_HOST'); break;
  2132. case 'edicot_port': $value = $this->getEnv('EDICOT_PORT'); break;
  2133. case 'edicot_login': $value = $this->getEnv('EDICOT_LOGIN'); break;
  2134. case 'edicot_pwd': $value = $this->getEnv('EDICOT_PWD'); break;
  2135. case 'edicot_dir': $value = $this->getEnv('EDICOT_DIR'); break;
  2136. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2137. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2138. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2139. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2140. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2141. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2142. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  2143. case 'karser_recaptcha3.site_key': $value = $this->getEnv('RECAPTCHA3_KEY'); break;
  2144. case 'karser_recaptcha3.secret_key': $value = $this->getEnv('RECAPTCHA3_SECRET'); break;
  2145. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2146. }
  2147. $this->loadedDynamicParameters[$name] = true;
  2148. return $this->dynamicParameters[$name] = $value;
  2149. }
  2150. protected function getDefaultParameters(): array
  2151. {
  2152. return [
  2153. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2154. 'kernel.environment' => 'dev',
  2155. 'kernel.debug' => true,
  2156. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2157. 'kernel.bundles' => [
  2158. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2159. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2160. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2161. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2162. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2163. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2164. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2165. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2166. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2167. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2168. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2169. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  2170. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2171. 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  2172. ],
  2173. 'kernel.bundles_metadata' => [
  2174. 'FrameworkBundle' => [
  2175. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2176. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2177. ],
  2178. 'DoctrineBundle' => [
  2179. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2180. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2181. ],
  2182. 'DoctrineMigrationsBundle' => [
  2183. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2184. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2185. ],
  2186. 'SecurityBundle' => [
  2187. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2188. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2189. ],
  2190. 'TwigBundle' => [
  2191. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2192. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2193. ],
  2194. 'WebProfilerBundle' => [
  2195. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2196. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2197. ],
  2198. 'MonologBundle' => [
  2199. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2200. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2201. ],
  2202. 'DebugBundle' => [
  2203. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2204. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2205. ],
  2206. 'MakerBundle' => [
  2207. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2208. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2209. ],
  2210. 'LiipImagineBundle' => [
  2211. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  2212. 'namespace' => 'Liip\\ImagineBundle',
  2213. ],
  2214. 'KnpSnappyBundle' => [
  2215. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2216. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2217. ],
  2218. 'SymfonyCastsVerifyEmailBundle' => [
  2219. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  2220. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  2221. ],
  2222. 'SymfonyCastsResetPasswordBundle' => [
  2223. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2224. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2225. ],
  2226. 'KarserRecaptcha3Bundle' => [
  2227. 'path' => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle'),
  2228. 'namespace' => 'Karser\\Recaptcha3Bundle',
  2229. ],
  2230. ],
  2231. 'kernel.charset' => 'UTF-8',
  2232. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2233. 'env(DATABASE_URL)' => '',
  2234. 'locales' => [
  2235. 0 => 'fr',
  2236. 1 => 'en',
  2237. ],
  2238. 'trusted_ips' => [
  2239. ],
  2240. 'event_dispatcher.event_aliases' => [
  2241. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2242. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2243. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2244. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2245. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2246. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2247. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2248. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2249. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2250. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2251. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2252. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2253. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2254. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2255. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2256. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2257. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2258. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2259. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2260. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2261. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2262. ],
  2263. 'fragment.renderer.hinclude.global_template' => NULL,
  2264. 'fragment.path' => '/_fragment',
  2265. 'kernel.http_method_override' => true,
  2266. 'kernel.trusted_hosts' => [
  2267. ],
  2268. 'kernel.default_locale' => 'fr',
  2269. 'kernel.enabled_locales' => [
  2270. ],
  2271. 'kernel.error_controller' => 'error_controller',
  2272. 'debug.file_link_format' => NULL,
  2273. 'asset.request_context.base_path' => NULL,
  2274. 'asset.request_context.secure' => NULL,
  2275. 'translator.logging' => false,
  2276. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2277. 'debug.error_handler.throw_at' => -1,
  2278. 'router.request_context.host' => 'localhost',
  2279. 'router.request_context.scheme' => 'http',
  2280. 'router.request_context.base_url' => '',
  2281. 'router.resource' => 'kernel::loadRoutes',
  2282. 'request_listener.http_port' => 80,
  2283. 'request_listener.https_port' => 443,
  2284. 'session.metadata.storage_key' => '_sf2_meta',
  2285. 'session.storage.options' => [
  2286. 'cache_limiter' => '0',
  2287. 'cookie_lifetime' => 172800,
  2288. 'cookie_secure' => 'auto',
  2289. 'cookie_httponly' => true,
  2290. 'cookie_samesite' => 'lax',
  2291. 'gc_probability' => 1,
  2292. ],
  2293. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  2294. 'session.metadata.update_threshold' => 0,
  2295. 'form.type_extension.csrf.enabled' => true,
  2296. 'form.type_extension.csrf.field_name' => '_token',
  2297. 'validator.translation_domain' => 'validators',
  2298. 'profiler_listener.only_exceptions' => false,
  2299. 'profiler_listener.only_main_requests' => false,
  2300. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2301. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2302. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2303. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2304. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2305. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2306. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2307. 'doctrine.entity_managers' => [
  2308. 'default' => 'doctrine.orm.default_entity_manager',
  2309. ],
  2310. 'doctrine.default_entity_manager' => 'default',
  2311. 'doctrine.dbal.connection_factory.types' => [
  2312. ],
  2313. 'doctrine.connections' => [
  2314. 'default' => 'doctrine.dbal.default_connection',
  2315. ],
  2316. 'doctrine.default_connection' => 'default',
  2317. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2318. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2319. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2320. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2321. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2322. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2323. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2324. 'doctrine.orm.cache.memcache_port' => 11211,
  2325. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2326. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2327. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2328. 'doctrine.orm.cache.memcached_port' => 11211,
  2329. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2330. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2331. 'doctrine.orm.cache.redis_host' => 'localhost',
  2332. 'doctrine.orm.cache.redis_port' => 6379,
  2333. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2334. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2335. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2336. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2337. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2338. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2339. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2340. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2341. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2342. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2343. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2344. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2345. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2346. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2347. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2348. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2349. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2350. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2351. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2352. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2353. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2354. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2355. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2356. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2357. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2358. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2359. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2360. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2361. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2362. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2363. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2364. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2365. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2366. 'doctrine.migrations.preferred_em' => NULL,
  2367. 'doctrine.migrations.preferred_connection' => NULL,
  2368. 'security.role_hierarchy.roles' => [
  2369. 'ROLE_ADMIN' => [
  2370. 0 => 'ROLE_USER',
  2371. ],
  2372. 'ROLE_SUPER_ADMIN' => [
  2373. 0 => 'ROLE_ADMIN',
  2374. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  2375. ],
  2376. ],
  2377. 'security.access.denied_url' => '/login',
  2378. 'security.authentication.manager.erase_credentials' => true,
  2379. 'security.authentication.session_strategy.strategy' => 'migrate',
  2380. 'security.access.always_authenticate_before_granting' => false,
  2381. 'security.authentication.hide_user_not_found' => true,
  2382. 'security.firewalls' => [
  2383. 0 => 'dev',
  2384. 1 => 'main',
  2385. ],
  2386. 'twig.form.resources' => [
  2387. 0 => 'form_div_layout.html.twig',
  2388. 1 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  2389. 2 => '@LiipImagine/Form/form_div_layout.html.twig',
  2390. ],
  2391. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2392. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2393. 'web_profiler.debug_toolbar.mode' => 2,
  2394. 'monolog.use_microseconds' => true,
  2395. 'monolog.swift_mailer.handlers' => [
  2396. ],
  2397. 'monolog.handlers_to_channels' => [
  2398. 'monolog.handler.deprecation_filter' => [
  2399. 'type' => 'inclusive',
  2400. 'elements' => [
  2401. 0 => 'php',
  2402. ],
  2403. ],
  2404. 'monolog.handler.console' => [
  2405. 'type' => 'exclusive',
  2406. 'elements' => [
  2407. 0 => 'event',
  2408. 1 => 'doctrine',
  2409. 2 => 'console',
  2410. ],
  2411. ],
  2412. 'monolog.handler.main' => [
  2413. 'type' => 'exclusive',
  2414. 'elements' => [
  2415. 0 => 'event',
  2416. ],
  2417. ],
  2418. ],
  2419. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2420. 'liip_imagine.resolvers' => [
  2421. 'default' => [
  2422. 'web_path' => [
  2423. 'web_root' => (\dirname(__DIR__, 4).'/public'),
  2424. 'cache_prefix' => 'media/cache',
  2425. ],
  2426. ],
  2427. ],
  2428. 'liip_imagine.loaders' => [
  2429. 'default' => [
  2430. 'filesystem' => [
  2431. 'locator' => 'filesystem',
  2432. 'data_root' => [
  2433. 0 => (\dirname(__DIR__, 4).'/public'),
  2434. ],
  2435. 'allow_unresolvable_data_roots' => false,
  2436. 'bundle_resources' => [
  2437. 'enabled' => false,
  2438. 'access_control_type' => 'blacklist',
  2439. 'access_control_list' => [
  2440. ],
  2441. ],
  2442. ],
  2443. ],
  2444. ],
  2445. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2446. 'liip_imagine.jpegoptim.stripAll' => true,
  2447. 'liip_imagine.jpegoptim.max' => NULL,
  2448. 'liip_imagine.jpegoptim.progressive' => true,
  2449. 'liip_imagine.jpegoptim.tempDir' => NULL,
  2450. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2451. 'liip_imagine.optipng.level' => 7,
  2452. 'liip_imagine.optipng.stripAll' => true,
  2453. 'liip_imagine.optipng.tempDir' => NULL,
  2454. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2455. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2456. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  2457. 'liip_imagine.cwebp.tempDir' => NULL,
  2458. 'liip_imagine.cwebp.q' => 75,
  2459. 'liip_imagine.cwebp.alphaQ' => 100,
  2460. 'liip_imagine.cwebp.m' => 4,
  2461. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  2462. 'liip_imagine.cwebp.alphaMethod' => 1,
  2463. 'liip_imagine.cwebp.exact' => false,
  2464. 'liip_imagine.cwebp.metadata' => [
  2465. 0 => 'none',
  2466. ],
  2467. 'liip_imagine.driver_service' => 'liip_imagine.gd',
  2468. 'liip_imagine.cache.resolver.default' => 'default',
  2469. 'liip_imagine.default_image' => NULL,
  2470. 'liip_imagine.filter_sets' => [
  2471. 'squared_200' => [
  2472. 'quality' => 100,
  2473. 'jpeg_quality' => 100,
  2474. 'png_compression_level' => NULL,
  2475. 'png_compression_filter' => NULL,
  2476. 'format' => NULL,
  2477. 'animated' => false,
  2478. 'cache' => NULL,
  2479. 'data_loader' => NULL,
  2480. 'default_image' => NULL,
  2481. 'filters' => [
  2482. 'auto_rotate' => [
  2483. ],
  2484. 'strip' => [
  2485. ],
  2486. 'thumbnail' => [
  2487. 'size' => [
  2488. 0 => 200,
  2489. 1 => 200,
  2490. ],
  2491. 'mode' => 'inset',
  2492. 'allow_upscale' => true,
  2493. ],
  2494. 'background' => [
  2495. 'size' => [
  2496. 0 => 200,
  2497. 1 => 200,
  2498. ],
  2499. 'position' => 'center',
  2500. 'color' => '#fff',
  2501. ],
  2502. ],
  2503. 'post_processors' => [
  2504. ],
  2505. ],
  2506. 'product_small' => [
  2507. 'quality' => 100,
  2508. 'jpeg_quality' => 100,
  2509. 'png_compression_level' => NULL,
  2510. 'png_compression_filter' => NULL,
  2511. 'format' => NULL,
  2512. 'animated' => false,
  2513. 'cache' => NULL,
  2514. 'data_loader' => NULL,
  2515. 'default_image' => NULL,
  2516. 'filters' => [
  2517. 'auto_rotate' => [
  2518. ],
  2519. 'strip' => [
  2520. ],
  2521. 'thumbnail' => [
  2522. 'size' => [
  2523. 0 => 100,
  2524. 1 => 100,
  2525. ],
  2526. 'mode' => 'inset',
  2527. 'allow_upscale' => true,
  2528. ],
  2529. 'background' => [
  2530. 'size' => [
  2531. 0 => 100,
  2532. 1 => 100,
  2533. ],
  2534. 'position' => 'center',
  2535. 'color' => '#fff',
  2536. ],
  2537. ],
  2538. 'post_processors' => [
  2539. ],
  2540. ],
  2541. 'product_medium' => [
  2542. 'quality' => 100,
  2543. 'jpeg_quality' => 100,
  2544. 'png_compression_level' => NULL,
  2545. 'png_compression_filter' => NULL,
  2546. 'format' => NULL,
  2547. 'animated' => false,
  2548. 'cache' => NULL,
  2549. 'data_loader' => NULL,
  2550. 'default_image' => NULL,
  2551. 'filters' => [
  2552. 'auto_rotate' => [
  2553. ],
  2554. 'strip' => [
  2555. ],
  2556. 'thumbnail' => [
  2557. 'size' => [
  2558. 0 => 300,
  2559. 1 => 300,
  2560. ],
  2561. 'mode' => 'inset',
  2562. 'allow_upscale' => true,
  2563. ],
  2564. 'background' => [
  2565. 'size' => [
  2566. 0 => 300,
  2567. 1 => 300,
  2568. ],
  2569. 'position' => 'center',
  2570. 'color' => '#fff',
  2571. ],
  2572. ],
  2573. 'post_processors' => [
  2574. ],
  2575. ],
  2576. 'product_large' => [
  2577. 'quality' => 100,
  2578. 'jpeg_quality' => 100,
  2579. 'png_compression_level' => NULL,
  2580. 'png_compression_filter' => NULL,
  2581. 'format' => NULL,
  2582. 'animated' => false,
  2583. 'cache' => NULL,
  2584. 'data_loader' => NULL,
  2585. 'default_image' => NULL,
  2586. 'filters' => [
  2587. 'auto_rotate' => [
  2588. ],
  2589. 'strip' => [
  2590. ],
  2591. 'thumbnail' => [
  2592. 'size' => [
  2593. 0 => 400,
  2594. 1 => 400,
  2595. ],
  2596. 'mode' => 'inset',
  2597. 'allow_upscale' => true,
  2598. ],
  2599. 'background' => [
  2600. 'size' => [
  2601. 0 => 400,
  2602. 1 => 400,
  2603. ],
  2604. 'position' => 'center',
  2605. 'color' => '#fff',
  2606. ],
  2607. ],
  2608. 'post_processors' => [
  2609. ],
  2610. ],
  2611. 'product_zoom' => [
  2612. 'quality' => 100,
  2613. 'jpeg_quality' => NULL,
  2614. 'png_compression_level' => NULL,
  2615. 'png_compression_filter' => NULL,
  2616. 'format' => NULL,
  2617. 'animated' => false,
  2618. 'cache' => NULL,
  2619. 'data_loader' => NULL,
  2620. 'default_image' => NULL,
  2621. 'filters' => [
  2622. 'downscale' => [
  2623. 'max' => [
  2624. 0 => 1200,
  2625. 1 => 1200,
  2626. ],
  2627. ],
  2628. ],
  2629. 'post_processors' => [
  2630. ],
  2631. ],
  2632. ],
  2633. 'liip_imagine.binary.loader.default' => 'default',
  2634. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  2635. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  2636. 'liip_imagine.webp.generate' => false,
  2637. 'liip_imagine.webp.options' => [
  2638. 'quality' => 100,
  2639. 'cache' => NULL,
  2640. 'data_loader' => NULL,
  2641. 'post_processors' => [
  2642. ],
  2643. ],
  2644. 'knp_snappy.pdf.binary' => '/usr/bin/wkhtmltopdf',
  2645. 'knp_snappy.pdf.options' => [
  2646. ],
  2647. 'knp_snappy.pdf.env' => [
  2648. ],
  2649. 'knp_snappy.image.options' => [
  2650. ],
  2651. 'knp_snappy.image.env' => [
  2652. ],
  2653. 'karser_recaptcha3.score_threshold' => 0.7,
  2654. 'karser_recaptcha3.enabled' => true,
  2655. 'karser_recaptcha3.host' => 'www.google.com',
  2656. 'data_collector.templates' => [
  2657. 'data_collector.request' => [
  2658. 0 => 'request',
  2659. 1 => '@WebProfiler/Collector/request.html.twig',
  2660. ],
  2661. 'data_collector.time' => [
  2662. 0 => 'time',
  2663. 1 => '@WebProfiler/Collector/time.html.twig',
  2664. ],
  2665. 'data_collector.memory' => [
  2666. 0 => 'memory',
  2667. 1 => '@WebProfiler/Collector/memory.html.twig',
  2668. ],
  2669. 'data_collector.validator' => [
  2670. 0 => 'validator',
  2671. 1 => '@WebProfiler/Collector/validator.html.twig',
  2672. ],
  2673. 'data_collector.ajax' => [
  2674. 0 => 'ajax',
  2675. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2676. ],
  2677. 'data_collector.form' => [
  2678. 0 => 'form',
  2679. 1 => '@WebProfiler/Collector/form.html.twig',
  2680. ],
  2681. 'data_collector.exception' => [
  2682. 0 => 'exception',
  2683. 1 => '@WebProfiler/Collector/exception.html.twig',
  2684. ],
  2685. 'data_collector.logger' => [
  2686. 0 => 'logger',
  2687. 1 => '@WebProfiler/Collector/logger.html.twig',
  2688. ],
  2689. 'data_collector.events' => [
  2690. 0 => 'events',
  2691. 1 => '@WebProfiler/Collector/events.html.twig',
  2692. ],
  2693. 'data_collector.router' => [
  2694. 0 => 'router',
  2695. 1 => '@WebProfiler/Collector/router.html.twig',
  2696. ],
  2697. 'data_collector.cache' => [
  2698. 0 => 'cache',
  2699. 1 => '@WebProfiler/Collector/cache.html.twig',
  2700. ],
  2701. 'data_collector.translation' => [
  2702. 0 => 'translation',
  2703. 1 => '@WebProfiler/Collector/translation.html.twig',
  2704. ],
  2705. 'data_collector.security' => [
  2706. 0 => 'security',
  2707. 1 => '@Security/Collector/security.html.twig',
  2708. ],
  2709. 'data_collector.twig' => [
  2710. 0 => 'twig',
  2711. 1 => '@WebProfiler/Collector/twig.html.twig',
  2712. ],
  2713. 'data_collector.doctrine' => [
  2714. 0 => 'db',
  2715. 1 => '@Doctrine/Collector/db.html.twig',
  2716. ],
  2717. 'data_collector.dump' => [
  2718. 0 => 'dump',
  2719. 1 => '@Debug/Profiler/dump.html.twig',
  2720. ],
  2721. 'mailer.data_collector' => [
  2722. 0 => 'mailer',
  2723. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2724. ],
  2725. 'data_collector.config' => [
  2726. 0 => 'config',
  2727. 1 => '@WebProfiler/Collector/config.html.twig',
  2728. ],
  2729. ],
  2730. 'console.command.ids' => [
  2731. 0 => 'console.command.public_alias.App\\Command\\SEO\\HeadingTitleCommand',
  2732. 1 => 'console.command.public_alias.App\\Command\\SEO\\SitemapCommand',
  2733. ],
  2734. ];
  2735. }
  2736. protected function throw($message)
  2737. {
  2738. throw new RuntimeException($message);
  2739. }
  2740. }