var/cache/dev/ContainerVsN1v9o/App_KernelDevDebugContainer.php line 544

Open in your IDE?
  1. <?php
  2. namespace ContainerVsN1v9o;
  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.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. '.container.private.workflow.commande_traitement' => 'get_Container_Private_Workflow_CommandeTraitementService',
  40. 'cache.app' => 'getCache_AppService',
  41. 'cache.rate_limiter' => 'getCache_RateLimiterService',
  42. 'cache.system' => 'getCache_SystemService',
  43. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44. 'data_collector.dump' => 'getDataCollector_DumpService',
  45. 'doctrine' => 'getDoctrineService',
  46. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48. 'event_dispatcher' => 'getEventDispatcherService',
  49. 'http_kernel' => 'getHttpKernelService',
  50. 'request_stack' => 'getRequestStackService',
  51. 'router' => 'getRouterService',
  52. 'translator' => 'getTranslatorService',
  53. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54. 'cache_clearer' => 'getCacheClearerService',
  55. 'filesystem' => 'getFilesystemService',
  56. 'workflow.commande_traitement' => 'getWorkflow_CommandeTraitementService',
  57. 'serializer' => 'getSerializerService',
  58. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  59. 'form.factory' => 'getForm_FactoryService',
  60. 'form.type.file' => 'getForm_Type_FileService',
  61. 'profiler' => 'getProfilerService',
  62. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63. 'security.token_storage' => 'getSecurity_TokenStorageService',
  64. 'twig' => 'getTwigService',
  65. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  66. 'session' => 'getSessionService',
  67. 'validator' => 'getValidatorService',
  68. ];
  69. $this->fileMap = [
  70. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  71. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  72. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  73. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  74. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  76. '.container.private.session' => 'get_Container_Private_SessionService',
  77. 'App\\Controller\\AdminUserController' => 'getAdminUserControllerService',
  78. 'App\\Controller\\Admin\\AccesEmplacementCrudController' => 'getAccesEmplacementCrudControllerService',
  79. 'App\\Controller\\Admin\\CommandeCrudController' => 'getCommandeCrudControllerService',
  80. 'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  81. 'App\\Controller\\Admin\\ModePaiementCrudController' => 'getModePaiementCrudControllerService',
  82. 'App\\Controller\\Admin\\ProduitCrudController' => 'getProduitCrudControllerService',
  83. 'App\\Controller\\Admin\\RetraitCrudController' => 'getRetraitCrudControllerService',
  84. 'App\\Controller\\Admin\\ServiceCrudController' => 'getServiceCrudControllerService',
  85. 'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  86. 'App\\Controller\\BilanController' => 'getBilanControllerService',
  87. 'App\\Controller\\CategorieController' => 'getCategorieControllerService',
  88. 'App\\Controller\\ClientController' => 'getClientControllerService',
  89. 'App\\Controller\\CommandeController' => 'getCommandeControllerService',
  90. 'App\\Controller\\EmplacementController' => 'getEmplacementControllerService',
  91. 'App\\Controller\\FoodtruckController' => 'getFoodtruckControllerService',
  92. 'App\\Controller\\HomeController' => 'getHomeControllerService',
  93. 'App\\Controller\\IngredientController' => 'getIngredientControllerService',
  94. 'App\\Controller\\MenuController' => 'getMenuControllerService',
  95. 'App\\Controller\\ModePaiementController' => 'getModePaiementControllerService',
  96. 'App\\Controller\\PaiementController' => 'getPaiementControllerService',
  97. 'App\\Controller\\PanierController' => 'getPanierControllerService',
  98. 'App\\Controller\\PreparationController' => 'getPreparationControllerService',
  99. 'App\\Controller\\ProduitController' => 'getProduitControllerService',
  100. 'App\\Controller\\ProfilController' => 'getProfilControllerService',
  101. 'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  102. 'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  103. 'App\\Controller\\RotationController' => 'getRotationControllerService',
  104. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  105. 'App\\Controller\\ServiceController' => 'getServiceControllerService',
  106. 'App\\Controller\\TerminalController' => 'getTerminalControllerService',
  107. 'App\\Controller\\TransactionController' => 'getTransactionControllerService',
  108. 'App\\Controller\\UserController' => 'getUserControllerService',
  109. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  110. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  111. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  112. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  113. 'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  114. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  115. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  116. 'cache.app_clearer' => 'getCache_AppClearerService',
  117. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  118. 'cache.system_clearer' => 'getCache_SystemClearerService',
  119. 'cache_warmer' => 'getCacheWarmerService',
  120. 'console.command_loader' => 'getConsole_CommandLoaderService',
  121. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  122. 'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  123. 'error_controller' => 'getErrorControllerService',
  124. 'routing.loader' => 'getRouting_LoaderService',
  125. 'services_resetter' => 'getServicesResetterService',
  126. 'ux.autocomplete.entity_autocomplete_controller' => 'getUx_Autocomplete_EntityAutocompleteControllerService',
  127. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  128. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  129. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  130. ];
  131. $this->aliases = [
  132. 'App\\Kernel' => 'kernel',
  133. 'database_connection' => 'doctrine.dbal.default_connection',
  134. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  135. ];
  136. $this->privates['service_container'] = function () {
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  143. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Transition.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/WorkflowInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Workflow.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Definition.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs/src/Twig/ChartExtension.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  506. };
  507. }
  508. public function compile(): void
  509. {
  510. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  511. }
  512. public function isCompiled(): bool
  513. {
  514. return true;
  515. }
  516. public function getRemovedIds(): array
  517. {
  518. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  519. }
  520. protected function load($file, $lazyLoad = true)
  521. {
  522. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  523. return $class::do($this, $lazyLoad);
  524. }
  525. if ('.' === $file[-4]) {
  526. $class = substr($class, 0, -4);
  527. } else {
  528. $file .= '.php';
  529. }
  530. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  531. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  532. }
  533. protected function createProxy($class, \Closure $factory)
  534. {
  535. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  536. return $factory();
  537. }
  538. /**
  539. * Gets the public '.container.private.profiler' shared service.
  540. *
  541. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  542. */
  543. protected function get_Container_Private_ProfilerService()
  544. {
  545. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  546. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  547. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  548. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  549. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  550. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  551. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  552. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  553. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  554. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  555. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  556. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  557. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  558. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  559. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  560. $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  561. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  562. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  563. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  564. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  565. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  566. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  567. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  568. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  569. if ($this->has('kernel')) {
  570. $f->setKernel($b);
  571. }
  572. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  573. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  574. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  575. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  576. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  577. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  578. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  579. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  580. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  581. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  582. $instance->add($d);
  583. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  584. $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));
  585. $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())));
  586. $instance->add($e);
  587. $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([])))));
  588. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  589. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  590. $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()))));
  591. $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()))));
  592. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  593. $instance->add($f);
  594. return $instance;
  595. }
  596. /**
  597. * Gets the public '.container.private.security.authorization_checker' shared service.
  598. *
  599. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  600. */
  601. protected function get_Container_Private_Security_AuthorizationCheckerService()
  602. {
  603. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  604. if (isset($this->services['.container.private.security.authorization_checker'])) {
  605. return $this->services['.container.private.security.authorization_checker'];
  606. }
  607. 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);
  608. }
  609. /**
  610. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  611. *
  612. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  613. */
  614. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  615. {
  616. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  617. }
  618. /**
  619. * Gets the public '.container.private.security.token_storage' shared service.
  620. *
  621. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  622. */
  623. protected function get_Container_Private_Security_TokenStorageService()
  624. {
  625. 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, [
  626. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  627. ], [
  628. 'request_stack' => '?',
  629. ]));
  630. }
  631. /**
  632. * Gets the public '.container.private.twig' shared service.
  633. *
  634. * @return \Twig\Environment
  635. */
  636. protected function get_Container_Private_TwigService()
  637. {
  638. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  639. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  640. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  641. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  642. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  643. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  644. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  645. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  646. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  647. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  648. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  649. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  650. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  651. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/templates'), 'Autocomplete');
  652. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/templates'), '!Autocomplete');
  653. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/templates'), 'Dropzone');
  654. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/templates'), '!Dropzone');
  655. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  656. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  657. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  658. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  659. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  660. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  661. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  662. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  663. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  664. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  665. $g = ($this->services['router'] ?? $this->getRouterService());
  666. $h = new \Symfony\Component\Workflow\Registry();
  667. $h->addWorkflow(($this->services['.container.private.workflow.commande_traitement'] ?? $this->get_Container_Private_Workflow_CommandeTraitementService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Commande'));
  668. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  669. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  670. $j = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($instance);
  671. $k = new \Symfony\Bridge\Twig\AppVariable();
  672. $k->setEnvironment('dev');
  673. $k->setDebug(true);
  674. if ($this->has('.container.private.security.token_storage')) {
  675. $k->setTokenStorage($c);
  676. }
  677. if ($this->has('request_stack')) {
  678. $k->setRequestStack($b);
  679. }
  680. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  681. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  682. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  683. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  684. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  685. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  686. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  687. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  688. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  689. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  690. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  691. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  692. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  693. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $g)));
  694. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  695. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  696. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  697. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  698. $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())));
  699. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  700. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  701. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  702. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  703. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  704. ], [
  705. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  706. ])));
  707. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  708. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  709. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  710. ], [
  711. 'webpack_encore.entrypoint_lookup_collection' => '?',
  712. 'webpack_encore.tag_renderer' => '?',
  713. ])));
  714. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  715. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  716. $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension($j));
  717. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($j));
  718. $instance->addGlobal('app', $k);
  719. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  720. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  721. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  722. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  723. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  724. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
  725. ], [
  726. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  727. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  728. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  729. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  730. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  731. ])));
  732. $instance->addGlobal('app_version', $this->getEnv('APP_VERSION'));
  733. $instance->addGlobal('app_name', $this->getEnv('APP_NAME'));
  734. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  735. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  736. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  737. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  738. return $instance;
  739. }
  740. /**
  741. * Gets the public '.container.private.validator' shared service.
  742. *
  743. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  744. */
  745. protected function get_Container_Private_ValidatorService()
  746. {
  747. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  748. }
  749. /**
  750. * Gets the public '.container.private.workflow.commande_traitement' shared service.
  751. *
  752. * @return \Symfony\Component\Workflow\Workflow
  753. */
  754. protected function get_Container_Private_Workflow_CommandeTraitementService()
  755. {
  756. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  757. if (isset($this->services['.container.private.workflow.commande_traitement'])) {
  758. return $this->services['.container.private.workflow.commande_traitement'];
  759. }
  760. return $this->services['.container.private.workflow.commande_traitement'] = new \Symfony\Component\Workflow\Workflow(new \Symfony\Component\Workflow\Definition([0 => 'initial', 1 => 'nouvelle', 2 => 'refusee', 3 => 'a_payer', 4 => 'en_preparation', 5 => 'a_retirer', 6 => 'annulee', 7 => 'payee', 8 => 'cloturee'], [0 => ($this->privates['.workflow.commande_traitement.transition.0'] ?? ($this->privates['.workflow.commande_traitement.transition.0'] = new \Symfony\Component\Workflow\Transition('demander', [0 => 'initial'], [0 => 'nouvelle', 1 => 'a_payer']))), 1 => ($this->privates['.workflow.commande_traitement.transition.1'] ?? ($this->privates['.workflow.commande_traitement.transition.1'] = new \Symfony\Component\Workflow\Transition('accepter', [0 => 'nouvelle'], [0 => 'en_preparation']))), 2 => ($this->privates['.workflow.commande_traitement.transition.2'] ?? ($this->privates['.workflow.commande_traitement.transition.2'] = new \Symfony\Component\Workflow\Transition('refuser', [0 => 'nouvelle'], [0 => 'refusee']))), 3 => ($this->privates['.workflow.commande_traitement.transition.3'] ?? ($this->privates['.workflow.commande_traitement.transition.3'] = new \Symfony\Component\Workflow\Transition('payer', [0 => 'a_payer'], [0 => 'payee']))), 4 => ($this->privates['.workflow.commande_traitement.transition.4'] ?? ($this->privates['.workflow.commande_traitement.transition.4'] = new \Symfony\Component\Workflow\Transition('valider', [0 => 'en_preparation'], [0 => 'a_retirer']))), 5 => ($this->privates['.workflow.commande_traitement.transition.5'] ?? ($this->privates['.workflow.commande_traitement.transition.5'] = new \Symfony\Component\Workflow\Transition('annuler_preparation', [0 => 'en_preparation'], [0 => 'annulee']))), 6 => ($this->privates['.workflow.commande_traitement.transition.6'] ?? ($this->privates['.workflow.commande_traitement.transition.6'] = new \Symfony\Component\Workflow\Transition('annuler_commande', [0 => 'a_retirer'], [0 => 'annulee']))), 7 => ($this->privates['.workflow.commande_traitement.transition.7'] ?? ($this->privates['.workflow.commande_traitement.transition.7'] = new \Symfony\Component\Workflow\Transition('cloturer', [0 => 'a_retirer'], [0 => 'cloturee'])))], [0 => 'initial'], ($this->privates['workflow.commande_traitement.metadata_store'] ?? $this->getWorkflow_CommandeTraitement_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(false, 'currentPlace'), $a, 'commande_traitement', NULL);
  761. }
  762. /**
  763. * Gets the public 'cache.app' shared service.
  764. *
  765. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  766. */
  767. protected function getCache_AppService()
  768. {
  769. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('L5O765sYIT', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  770. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  771. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  772. }
  773. /**
  774. * Gets the public 'cache.rate_limiter' shared service.
  775. *
  776. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  777. */
  778. protected function getCache_RateLimiterService()
  779. {
  780. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('i-PCA7ITOr', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  781. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  782. return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  783. }
  784. /**
  785. * Gets the public 'cache.system' shared service.
  786. *
  787. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  788. */
  789. protected function getCache_SystemService()
  790. {
  791. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iYMyMQXoyK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  792. }
  793. /**
  794. * Gets the public 'cache.validator_expression_language' shared service.
  795. *
  796. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  797. */
  798. protected function getCache_ValidatorExpressionLanguageService()
  799. {
  800. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('si8cYM075-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  801. }
  802. /**
  803. * Gets the public 'data_collector.dump' shared service.
  804. *
  805. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  806. */
  807. protected function getDataCollector_DumpService()
  808. {
  809. 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()));
  810. }
  811. /**
  812. * Gets the public 'doctrine' shared service.
  813. *
  814. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  815. */
  816. protected function getDoctrineService()
  817. {
  818. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  819. }
  820. /**
  821. * Gets the public 'doctrine.dbal.default_connection' shared service.
  822. *
  823. * @return \Doctrine\DBAL\Connection
  824. */
  825. protected function getDoctrine_Dbal_DefaultConnectionService()
  826. {
  827. $a = new \Doctrine\DBAL\Configuration();
  828. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  829. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  830. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  831. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  832. $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  833. $c->setConnectionName('default');
  834. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  835. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  836. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  837. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], 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' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  838. }
  839. /**
  840. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  841. *
  842. * @return \Doctrine\ORM\EntityManager
  843. */
  844. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  845. {
  846. if ($lazyLoad) {
  847. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  848. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  849. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  850. $proxy->setProxyInitializer(null);
  851. return true;
  852. });
  853. });
  854. }
  855. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  877. $a = new \Doctrine\ORM\Configuration();
  878. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  879. $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');
  880. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  881. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  882. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  883. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  884. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  885. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  886. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  887. ], [
  888. 'doctrine.ulid_generator' => '?',
  889. 'doctrine.uuid_generator' => '?',
  890. ])));
  891. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  892. $a->setProxyNamespace('Proxies');
  893. $a->setAutoGenerateProxyClasses(true);
  894. $a->setSchemaIgnoreClasses([]);
  895. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  896. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  897. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  898. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  899. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  900. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  901. $a->setLazyGhostObjectEnabled(false);
  902. $a->setIdentityGenerationPreferences([]);
  903. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  904. 'App\\Repository\\AccesEmplacementRepository' => ['privates', 'App\\Repository\\AccesEmplacementRepository', 'getAccesEmplacementRepositoryService', true],
  905. 'App\\Repository\\CategorieRepository' => ['privates', 'App\\Repository\\CategorieRepository', 'getCategorieRepositoryService', true],
  906. 'App\\Repository\\CommandeRepository' => ['privates', 'App\\Repository\\CommandeRepository', 'getCommandeRepositoryService', true],
  907. 'App\\Repository\\EmplacementRepository' => ['privates', 'App\\Repository\\EmplacementRepository', 'getEmplacementRepositoryService', true],
  908. 'App\\Repository\\FoodtruckRepository' => ['privates', 'App\\Repository\\FoodtruckRepository', 'getFoodtruckRepositoryService', true],
  909. 'App\\Repository\\IngredientRepository' => ['privates', 'App\\Repository\\IngredientRepository', 'getIngredientRepositoryService', true],
  910. 'App\\Repository\\LigneCommandeRepository' => ['privates', 'App\\Repository\\LigneCommandeRepository', 'getLigneCommandeRepositoryService', true],
  911. 'App\\Repository\\LignePaiementRepository' => ['privates', 'App\\Repository\\LignePaiementRepository', 'getLignePaiementRepositoryService', true],
  912. 'App\\Repository\\MenuRepository' => ['privates', 'App\\Repository\\MenuRepository', 'getMenuRepositoryService', true],
  913. 'App\\Repository\\MessageRepository' => ['privates', 'App\\Repository\\MessageRepository', 'getMessageRepositoryService', true],
  914. 'App\\Repository\\ModePaiementRepository' => ['privates', 'App\\Repository\\ModePaiementRepository', 'getModePaiementRepositoryService', true],
  915. 'App\\Repository\\PaiementRepository' => ['privates', 'App\\Repository\\PaiementRepository', 'getPaiementRepositoryService', true],
  916. 'App\\Repository\\PreparationRepository' => ['privates', 'App\\Repository\\PreparationRepository', 'getPreparationRepositoryService', true],
  917. 'App\\Repository\\ProduitRepository' => ['privates', 'App\\Repository\\ProduitRepository', 'getProduitRepositoryService', true],
  918. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  919. 'App\\Repository\\RetraitRepository' => ['privates', 'App\\Repository\\RetraitRepository', 'getRetraitRepositoryService', true],
  920. 'App\\Repository\\RotationRepository' => ['privates', 'App\\Repository\\RotationRepository', 'getRotationRepositoryService', true],
  921. 'App\\Repository\\ServiceRepository' => ['privates', 'App\\Repository\\ServiceRepository', 'getServiceRepositoryService', true],
  922. 'App\\Repository\\TerminalRepository' => ['privates', 'App\\Repository\\TerminalRepository', 'getTerminalRepositoryService', true],
  923. 'App\\Repository\\TransactionRepository' => ['privates', 'App\\Repository\\TransactionRepository', 'getTransactionRepositoryService', true],
  924. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  925. ], [
  926. 'App\\Repository\\AccesEmplacementRepository' => '?',
  927. 'App\\Repository\\CategorieRepository' => '?',
  928. 'App\\Repository\\CommandeRepository' => '?',
  929. 'App\\Repository\\EmplacementRepository' => '?',
  930. 'App\\Repository\\FoodtruckRepository' => '?',
  931. 'App\\Repository\\IngredientRepository' => '?',
  932. 'App\\Repository\\LigneCommandeRepository' => '?',
  933. 'App\\Repository\\LignePaiementRepository' => '?',
  934. 'App\\Repository\\MenuRepository' => '?',
  935. 'App\\Repository\\MessageRepository' => '?',
  936. 'App\\Repository\\ModePaiementRepository' => '?',
  937. 'App\\Repository\\PaiementRepository' => '?',
  938. 'App\\Repository\\PreparationRepository' => '?',
  939. 'App\\Repository\\ProduitRepository' => '?',
  940. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  941. 'App\\Repository\\RetraitRepository' => '?',
  942. 'App\\Repository\\RotationRepository' => '?',
  943. 'App\\Repository\\ServiceRepository' => '?',
  944. 'App\\Repository\\TerminalRepository' => '?',
  945. 'App\\Repository\\TransactionRepository' => '?',
  946. 'App\\Repository\\UserRepository' => '?',
  947. ])));
  948. $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()));
  949. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  950. return $instance;
  951. }
  952. /**
  953. * Gets the public 'event_dispatcher' shared service.
  954. *
  955. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  956. */
  957. protected function getEventDispatcherService()
  958. {
  959. $a = new \Symfony\Bridge\Monolog\Logger('event');
  960. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  961. $a->pushHandler(new \Monolog\Handler\NullHandler());
  962. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  963. $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())));
  964. $instance->addListener('workflow.commande_traitement.leave', [0 => function () {
  965. return ($this->privates['.workflow.commande_traitement.listener.audit_trail'] ?? $this->load('get_Workflow_CommandeTraitement_Listener_AuditTrailService'));
  966. }, 1 => 'onLeave'], 0);
  967. $instance->addListener('workflow.commande_traitement.transition', [0 => function () {
  968. return ($this->privates['.workflow.commande_traitement.listener.audit_trail'] ?? $this->load('get_Workflow_CommandeTraitement_Listener_AuditTrailService'));
  969. }, 1 => 'onTransition'], 0);
  970. $instance->addListener('workflow.commande_traitement.enter', [0 => function () {
  971. return ($this->privates['.workflow.commande_traitement.listener.audit_trail'] ?? $this->load('get_Workflow_CommandeTraitement_Listener_AuditTrailService'));
  972. }, 1 => 'onEnter'], 0);
  973. $instance->addListener('kernel.controller', [0 => function () {
  974. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  975. }, 1 => 'onKernelController'], 0);
  976. $instance->addListener('console.command', [0 => function () {
  977. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  978. }, 1 => 'onConsoleCommand'], 0);
  979. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  980. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  981. }, 1 => 'checkPassport'], 1024);
  982. $instance->addListener('kernel.response', [0 => function () {
  983. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  984. }, 1 => 'onKernelResponse'], 0);
  985. $instance->addListener('kernel.exception', [0 => function () {
  986. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  987. }, 1 => 'onKernelException'], -64);
  988. $instance->addListener('kernel.view', [0 => function () {
  989. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  990. }, 1 => 'onKernelView'], 0);
  991. $instance->addListener('kernel.exception', [0 => function () {
  992. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  993. }, 1 => 'onKernelException'], 0);
  994. $instance->addListener('kernel.response', [0 => function () {
  995. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  996. }, 1 => 'onKernelResponse'], 0);
  997. $instance->addListener('kernel.response', [0 => function () {
  998. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  999. }, 1 => 'onKernelResponse'], -1024);
  1000. $instance->addListener('kernel.request', [0 => function () {
  1001. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1002. }, 1 => 'setDefaultLocale'], 100);
  1003. $instance->addListener('kernel.request', [0 => function () {
  1004. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1005. }, 1 => 'onKernelRequest'], 16);
  1006. $instance->addListener('kernel.finish_request', [0 => function () {
  1007. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1008. }, 1 => 'onKernelFinishRequest'], 0);
  1009. $instance->addListener('kernel.request', [0 => function () {
  1010. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1011. }, 1 => 'onKernelRequest'], 256);
  1012. $instance->addListener('kernel.response', [0 => function () {
  1013. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1014. }, 1 => 'onResponse'], -255);
  1015. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1016. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1017. }, 1 => 'onControllerArguments'], 0);
  1018. $instance->addListener('kernel.exception', [0 => function () {
  1019. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1020. }, 1 => 'logKernelException'], 0);
  1021. $instance->addListener('kernel.exception', [0 => function () {
  1022. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1023. }, 1 => 'onKernelException'], -128);
  1024. $instance->addListener('kernel.response', [0 => function () {
  1025. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1026. }, 1 => 'removeCspHeader'], -128);
  1027. $instance->addListener('kernel.request', [0 => function () {
  1028. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1029. }, 1 => 'onKernelRequest'], 15);
  1030. $instance->addListener('kernel.finish_request', [0 => function () {
  1031. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1032. }, 1 => 'onKernelFinishRequest'], -15);
  1033. $instance->addListener('console.error', [0 => function () {
  1034. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1035. }, 1 => 'onConsoleError'], -128);
  1036. $instance->addListener('console.terminate', [0 => function () {
  1037. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1038. }, 1 => 'onConsoleTerminate'], -128);
  1039. $instance->addListener('console.error', [0 => function () {
  1040. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1041. }, 1 => 'onConsoleError'], 0);
  1042. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1043. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1044. }, 1 => 'onMessage'], -255);
  1045. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1046. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1047. }, 1 => 'onMessage'], -255);
  1048. $instance->addListener('kernel.request', [0 => function () {
  1049. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1050. }, 1 => 'configure'], 2048);
  1051. $instance->addListener('console.command', [0 => function () {
  1052. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1053. }, 1 => 'configure'], 2048);
  1054. $instance->addListener('kernel.request', [0 => function () {
  1055. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1056. }, 1 => 'onKernelRequest'], 32);
  1057. $instance->addListener('kernel.finish_request', [0 => function () {
  1058. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1059. }, 1 => 'onKernelFinishRequest'], 0);
  1060. $instance->addListener('kernel.exception', [0 => function () {
  1061. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1062. }, 1 => 'onKernelException'], -64);
  1063. $instance->addListener('kernel.response', [0 => function () {
  1064. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1065. }, 1 => 'onKernelResponse'], 0);
  1066. $instance->addListener('kernel.request', [0 => function () {
  1067. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1068. }, 1 => 'onKernelRequest'], 128);
  1069. $instance->addListener('kernel.response', [0 => function () {
  1070. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1071. }, 1 => 'onKernelResponse'], -1000);
  1072. $instance->addListener('kernel.finish_request', [0 => function () {
  1073. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1074. }, 1 => 'onFinishRequest'], 0);
  1075. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1076. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1077. }, 1 => 'onNotification'], -255);
  1078. $instance->addListener('kernel.response', [0 => function () {
  1079. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1080. }, 1 => 'onKernelResponse'], -100);
  1081. $instance->addListener('kernel.exception', [0 => function () {
  1082. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1083. }, 1 => 'onKernelException'], 0);
  1084. $instance->addListener('kernel.terminate', [0 => function () {
  1085. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1086. }, 1 => 'onKernelTerminate'], -1024);
  1087. $instance->addListener('kernel.controller', [0 => function () {
  1088. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1089. }, 1 => 'onKernelController'], 0);
  1090. $instance->addListener('kernel.response', [0 => function () {
  1091. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1092. }, 1 => 'onKernelResponse'], 0);
  1093. $instance->addListener('kernel.controller', [0 => function () {
  1094. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1095. }, 1 => 'onKernelController'], 0);
  1096. $instance->addListener('kernel.controller', [0 => function () {
  1097. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1098. }, 1 => 'onKernelController'], 0);
  1099. $instance->addListener('kernel.controller', [0 => function () {
  1100. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1101. }, 1 => 'onKernelController'], -128);
  1102. $instance->addListener('kernel.view', [0 => function () {
  1103. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1104. }, 1 => 'onKernelView'], 0);
  1105. $instance->addListener('kernel.controller', [0 => function () {
  1106. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1107. }, 1 => 'onKernelController'], 0);
  1108. $instance->addListener('kernel.response', [0 => function () {
  1109. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1110. }, 1 => 'onKernelResponse'], 0);
  1111. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1112. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1113. }, 1 => 'onKernelControllerArguments'], 0);
  1114. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1115. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1116. }, 1 => 'onKernelControllerArguments'], 0);
  1117. $instance->addListener('kernel.response', [0 => function () {
  1118. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1119. }, 1 => 'onKernelResponse'], 0);
  1120. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1121. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1122. }, 1 => 'checkPassport'], 0);
  1123. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1124. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1125. }, 1 => 'onLoginSuccess'], 0);
  1126. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1127. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1128. }, 1 => 'onVoterVote'], 0);
  1129. $instance->addListener('kernel.request', [0 => function () {
  1130. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1131. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1132. $instance->addListener('kernel.request', [0 => function () {
  1133. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1134. }, 1 => 'onKernelRequest'], 8);
  1135. $instance->addListener('kernel.finish_request', [0 => function () {
  1136. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1137. }, 1 => 'onKernelFinishRequest'], 0);
  1138. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1139. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1140. }, 1 => 'onMessage'], 0);
  1141. $instance->addListener('kernel.response', [0 => function () {
  1142. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1143. }, 1 => 'onKernelResponse'], -128);
  1144. $instance->addListener('console.command', [0 => function () {
  1145. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1146. }, 1 => 'onCommand'], 255);
  1147. $instance->addListener('console.terminate', [0 => function () {
  1148. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1149. }, 1 => 'onTerminate'], -255);
  1150. $instance->addListener('console.command', [0 => function () {
  1151. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1152. }, 1 => 'configure'], 1024);
  1153. $instance->addListener('console.error', [0 => function () {
  1154. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1155. }, 1 => 'onConsoleError'], 0);
  1156. $instance->addListener('console.terminate', [0 => function () {
  1157. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1158. }, 1 => 'onConsoleTerminate'], 0);
  1159. $instance->addListener('kernel.request', [0 => function () {
  1160. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1161. }, 1 => 'handleLegacyEaContext'], 10);
  1162. $instance->addListener('kernel.request', [0 => function () {
  1163. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1164. }, 1 => 'onKernelRequest'], 0);
  1165. $instance->addListener('kernel.controller', [0 => function () {
  1166. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1167. }, 1 => 'onKernelController'], 128);
  1168. $instance->addListener('kernel.finish_request', [0 => function () {
  1169. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1170. }, 1 => 'resetAssets'], 0);
  1171. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1172. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1173. }, 1 => 'checkPassport'], 512);
  1174. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1175. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1176. }, 1 => 'onLogout'], 0);
  1177. return $instance;
  1178. }
  1179. /**
  1180. * Gets the public 'http_kernel' shared service.
  1181. *
  1182. * @return \Symfony\Component\HttpKernel\HttpKernel
  1183. */
  1184. protected function getHttpKernelService()
  1185. {
  1186. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1187. if (isset($this->services['http_kernel'])) {
  1188. return $this->services['http_kernel'];
  1189. }
  1190. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1191. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1192. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1193. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1194. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1195. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1196. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1197. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1198. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1199. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1200. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1201. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1202. }
  1203. /**
  1204. * Gets the public 'request_stack' shared service.
  1205. *
  1206. * @return \Symfony\Component\HttpFoundation\RequestStack
  1207. */
  1208. protected function getRequestStackService()
  1209. {
  1210. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1211. }
  1212. /**
  1213. * Gets the public 'router' shared service.
  1214. *
  1215. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1216. */
  1217. protected function getRouterService()
  1218. {
  1219. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1220. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1221. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1222. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1223. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1224. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1225. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1226. ], [
  1227. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1228. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
  1229. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1230. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1231. return $instance;
  1232. }
  1233. /**
  1234. * Gets the public 'translator' shared service.
  1235. *
  1236. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1237. */
  1238. protected function getTranslatorService()
  1239. {
  1240. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1241. }
  1242. /**
  1243. * Gets the public 'var_dumper.cloner' shared service.
  1244. *
  1245. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1246. */
  1247. protected function getVarDumper_ClonerService()
  1248. {
  1249. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1250. $instance->setMaxItems(2500);
  1251. $instance->setMinDepth(1);
  1252. $instance->setMaxString(-1);
  1253. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1254. return $instance;
  1255. }
  1256. /**
  1257. * Gets the private '.debug.http_client' shared service.
  1258. *
  1259. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1260. */
  1261. protected function get_Debug_HttpClientService()
  1262. {
  1263. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1264. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1265. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1266. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1267. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1268. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1269. $a->setLogger($b);
  1270. 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))));
  1271. }
  1272. /**
  1273. * Gets the private '.service_locator.zJyh7qS' shared service.
  1274. *
  1275. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1276. */
  1277. protected function get_ServiceLocator_ZJyh7qSService()
  1278. {
  1279. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1280. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1281. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1282. ], [
  1283. 'security.firewall.map.context.dev' => '?',
  1284. 'security.firewall.map.context.main' => '?',
  1285. ]);
  1286. }
  1287. /**
  1288. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1289. *
  1290. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1291. */
  1292. protected function getAdminRouterSubscriberService()
  1293. {
  1294. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1295. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1296. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1297. }
  1298. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1299. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1300. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1301. }
  1302. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1303. $d = ($this->services['router'] ?? $this->getRouterService());
  1304. $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1305. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c, $d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e, $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, $b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1306. }
  1307. /**
  1308. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1309. *
  1310. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1311. */
  1312. protected function getActionFactoryService()
  1313. {
  1314. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1315. }
  1316. /**
  1317. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1318. *
  1319. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1320. */
  1321. protected function getControllerFactoryService()
  1322. {
  1323. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1324. }
  1325. /**
  1326. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1327. *
  1328. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1329. */
  1330. protected function getEntityFactoryService()
  1331. {
  1332. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1333. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1334. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1335. }
  1336. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1337. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1338. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1339. yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1340. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1341. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1342. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1343. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1344. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1345. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1346. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1347. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1348. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1349. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1350. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1351. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
  1352. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1353. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1354. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1355. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1356. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1357. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1358. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1359. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1360. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1361. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1362. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1363. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1364. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1365. yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1366. }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1367. }
  1368. /**
  1369. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1370. *
  1371. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1372. */
  1373. protected function getAdminContextProviderService()
  1374. {
  1375. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1376. }
  1377. /**
  1378. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1379. *
  1380. * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1381. */
  1382. protected function getCrudControllerRegistryService()
  1383. {
  1384. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'App\\Controller\\Admin\\AccesEmplacementCrudController', 1 => 'App\\Controller\\Admin\\CommandeCrudController', 2 => 'App\\Controller\\Admin\\ModePaiementCrudController', 3 => 'App\\Controller\\Admin\\ProduitCrudController', 4 => 'App\\Controller\\Admin\\RetraitCrudController', 5 => 'App\\Controller\\Admin\\ServiceCrudController', 6 => 'App\\Controller\\Admin\\UserCrudController']);
  1385. }
  1386. /**
  1387. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1388. *
  1389. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1390. */
  1391. protected function getAdminUrlGeneratorService()
  1392. {
  1393. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1394. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1395. };
  1396. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1397. }
  1398. /**
  1399. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1400. *
  1401. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1402. */
  1403. protected function getAuthorizationCheckerService()
  1404. {
  1405. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1406. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1407. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1408. }
  1409. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1410. }
  1411. /**
  1412. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1413. *
  1414. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1415. */
  1416. protected function getResetAssetsEventListenerService()
  1417. {
  1418. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1419. }
  1420. /**
  1421. * Gets the private 'annotations.cache_adapter' shared service.
  1422. *
  1423. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1424. */
  1425. protected function getAnnotations_CacheAdapterService()
  1426. {
  1427. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1428. }
  1429. /**
  1430. * Gets the private 'annotations.cached_reader' shared service.
  1431. *
  1432. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1433. */
  1434. protected function getAnnotations_CachedReaderService()
  1435. {
  1436. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1437. }
  1438. /**
  1439. * Gets the private 'annotations.reader' shared service.
  1440. *
  1441. * @return \Doctrine\Common\Annotations\AnnotationReader
  1442. */
  1443. protected function getAnnotations_ReaderService()
  1444. {
  1445. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1446. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1447. $a->registerUniqueLoader('class_exists');
  1448. $instance->addGlobalIgnoredName('required', $a);
  1449. return $instance;
  1450. }
  1451. /**
  1452. * Gets the private 'assets.packages' shared service.
  1453. *
  1454. * @return \Symfony\Component\Asset\Packages
  1455. */
  1456. protected function getAssets_PackagesService()
  1457. {
  1458. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1459. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1460. return new \EmptyIterator();
  1461. }, 0));
  1462. }
  1463. /**
  1464. * Gets the private 'cache.annotations' shared service.
  1465. *
  1466. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1467. */
  1468. protected function getCache_AnnotationsService()
  1469. {
  1470. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('03L9IDLvFD', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1471. }
  1472. /**
  1473. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1474. *
  1475. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1476. */
  1477. protected function getCache_Doctrine_Orm_Default_QueryService()
  1478. {
  1479. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1480. }
  1481. /**
  1482. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1483. *
  1484. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1485. */
  1486. protected function getCache_Doctrine_Orm_Default_ResultService()
  1487. {
  1488. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1489. }
  1490. /**
  1491. * Gets the private 'cache.property_info' shared service.
  1492. *
  1493. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1494. */
  1495. protected function getCache_PropertyInfoService()
  1496. {
  1497. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5yFXuAk2xe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1498. }
  1499. /**
  1500. * Gets the private 'cache.security_expression_language' shared service.
  1501. *
  1502. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1503. */
  1504. protected function getCache_SecurityExpressionLanguageService()
  1505. {
  1506. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Pg9-xyMYFp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1507. }
  1508. /**
  1509. * Gets the private 'cache.serializer' shared service.
  1510. *
  1511. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1512. */
  1513. protected function getCache_SerializerService()
  1514. {
  1515. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G4J5RZpamV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1516. }
  1517. /**
  1518. * Gets the private 'cache.validator' shared service.
  1519. *
  1520. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1521. */
  1522. protected function getCache_ValidatorService()
  1523. {
  1524. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j19vurI9a7', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1525. }
  1526. /**
  1527. * Gets the private 'cache.webpack_encore' shared service.
  1528. *
  1529. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1530. */
  1531. protected function getCache_WebpackEncoreService()
  1532. {
  1533. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8yCIInCCve', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1534. }
  1535. /**
  1536. * Gets the private 'config_cache_factory' shared service.
  1537. *
  1538. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1539. */
  1540. protected function getConfigCacheFactoryService()
  1541. {
  1542. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1543. 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)));
  1544. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1545. }, 2));
  1546. }
  1547. /**
  1548. * Gets the private 'data_collector.form' shared service.
  1549. *
  1550. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1551. */
  1552. protected function getDataCollector_FormService()
  1553. {
  1554. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1555. }
  1556. /**
  1557. * Gets the private 'data_collector.request' shared service.
  1558. *
  1559. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1560. */
  1561. protected function getDataCollector_RequestService()
  1562. {
  1563. 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())));
  1564. }
  1565. /**
  1566. * Gets the private 'debug.controller_resolver' shared service.
  1567. *
  1568. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1569. */
  1570. protected function getDebug_ControllerResolverService()
  1571. {
  1572. return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1573. }
  1574. /**
  1575. * Gets the private 'debug.debug_handlers_listener' shared service.
  1576. *
  1577. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1578. */
  1579. protected function getDebug_DebugHandlersListenerService()
  1580. {
  1581. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1582. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1583. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1584. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1585. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1586. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1587. }
  1588. /**
  1589. * Gets the private 'debug.file_link_formatter' shared service.
  1590. *
  1591. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1592. */
  1593. protected function getDebug_FileLinkFormatterService()
  1594. {
  1595. 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 () {
  1596. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1597. });
  1598. }
  1599. /**
  1600. * Gets the private 'debug.log_processor' shared service.
  1601. *
  1602. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1603. */
  1604. protected function getDebug_LogProcessorService()
  1605. {
  1606. 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())));
  1607. }
  1608. /**
  1609. * Gets the private 'debug.security.access.decision_manager' shared service.
  1610. *
  1611. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1612. */
  1613. protected function getDebug_Security_Access_DecisionManagerService()
  1614. {
  1615. 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 () {
  1616. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1617. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1618. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1619. yield 3 => ($this->privates['debug.security.voter.App\\Security\\Voter\\CommandeVoter'] ?? $this->load('getCommandeVoterService'));
  1620. yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voter\\EmplacementVoter'] ?? $this->load('getEmplacementVoterService'));
  1621. yield 5 => ($this->privates['debug.security.voter.App\\Security\\Voter\\FoodtruckVoter'] ?? $this->load('getFoodtruckVoterService'));
  1622. yield 6 => ($this->privates['debug.security.voter.App\\Security\\Voter\\UserVoter'] ?? $this->load('getUserVoterService'));
  1623. yield 7 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1624. }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1625. }
  1626. /**
  1627. * Gets the private 'debug.security.firewall' shared service.
  1628. *
  1629. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1630. */
  1631. protected function getDebug_Security_FirewallService()
  1632. {
  1633. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1634. if (isset($this->privates['debug.security.firewall'])) {
  1635. return $this->privates['debug.security.firewall'];
  1636. }
  1637. 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()));
  1638. }
  1639. /**
  1640. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1641. *
  1642. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1643. */
  1644. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1645. {
  1646. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1647. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1648. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1649. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1650. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1651. ], [
  1652. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1653. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1654. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1655. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1656. ]), [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 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1657. }
  1658. /**
  1659. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1660. *
  1661. * @return \Doctrine\Migrations\DependencyFactory
  1662. */
  1663. protected function getDoctrine_Migrations_DependencyFactoryService()
  1664. {
  1665. $a = new \Doctrine\Migrations\Configuration\Configuration();
  1666. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  1667. $a->setAllOrNothing(false);
  1668. $a->setCheckDatabasePlatform(true);
  1669. $a->setTransactional(true);
  1670. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1671. $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()));
  1672. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1673. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1674. });
  1675. return $instance;
  1676. }
  1677. /**
  1678. * Gets the private 'exception_listener' shared service.
  1679. *
  1680. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1681. */
  1682. protected function getExceptionListener2Service()
  1683. {
  1684. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1685. }
  1686. /**
  1687. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1688. *
  1689. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1690. */
  1691. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1692. {
  1693. 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())));
  1694. }
  1695. /**
  1696. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1697. *
  1698. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1699. */
  1700. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1701. {
  1702. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1703. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1704. return $this->privates['framework_extra_bundle.event.is_granted'];
  1705. }
  1706. 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()), $a);
  1707. }
  1708. /**
  1709. * Gets the private 'locale_aware_listener' shared service.
  1710. *
  1711. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1712. */
  1713. protected function getLocaleAwareListenerService()
  1714. {
  1715. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1716. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1717. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1718. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1719. }
  1720. /**
  1721. * Gets the private 'locale_listener' shared service.
  1722. *
  1723. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1724. */
  1725. protected function getLocaleListenerService()
  1726. {
  1727. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1728. }
  1729. /**
  1730. * Gets the private 'monolog.handler.console' shared service.
  1731. *
  1732. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1733. */
  1734. protected function getMonolog_Handler_ConsoleService()
  1735. {
  1736. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1737. }
  1738. /**
  1739. * Gets the private 'monolog.handler.main' shared service.
  1740. *
  1741. * @return \Monolog\Handler\StreamHandler
  1742. */
  1743. protected function getMonolog_Handler_MainService()
  1744. {
  1745. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1746. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1747. return $instance;
  1748. }
  1749. /**
  1750. * Gets the private 'monolog.logger' shared service.
  1751. *
  1752. * @return \Symfony\Bridge\Monolog\Logger
  1753. */
  1754. protected function getMonolog_LoggerService()
  1755. {
  1756. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1757. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1758. $instance->useMicrosecondTimestamps(true);
  1759. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1760. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1761. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1762. return $instance;
  1763. }
  1764. /**
  1765. * Gets the private 'monolog.logger.cache' shared service.
  1766. *
  1767. * @return \Symfony\Bridge\Monolog\Logger
  1768. */
  1769. protected function getMonolog_Logger_CacheService()
  1770. {
  1771. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1772. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1773. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1774. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1775. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1776. return $instance;
  1777. }
  1778. /**
  1779. * Gets the private 'monolog.logger.request' shared service.
  1780. *
  1781. * @return \Symfony\Bridge\Monolog\Logger
  1782. */
  1783. protected function getMonolog_Logger_RequestService()
  1784. {
  1785. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1786. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1787. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1788. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1789. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1790. return $instance;
  1791. }
  1792. /**
  1793. * Gets the private 'monolog.logger.security' shared service.
  1794. *
  1795. * @return \Symfony\Bridge\Monolog\Logger
  1796. */
  1797. protected function getMonolog_Logger_SecurityService()
  1798. {
  1799. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1800. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1801. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1802. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1803. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1804. return $instance;
  1805. }
  1806. /**
  1807. * Gets the private 'parameter_bag' shared service.
  1808. *
  1809. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1810. */
  1811. protected function getParameterBagService()
  1812. {
  1813. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1814. }
  1815. /**
  1816. * Gets the private 'profiler_listener' shared service.
  1817. *
  1818. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1819. */
  1820. protected function getProfilerListenerService()
  1821. {
  1822. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1823. if (isset($this->privates['profiler_listener'])) {
  1824. return $this->privates['profiler_listener'];
  1825. }
  1826. 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);
  1827. }
  1828. /**
  1829. * Gets the private 'property_info' shared service.
  1830. *
  1831. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1832. */
  1833. protected function getPropertyInfoService()
  1834. {
  1835. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1836. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1837. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1838. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1839. }, 3), new RewindableGenerator(function () {
  1840. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1841. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1842. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1843. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1844. }, 4), new RewindableGenerator(function () {
  1845. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1846. }, 1), new RewindableGenerator(function () {
  1847. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1848. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1849. }, 2), new RewindableGenerator(function () {
  1850. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1851. }, 1));
  1852. }
  1853. /**
  1854. * Gets the private 'router.expression_language_provider' shared service.
  1855. *
  1856. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1857. */
  1858. protected function getRouter_ExpressionLanguageProviderService()
  1859. {
  1860. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1861. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1862. ], [
  1863. 'env' => 'Closure',
  1864. ]));
  1865. }
  1866. /**
  1867. * Gets the private 'router.request_context' shared service.
  1868. *
  1869. * @return \Symfony\Component\Routing\RequestContext
  1870. */
  1871. protected function getRouter_RequestContextService()
  1872. {
  1873. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1874. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1875. return $instance;
  1876. }
  1877. /**
  1878. * Gets the private 'router_listener' shared service.
  1879. *
  1880. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1881. */
  1882. protected function getRouterListenerService()
  1883. {
  1884. 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);
  1885. }
  1886. /**
  1887. * Gets the private 'security.context_listener.0' shared service.
  1888. *
  1889. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1890. */
  1891. protected function getSecurity_ContextListener_0Service()
  1892. {
  1893. 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 () {
  1894. 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([])));
  1895. yield 1 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1896. }, 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']);
  1897. }
  1898. /**
  1899. * Gets the private 'security.csrf.token_storage' shared service.
  1900. *
  1901. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1902. */
  1903. protected function getSecurity_Csrf_TokenStorageService()
  1904. {
  1905. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1906. }
  1907. /**
  1908. * Gets the private 'security.event_dispatcher.main' shared service.
  1909. *
  1910. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1911. */
  1912. protected function getSecurity_EventDispatcher_MainService()
  1913. {
  1914. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1915. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1916. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1917. }, 1 => 'checkPassport'], 2048);
  1918. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1919. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1920. }, 1 => 'onSuccessfulLogin'], 0);
  1921. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1922. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1923. }, 1 => 'onLogout'], 64);
  1924. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1925. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1926. }, 1 => 'onLogout'], 0);
  1927. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1928. return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  1929. }, 1 => 'checkPassport'], 2080);
  1930. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1931. return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  1932. }, 1 => 'onSuccessfulLogin'], 0);
  1933. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1934. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1935. }, 1 => 'preCheckCredentials'], 256);
  1936. $instance->addListener('security.authentication.success', [0 => function () {
  1937. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1938. }, 1 => 'postCheckCredentials'], 256);
  1939. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1940. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1941. }, 1 => 'checkPassport'], 1024);
  1942. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1943. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1944. }, 1 => 'checkPassport'], 0);
  1945. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1946. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1947. }, 1 => 'onLoginSuccess'], 0);
  1948. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1949. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1950. }, 1 => 'checkPassport'], 512);
  1951. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1952. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1953. }, 1 => 'onLogout'], 0);
  1954. return $instance;
  1955. }
  1956. /**
  1957. * Gets the private 'security.firewall.map' shared service.
  1958. *
  1959. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1960. */
  1961. protected function getSecurity_Firewall_MapService()
  1962. {
  1963. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1964. if (isset($this->privates['security.firewall.map'])) {
  1965. return $this->privates['security.firewall.map'];
  1966. }
  1967. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1968. 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)/')));
  1969. yield 'security.firewall.map.context.main' => NULL;
  1970. }, 2));
  1971. }
  1972. /**
  1973. * Gets the private 'security.logout_url_generator' shared service.
  1974. *
  1975. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1976. */
  1977. protected function getSecurity_LogoutUrlGeneratorService()
  1978. {
  1979. $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()));
  1980. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  1981. return $instance;
  1982. }
  1983. /**
  1984. * Gets the private 'security.role_hierarchy' shared service.
  1985. *
  1986. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1987. */
  1988. protected function getSecurity_RoleHierarchyService()
  1989. {
  1990. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1991. }
  1992. /**
  1993. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1994. *
  1995. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1996. */
  1997. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1998. {
  1999. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2000. }
  2001. /**
  2002. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2003. *
  2004. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2005. */
  2006. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2007. {
  2008. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2009. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2010. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2011. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2012. }
  2013. /**
  2014. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2015. *
  2016. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2017. */
  2018. protected function getSensioFrameworkExtra_Security_ListenerService()
  2019. {
  2020. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2021. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2022. return $this->privates['sensio_framework_extra.security.listener'];
  2023. }
  2024. 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()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2025. }
  2026. /**
  2027. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2028. *
  2029. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2030. */
  2031. protected function getSensioFrameworkExtra_View_ListenerService()
  2032. {
  2033. $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))));
  2034. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2035. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2036. ], [
  2037. 'twig' => '?',
  2038. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2039. return $instance;
  2040. }
  2041. /**
  2042. * Gets the private 'session_listener' shared service.
  2043. *
  2044. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2045. */
  2046. protected function getSessionListenerService()
  2047. {
  2048. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2049. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2050. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2051. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2052. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2053. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2054. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2055. ], [
  2056. 'initialized_session' => '?',
  2057. 'logger' => '?',
  2058. 'request_stack' => '?',
  2059. 'session' => '?',
  2060. 'session_collector' => '?',
  2061. 'session_factory' => '?',
  2062. ]), true, $this->parameters['session.storage.options']);
  2063. }
  2064. /**
  2065. * Gets the private 'translator.default' shared service.
  2066. *
  2067. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2068. */
  2069. protected function getTranslator_DefaultService()
  2070. {
  2071. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2072. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2073. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2074. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2075. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2076. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2077. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2078. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2079. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2080. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2081. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2082. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2083. ], [
  2084. 'translation.loader.csv' => '?',
  2085. 'translation.loader.dat' => '?',
  2086. 'translation.loader.ini' => '?',
  2087. 'translation.loader.json' => '?',
  2088. 'translation.loader.mo' => '?',
  2089. 'translation.loader.php' => '?',
  2090. 'translation.loader.po' => '?',
  2091. 'translation.loader.qt' => '?',
  2092. 'translation.loader.res' => '?',
  2093. 'translation.loader.xliff' => '?',
  2094. 'translation.loader.yml' => '?',
  2095. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.ar.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.bg.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.ca.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.cs.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.da.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.de.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.el.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.en.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.es.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.eu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.fa.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.fi.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.fr.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.gl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.hr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.hu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.id.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.it.php')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.lb.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.lt.php')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.nl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.pl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.pt.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.pt_BR.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.ro.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.ru.php')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.sl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.sv.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.tr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.uk.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.zh_CN.php')], '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_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.sr_RS.php')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-cropperjs/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs/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/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 5 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 6 => 'vendor/symfony/ux-autocomplete/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/sensio/framework-extra-bundle/src/translations', 10 => 'vendor/doctrine/doctrine-bundle/translations', 11 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/symfony/twig-bundle/translations', 14 => 'vendor/twig/extra-bundle/translations', 15 => 'vendor/symfony/web-profiler-bundle/translations', 16 => 'vendor/symfony/monolog-bundle/translations', 17 => 'vendor/symfony/debug-bundle/translations', 18 => 'vendor/symfony/maker-bundle/src/translations', 19 => 'vendor/symfony/webpack-encore-bundle/src/translations', 20 => 'vendor/endroid/qr-code-bundle/src/translations', 21 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 22 => 'vendor/symfony/ux-cropperjs/translations', 23 => 'vendor/symfony/ux-dropzone/translations', 24 => 'vendor/symfony/stimulus-bundle/translations', 25 => 'vendor/symfony/ux-chartjs/translations']]], []);
  2096. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2097. $instance->setFallbackLocales([0 => 'fr']);
  2098. return $instance;
  2099. }
  2100. /**
  2101. * Gets the private 'validator.builder' shared service.
  2102. *
  2103. * @return \Symfony\Component\Validator\ValidatorBuilder
  2104. */
  2105. protected function getValidator_BuilderService()
  2106. {
  2107. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2108. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2109. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2110. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2111. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2112. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2113. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2114. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2115. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2116. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2117. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2118. ], [
  2119. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2120. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2121. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2122. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2123. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2124. 'doctrine.orm.validator.unique' => '?',
  2125. 'security.validator.user_password' => '?',
  2126. 'validator.expression' => '?',
  2127. ])));
  2128. if ($this->has('translator')) {
  2129. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2130. }
  2131. $instance->setTranslationDomain('validators');
  2132. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2133. $instance->enableAnnotationMapping(true);
  2134. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2135. $instance->addMethodMapping('loadValidatorMetadata');
  2136. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2137. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2138. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2139. return $instance;
  2140. }
  2141. /**
  2142. * Gets the private 'var_dumper.html_dumper' shared service.
  2143. *
  2144. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2145. */
  2146. protected function getVarDumper_HtmlDumperService()
  2147. {
  2148. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2149. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2150. return $instance;
  2151. }
  2152. /**
  2153. * Gets the private 'var_dumper.server_connection' shared service.
  2154. *
  2155. * @return \Symfony\Component\VarDumper\Server\Connection
  2156. */
  2157. protected function getVarDumper_ServerConnectionService()
  2158. {
  2159. 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()]);
  2160. }
  2161. /**
  2162. * Gets the private 'web_profiler.csp.handler' shared service.
  2163. *
  2164. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2165. */
  2166. protected function getWebProfiler_Csp_HandlerService()
  2167. {
  2168. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2169. }
  2170. /**
  2171. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2172. *
  2173. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2174. */
  2175. protected function getWebProfiler_DebugToolbarService()
  2176. {
  2177. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2178. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2179. return $this->privates['web_profiler.debug_toolbar'];
  2180. }
  2181. 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()));
  2182. }
  2183. /**
  2184. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2185. *
  2186. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2187. */
  2188. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2189. {
  2190. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2191. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2192. ], [
  2193. '_default' => '?',
  2194. ]), '_default');
  2195. }
  2196. /**
  2197. * Gets the private 'workflow.commande_traitement.metadata_store' shared service.
  2198. *
  2199. * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2200. */
  2201. protected function getWorkflow_CommandeTraitement_MetadataStoreService()
  2202. {
  2203. return $this->privates['workflow.commande_traitement.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2204. }
  2205. /**
  2206. * Gets the public 'cache_clearer' alias.
  2207. *
  2208. * @return object The ".container.private.cache_clearer" service.
  2209. */
  2210. protected function getCacheClearerService()
  2211. {
  2212. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2213. return $this->get('.container.private.cache_clearer');
  2214. }
  2215. /**
  2216. * Gets the public 'filesystem' alias.
  2217. *
  2218. * @return object The ".container.private.filesystem" service.
  2219. */
  2220. protected function getFilesystemService()
  2221. {
  2222. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2223. return $this->get('.container.private.filesystem');
  2224. }
  2225. /**
  2226. * Gets the public 'workflow.commande_traitement' alias.
  2227. *
  2228. * @return object The ".container.private.workflow.commande_traitement" service.
  2229. */
  2230. protected function getWorkflow_CommandeTraitementService()
  2231. {
  2232. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "workflow.commande_traitement" service directly from the container is deprecated, use dependency injection instead.');
  2233. return $this->get('.container.private.workflow.commande_traitement');
  2234. }
  2235. /**
  2236. * Gets the public 'serializer' alias.
  2237. *
  2238. * @return object The ".container.private.serializer" service.
  2239. */
  2240. protected function getSerializerService()
  2241. {
  2242. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2243. return $this->get('.container.private.serializer');
  2244. }
  2245. /**
  2246. * Gets the public 'security.csrf.token_manager' alias.
  2247. *
  2248. * @return object The ".container.private.security.csrf.token_manager" service.
  2249. */
  2250. protected function getSecurity_Csrf_TokenManagerService()
  2251. {
  2252. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2253. return $this->get('.container.private.security.csrf.token_manager');
  2254. }
  2255. /**
  2256. * Gets the public 'form.factory' alias.
  2257. *
  2258. * @return object The ".container.private.form.factory" service.
  2259. */
  2260. protected function getForm_FactoryService()
  2261. {
  2262. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2263. return $this->get('.container.private.form.factory');
  2264. }
  2265. /**
  2266. * Gets the public 'form.type.file' alias.
  2267. *
  2268. * @return object The ".container.private.form.type.file" service.
  2269. */
  2270. protected function getForm_Type_FileService()
  2271. {
  2272. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2273. return $this->get('.container.private.form.type.file');
  2274. }
  2275. /**
  2276. * Gets the public 'profiler' alias.
  2277. *
  2278. * @return object The ".container.private.profiler" service.
  2279. */
  2280. protected function getProfilerService()
  2281. {
  2282. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2283. return $this->get('.container.private.profiler');
  2284. }
  2285. /**
  2286. * Gets the public 'security.authorization_checker' alias.
  2287. *
  2288. * @return object The ".container.private.security.authorization_checker" service.
  2289. */
  2290. protected function getSecurity_AuthorizationCheckerService()
  2291. {
  2292. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2293. return $this->get('.container.private.security.authorization_checker');
  2294. }
  2295. /**
  2296. * Gets the public 'security.token_storage' alias.
  2297. *
  2298. * @return object The ".container.private.security.token_storage" service.
  2299. */
  2300. protected function getSecurity_TokenStorageService()
  2301. {
  2302. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2303. return $this->get('.container.private.security.token_storage');
  2304. }
  2305. /**
  2306. * Gets the public 'twig' alias.
  2307. *
  2308. * @return object The ".container.private.twig" service.
  2309. */
  2310. protected function getTwigService()
  2311. {
  2312. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2313. return $this->get('.container.private.twig');
  2314. }
  2315. /**
  2316. * Gets the public 'security.password_encoder' alias.
  2317. *
  2318. * @return object The ".container.private.security.password_encoder" service.
  2319. */
  2320. protected function getSecurity_PasswordEncoderService()
  2321. {
  2322. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2323. return $this->get('.container.private.security.password_encoder');
  2324. }
  2325. /**
  2326. * Gets the public 'session' alias.
  2327. *
  2328. * @return object The ".container.private.session" service.
  2329. */
  2330. protected function getSessionService()
  2331. {
  2332. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2333. return $this->get('.container.private.session');
  2334. }
  2335. /**
  2336. * Gets the public 'validator' alias.
  2337. *
  2338. * @return object The ".container.private.validator" service.
  2339. */
  2340. protected function getValidatorService()
  2341. {
  2342. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2343. return $this->get('.container.private.validator');
  2344. }
  2345. /**
  2346. * @return array|bool|float|int|string|\UnitEnum|null
  2347. */
  2348. public function getParameter(string $name)
  2349. {
  2350. if (isset($this->buildParameters[$name])) {
  2351. return $this->buildParameters[$name];
  2352. }
  2353. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2354. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2355. }
  2356. if (isset($this->loadedDynamicParameters[$name])) {
  2357. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2358. }
  2359. return $this->parameters[$name];
  2360. }
  2361. public function hasParameter(string $name): bool
  2362. {
  2363. if (isset($this->buildParameters[$name])) {
  2364. return true;
  2365. }
  2366. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2367. }
  2368. public function setParameter(string $name, $value): void
  2369. {
  2370. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2371. }
  2372. public function getParameterBag(): ParameterBagInterface
  2373. {
  2374. if (null === $this->parameterBag) {
  2375. $parameters = $this->parameters;
  2376. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2377. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2378. }
  2379. foreach ($this->buildParameters as $name => $value) {
  2380. $parameters[$name] = $value;
  2381. }
  2382. $this->parameterBag = new FrozenParameterBag($parameters);
  2383. }
  2384. return $this->parameterBag;
  2385. }
  2386. private $loadedDynamicParameters = [
  2387. 'kernel.runtime_environment' => false,
  2388. 'kernel.build_dir' => false,
  2389. 'kernel.cache_dir' => false,
  2390. 'MAILER_FROM_ADDRESS' => false,
  2391. 'YAVIN_SN' => false,
  2392. 'kernel.secret' => false,
  2393. 'kernel.trusted_proxies' => false,
  2394. 'debug.container.dump' => false,
  2395. 'serializer.mapping.cache.file' => false,
  2396. 'validator.mapping.cache.file' => false,
  2397. 'profiler.storage.dsn' => false,
  2398. 'doctrine.orm.proxy_dir' => false,
  2399. ];
  2400. private $dynamicParameters = [];
  2401. private function getDynamicParameter(string $name)
  2402. {
  2403. switch ($name) {
  2404. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2405. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2406. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2407. case 'MAILER_FROM_ADDRESS': $value = $this->getEnv('MAILER_FROM_ADDRESS'); break;
  2408. case 'YAVIN_SN': $value = $this->getEnv('YAVIN_SN'); break;
  2409. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2410. case 'kernel.trusted_proxies': $value = $this->getEnv('TRUSTED_PROXIES'); break;
  2411. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2412. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2413. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2414. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2415. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2416. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2417. }
  2418. $this->loadedDynamicParameters[$name] = true;
  2419. return $this->dynamicParameters[$name] = $value;
  2420. }
  2421. protected function getDefaultParameters(): array
  2422. {
  2423. return [
  2424. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2425. 'kernel.environment' => 'dev',
  2426. 'kernel.debug' => true,
  2427. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2428. 'kernel.bundles' => [
  2429. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2430. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2431. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2432. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2433. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2434. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2435. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2436. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2437. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2438. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2439. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2440. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2441. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2442. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  2443. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2444. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  2445. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2446. 'AutocompleteBundle' => 'Symfony\\UX\\Autocomplete\\AutocompleteBundle',
  2447. 'CropperjsBundle' => 'Symfony\\UX\\Cropperjs\\CropperjsBundle',
  2448. 'DropzoneBundle' => 'Symfony\\UX\\Dropzone\\DropzoneBundle',
  2449. 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  2450. 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  2451. ],
  2452. 'kernel.bundles_metadata' => [
  2453. 'FrameworkBundle' => [
  2454. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2455. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2456. ],
  2457. 'SensioFrameworkExtraBundle' => [
  2458. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2459. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2460. ],
  2461. 'DoctrineBundle' => [
  2462. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2463. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2464. ],
  2465. 'DoctrineMigrationsBundle' => [
  2466. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2467. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2468. ],
  2469. 'SecurityBundle' => [
  2470. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2471. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2472. ],
  2473. 'TwigBundle' => [
  2474. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2475. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2476. ],
  2477. 'TwigExtraBundle' => [
  2478. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2479. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2480. ],
  2481. 'WebProfilerBundle' => [
  2482. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2483. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2484. ],
  2485. 'MonologBundle' => [
  2486. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2487. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2488. ],
  2489. 'DebugBundle' => [
  2490. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2491. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2492. ],
  2493. 'MakerBundle' => [
  2494. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2495. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2496. ],
  2497. 'EasyAdminBundle' => [
  2498. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
  2499. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2500. ],
  2501. 'WebpackEncoreBundle' => [
  2502. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2503. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2504. ],
  2505. 'SymfonyCastsVerifyEmailBundle' => [
  2506. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  2507. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  2508. ],
  2509. 'SymfonyCastsResetPasswordBundle' => [
  2510. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2511. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2512. ],
  2513. 'EndroidQrCodeBundle' => [
  2514. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  2515. 'namespace' => 'Endroid\\QrCodeBundle',
  2516. ],
  2517. 'DoctrineFixturesBundle' => [
  2518. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2519. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2520. ],
  2521. 'AutocompleteBundle' => [
  2522. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete'),
  2523. 'namespace' => 'Symfony\\UX\\Autocomplete',
  2524. ],
  2525. 'CropperjsBundle' => [
  2526. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-cropperjs'),
  2527. 'namespace' => 'Symfony\\UX\\Cropperjs',
  2528. ],
  2529. 'DropzoneBundle' => [
  2530. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone'),
  2531. 'namespace' => 'Symfony\\UX\\Dropzone',
  2532. ],
  2533. 'StimulusBundle' => [
  2534. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle'),
  2535. 'namespace' => 'Symfony\\UX\\StimulusBundle',
  2536. ],
  2537. 'ChartjsBundle' => [
  2538. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs'),
  2539. 'namespace' => 'Symfony\\UX\\Chartjs',
  2540. ],
  2541. ],
  2542. 'kernel.charset' => 'UTF-8',
  2543. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2544. 'img_directory' => (\dirname(__DIR__, 4).'/public/uploads/img'),
  2545. 'event_dispatcher.event_aliases' => [
  2546. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2547. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2548. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2549. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2550. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2551. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2552. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2553. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2554. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2555. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2556. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2557. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2558. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2559. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2560. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2561. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2562. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2563. 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2564. 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2565. 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2566. 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2567. 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2568. 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2569. 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2570. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2571. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2572. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2573. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2574. ],
  2575. 'fragment.renderer.hinclude.global_template' => NULL,
  2576. 'fragment.path' => '/_fragment',
  2577. 'kernel.http_method_override' => false,
  2578. 'kernel.trusted_hosts' => [
  2579. ],
  2580. 'kernel.default_locale' => 'fr',
  2581. 'kernel.enabled_locales' => [
  2582. ],
  2583. 'kernel.error_controller' => 'error_controller',
  2584. 'kernel.trusted_headers' => 30,
  2585. 'debug.file_link_format' => NULL,
  2586. 'asset.request_context.base_path' => NULL,
  2587. 'asset.request_context.secure' => NULL,
  2588. 'translator.logging' => false,
  2589. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2590. 'debug.error_handler.throw_at' => -1,
  2591. 'router.request_context.host' => 'localhost',
  2592. 'router.request_context.scheme' => 'http',
  2593. 'router.request_context.base_url' => '',
  2594. 'router.resource' => 'kernel::loadRoutes',
  2595. 'request_listener.http_port' => 80,
  2596. 'request_listener.https_port' => 443,
  2597. 'session.metadata.storage_key' => '_sf2_meta',
  2598. 'session.storage.options' => [
  2599. 'cache_limiter' => '0',
  2600. 'cookie_secure' => 'auto',
  2601. 'cookie_httponly' => true,
  2602. 'cookie_samesite' => 'lax',
  2603. 'gc_probability' => 1,
  2604. ],
  2605. 'session.save_path' => NULL,
  2606. 'session.metadata.update_threshold' => 0,
  2607. 'form.type_extension.csrf.enabled' => true,
  2608. 'form.type_extension.csrf.field_name' => '_token',
  2609. 'validator.translation_domain' => 'validators',
  2610. 'profiler_listener.only_exceptions' => false,
  2611. 'profiler_listener.only_main_requests' => false,
  2612. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2613. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2614. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2615. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2616. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2617. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2618. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2619. 'doctrine.entity_managers' => [
  2620. 'default' => 'doctrine.orm.default_entity_manager',
  2621. ],
  2622. 'doctrine.default_entity_manager' => 'default',
  2623. 'doctrine.dbal.connection_factory.types' => [
  2624. 'uuid' => [
  2625. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2626. ],
  2627. 'ulid' => [
  2628. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2629. ],
  2630. ],
  2631. 'doctrine.connections' => [
  2632. 'default' => 'doctrine.dbal.default_connection',
  2633. ],
  2634. 'doctrine.default_connection' => 'default',
  2635. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2636. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2637. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2638. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2639. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2640. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2641. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2642. 'doctrine.orm.cache.memcache_port' => 11211,
  2643. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2644. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2645. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2646. 'doctrine.orm.cache.memcached_port' => 11211,
  2647. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2648. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2649. 'doctrine.orm.cache.redis_host' => 'localhost',
  2650. 'doctrine.orm.cache.redis_port' => 6379,
  2651. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2652. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2653. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2654. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2655. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2656. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2657. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2658. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2659. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2660. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2661. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2662. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2663. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2664. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2665. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2666. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2667. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2668. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2669. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2670. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2671. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2672. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2673. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2674. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2675. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2676. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2677. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2678. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2679. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2680. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2681. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2682. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2683. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2684. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2685. 'doctrine.migrations.preferred_em' => NULL,
  2686. 'doctrine.migrations.preferred_connection' => NULL,
  2687. 'security.role_hierarchy.roles' => [
  2688. 'ROLE_FOODTRUCK' => [
  2689. 0 => 'ROLE_USER',
  2690. ],
  2691. 'ROLE_EMPLACEMENT' => [
  2692. 0 => 'ROLE_USER',
  2693. ],
  2694. 'ROLE_PRODUIT' => [
  2695. 0 => 'ROLE_USER',
  2696. ],
  2697. 'ROLE_LIVRAISON' => [
  2698. 0 => 'ROLE_USER',
  2699. ],
  2700. 'ROLE_TRESORERIE' => [
  2701. 0 => 'ROLE_USER',
  2702. ],
  2703. 'ROLE_ADMIN' => [
  2704. 0 => 'ROLE_FOODTRUCK',
  2705. 1 => 'ROLE_EMPLACEMENT',
  2706. 2 => 'ROLE_PRODUIT',
  2707. 3 => 'ROLE_LIVRAISON',
  2708. 4 => 'ROLE_TRESORERIE',
  2709. 5 => 'ROLE_USER',
  2710. 6 => 'ROLE_ALLOWED_TO_SWITCH',
  2711. ],
  2712. ],
  2713. 'security.access.denied_url' => NULL,
  2714. 'security.authentication.manager.erase_credentials' => true,
  2715. 'security.authentication.session_strategy.strategy' => 'migrate',
  2716. 'security.access.always_authenticate_before_granting' => false,
  2717. 'security.authentication.hide_user_not_found' => true,
  2718. 'security.firewalls' => [
  2719. 0 => 'dev',
  2720. 1 => 'main',
  2721. ],
  2722. 'twig.form.resources' => [
  2723. 0 => 'form_div_layout.html.twig',
  2724. 1 => '@Dropzone/form_theme.html.twig',
  2725. 2 => '@Autocomplete/autocomplete_form_theme.html.twig',
  2726. ],
  2727. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2728. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2729. 'web_profiler.debug_toolbar.mode' => 2,
  2730. 'monolog.use_microseconds' => true,
  2731. 'monolog.swift_mailer.handlers' => [
  2732. ],
  2733. 'monolog.handlers_to_channels' => [
  2734. 'monolog.handler.console' => [
  2735. 'type' => 'exclusive',
  2736. 'elements' => [
  2737. 0 => 'event',
  2738. 1 => 'doctrine',
  2739. 2 => 'console',
  2740. ],
  2741. ],
  2742. 'monolog.handler.main' => [
  2743. 'type' => 'exclusive',
  2744. 'elements' => [
  2745. 0 => 'event',
  2746. ],
  2747. ],
  2748. ],
  2749. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2750. 'easyadmin.config' => [
  2751. ],
  2752. 'data_collector.templates' => [
  2753. 'data_collector.request' => [
  2754. 0 => 'request',
  2755. 1 => '@WebProfiler/Collector/request.html.twig',
  2756. ],
  2757. 'data_collector.time' => [
  2758. 0 => 'time',
  2759. 1 => '@WebProfiler/Collector/time.html.twig',
  2760. ],
  2761. 'data_collector.memory' => [
  2762. 0 => 'memory',
  2763. 1 => '@WebProfiler/Collector/memory.html.twig',
  2764. ],
  2765. 'data_collector.validator' => [
  2766. 0 => 'validator',
  2767. 1 => '@WebProfiler/Collector/validator.html.twig',
  2768. ],
  2769. 'data_collector.ajax' => [
  2770. 0 => 'ajax',
  2771. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2772. ],
  2773. 'data_collector.form' => [
  2774. 0 => 'form',
  2775. 1 => '@WebProfiler/Collector/form.html.twig',
  2776. ],
  2777. 'data_collector.exception' => [
  2778. 0 => 'exception',
  2779. 1 => '@WebProfiler/Collector/exception.html.twig',
  2780. ],
  2781. 'data_collector.logger' => [
  2782. 0 => 'logger',
  2783. 1 => '@WebProfiler/Collector/logger.html.twig',
  2784. ],
  2785. 'data_collector.events' => [
  2786. 0 => 'events',
  2787. 1 => '@WebProfiler/Collector/events.html.twig',
  2788. ],
  2789. 'data_collector.router' => [
  2790. 0 => 'router',
  2791. 1 => '@WebProfiler/Collector/router.html.twig',
  2792. ],
  2793. 'data_collector.cache' => [
  2794. 0 => 'cache',
  2795. 1 => '@WebProfiler/Collector/cache.html.twig',
  2796. ],
  2797. 'data_collector.translation' => [
  2798. 0 => 'translation',
  2799. 1 => '@WebProfiler/Collector/translation.html.twig',
  2800. ],
  2801. 'data_collector.security' => [
  2802. 0 => 'security',
  2803. 1 => '@Security/Collector/security.html.twig',
  2804. ],
  2805. 'data_collector.twig' => [
  2806. 0 => 'twig',
  2807. 1 => '@WebProfiler/Collector/twig.html.twig',
  2808. ],
  2809. 'data_collector.http_client' => [
  2810. 0 => 'http_client',
  2811. 1 => '@WebProfiler/Collector/http_client.html.twig',
  2812. ],
  2813. 'data_collector.doctrine' => [
  2814. 0 => 'db',
  2815. 1 => '@Doctrine/Collector/db.html.twig',
  2816. ],
  2817. 'doctrine_migrations.migrations_collector' => [
  2818. 0 => 'doctrine_migrations',
  2819. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  2820. ],
  2821. 'data_collector.dump' => [
  2822. 0 => 'dump',
  2823. 1 => '@Debug/Profiler/dump.html.twig',
  2824. ],
  2825. 'mailer.data_collector' => [
  2826. 0 => 'mailer',
  2827. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2828. ],
  2829. 'notifier.data_collector' => [
  2830. 0 => 'notifier',
  2831. 1 => '@WebProfiler/Collector/notifier.html.twig',
  2832. ],
  2833. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  2834. 0 => 'easyadmin',
  2835. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  2836. ],
  2837. 'data_collector.config' => [
  2838. 0 => 'config',
  2839. 1 => '@WebProfiler/Collector/config.html.twig',
  2840. ],
  2841. ],
  2842. 'console.command.ids' => [
  2843. ],
  2844. ];
  2845. }
  2846. protected function throw($message)
  2847. {
  2848. throw new RuntimeException($message);
  2849. }
  2850. }