var/cache/dev/ContainerHzqzGMv/App_KernelDevDebugContainer.php line 512

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