var/cache/dev/ContainerWbWMVuF/App_KernelDevDebugContainer.php line 722

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