var/cache/dev/ContainerV1WoL7R/App_KernelDevDebugContainer.php line 274

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