var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php line 535

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