var/cache/dev/ContainerX6xLxD9/App_KernelDevDebugContainer.php line 518

Open in your IDE?
  1. <?php
  2. namespace ContainerX6xLxD9;
  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.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'cache.app' => 'getCache_AppService',
  39. 'cache.system' => 'getCache_SystemService',
  40. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41. 'data_collector.dump' => 'getDataCollector_DumpService',
  42. 'doctrine' => 'getDoctrineService',
  43. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45. 'event_dispatcher' => 'getEventDispatcherService',
  46. 'http_kernel' => 'getHttpKernelService',
  47. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  48. 'request_stack' => 'getRequestStackService',
  49. 'router' => 'getRouterService',
  50. 'translator' => 'getTranslatorService',
  51. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  52. 'cache_clearer' => 'getCacheClearerService',
  53. 'filesystem' => 'getFilesystemService',
  54. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  55. 'form.factory' => 'getForm_FactoryService',
  56. 'form.type.file' => 'getForm_Type_FileService',
  57. 'profiler' => 'getProfilerService',
  58. 'twig' => 'getTwigService',
  59. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  60. 'security.token_storage' => 'getSecurity_TokenStorageService',
  61. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  62. 'session' => 'getSessionService',
  63. 'validator' => 'getValidatorService',
  64. ];
  65. $this->fileMap = [
  66. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  67. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  68. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  69. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  70. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  71. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  72. '.container.private.session' => 'get_Container_Private_SessionService',
  73. 'App\\Controller\\Api\\Admin\\ApiClientController' => 'getApiClientControllerService',
  74. 'App\\Controller\\Api\\Client\\ApiController' => 'getApiControllerService',
  75. 'App\\Controller\\Api\\Client\\CustomerController' => 'getCustomerControllerService',
  76. 'App\\Controller\\Api\\Client\\RevenueController' => 'getRevenueControllerService',
  77. 'App\\Controller\\Api\\Client\\SaleController' => 'getSaleControllerService',
  78. 'App\\Controller\\Api\\Client\\StaffController' => 'getStaffControllerService',
  79. 'App\\Controller\\Api\\Client\\SupplierController' => 'getSupplierControllerService',
  80. 'App\\Controller\\Client\\ClientController' => 'getClientControllerService',
  81. 'App\\Controller\\Client\\SignatureController' => 'getSignatureControllerService',
  82. 'App\\Controller\\Export\\ExportController' => 'getExportControllerService',
  83. 'App\\Controller\\Export\\SandboxController' => 'getSandboxControllerService',
  84. 'App\\Controller\\Facturation\\FacturationController' => 'getFacturationControllerService',
  85. 'App\\Controller\\Fournisseur\\FournisseurController' => 'getFournisseurControllerService',
  86. 'App\\Controller\\Marketing\\MarketingController' => 'getMarketingControllerService',
  87. 'App\\Controller\\User\\AdminController' => 'getAdminControllerService',
  88. 'App\\Controller\\User\\CommissionController' => 'getCommissionControllerService',
  89. 'App\\Controller\\User\\SecurityController' => 'getSecurityControllerService',
  90. 'App\\Controller\\User\\UserController' => 'getUserControllerService',
  91. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  92. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  93. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  94. 'cache.app_clearer' => 'getCache_AppClearerService',
  95. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  96. 'cache.system_clearer' => 'getCache_SystemClearerService',
  97. 'cache_warmer' => 'getCacheWarmerService',
  98. 'console.command.public_alias.App\\Command\\CheckMissingCodeCommand' => 'getCheckMissingCodeCommandService',
  99. 'console.command_loader' => 'getConsole_CommandLoaderService',
  100. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  101. 'eight_points_guzzle.client.dumb_dispatcher' => 'getEightPointsGuzzle_Client_DumbDispatcherService',
  102. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  103. 'eight_points_guzzle.handler_stack.dumb_dispatcher' => 'getEightPointsGuzzle_HandlerStack_DumbDispatcherService',
  104. 'eight_points_guzzle.middleware.event_dispatch.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_EventDispatch_DumbDispatcherService',
  105. 'eight_points_guzzle.middleware.log.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_Log_DumbDispatcherService',
  106. 'eight_points_guzzle.middleware.profile.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_Profile_DumbDispatcherService',
  107. 'eight_points_guzzle.middleware.request_time.dumb_dispatcher' => 'getEightPointsGuzzle_Middleware_RequestTime_DumbDispatcherService',
  108. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  109. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  110. 'error_controller' => 'getErrorControllerService',
  111. 'knp_paginator' => 'getKnpPaginatorService',
  112. 'routing.loader' => 'getRouting_LoaderService',
  113. 'services_resetter' => 'getServicesResetterService',
  114. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  115. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  116. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  117. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  118. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  119. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  120. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  121. ];
  122. $this->aliases = [
  123. 'App\\Kernel' => 'kernel',
  124. 'database_connection' => 'doctrine.dbal.default_connection',
  125. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  126. ];
  127. $this->privates['service_container'] = function () {
  128. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  134. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  139. include_once \dirname(__DIR__, 4).'/src/Handler/MonologMailerHandler.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  475. include_once \dirname(__DIR__, 4).'/src/Twig/YousignExtension.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/laurentmuller/highcharts-bundle/Twig/HighchartsExtension.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  494. };
  495. }
  496. public function compile(): void
  497. {
  498. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  499. }
  500. public function isCompiled(): bool
  501. {
  502. return true;
  503. }
  504. public function getRemovedIds(): array
  505. {
  506. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  507. }
  508. protected function load($file, $lazyLoad = true)
  509. {
  510. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  511. return $class::do($this, $lazyLoad);
  512. }
  513. if ('.' === $file[-4]) {
  514. $class = substr($class, 0, -4);
  515. } else {
  516. $file .= '.php';
  517. }
  518. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  519. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  520. }
  521. /**
  522. * Gets the public '.container.private.profiler' shared service.
  523. *
  524. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  525. */
  526. protected function get_Container_Private_ProfilerService()
  527. {
  528. $a = ($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService());
  529. if (isset($this->services['.container.private.profiler'])) {
  530. return $this->services['.container.private.profiler'];
  531. }
  532. $b = new \Symfony\Bridge\Monolog\Logger('profiler');
  533. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  534. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  535. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  536. $b->pushHandler($a);
  537. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  538. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $b, true);
  539. $c = ($this->services['kernel'] ?? $this->get('kernel'));
  540. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  541. $e = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  542. $e->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  543. $e->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  544. $e->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  545. $e->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  546. $e->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  547. $e->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  548. $e->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  549. $e->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  550. $e->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  551. $e->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  552. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  553. if ($this->has('kernel')) {
  554. $f->setKernel($c);
  555. }
  556. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  557. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  558. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  559. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  560. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  561. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  562. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  563. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($b, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $d));
  564. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d));
  565. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  566. $instance->add($e);
  567. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  568. $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()), false));
  569. $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())));
  570. $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([])))));
  571. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  572. $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()))));
  573. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  574. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  575. $instance->add($f);
  576. return $instance;
  577. }
  578. /**
  579. * Gets the public '.container.private.security.authorization_checker' shared service.
  580. *
  581. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  582. */
  583. protected function get_Container_Private_Security_AuthorizationCheckerService()
  584. {
  585. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  586. if (isset($this->services['.container.private.security.authorization_checker'])) {
  587. return $this->services['.container.private.security.authorization_checker'];
  588. }
  589. 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);
  590. }
  591. /**
  592. * Gets the public '.container.private.security.token_storage' shared service.
  593. *
  594. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  595. */
  596. protected function get_Container_Private_Security_TokenStorageService()
  597. {
  598. 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, [
  599. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  600. ], [
  601. 'request_stack' => '?',
  602. ]));
  603. }
  604. /**
  605. * Gets the public '.container.private.twig' shared service.
  606. *
  607. * @return \Twig\Environment
  608. */
  609. protected function get_Container_Private_TwigService()
  610. {
  611. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  612. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  613. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  614. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  615. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  616. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  617. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  618. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  619. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  620. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  621. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  622. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  623. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  624. $a->addPath((\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  625. $a->addPath((\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  626. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  627. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  628. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  629. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  630. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  631. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  632. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  633. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  634. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  635. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  636. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  637. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  638. $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  639. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  640. $g = ($this->services['router'] ?? $this->getRouterService());
  641. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  642. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  643. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  644. $j = new \Symfony\Bridge\Twig\AppVariable();
  645. $j->setEnvironment('dev');
  646. $j->setDebug(true);
  647. if ($this->has('.container.private.security.token_storage')) {
  648. $j->setTokenStorage($h);
  649. }
  650. if ($this->has('request_stack')) {
  651. $j->setRequestStack($d);
  652. }
  653. $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  654. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  655. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  656. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  657. $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($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  658. return new \EmptyIterator();
  659. }, 0))));
  660. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  661. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  662. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  663. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  664. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  665. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  666. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $g)));
  667. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  668. $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())));
  669. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  670. $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  671. $instance->addExtension(new \App\Twig\YousignExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  672. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  673. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  674. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $c)));
  675. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  676. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  677. $instance->addExtension(new \Ob\HighchartsBundle\Twig\HighchartsExtension());
  678. $instance->addGlobal('app', $j);
  679. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  680. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  681. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  682. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  683. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  684. ], [
  685. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  686. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  687. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  688. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  689. ])));
  690. $instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
  691. $instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
  692. $instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
  693. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  694. return $instance;
  695. }
  696. /**
  697. * Gets the public '.container.private.validator' shared service.
  698. *
  699. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  700. */
  701. protected function get_Container_Private_ValidatorService()
  702. {
  703. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  704. if (isset($this->services['.container.private.validator'])) {
  705. return $this->services['.container.private.validator'];
  706. }
  707. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  708. }
  709. /**
  710. * Gets the public 'cache.app' shared service.
  711. *
  712. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  713. */
  714. protected function getCache_AppService()
  715. {
  716. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  717. if (isset($this->services['cache.app'])) {
  718. return $this->services['cache.app'];
  719. }
  720. $b = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SndEgu5jB9', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  721. $b->setLogger($a);
  722. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($b);
  723. }
  724. /**
  725. * Gets the public 'cache.system' shared service.
  726. *
  727. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  728. */
  729. protected function getCache_SystemService()
  730. {
  731. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  732. if (isset($this->services['cache.system'])) {
  733. return $this->services['cache.system'];
  734. }
  735. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ibDFdokC-X', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  736. }
  737. /**
  738. * Gets the public 'cache.validator_expression_language' shared service.
  739. *
  740. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  741. */
  742. protected function getCache_ValidatorExpressionLanguageService()
  743. {
  744. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  745. if (isset($this->services['cache.validator_expression_language'])) {
  746. return $this->services['cache.validator_expression_language'];
  747. }
  748. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+K4pUM2Uj8', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  749. }
  750. /**
  751. * Gets the public 'data_collector.dump' shared service.
  752. *
  753. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  754. */
  755. protected function getDataCollector_DumpService()
  756. {
  757. 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()));
  758. }
  759. /**
  760. * Gets the public 'doctrine' shared service.
  761. *
  762. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  763. */
  764. protected function getDoctrineService()
  765. {
  766. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  767. }
  768. /**
  769. * Gets the public 'doctrine.dbal.default_connection' shared service.
  770. *
  771. * @return \Doctrine\DBAL\Connection
  772. */
  773. protected function getDoctrine_Dbal_DefaultConnectionService()
  774. {
  775. $a = ($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService());
  776. if (isset($this->services['doctrine.dbal.default_connection'])) {
  777. return $this->services['doctrine.dbal.default_connection'];
  778. }
  779. $b = new \Doctrine\DBAL\Configuration();
  780. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  781. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  782. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  783. $c->pushHandler($a);
  784. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  785. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  786. $d->setConnectionName('default');
  787. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  788. $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')))]));
  789. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  790. $this->services['doctrine.dbal.default_connection'] = $instance = (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(['url' => $this->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true, 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  791. $instance->setNestTransactionsWithSavepoints(true);
  792. return $instance;
  793. }
  794. /**
  795. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  796. *
  797. * @return \Doctrine\ORM\EntityManager
  798. */
  799. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  800. {
  801. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  802. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  803. return $this->services['doctrine.orm.default_entity_manager'];
  804. }
  805. $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  806. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  807. return $this->services['doctrine.orm.default_entity_manager'];
  808. }
  809. $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  810. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  811. return $this->services['doctrine.orm.default_entity_manager'];
  812. }
  813. $d = new \Doctrine\ORM\Configuration();
  814. $e = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  815. $f = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  816. $f->setGlobalBasename('mapping');
  817. $e->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($b, [0 => (\dirname(__DIR__, 4).'/src/Entity')], false), 'App\\Entity');
  818. $e->addDriver($f, 'Vich\\UploaderBundle\\Entity');
  819. $d->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  820. $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  821. $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  822. $d->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  823. $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($e, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  824. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  825. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  826. ], [
  827. 'doctrine.ulid_generator' => '?',
  828. 'doctrine.uuid_generator' => '?',
  829. ])));
  830. $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  831. $d->setProxyNamespace('Proxies');
  832. $d->setAutoGenerateProxyClasses(true);
  833. $d->setSchemaIgnoreClasses([]);
  834. $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  835. $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  836. $d->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  837. $d->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  838. $d->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  839. $d->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  840. $d->setLazyGhostObjectEnabled(false);
  841. $d->setIdentityGenerationPreferences([]);
  842. $d->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  843. 'App\\Repository\\AdmineventRepository' => ['privates', 'App\\Repository\\AdmineventRepository', 'getAdmineventRepositoryService', true],
  844. 'App\\Repository\\AdminmailingRepository' => ['privates', 'App\\Repository\\AdminmailingRepository', 'getAdminmailingRepositoryService', true],
  845. 'App\\Repository\\AdminpaiementRepository' => ['privates', 'App\\Repository\\AdminpaiementRepository', 'getAdminpaiementRepositoryService', true],
  846. 'App\\Repository\\AdminprevRepository' => ['privates', 'App\\Repository\\AdminprevRepository', 'getAdminprevRepositoryService', true],
  847. 'App\\Repository\\AdminprevrdvRepository' => ['privates', 'App\\Repository\\AdminprevrdvRepository', 'getAdminprevrdvRepositoryService', true],
  848. 'App\\Repository\\ClientdocumentRepository' => ['privates', 'App\\Repository\\ClientdocumentRepository', 'getClientdocumentRepositoryService', true],
  849. 'App\\Repository\\ClientencaisseRepository' => ['privates', 'App\\Repository\\ClientencaisseRepository', 'getClientencaisseRepositoryService', true],
  850. 'App\\Repository\\ClientrelationRepository' => ['privates', 'App\\Repository\\ClientrelationRepository', 'getClientrelationRepositoryService', true],
  851. 'App\\Repository\\ClientventeRepository' => ['privates', 'App\\Repository\\ClientventeRepository', 'getClientventeRepositoryService', true],
  852. 'App\\Repository\\ClientventeavoirRepository' => ['privates', 'App\\Repository\\ClientventeavoirRepository', 'getClientventeavoirRepositoryService', true],
  853. 'App\\Repository\\FacturesRepository' => ['privates', 'App\\Repository\\FacturesRepository', 'getFacturesRepositoryService', true],
  854. 'App\\Repository\\FournisseurClientdocumentRepository' => ['privates', 'App\\Repository\\FournisseurClientdocumentRepository', 'getFournisseurClientdocumentRepositoryService', true],
  855. 'App\\Repository\\IntituleRepository' => ['privates', 'App\\Repository\\IntituleRepository', 'getIntituleRepositoryService', true],
  856. 'App\\Repository\\MessagesRepository' => ['privates', 'App\\Repository\\MessagesRepository', 'getMessagesRepositoryService', true],
  857. 'App\\Repository\\MoisvalideRepository' => ['privates', 'App\\Repository\\MoisvalideRepository', 'getMoisvalideRepositoryService', true],
  858. ], [
  859. 'App\\Repository\\AdmineventRepository' => '?',
  860. 'App\\Repository\\AdminmailingRepository' => '?',
  861. 'App\\Repository\\AdminpaiementRepository' => '?',
  862. 'App\\Repository\\AdminprevRepository' => '?',
  863. 'App\\Repository\\AdminprevrdvRepository' => '?',
  864. 'App\\Repository\\ClientdocumentRepository' => '?',
  865. 'App\\Repository\\ClientencaisseRepository' => '?',
  866. 'App\\Repository\\ClientrelationRepository' => '?',
  867. 'App\\Repository\\ClientventeRepository' => '?',
  868. 'App\\Repository\\ClientventeavoirRepository' => '?',
  869. 'App\\Repository\\FacturesRepository' => '?',
  870. 'App\\Repository\\FournisseurClientdocumentRepository' => '?',
  871. 'App\\Repository\\IntituleRepository' => '?',
  872. 'App\\Repository\\MessagesRepository' => '?',
  873. 'App\\Repository\\MoisvalideRepository' => '?',
  874. ])));
  875. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $d, $c);
  876. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  877. return $instance;
  878. }
  879. /**
  880. * Gets the public 'event_dispatcher' shared service.
  881. *
  882. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  883. */
  884. protected function getEventDispatcherService()
  885. {
  886. $a = new \Symfony\Bridge\Monolog\Logger('event');
  887. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  888. $a->pushHandler(new \Monolog\Handler\NullHandler());
  889. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  890. $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())));
  891. $instance->addListener('kernel.controller', [0 => function () {
  892. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  893. }, 1 => 'onKernelController'], 0);
  894. $instance->addListener('console.command', [0 => function () {
  895. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  896. }, 1 => 'onConsoleCommand'], 0);
  897. $instance->addListener('kernel.request', [0 => function () {
  898. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  899. }, 1 => 'onKernelRequest'], 0);
  900. $instance->addListener('kernel.response', [0 => function () {
  901. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  902. }, 1 => 'onKernelResponse'], 0);
  903. $instance->addListener('kernel.response', [0 => function () {
  904. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  905. }, 1 => 'onKernelResponse'], -1024);
  906. $instance->addListener('kernel.request', [0 => function () {
  907. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  908. }, 1 => 'setDefaultLocale'], 100);
  909. $instance->addListener('kernel.request', [0 => function () {
  910. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  911. }, 1 => 'onKernelRequest'], 16);
  912. $instance->addListener('kernel.finish_request', [0 => function () {
  913. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  914. }, 1 => 'onKernelFinishRequest'], 0);
  915. $instance->addListener('kernel.request', [0 => function () {
  916. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  917. }, 1 => 'onKernelRequest'], 256);
  918. $instance->addListener('kernel.response', [0 => function () {
  919. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  920. }, 1 => 'onResponse'], -255);
  921. $instance->addListener('kernel.controller_arguments', [0 => function () {
  922. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  923. }, 1 => 'onControllerArguments'], 0);
  924. $instance->addListener('kernel.exception', [0 => function () {
  925. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  926. }, 1 => 'logKernelException'], 0);
  927. $instance->addListener('kernel.exception', [0 => function () {
  928. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  929. }, 1 => 'onKernelException'], -128);
  930. $instance->addListener('kernel.response', [0 => function () {
  931. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  932. }, 1 => 'removeCspHeader'], -128);
  933. $instance->addListener('kernel.request', [0 => function () {
  934. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  935. }, 1 => 'onKernelRequest'], 15);
  936. $instance->addListener('kernel.finish_request', [0 => function () {
  937. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  938. }, 1 => 'onKernelFinishRequest'], -15);
  939. $instance->addListener('console.error', [0 => function () {
  940. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  941. }, 1 => 'onConsoleError'], -128);
  942. $instance->addListener('console.terminate', [0 => function () {
  943. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  944. }, 1 => 'onConsoleTerminate'], -128);
  945. $instance->addListener('console.error', [0 => function () {
  946. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  947. }, 1 => 'onConsoleError'], 0);
  948. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  949. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  950. }, 1 => 'onMessage'], -255);
  951. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  952. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  953. }, 1 => 'onMessage'], -255);
  954. $instance->addListener('kernel.request', [0 => function () {
  955. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  956. }, 1 => 'configure'], 2048);
  957. $instance->addListener('console.command', [0 => function () {
  958. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  959. }, 1 => 'configure'], 2048);
  960. $instance->addListener('kernel.request', [0 => function () {
  961. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  962. }, 1 => 'onKernelRequest'], 32);
  963. $instance->addListener('kernel.finish_request', [0 => function () {
  964. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  965. }, 1 => 'onKernelFinishRequest'], 0);
  966. $instance->addListener('kernel.exception', [0 => function () {
  967. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  968. }, 1 => 'onKernelException'], -64);
  969. $instance->addListener('kernel.request', [0 => function () {
  970. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  971. }, 1 => 'onKernelRequest'], 128);
  972. $instance->addListener('kernel.response', [0 => function () {
  973. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  974. }, 1 => 'onKernelResponse'], -1000);
  975. $instance->addListener('kernel.finish_request', [0 => function () {
  976. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  977. }, 1 => 'onFinishRequest'], 0);
  978. $instance->addListener('kernel.response', [0 => function () {
  979. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  980. }, 1 => 'onKernelResponse'], -100);
  981. $instance->addListener('kernel.exception', [0 => function () {
  982. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  983. }, 1 => 'onKernelException'], 0);
  984. $instance->addListener('kernel.terminate', [0 => function () {
  985. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  986. }, 1 => 'onKernelTerminate'], -1024);
  987. $instance->addListener('kernel.controller', [0 => function () {
  988. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  989. }, 1 => 'onKernelController'], 0);
  990. $instance->addListener('kernel.response', [0 => function () {
  991. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  992. }, 1 => 'onKernelResponse'], 0);
  993. $instance->addListener('kernel.controller', [0 => function () {
  994. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  995. }, 1 => 'onKernelController'], 0);
  996. $instance->addListener('kernel.controller', [0 => function () {
  997. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  998. }, 1 => 'onKernelController'], 0);
  999. $instance->addListener('kernel.controller', [0 => function () {
  1000. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1001. }, 1 => 'onKernelController'], -128);
  1002. $instance->addListener('kernel.view', [0 => function () {
  1003. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1004. }, 1 => 'onKernelView'], 0);
  1005. $instance->addListener('kernel.controller', [0 => function () {
  1006. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1007. }, 1 => 'onKernelController'], 0);
  1008. $instance->addListener('kernel.response', [0 => function () {
  1009. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1010. }, 1 => 'onKernelResponse'], 0);
  1011. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1012. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1013. }, 1 => 'onKernelControllerArguments'], 0);
  1014. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1015. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1016. }, 1 => 'onKernelControllerArguments'], 0);
  1017. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1018. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1019. }, 1 => 'onMessage'], 0);
  1020. $instance->addListener('console.command', [0 => function () {
  1021. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1022. }, 1 => 'onCommand'], 255);
  1023. $instance->addListener('console.terminate', [0 => function () {
  1024. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1025. }, 1 => 'onTerminate'], -255);
  1026. $instance->addListener('knp_pager.before', [0 => function () {
  1027. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1028. }, 1 => 'before'], 0);
  1029. $instance->addListener('knp_pager.pagination', [0 => function () {
  1030. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1031. }, 1 => 'pagination'], 0);
  1032. $instance->addListener('knp_pager.before', [0 => function () {
  1033. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1034. }, 1 => 'before'], 1);
  1035. $instance->addListener('knp_pager.before', [0 => function () {
  1036. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1037. }, 1 => 'before'], 1);
  1038. $instance->addListener('knp_pager.pagination', [0 => function () {
  1039. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1040. }, 1 => 'pagination'], 1);
  1041. $instance->addListener('console.command', [0 => function () {
  1042. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1043. }, 1 => 'configure'], 1024);
  1044. $instance->addListener('kernel.response', [0 => function () {
  1045. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1046. }, 1 => 'onKernelResponse'], 0);
  1047. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1048. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1049. }, 1 => 'onVoterVote'], 0);
  1050. $instance->addListener('kernel.request', [0 => function () {
  1051. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1052. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1053. $instance->addListener('kernel.request', [0 => function () {
  1054. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1055. }, 1 => 'onKernelRequest'], 8);
  1056. $instance->addListener('kernel.finish_request', [0 => function () {
  1057. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1058. }, 1 => 'onKernelFinishRequest'], 0);
  1059. $instance->addListener('kernel.response', [0 => function () {
  1060. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1061. }, 1 => 'onKernelResponse'], -128);
  1062. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1063. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1064. }, 1 => 'onLogout'], 0);
  1065. return $instance;
  1066. }
  1067. /**
  1068. * Gets the public 'http_kernel' shared service.
  1069. *
  1070. * @return \Symfony\Component\HttpKernel\HttpKernel
  1071. */
  1072. protected function getHttpKernelService()
  1073. {
  1074. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1075. if (isset($this->services['http_kernel'])) {
  1076. return $this->services['http_kernel'];
  1077. }
  1078. $b = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  1079. if (isset($this->services['http_kernel'])) {
  1080. return $this->services['http_kernel'];
  1081. }
  1082. $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1083. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, $b), $c), ($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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1084. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1085. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1086. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1087. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1088. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1089. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1090. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1091. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1092. }, 8)), $c));
  1093. }
  1094. /**
  1095. * Gets the public 'monolog.logger.deprecation' shared service.
  1096. *
  1097. * @return \Symfony\Bridge\Monolog\Logger
  1098. */
  1099. protected function getMonolog_Logger_DeprecationService()
  1100. {
  1101. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1102. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1103. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1104. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1105. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1106. return $instance;
  1107. }
  1108. /**
  1109. * Gets the public 'request_stack' shared service.
  1110. *
  1111. * @return \Symfony\Component\HttpFoundation\RequestStack
  1112. */
  1113. protected function getRequestStackService()
  1114. {
  1115. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1116. }
  1117. /**
  1118. * Gets the public 'router' shared service.
  1119. *
  1120. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1121. */
  1122. protected function getRouterService()
  1123. {
  1124. $a = ($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService());
  1125. if (isset($this->services['router'])) {
  1126. return $this->services['router'];
  1127. }
  1128. $b = new \Symfony\Bridge\Monolog\Logger('router');
  1129. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1130. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1131. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1132. $b->pushHandler($a);
  1133. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1134. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1135. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1136. ], [
  1137. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1138. ]))->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))), $b, 'en');
  1139. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1140. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1141. return $instance;
  1142. }
  1143. /**
  1144. * Gets the public 'translator' shared service.
  1145. *
  1146. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1147. */
  1148. protected function getTranslatorService()
  1149. {
  1150. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1151. }
  1152. /**
  1153. * Gets the public 'var_dumper.cloner' shared service.
  1154. *
  1155. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1156. */
  1157. protected function getVarDumper_ClonerService()
  1158. {
  1159. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1160. $instance->setMaxItems(2500);
  1161. $instance->setMinDepth(1);
  1162. $instance->setMaxString(-1);
  1163. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1164. return $instance;
  1165. }
  1166. /**
  1167. * Gets the private '.service_locator.scP86QH' shared service.
  1168. *
  1169. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1170. */
  1171. protected function get_ServiceLocator_ScP86QHService()
  1172. {
  1173. return $this->privates['.service_locator.scP86QH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1174. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1175. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1176. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1177. 'security.firewall.map.context.main_login' => ['privates', 'security.firewall.map.context.main_login', 'getSecurity_Firewall_Map_Context_MainLoginService', true],
  1178. ], [
  1179. 'security.firewall.map.context.api' => '?',
  1180. 'security.firewall.map.context.dev' => '?',
  1181. 'security.firewall.map.context.main' => '?',
  1182. 'security.firewall.map.context.main_login' => '?',
  1183. ]);
  1184. }
  1185. /**
  1186. * Gets the private 'App\Handler\MonologMailerHandler' shared autowired service.
  1187. *
  1188. * @return \App\Handler\MonologMailerHandler
  1189. */
  1190. protected function getMonologMailerHandlerService()
  1191. {
  1192. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1193. if (isset($this->privates['App\\Handler\\MonologMailerHandler'])) {
  1194. return $this->privates['App\\Handler\\MonologMailerHandler'];
  1195. }
  1196. return $this->privates['App\\Handler\\MonologMailerHandler'] = new \App\Handler\MonologMailerHandler(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  1197. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  1198. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  1199. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  1200. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  1201. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a), 'contact@prestachef.fr', 'al@prestachef.fr', 'Critical Error Notification');
  1202. }
  1203. /**
  1204. * Gets the private 'annotations.cache_adapter' shared service.
  1205. *
  1206. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1207. */
  1208. protected function getAnnotations_CacheAdapterService()
  1209. {
  1210. $a = ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  1211. if (isset($this->privates['annotations.cache_adapter'])) {
  1212. return $this->privates['annotations.cache_adapter'];
  1213. }
  1214. return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), $a);
  1215. }
  1216. /**
  1217. * Gets the private 'annotations.cached_reader' shared service.
  1218. *
  1219. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1220. */
  1221. protected function getAnnotations_CachedReaderService()
  1222. {
  1223. $a = ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService());
  1224. if (isset($this->privates['annotations.cached_reader'])) {
  1225. return $this->privates['annotations.cached_reader'];
  1226. }
  1227. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $a, true);
  1228. }
  1229. /**
  1230. * Gets the private 'annotations.reader' shared service.
  1231. *
  1232. * @return \Doctrine\Common\Annotations\AnnotationReader
  1233. */
  1234. protected function getAnnotations_ReaderService()
  1235. {
  1236. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1237. $instance->addGlobalIgnoredName('required', NULL);
  1238. return $instance;
  1239. }
  1240. /**
  1241. * Gets the private 'cache.annotations' shared service.
  1242. *
  1243. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1244. */
  1245. protected function getCache_AnnotationsService()
  1246. {
  1247. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1248. if (isset($this->privates['cache.annotations'])) {
  1249. return $this->privates['cache.annotations'];
  1250. }
  1251. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ULw1vu4Byq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  1252. }
  1253. /**
  1254. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1255. *
  1256. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1257. */
  1258. protected function getCache_Doctrine_Orm_Default_QueryService()
  1259. {
  1260. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1261. }
  1262. /**
  1263. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1264. *
  1265. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1266. */
  1267. protected function getCache_Doctrine_Orm_Default_ResultService()
  1268. {
  1269. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1270. }
  1271. /**
  1272. * Gets the private 'cache.property_info' shared service.
  1273. *
  1274. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1275. */
  1276. protected function getCache_PropertyInfoService()
  1277. {
  1278. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1279. if (isset($this->privates['cache.property_info'])) {
  1280. return $this->privates['cache.property_info'];
  1281. }
  1282. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a918FK8pdQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  1283. }
  1284. /**
  1285. * Gets the private 'cache.security_expression_language' shared service.
  1286. *
  1287. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1288. */
  1289. protected function getCache_SecurityExpressionLanguageService()
  1290. {
  1291. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1292. if (isset($this->privates['cache.security_expression_language'])) {
  1293. return $this->privates['cache.security_expression_language'];
  1294. }
  1295. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ku434rpPOs', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  1296. }
  1297. /**
  1298. * Gets the private 'cache.serializer' shared service.
  1299. *
  1300. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1301. */
  1302. protected function getCache_SerializerService()
  1303. {
  1304. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1305. if (isset($this->privates['cache.serializer'])) {
  1306. return $this->privates['cache.serializer'];
  1307. }
  1308. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bLmNE35zCb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  1309. }
  1310. /**
  1311. * Gets the private 'cache.validator' shared service.
  1312. *
  1313. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1314. */
  1315. protected function getCache_ValidatorService()
  1316. {
  1317. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  1318. if (isset($this->privates['cache.validator'])) {
  1319. return $this->privates['cache.validator'];
  1320. }
  1321. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mTmyPYz3nD', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  1322. }
  1323. /**
  1324. * Gets the private 'config_cache_factory' shared service.
  1325. *
  1326. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1327. */
  1328. protected function getConfigCacheFactoryService()
  1329. {
  1330. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1331. yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1332. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1333. }, 2));
  1334. }
  1335. /**
  1336. * Gets the private 'data_collector.form' shared service.
  1337. *
  1338. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1339. */
  1340. protected function getDataCollector_FormService()
  1341. {
  1342. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1343. }
  1344. /**
  1345. * Gets the private 'data_collector.request' shared service.
  1346. *
  1347. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1348. */
  1349. protected function getDataCollector_RequestService()
  1350. {
  1351. return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1352. }
  1353. /**
  1354. * Gets the private 'debug.debug_handlers_listener' shared service.
  1355. *
  1356. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1357. */
  1358. protected function getDebug_DebugHandlersListenerService()
  1359. {
  1360. $a = ($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService());
  1361. if (isset($this->privates['debug.debug_handlers_listener'])) {
  1362. return $this->privates['debug.debug_handlers_listener'];
  1363. }
  1364. $b = new \Symfony\Bridge\Monolog\Logger('php');
  1365. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1366. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1367. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1368. $b->pushHandler($a);
  1369. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1370. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $b, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1371. }
  1372. /**
  1373. * Gets the private 'debug.file_link_formatter' shared service.
  1374. *
  1375. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1376. */
  1377. protected function getDebug_FileLinkFormatterService()
  1378. {
  1379. 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 () {
  1380. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1381. });
  1382. }
  1383. /**
  1384. * Gets the private 'debug.log_processor' shared service.
  1385. *
  1386. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1387. */
  1388. protected function getDebug_LogProcessorService()
  1389. {
  1390. 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())));
  1391. }
  1392. /**
  1393. * Gets the private 'debug.security.access.decision_manager' shared service.
  1394. *
  1395. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1396. */
  1397. protected function getDebug_Security_Access_DecisionManagerService()
  1398. {
  1399. 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 () {
  1400. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1401. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1402. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1403. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1404. }
  1405. /**
  1406. * Gets the private 'debug.security.firewall' shared service.
  1407. *
  1408. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1409. */
  1410. protected function getDebug_Security_FirewallService()
  1411. {
  1412. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1413. if (isset($this->privates['debug.security.firewall'])) {
  1414. return $this->privates['debug.security.firewall'];
  1415. }
  1416. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1417. if (isset($this->privates['debug.security.firewall'])) {
  1418. return $this->privates['debug.security.firewall'];
  1419. }
  1420. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1421. }
  1422. /**
  1423. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1424. *
  1425. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1426. */
  1427. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1428. {
  1429. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1430. 'dispatcher_bridge.customer_subscriber' => ['privates', 'dispatcher_bridge.customer_subscriber', 'getDispatcherBridge_CustomerSubscriberService', true],
  1431. 'dispatcher_bridge.order_subscriber' => ['privates', 'dispatcher_bridge.order_subscriber', 'getDispatcherBridge_OrderSubscriberService', true],
  1432. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1433. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1434. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1435. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1436. ], [
  1437. 'dispatcher_bridge.customer_subscriber' => '?',
  1438. 'dispatcher_bridge.order_subscriber' => '?',
  1439. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1440. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1441. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1442. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1443. ]), [0 => 'dispatcher_bridge.order_subscriber', 1 => 'dispatcher_bridge.customer_subscriber', 2 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 5 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1444. }
  1445. /**
  1446. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  1447. *
  1448. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  1449. */
  1450. protected function getEightPointsGuzzle_DataCollectorService()
  1451. {
  1452. return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.dumb_dispatcher_logger'] ?? ($this->privates['eight_points_guzzle.dumb_dispatcher_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 1.0);
  1453. }
  1454. /**
  1455. * Gets the private 'exception_listener' shared service.
  1456. *
  1457. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1458. */
  1459. protected function getExceptionListenerService()
  1460. {
  1461. $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  1462. if (isset($this->privates['exception_listener'])) {
  1463. return $this->privates['exception_listener'];
  1464. }
  1465. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', $a, true, []);
  1466. }
  1467. /**
  1468. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1469. *
  1470. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1471. */
  1472. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1473. {
  1474. return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1475. }
  1476. /**
  1477. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1478. *
  1479. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1480. */
  1481. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1482. {
  1483. return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1484. }
  1485. /**
  1486. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1487. *
  1488. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1489. */
  1490. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1491. {
  1492. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  1493. }
  1494. /**
  1495. * Gets the private 'locale_aware_listener' shared service.
  1496. *
  1497. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1498. */
  1499. protected function getLocaleAwareListenerService()
  1500. {
  1501. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1502. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1503. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1504. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1505. }
  1506. /**
  1507. * Gets the private 'locale_listener' shared service.
  1508. *
  1509. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1510. */
  1511. protected function getLocaleListenerService()
  1512. {
  1513. $a = ($this->services['router'] ?? $this->getRouterService());
  1514. if (isset($this->privates['locale_listener'])) {
  1515. return $this->privates['locale_listener'];
  1516. }
  1517. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', $a, false, []);
  1518. }
  1519. /**
  1520. * Gets the private 'monolog.handler.console' shared service.
  1521. *
  1522. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1523. */
  1524. protected function getMonolog_Handler_ConsoleService()
  1525. {
  1526. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1527. }
  1528. /**
  1529. * Gets the private 'monolog.handler.main' shared service.
  1530. *
  1531. * @return \Monolog\Handler\StreamHandler
  1532. */
  1533. protected function getMonolog_Handler_MainService()
  1534. {
  1535. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1536. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1537. return $instance;
  1538. }
  1539. /**
  1540. * Gets the private 'monolog.logger' shared service.
  1541. *
  1542. * @return \Symfony\Bridge\Monolog\Logger
  1543. */
  1544. protected function getMonolog_LoggerService()
  1545. {
  1546. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1547. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1548. $instance->useMicrosecondTimestamps(true);
  1549. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1550. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1551. $instance->pushHandler(($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService()));
  1552. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1553. return $instance;
  1554. }
  1555. /**
  1556. * Gets the private 'monolog.logger.cache' shared service.
  1557. *
  1558. * @return \Symfony\Bridge\Monolog\Logger
  1559. */
  1560. protected function getMonolog_Logger_CacheService()
  1561. {
  1562. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1563. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1564. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1565. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1566. $instance->pushHandler(($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService()));
  1567. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1568. return $instance;
  1569. }
  1570. /**
  1571. * Gets the private 'monolog.logger.request' shared service.
  1572. *
  1573. * @return \Symfony\Bridge\Monolog\Logger
  1574. */
  1575. protected function getMonolog_Logger_RequestService()
  1576. {
  1577. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1578. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1579. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1580. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1581. $instance->pushHandler(($this->privates['App\\Handler\\MonologMailerHandler'] ?? $this->getMonologMailerHandlerService()));
  1582. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1583. return $instance;
  1584. }
  1585. /**
  1586. * Gets the private 'parameter_bag' shared service.
  1587. *
  1588. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1589. */
  1590. protected function getParameterBagService()
  1591. {
  1592. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1593. }
  1594. /**
  1595. * Gets the private 'profiler_listener' shared service.
  1596. *
  1597. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1598. */
  1599. protected function getProfilerListenerService()
  1600. {
  1601. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1602. if (isset($this->privates['profiler_listener'])) {
  1603. return $this->privates['profiler_listener'];
  1604. }
  1605. 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);
  1606. }
  1607. /**
  1608. * Gets the private 'router.expression_language_provider' shared service.
  1609. *
  1610. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1611. */
  1612. protected function getRouter_ExpressionLanguageProviderService()
  1613. {
  1614. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1615. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1616. ], [
  1617. 'env' => 'Closure',
  1618. ]));
  1619. }
  1620. /**
  1621. * Gets the private 'router.request_context' shared service.
  1622. *
  1623. * @return \Symfony\Component\Routing\RequestContext
  1624. */
  1625. protected function getRouter_RequestContextService()
  1626. {
  1627. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1628. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1629. return $instance;
  1630. }
  1631. /**
  1632. * Gets the private 'router_listener' shared service.
  1633. *
  1634. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1635. */
  1636. protected function getRouterListenerService()
  1637. {
  1638. $a = ($this->services['router'] ?? $this->getRouterService());
  1639. if (isset($this->privates['router_listener'])) {
  1640. return $this->privates['router_listener'];
  1641. }
  1642. $b = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  1643. if (isset($this->privates['router_listener'])) {
  1644. return $this->privates['router_listener'];
  1645. }
  1646. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $b, \dirname(__DIR__, 4), true);
  1647. }
  1648. /**
  1649. * Gets the private 'security.firewall.map' shared service.
  1650. *
  1651. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1652. */
  1653. protected function getSecurity_Firewall_MapService()
  1654. {
  1655. $a = ($this->privates['.service_locator.scP86QH'] ?? $this->get_ServiceLocator_ScP86QHService());
  1656. if (isset($this->privates['security.firewall.map'])) {
  1657. return $this->privates['security.firewall.map'];
  1658. }
  1659. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1660. 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)/')));
  1661. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.GIitzjn'] ?? ($this->privates['.security.request_matcher.GIitzjn'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api($|/)')));
  1662. yield 'security.firewall.map.context.main_login' => ($this->privates['.security.request_matcher.UJGAM46'] ?? ($this->privates['.security.request_matcher.UJGAM46'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$')));
  1663. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1664. }, 4));
  1665. }
  1666. /**
  1667. * Gets the private 'security.logout_url_generator' shared service.
  1668. *
  1669. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1670. */
  1671. protected function getSecurity_LogoutUrlGeneratorService()
  1672. {
  1673. $a = ($this->services['router'] ?? $this->getRouterService());
  1674. if (isset($this->privates['security.logout_url_generator'])) {
  1675. return $this->privates['security.logout_url_generator'];
  1676. }
  1677. $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1678. $instance->registerListener('api', '/logout', 'logout', '_csrf_token', NULL, NULL);
  1679. $instance->registerListener('main', 'logout', 'logout', '_csrf_token', NULL, NULL);
  1680. return $instance;
  1681. }
  1682. /**
  1683. * Gets the private 'security.role_hierarchy' shared service.
  1684. *
  1685. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1686. */
  1687. protected function getSecurity_RoleHierarchyService()
  1688. {
  1689. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1690. }
  1691. /**
  1692. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1693. *
  1694. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1695. */
  1696. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1697. {
  1698. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1699. if (isset($this->privates['sensio_framework_extra.controller.listener'])) {
  1700. return $this->privates['sensio_framework_extra.controller.listener'];
  1701. }
  1702. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener($a);
  1703. }
  1704. /**
  1705. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1706. *
  1707. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1708. */
  1709. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1710. {
  1711. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1712. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  1713. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  1714. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  1715. }
  1716. /**
  1717. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1718. *
  1719. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1720. */
  1721. protected function getSensioFrameworkExtra_Security_ListenerService()
  1722. {
  1723. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1724. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1725. return $this->privates['sensio_framework_extra.security.listener'];
  1726. }
  1727. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), $a);
  1728. }
  1729. /**
  1730. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1731. *
  1732. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1733. */
  1734. protected function getSensioFrameworkExtra_View_ListenerService()
  1735. {
  1736. $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
  1737. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1738. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1739. ], [
  1740. 'twig' => '?',
  1741. ]))->withContext('sensio_framework_extra.view.listener', $this));
  1742. return $instance;
  1743. }
  1744. /**
  1745. * Gets the private 'session_listener' shared service.
  1746. *
  1747. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1748. */
  1749. protected function getSessionListenerService()
  1750. {
  1751. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1752. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  1753. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  1754. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1755. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  1756. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1757. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  1758. ], [
  1759. 'initialized_session' => '?',
  1760. 'logger' => '?',
  1761. 'request_stack' => '?',
  1762. 'session' => '?',
  1763. 'session_collector' => '?',
  1764. 'session_factory' => '?',
  1765. ]), true, $this->parameters['session.storage.options']);
  1766. }
  1767. /**
  1768. * Gets the private 'translator.default' shared service.
  1769. *
  1770. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1771. */
  1772. protected function getTranslator_DefaultService()
  1773. {
  1774. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1775. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  1776. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  1777. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  1778. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  1779. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  1780. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  1781. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  1782. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  1783. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  1784. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  1785. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  1786. ], [
  1787. 'translation.loader.csv' => '?',
  1788. 'translation.loader.dat' => '?',
  1789. 'translation.loader.ini' => '?',
  1790. 'translation.loader.json' => '?',
  1791. 'translation.loader.mo' => '?',
  1792. 'translation.loader.php' => '?',
  1793. 'translation.loader.po' => '?',
  1794. 'translation.loader.qt' => '?',
  1795. 'translation.loader.res' => '?',
  1796. 'translation.loader.xliff' => '?',
  1797. 'translation.loader.yml' => '?',
  1798. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/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/vich/uploader-bundle/translations/messages.ar.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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/vich/uploader-bundle/translations/messages.ca.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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/vich/uploader-bundle/translations/messages.cs.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/vich/uploader-bundle/translations/messages.de.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], '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')], '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/vich/uploader-bundle/translations/messages.en.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], '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/vich/uploader-bundle/translations/messages.es.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/vich/uploader-bundle/translations/messages.fi.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/vich/uploader-bundle/translations/messages.fr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/vich/uploader-bundle/translations/messages.hu.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/vich/uploader-bundle/translations/messages.it.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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/vich/uploader-bundle/translations/messages.pt.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/vich/uploader-bundle/translations/messages.ru.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/vich/uploader-bundle/translations/messages.tr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/vich/uploader-bundle/translations/messages.uk.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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/vich/uploader-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-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/security-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/laurentmuller/highcharts-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/vich/uploader-bundle/translations', 4 => 'vendor/knplabs/knp-paginator-bundle/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/twig/extra-bundle/translations', 10 => 'vendor/doctrine/doctrine-bundle/translations', 11 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/tetranz/select2entity-bundle/translations', 16 => 'vendor/symfony/web-profiler-bundle/translations', 17 => 'vendor/eightpoints/guzzle-bundle/src/translations', 18 => 'vendor/laurentmuller/highcharts-bundle/translations']]], []);
  1799. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1800. $instance->setFallbackLocales([0 => 'en']);
  1801. return $instance;
  1802. }
  1803. /**
  1804. * Gets the private 'validator.builder' shared service.
  1805. *
  1806. * @return \Symfony\Component\Validator\ValidatorBuilder
  1807. */
  1808. protected function getValidator_BuilderService()
  1809. {
  1810. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1811. $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1812. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1813. yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1814. }, 2), new RewindableGenerator(function () {
  1815. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1816. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1817. }, 2), new RewindableGenerator(function () {
  1818. return new \EmptyIterator();
  1819. }, 0), new RewindableGenerator(function () {
  1820. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1821. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1822. }, 2), new RewindableGenerator(function () {
  1823. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1824. }, 1));
  1825. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1826. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1827. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1828. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  1829. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1830. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  1831. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1832. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1833. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1834. ], [
  1835. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1836. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1837. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1838. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1839. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1840. 'doctrine.orm.validator.unique' => '?',
  1841. 'security.validator.user_password' => '?',
  1842. 'validator.expression' => '?',
  1843. ])));
  1844. if ($this->has('translator')) {
  1845. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1846. }
  1847. $instance->setTranslationDomain('validators');
  1848. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1849. $instance->enableAnnotationMapping(true);
  1850. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1851. $instance->addMethodMapping('loadValidatorMetadata');
  1852. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1853. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  1854. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1855. return $instance;
  1856. }
  1857. /**
  1858. * Gets the private 'var_dumper.html_dumper' shared service.
  1859. *
  1860. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1861. */
  1862. protected function getVarDumper_HtmlDumperService()
  1863. {
  1864. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  1865. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1866. return $instance;
  1867. }
  1868. /**
  1869. * Gets the private 'var_dumper.server_connection' shared service.
  1870. *
  1871. * @return \Symfony\Component\VarDumper\Server\Connection
  1872. */
  1873. protected function getVarDumper_ServerConnectionService()
  1874. {
  1875. 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()]);
  1876. }
  1877. /**
  1878. * Gets the private 'vich_uploader.metadata_reader' shared service.
  1879. *
  1880. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  1881. */
  1882. protected function getVichUploader_MetadataReaderService()
  1883. {
  1884. $a = new \Metadata\Driver\FileLocator([]);
  1885. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  1886. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  1887. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  1888. }
  1889. /**
  1890. * Gets the private 'web_profiler.csp.handler' shared service.
  1891. *
  1892. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1893. */
  1894. protected function getWebProfiler_Csp_HandlerService()
  1895. {
  1896. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1897. }
  1898. /**
  1899. * Gets the private 'web_profiler.debug_toolbar' shared service.
  1900. *
  1901. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1902. */
  1903. protected function getWebProfiler_DebugToolbarService()
  1904. {
  1905. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1906. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1907. return $this->privates['web_profiler.debug_toolbar'];
  1908. }
  1909. $b = ($this->services['router'] ?? $this->getRouterService());
  1910. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1911. return $this->privates['web_profiler.debug_toolbar'];
  1912. }
  1913. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1914. }
  1915. /**
  1916. * Gets the public 'cache_clearer' alias.
  1917. *
  1918. * @return object The ".container.private.cache_clearer" service.
  1919. */
  1920. protected function getCacheClearerService()
  1921. {
  1922. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1923. return $this->get('.container.private.cache_clearer');
  1924. }
  1925. /**
  1926. * Gets the public 'filesystem' alias.
  1927. *
  1928. * @return object The ".container.private.filesystem" service.
  1929. */
  1930. protected function getFilesystemService()
  1931. {
  1932. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1933. return $this->get('.container.private.filesystem');
  1934. }
  1935. /**
  1936. * Gets the public 'security.csrf.token_manager' alias.
  1937. *
  1938. * @return object The ".container.private.security.csrf.token_manager" service.
  1939. */
  1940. protected function getSecurity_Csrf_TokenManagerService()
  1941. {
  1942. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1943. return $this->get('.container.private.security.csrf.token_manager');
  1944. }
  1945. /**
  1946. * Gets the public 'form.factory' alias.
  1947. *
  1948. * @return object The ".container.private.form.factory" service.
  1949. */
  1950. protected function getForm_FactoryService()
  1951. {
  1952. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1953. return $this->get('.container.private.form.factory');
  1954. }
  1955. /**
  1956. * Gets the public 'form.type.file' alias.
  1957. *
  1958. * @return object The ".container.private.form.type.file" service.
  1959. */
  1960. protected function getForm_Type_FileService()
  1961. {
  1962. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1963. return $this->get('.container.private.form.type.file');
  1964. }
  1965. /**
  1966. * Gets the public 'profiler' alias.
  1967. *
  1968. * @return object The ".container.private.profiler" service.
  1969. */
  1970. protected function getProfilerService()
  1971. {
  1972. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1973. return $this->get('.container.private.profiler');
  1974. }
  1975. /**
  1976. * Gets the public 'twig' alias.
  1977. *
  1978. * @return object The ".container.private.twig" service.
  1979. */
  1980. protected function getTwigService()
  1981. {
  1982. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1983. return $this->get('.container.private.twig');
  1984. }
  1985. /**
  1986. * Gets the public 'security.authorization_checker' alias.
  1987. *
  1988. * @return object The ".container.private.security.authorization_checker" service.
  1989. */
  1990. protected function getSecurity_AuthorizationCheckerService()
  1991. {
  1992. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1993. return $this->get('.container.private.security.authorization_checker');
  1994. }
  1995. /**
  1996. * Gets the public 'security.token_storage' alias.
  1997. *
  1998. * @return object The ".container.private.security.token_storage" service.
  1999. */
  2000. protected function getSecurity_TokenStorageService()
  2001. {
  2002. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2003. return $this->get('.container.private.security.token_storage');
  2004. }
  2005. /**
  2006. * Gets the public 'security.password_encoder' alias.
  2007. *
  2008. * @return object The ".container.private.security.password_encoder" service.
  2009. */
  2010. protected function getSecurity_PasswordEncoderService()
  2011. {
  2012. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2013. return $this->get('.container.private.security.password_encoder');
  2014. }
  2015. /**
  2016. * Gets the public 'session' alias.
  2017. *
  2018. * @return object The ".container.private.session" service.
  2019. */
  2020. protected function getSessionService()
  2021. {
  2022. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2023. return $this->get('.container.private.session');
  2024. }
  2025. /**
  2026. * Gets the public 'validator' alias.
  2027. *
  2028. * @return object The ".container.private.validator" service.
  2029. */
  2030. protected function getValidatorService()
  2031. {
  2032. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2033. return $this->get('.container.private.validator');
  2034. }
  2035. /**
  2036. * @return array|bool|float|int|string|\UnitEnum|null
  2037. */
  2038. public function getParameter(string $name)
  2039. {
  2040. if (isset($this->buildParameters[$name])) {
  2041. return $this->buildParameters[$name];
  2042. }
  2043. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2044. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2045. }
  2046. if (isset($this->loadedDynamicParameters[$name])) {
  2047. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2048. }
  2049. return $this->parameters[$name];
  2050. }
  2051. public function hasParameter(string $name): bool
  2052. {
  2053. if (isset($this->buildParameters[$name])) {
  2054. return true;
  2055. }
  2056. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2057. }
  2058. public function setParameter(string $name, $value): void
  2059. {
  2060. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2061. }
  2062. public function getParameterBag(): ParameterBagInterface
  2063. {
  2064. if (null === $this->parameterBag) {
  2065. $parameters = $this->parameters;
  2066. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2067. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2068. }
  2069. foreach ($this->buildParameters as $name => $value) {
  2070. $parameters[$name] = $value;
  2071. }
  2072. $this->parameterBag = new FrozenParameterBag($parameters);
  2073. }
  2074. return $this->parameterBag;
  2075. }
  2076. private $loadedDynamicParameters = [
  2077. 'kernel.runtime_environment' => false,
  2078. 'kernel.build_dir' => false,
  2079. 'kernel.cache_dir' => false,
  2080. 'api_key' => false,
  2081. 'yousign_url' => false,
  2082. 'yousign_template_id' => false,
  2083. 'fax_destinataire' => false,
  2084. 'fax_expediteur' => false,
  2085. 'fax_reponse' => false,
  2086. 'fax_sujet' => false,
  2087. 'kernel.secret' => false,
  2088. 'debug.container.dump' => false,
  2089. 'validator.mapping.cache.file' => false,
  2090. 'profiler.storage.dsn' => false,
  2091. 'doctrine.orm.proxy_dir' => false,
  2092. ];
  2093. private $dynamicParameters = [];
  2094. private function getDynamicParameter(string $name)
  2095. {
  2096. switch ($name) {
  2097. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2098. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2099. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2100. case 'api_key': $value = $this->getEnv('API_KEY'); break;
  2101. case 'yousign_url': $value = $this->getEnv('YOUSIGN_URL'); break;
  2102. case 'yousign_template_id': $value = $this->getEnv('YOUSIGN_TEMPLATE_ID'); break;
  2103. case 'fax_destinataire': $value = $this->getEnv('FAX_DESTINATAIRE'); break;
  2104. case 'fax_expediteur': $value = $this->getEnv('FAX_EXPEDITEUR'); break;
  2105. case 'fax_reponse': $value = $this->getEnv('FAX_REPONSE'); break;
  2106. case 'fax_sujet': $value = $this->getEnv('FAX_SUJET'); break;
  2107. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2108. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2109. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2110. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2111. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2112. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2113. }
  2114. $this->loadedDynamicParameters[$name] = true;
  2115. return $this->dynamicParameters[$name] = $value;
  2116. }
  2117. protected function getDefaultParameters(): array
  2118. {
  2119. return [
  2120. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2121. 'kernel.environment' => 'dev',
  2122. 'kernel.debug' => true,
  2123. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2124. 'kernel.bundles' => [
  2125. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2126. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2127. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2128. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2129. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2130. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2131. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2132. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2133. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2134. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2135. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2136. 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  2137. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2138. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  2139. 'ObHighchartsBundle' => 'Ob\\HighchartsBundle\\ObHighchartsBundle',
  2140. ],
  2141. 'kernel.bundles_metadata' => [
  2142. 'FrameworkBundle' => [
  2143. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2144. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2145. ],
  2146. 'SensioFrameworkExtraBundle' => [
  2147. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2148. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2149. ],
  2150. 'TwigBundle' => [
  2151. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2152. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2153. ],
  2154. 'TwigExtraBundle' => [
  2155. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2156. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2157. ],
  2158. 'DoctrineBundle' => [
  2159. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2160. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2161. ],
  2162. 'DoctrineMigrationsBundle' => [
  2163. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2164. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2165. ],
  2166. 'MonologBundle' => [
  2167. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2168. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2169. ],
  2170. 'VichUploaderBundle' => [
  2171. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  2172. 'namespace' => 'Vich\\UploaderBundle',
  2173. ],
  2174. 'KnpPaginatorBundle' => [
  2175. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  2176. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2177. ],
  2178. 'DebugBundle' => [
  2179. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2180. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2181. ],
  2182. 'SecurityBundle' => [
  2183. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2184. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2185. ],
  2186. 'TetranzSelect2EntityBundle' => [
  2187. 'path' => (\dirname(__DIR__, 4).'/vendor/tetranz/select2entity-bundle'),
  2188. 'namespace' => 'Tetranz\\Select2EntityBundle',
  2189. ],
  2190. 'WebProfilerBundle' => [
  2191. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2192. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2193. ],
  2194. 'EightPointsGuzzleBundle' => [
  2195. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  2196. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  2197. ],
  2198. 'ObHighchartsBundle' => [
  2199. 'path' => (\dirname(__DIR__, 4).'/vendor/laurentmuller/highcharts-bundle'),
  2200. 'namespace' => 'Ob\\HighchartsBundle',
  2201. ],
  2202. ],
  2203. 'kernel.charset' => 'UTF-8',
  2204. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2205. 'event_dispatcher.event_aliases' => [
  2206. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2207. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2208. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2209. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2210. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2211. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2212. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2213. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2214. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2215. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2216. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2217. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2218. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2219. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2220. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2221. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2222. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2223. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2224. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2225. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2226. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2227. ],
  2228. 'fragment.renderer.hinclude.global_template' => NULL,
  2229. 'fragment.path' => '/_fragment',
  2230. 'kernel.http_method_override' => false,
  2231. 'kernel.trusted_hosts' => [
  2232. ],
  2233. 'kernel.default_locale' => 'en',
  2234. 'kernel.enabled_locales' => [
  2235. ],
  2236. 'kernel.error_controller' => 'error_controller',
  2237. 'debug.file_link_format' => NULL,
  2238. 'asset.request_context.base_path' => NULL,
  2239. 'asset.request_context.secure' => NULL,
  2240. 'translator.logging' => false,
  2241. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2242. 'debug.error_handler.throw_at' => -1,
  2243. 'router.request_context.host' => 'localhost',
  2244. 'router.request_context.scheme' => 'http',
  2245. 'router.request_context.base_url' => '',
  2246. 'router.resource' => 'kernel::loadRoutes',
  2247. 'request_listener.http_port' => 80,
  2248. 'request_listener.https_port' => 443,
  2249. 'session.metadata.storage_key' => '_sf2_meta',
  2250. 'session.storage.options' => [
  2251. 'cache_limiter' => '0',
  2252. 'cookie_secure' => 'auto',
  2253. 'cookie_httponly' => true,
  2254. 'cookie_samesite' => 'lax',
  2255. 'gc_probability' => 1,
  2256. ],
  2257. 'session.save_path' => NULL,
  2258. 'session.metadata.update_threshold' => 0,
  2259. 'form.type_extension.csrf.enabled' => true,
  2260. 'form.type_extension.csrf.field_name' => '_token',
  2261. 'validator.translation_domain' => 'validators',
  2262. 'profiler_listener.only_exceptions' => false,
  2263. 'profiler_listener.only_main_requests' => false,
  2264. 'twig.form.resources' => [
  2265. 0 => '@VichUploader/Form/fields.html.twig',
  2266. 1 => 'form_div_layout.html.twig',
  2267. ],
  2268. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2269. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2270. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2271. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2272. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2273. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2274. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2275. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2276. 'doctrine.entity_managers' => [
  2277. 'default' => 'doctrine.orm.default_entity_manager',
  2278. ],
  2279. 'doctrine.default_entity_manager' => 'default',
  2280. 'doctrine.dbal.connection_factory.types' => [
  2281. ],
  2282. 'doctrine.connections' => [
  2283. 'default' => 'doctrine.dbal.default_connection',
  2284. ],
  2285. 'doctrine.default_connection' => 'default',
  2286. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2287. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2288. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2289. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2290. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2291. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2292. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2293. 'doctrine.orm.cache.memcache_port' => 11211,
  2294. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2295. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2296. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2297. 'doctrine.orm.cache.memcached_port' => 11211,
  2298. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2299. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2300. 'doctrine.orm.cache.redis_host' => 'localhost',
  2301. 'doctrine.orm.cache.redis_port' => 6379,
  2302. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2303. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2304. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2305. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2306. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2307. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2308. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2309. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2310. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2311. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2312. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2313. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2314. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2315. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2316. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2317. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2318. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2319. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2320. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2321. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2322. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2323. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2324. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2325. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2326. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2327. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2328. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2329. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2330. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2331. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2332. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2333. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2334. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2335. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2336. 'doctrine.migrations.preferred_em' => NULL,
  2337. 'doctrine.migrations.preferred_connection' => NULL,
  2338. 'monolog.use_microseconds' => true,
  2339. 'monolog.swift_mailer.handlers' => [
  2340. ],
  2341. 'monolog.handlers_to_channels' => [
  2342. 'monolog.handler.console' => [
  2343. 'type' => 'exclusive',
  2344. 'elements' => [
  2345. 0 => 'event',
  2346. 1 => 'doctrine',
  2347. 2 => 'console',
  2348. ],
  2349. ],
  2350. 'monolog.handler.main' => [
  2351. 'type' => 'exclusive',
  2352. 'elements' => [
  2353. 0 => 'event',
  2354. ],
  2355. ],
  2356. 'monolog.handler.mailer' => [
  2357. 'type' => 'exclusive',
  2358. 'elements' => [
  2359. 0 => 'deprecation',
  2360. 1 => 'console',
  2361. 2 => 'event',
  2362. ],
  2363. ],
  2364. ],
  2365. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  2366. 'vich_uploader.mappings' => [
  2367. ],
  2368. 'vich_uploader.use_flysystem_to_resolve_uri' => false,
  2369. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2370. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  2371. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2372. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2373. 'knp_paginator.page_range' => 5,
  2374. 'knp_paginator.page_limit' => NULL,
  2375. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2376. 'security.role_hierarchy.roles' => [
  2377. 'ROLE_COMMERCIAL' => [
  2378. 0 => 'ROLE_USER',
  2379. ],
  2380. 'ROLE_ADMIN' => [
  2381. 0 => 'ROLE_USER',
  2382. ],
  2383. 'ROLE_SUPER_ADMIN' => [
  2384. 0 => 'ROLE_USER',
  2385. 1 => 'ROLE_ADMIN',
  2386. 2 => 'ROLE_ALLOWED_TO_SWITCH',
  2387. ],
  2388. ],
  2389. 'security.access.denied_url' => NULL,
  2390. 'security.authentication.manager.erase_credentials' => true,
  2391. 'security.authentication.session_strategy.strategy' => 'migrate',
  2392. 'security.access.always_authenticate_before_granting' => false,
  2393. 'security.authentication.hide_user_not_found' => true,
  2394. 'security.firewalls' => [
  2395. 0 => 'dev',
  2396. 1 => 'api',
  2397. 2 => 'main_login',
  2398. 3 => 'main',
  2399. ],
  2400. 'security.api._indexed_authenticators' => [
  2401. ],
  2402. 'security.main_login._indexed_authenticators' => [
  2403. ],
  2404. 'security.main._indexed_authenticators' => [
  2405. ],
  2406. 'tetranz_select2_entity.config' => [
  2407. 'minimum_input_length' => 2,
  2408. 'page_limit' => 8,
  2409. 'allow_clear' => true,
  2410. 'delay' => 500,
  2411. 'language' => 'fr',
  2412. 'cache' => false,
  2413. 'scroll' => false,
  2414. 'allow_add' => [
  2415. 'enabled' => false,
  2416. 'new_tag_text' => ' (NEW)',
  2417. 'new_tag_prefix' => '__',
  2418. 'tag_separators' => '[",", " "]',
  2419. ],
  2420. 'theme' => 'default',
  2421. 'cache_timeout' => 60000,
  2422. 'width' => NULL,
  2423. 'object_manager' => NULL,
  2424. 'render_html' => false,
  2425. ],
  2426. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2427. 'web_profiler.debug_toolbar.mode' => 2,
  2428. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  2429. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  2430. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  2431. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  2432. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  2433. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  2434. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  2435. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  2436. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  2437. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  2438. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  2439. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  2440. 'eight_points_guzzle.plugin.header.headers' => [
  2441. ],
  2442. 'ob_highcharts.twig_extension.class' => 'Ob\\HighchartsBundle\\Twig\\HighchartsExtension',
  2443. 'data_collector.templates' => [
  2444. 'data_collector.request' => [
  2445. 0 => 'request',
  2446. 1 => '@WebProfiler/Collector/request.html.twig',
  2447. ],
  2448. 'data_collector.time' => [
  2449. 0 => 'time',
  2450. 1 => '@WebProfiler/Collector/time.html.twig',
  2451. ],
  2452. 'data_collector.memory' => [
  2453. 0 => 'memory',
  2454. 1 => '@WebProfiler/Collector/memory.html.twig',
  2455. ],
  2456. 'data_collector.validator' => [
  2457. 0 => 'validator',
  2458. 1 => '@WebProfiler/Collector/validator.html.twig',
  2459. ],
  2460. 'data_collector.ajax' => [
  2461. 0 => 'ajax',
  2462. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2463. ],
  2464. 'data_collector.form' => [
  2465. 0 => 'form',
  2466. 1 => '@WebProfiler/Collector/form.html.twig',
  2467. ],
  2468. 'data_collector.exception' => [
  2469. 0 => 'exception',
  2470. 1 => '@WebProfiler/Collector/exception.html.twig',
  2471. ],
  2472. 'data_collector.logger' => [
  2473. 0 => 'logger',
  2474. 1 => '@WebProfiler/Collector/logger.html.twig',
  2475. ],
  2476. 'data_collector.events' => [
  2477. 0 => 'events',
  2478. 1 => '@WebProfiler/Collector/events.html.twig',
  2479. ],
  2480. 'data_collector.router' => [
  2481. 0 => 'router',
  2482. 1 => '@WebProfiler/Collector/router.html.twig',
  2483. ],
  2484. 'data_collector.cache' => [
  2485. 0 => 'cache',
  2486. 1 => '@WebProfiler/Collector/cache.html.twig',
  2487. ],
  2488. 'data_collector.translation' => [
  2489. 0 => 'translation',
  2490. 1 => '@WebProfiler/Collector/translation.html.twig',
  2491. ],
  2492. 'data_collector.security' => [
  2493. 0 => 'security',
  2494. 1 => '@Security/Collector/security.html.twig',
  2495. ],
  2496. 'data_collector.twig' => [
  2497. 0 => 'twig',
  2498. 1 => '@WebProfiler/Collector/twig.html.twig',
  2499. ],
  2500. 'data_collector.doctrine' => [
  2501. 0 => 'db',
  2502. 1 => '@Doctrine/Collector/db.html.twig',
  2503. ],
  2504. 'data_collector.dump' => [
  2505. 0 => 'dump',
  2506. 1 => '@Debug/Profiler/dump.html.twig',
  2507. ],
  2508. 'mailer.data_collector' => [
  2509. 0 => 'mailer',
  2510. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2511. ],
  2512. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  2513. 0 => 'vich_uploader.mapping_collector',
  2514. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  2515. ],
  2516. 'eight_points_guzzle.data_collector' => [
  2517. 0 => 'eight_points_guzzle',
  2518. 1 => '@EightPointsGuzzle/debug.html.twig',
  2519. ],
  2520. 'data_collector.config' => [
  2521. 0 => 'config',
  2522. 1 => '@WebProfiler/Collector/config.html.twig',
  2523. ],
  2524. ],
  2525. 'console.command.ids' => [
  2526. 0 => 'console.command.public_alias.App\\Command\\CheckMissingCodeCommand',
  2527. ],
  2528. ];
  2529. }
  2530. protected function throw($message)
  2531. {
  2532. throw new RuntimeException($message);
  2533. }
  2534. }