var/cache/dev/ContainerNWJI3QF/App_KernelDevDebugContainer.php line 484

Open in your IDE?
  1. <?php
  2. namespace ContainerNWJI3QF;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'cache.app' => 'getCache_AppService',
  39. 'cache.system' => 'getCache_SystemService',
  40. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41. 'doctrine' => 'getDoctrineService',
  42. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44. 'event_dispatcher' => 'getEventDispatcherService',
  45. 'http_kernel' => 'getHttpKernelService',
  46. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  47. 'request_stack' => 'getRequestStackService',
  48. 'router' => 'getRouterService',
  49. 'translator' => 'getTranslatorService',
  50. 'cache_clearer' => 'getCacheClearerService',
  51. 'filesystem' => 'getFilesystemService',
  52. 'serializer' => 'getSerializerService',
  53. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  54. 'form.factory' => 'getForm_FactoryService',
  55. 'form.type.file' => 'getForm_Type_FileService',
  56. 'profiler' => 'getProfilerService',
  57. 'twig' => 'getTwigService',
  58. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  59. 'security.token_storage' => 'getSecurity_TokenStorageService',
  60. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  61. 'session' => 'getSessionService',
  62. 'validator' => 'getValidatorService',
  63. ];
  64. $this->fileMap = [
  65. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  66. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  67. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  68. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  69. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  70. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  71. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  72. '.container.private.session' => 'get_Container_Private_SessionService',
  73. 'App\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  74. 'App\\Controller\\BaseController' => 'getBaseControllerService',
  75. 'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  76. 'App\\Controller\\FamilyController' => 'getFamilyControllerService',
  77. 'App\\Controller\\FicheController' => 'getFicheControllerService',
  78. 'App\\Controller\\LocationController' => 'getLocationControllerService',
  79. 'App\\Controller\\MentionsController' => 'getMentionsControllerService',
  80. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  81. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  82. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  83. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  84. 'cache.app_clearer' => 'getCache_AppClearerService',
  85. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  86. 'cache.system_clearer' => 'getCache_SystemClearerService',
  87. 'cache_warmer' => 'getCacheWarmerService',
  88. 'console.command_loader' => 'getConsole_CommandLoaderService',
  89. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  90. 'error_controller' => 'getErrorControllerService',
  91. 'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  92. 'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  93. 'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  94. 'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  95. 'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  96. 'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  97. 'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  98. 'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  99. 'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  100. 'fos_user.user_manager' => 'getFosUser_UserManagerService',
  101. 'routing.loader' => 'getRouting_LoaderService',
  102. 'services_resetter' => 'getServicesResetterService',
  103. 'ux.autocomplete.entity_autocomplete_controller' => 'getUx_Autocomplete_EntityAutocompleteControllerService',
  104. 'ux.live_component.batch_action_controller' => 'getUx_LiveComponent_BatchActionControllerService',
  105. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  106. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  107. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  108. ];
  109. $this->aliases = [
  110. 'App\\Kernel' => 'kernel',
  111. 'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  112. 'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  113. 'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  114. 'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  115. 'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  116. 'database_connection' => 'doctrine.dbal.default_connection',
  117. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  118. ];
  119. $this->privates['service_container'] = function () {
  120. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  121. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  122. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  123. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  124. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  125. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  126. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  127. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  128. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/EventListener/TwigComponentLoggerListener.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/LiveComponentSubscriber.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/DataCollector/TwigComponentDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs/src/Twig/ChartExtension.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentExtension.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  436. include_once \dirname(__DIR__, 4).'/src/Classes/Version.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  446. };
  447. }
  448. public function compile(): void
  449. {
  450. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  451. }
  452. public function isCompiled(): bool
  453. {
  454. return true;
  455. }
  456. public function getRemovedIds(): array
  457. {
  458. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  459. }
  460. protected function load($file, $lazyLoad = true)
  461. {
  462. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  463. return $class::do($this, $lazyLoad);
  464. }
  465. if ('.' === $file[-4]) {
  466. $class = substr($class, 0, -4);
  467. } else {
  468. $file .= '.php';
  469. }
  470. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  471. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  472. }
  473. /**
  474. * Gets the public '.container.private.profiler' shared service.
  475. *
  476. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  477. */
  478. protected function get_Container_Private_ProfilerService()
  479. {
  480. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  481. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  482. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  483. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  484. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  485. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  486. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  487. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  488. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  489. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  490. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  491. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  492. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  493. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  494. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  495. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  496. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  497. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  498. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  499. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  500. $d->addInstance('cache.ux.twig_component', ($this->privates['cache.ux.twig_component'] ?? $this->getCache_Ux_TwigComponentService()));
  501. $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  502. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  503. if ($this->has('kernel')) {
  504. $f->setKernel($b);
  505. }
  506. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  507. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  508. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  509. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  510. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  511. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  512. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  513. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  514. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  515. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  516. $instance->add($d);
  517. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  518. $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));
  519. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  520. $instance->add(new \Symfony\UX\TwigComponent\DataCollector\TwigComponentDataCollector(($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener())), $e));
  521. $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([])))));
  522. $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()))));
  523. $instance->add($f);
  524. return $instance;
  525. }
  526. /**
  527. * Gets the public '.container.private.security.authorization_checker' shared service.
  528. *
  529. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  530. */
  531. protected function get_Container_Private_Security_AuthorizationCheckerService()
  532. {
  533. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  534. if (isset($this->services['.container.private.security.authorization_checker'])) {
  535. return $this->services['.container.private.security.authorization_checker'];
  536. }
  537. 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);
  538. }
  539. /**
  540. * Gets the public '.container.private.security.token_storage' shared service.
  541. *
  542. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  543. */
  544. protected function get_Container_Private_Security_TokenStorageService()
  545. {
  546. 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, [
  547. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  548. ], [
  549. 'request_stack' => '?',
  550. ]));
  551. }
  552. /**
  553. * Gets the public '.container.private.twig' shared service.
  554. *
  555. * @return \Twig\Environment
  556. */
  557. protected function get_Container_Private_TwigService()
  558. {
  559. $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  560. $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  561. $b = ($this->services['translator'] ?? $this->getTranslatorService());
  562. $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  563. $d = ($this->services['router'] ?? $this->getRouterService());
  564. $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  565. $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  566. $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  567. $g->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $c]);
  568. $h = ($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService());
  569. $i = new \Symfony\Bridge\Twig\AppVariable();
  570. $i->setEnvironment('dev');
  571. $i->setDebug(true);
  572. if ($this->has('.container.private.security.token_storage')) {
  573. $i->setTokenStorage($f);
  574. }
  575. if ($this->has('request_stack')) {
  576. $i->setRequestStack($e);
  577. }
  578. $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  579. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  580. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  581. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  582. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  583. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__, 4), 'UTF-8'));
  584. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  585. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  586. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true));
  587. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  588. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, $d)));
  589. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  590. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  591. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  592. $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($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  593. $instance->addExtension(new \Twig\Extension\DebugExtension());
  594. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  595. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  596. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  597. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  598. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  599. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  600. ], [
  601. 'webpack_encore.entrypoint_lookup_collection' => '?',
  602. 'webpack_encore.tag_renderer' => '?',
  603. ])));
  604. $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension($h));
  605. $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension());
  606. $instance->addExtension(new \Symfony\UX\LiveComponent\Twig\LiveComponentExtension());
  607. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  608. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($h));
  609. $instance->addGlobal('app', $i);
  610. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  611. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  612. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  613. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  614. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  615. 'Symfony\\UX\\TwigComponent\\Twig\\ComponentRuntime' => ['privates', 'ux.twig_component.twig.component_runtime', 'getUx_TwigComponent_Twig_ComponentRuntimeService', true],
  616. 'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => ['privates', 'ux.live_component.twig.component_runtime', 'getUx_LiveComponent_Twig_ComponentRuntimeService', true],
  617. ], [
  618. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  619. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  620. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  621. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  622. 'Symfony\\UX\\TwigComponent\\Twig\\ComponentRuntime' => '?',
  623. 'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => '?',
  624. ])));
  625. $instance->addGlobal('version', new \App\Classes\Version(($this->services['kernel'] ?? $this->get('kernel', 1))));
  626. $instance->addGlobal('iconMenuDashboard', $this->getEnv('resolve:ICON_MENU_DASHBOARD'));
  627. $instance->addGlobal('iconShow', $this->getEnv('resolve:ICON_SHOW'));
  628. $instance->addGlobal('iconEdit', $this->getEnv('resolve:ICON_EDIT'));
  629. $instance->addGlobal('iconDelete', $this->getEnv('resolve:ICON_DELETE'));
  630. $instance->addGlobal('iconPrint', $this->getEnv('resolve:ICON_PRINT'));
  631. $instance->addGlobal('iconDuplicate', $this->getEnv('resolve:ICON_DUPLICATE'));
  632. $instance->addGlobal('iconAdd', $this->getEnv('resolve:ICON_ADD'));
  633. $instance->addGlobal('iconHelp', $this->getEnv('resolve:ICON_HELP'));
  634. $instance->addGlobal('iconAdmin', $this->getEnv('resolve:ICON_ADMINISTRATION'));
  635. $instance->addGlobal('iconRetour', $this->getEnv('resolve:ICON_RETOUR'));
  636. $instance->addGlobal('iconMenuTrombi', $this->getEnv('resolve:ICON_MENU_TROMBINOSCOPE'));
  637. $instance->addGlobal('iconMenuAgenda', $this->getEnv('resolve:ICON_MENU_AGENDA'));
  638. $instance->addGlobal('iconMenuApplications', $this->getEnv('resolve:ICON_MENU_APPLICATIONS'));
  639. $instance->addGlobal('iconDashboard', $this->getEnv('resolve:ICON_DASHBOARD'));
  640. $instance->addGlobal('iconTrombi', $this->getEnv('resolve:ICON_TROMBINOSCOPE'));
  641. $instance->addGlobal('iconAgenda', $this->getEnv('resolve:ICON_AGENDA'));
  642. $instance->addGlobal('iconApplications', $this->getEnv('resolve:ICON_APPLICATIONS'));
  643. $instance->addGlobal('iconDocuments', $this->getEnv('resolve:ICON_DOCUMENTS'));
  644. $instance->addGlobal('iconInformation', $this->getEnv('resolve:ICON_INFORMATION'));
  645. $instance->addGlobal('iconMessage', $this->getEnv('resolve:ICON_MESSAGE'));
  646. $instance->addGlobal('iconNotification', $this->getEnv('resolve:ICON_NOTIFCATION'));
  647. $instance->addGlobal('iconOriginaux', $this->getEnv('resolve:ICON_ORIGINAUX'));
  648. $instance->addGlobal('iconStudent', $this->getEnv('resolve:ICON_STUDENT'));
  649. $instance->addGlobal('iconQualite', $this->getEnv('resolve:ICON_QUALITE'));
  650. $instance->addGlobal('iconPersonnel', $this->getEnv('resolve:ICON_PERSONNEL'));
  651. $instance->addGlobal('iconScolarite', $this->getEnv('resolve:ICON_SCOLARITE'));
  652. $instance->addGlobal('iconPrevi', $this->getEnv('resolve:ICON_PREVI'));
  653. $instance->addGlobal('iconApogee', $this->getEnv('resolve:ICON_APOGEE'));
  654. $instance->addGlobal('iconCompta', $this->getEnv('resolve:ICON_COMPTA'));
  655. $instance->addGlobal('linuxpath', $this->getEnv('resolve:BASE_URL'));
  656. $instance->addGlobal('exception_controller', NULL);
  657. $instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
  658. $instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
  659. $instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
  660. (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',')))->configure($instance);
  661. return $instance;
  662. }
  663. /**
  664. * Gets the public '.container.private.validator' shared service.
  665. *
  666. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  667. */
  668. protected function get_Container_Private_ValidatorService()
  669. {
  670. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  671. }
  672. /**
  673. * Gets the public 'cache.app' shared service.
  674. *
  675. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  676. */
  677. protected function getCache_AppService()
  678. {
  679. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('DEIX6Y+qit', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  680. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  681. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  682. }
  683. /**
  684. * Gets the public 'cache.system' shared service.
  685. *
  686. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  687. */
  688. protected function getCache_SystemService()
  689. {
  690. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FKtY0cK3pJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  691. }
  692. /**
  693. * Gets the public 'cache.validator_expression_language' shared service.
  694. *
  695. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  696. */
  697. protected function getCache_ValidatorExpressionLanguageService()
  698. {
  699. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W6kkfnNjeK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  700. }
  701. /**
  702. * Gets the public 'doctrine' shared service.
  703. *
  704. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  705. */
  706. protected function getDoctrineService()
  707. {
  708. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  709. }
  710. /**
  711. * Gets the public 'doctrine.dbal.default_connection' shared service.
  712. *
  713. * @return \Doctrine\DBAL\Connection
  714. */
  715. protected function getDoctrine_Dbal_DefaultConnectionService()
  716. {
  717. $a = new \Doctrine\DBAL\Configuration();
  718. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  719. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  720. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  721. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  722. $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))));
  723. $c->setConnectionName('default');
  724. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  725. $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')))]));
  726. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  727. $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'use_savepoints' => true, 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  728. $instance->setNestTransactionsWithSavepoints(true);
  729. return $instance;
  730. }
  731. /**
  732. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  733. *
  734. * @return \Doctrine\ORM\EntityManager
  735. */
  736. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  737. {
  738. $a = new \Doctrine\ORM\Configuration();
  739. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  740. $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false), 'App\\Entity');
  741. $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', true), 'FOS\\UserBundle\\Model');
  742. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  743. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  744. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  745. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  746. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  747. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  748. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  749. ], [
  750. 'doctrine.ulid_generator' => '?',
  751. 'doctrine.uuid_generator' => '?',
  752. ])));
  753. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  754. $a->setProxyNamespace('Proxies');
  755. $a->setAutoGenerateProxyClasses(true);
  756. $a->setSchemaIgnoreClasses([]);
  757. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  758. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  759. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  760. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  761. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  762. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  763. $a->setLazyGhostObjectEnabled(false);
  764. $a->setIdentityGenerationPreferences([]);
  765. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  766. 'App\\Repository\\AdresseRepository' => ['privates', 'App\\Repository\\AdresseRepository', 'getAdresseRepositoryService', true],
  767. 'App\\Repository\\AvantagePartenaireRepository' => ['privates', 'App\\Repository\\AvantagePartenaireRepository', 'getAvantagePartenaireRepositoryService', true],
  768. 'App\\Repository\\CompanyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', true],
  769. 'App\\Repository\\CompteRenduRepository' => ['privates', 'App\\Repository\\CompteRenduRepository', 'getCompteRenduRepositoryService', true],
  770. 'App\\Repository\\ConfigurationRepository' => ['privates', 'App\\Repository\\ConfigurationRepository', 'getConfigurationRepositoryService', true],
  771. 'App\\Repository\\DateRepository' => ['privates', 'App\\Repository\\DateRepository', 'getDateRepositoryService', true],
  772. 'App\\Repository\\FamilyRepository' => ['privates', 'App\\Repository\\FamilyRepository', 'getFamilyRepositoryService', true],
  773. 'App\\Repository\\LocationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', true],
  774. 'App\\Repository\\PartenaireRepository' => ['privates', 'App\\Repository\\PartenaireRepository', 'getPartenaireRepositoryService', true],
  775. 'App\\Repository\\ReservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', true],
  776. 'App\\Repository\\UtilisateurRepository' => ['privates', 'App\\Repository\\UtilisateurRepository', 'getUtilisateurRepositoryService', true],
  777. ], [
  778. 'App\\Repository\\AdresseRepository' => '?',
  779. 'App\\Repository\\AvantagePartenaireRepository' => '?',
  780. 'App\\Repository\\CompanyRepository' => '?',
  781. 'App\\Repository\\CompteRenduRepository' => '?',
  782. 'App\\Repository\\ConfigurationRepository' => '?',
  783. 'App\\Repository\\DateRepository' => '?',
  784. 'App\\Repository\\FamilyRepository' => '?',
  785. 'App\\Repository\\LocationRepository' => '?',
  786. 'App\\Repository\\PartenaireRepository' => '?',
  787. 'App\\Repository\\ReservationRepository' => '?',
  788. 'App\\Repository\\UtilisateurRepository' => '?',
  789. ])));
  790. $this->services['doctrine.orm.default_entity_manager'] = $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()));
  791. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  792. return $instance;
  793. }
  794. /**
  795. * Gets the public 'event_dispatcher' shared service.
  796. *
  797. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  798. */
  799. protected function getEventDispatcherService()
  800. {
  801. $a = new \Symfony\Bridge\Monolog\Logger('event');
  802. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  803. $a->pushHandler(new \Monolog\Handler\NullHandler());
  804. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  805. $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())));
  806. $instance->addListener('kernel.controller', [0 => function () {
  807. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  808. }, 1 => 'onKernelController'], 0);
  809. $instance->addListener('console.command', [0 => function () {
  810. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  811. }, 1 => 'onConsoleCommand'], 0);
  812. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  813. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  814. }, 1 => 'checkPassport'], 1024);
  815. $instance->addListener('kernel.response', [0 => function () {
  816. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  817. }, 1 => 'onKernelResponse'], 0);
  818. $instance->addListener('kernel.exception', [0 => function () {
  819. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  820. }, 1 => 'onKernelException'], 0);
  821. $instance->addListener('kernel.response', [0 => function () {
  822. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  823. }, 1 => 'onKernelResponse'], 0);
  824. $instance->addListener('kernel.response', [0 => function () {
  825. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  826. }, 1 => 'onKernelResponse'], -1024);
  827. $instance->addListener('kernel.request', [0 => function () {
  828. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  829. }, 1 => 'setDefaultLocale'], 100);
  830. $instance->addListener('kernel.request', [0 => function () {
  831. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  832. }, 1 => 'onKernelRequest'], 16);
  833. $instance->addListener('kernel.finish_request', [0 => function () {
  834. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  835. }, 1 => 'onKernelFinishRequest'], 0);
  836. $instance->addListener('kernel.request', [0 => function () {
  837. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  838. }, 1 => 'onKernelRequest'], 256);
  839. $instance->addListener('kernel.response', [0 => function () {
  840. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  841. }, 1 => 'onResponse'], -255);
  842. $instance->addListener('kernel.controller_arguments', [0 => function () {
  843. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  844. }, 1 => 'onControllerArguments'], 0);
  845. $instance->addListener('kernel.exception', [0 => function () {
  846. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  847. }, 1 => 'logKernelException'], 0);
  848. $instance->addListener('kernel.exception', [0 => function () {
  849. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  850. }, 1 => 'onKernelException'], -128);
  851. $instance->addListener('kernel.response', [0 => function () {
  852. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  853. }, 1 => 'removeCspHeader'], -128);
  854. $instance->addListener('kernel.request', [0 => function () {
  855. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  856. }, 1 => 'onKernelRequest'], 15);
  857. $instance->addListener('kernel.finish_request', [0 => function () {
  858. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  859. }, 1 => 'onKernelFinishRequest'], -15);
  860. $instance->addListener('console.error', [0 => function () {
  861. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  862. }, 1 => 'onConsoleError'], -128);
  863. $instance->addListener('console.terminate', [0 => function () {
  864. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  865. }, 1 => 'onConsoleTerminate'], -128);
  866. $instance->addListener('console.error', [0 => function () {
  867. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  868. }, 1 => 'onConsoleError'], 0);
  869. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  870. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  871. }, 1 => 'onMessage'], -255);
  872. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  873. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  874. }, 1 => 'onMessage'], -255);
  875. $instance->addListener('kernel.request', [0 => function () {
  876. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  877. }, 1 => 'configure'], 2048);
  878. $instance->addListener('console.command', [0 => function () {
  879. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  880. }, 1 => 'configure'], 2048);
  881. $instance->addListener('kernel.request', [0 => function () {
  882. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  883. }, 1 => 'onKernelRequest'], 32);
  884. $instance->addListener('kernel.finish_request', [0 => function () {
  885. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  886. }, 1 => 'onKernelFinishRequest'], 0);
  887. $instance->addListener('kernel.exception', [0 => function () {
  888. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  889. }, 1 => 'onKernelException'], -64);
  890. $instance->addListener('kernel.request', [0 => function () {
  891. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  892. }, 1 => 'onKernelRequest'], 128);
  893. $instance->addListener('kernel.response', [0 => function () {
  894. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  895. }, 1 => 'onKernelResponse'], -1000);
  896. $instance->addListener('kernel.finish_request', [0 => function () {
  897. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  898. }, 1 => 'onFinishRequest'], 0);
  899. $instance->addListener('kernel.response', [0 => function () {
  900. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  901. }, 1 => 'onKernelResponse'], -100);
  902. $instance->addListener('kernel.exception', [0 => function () {
  903. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  904. }, 1 => 'onKernelException'], 0);
  905. $instance->addListener('kernel.terminate', [0 => function () {
  906. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  907. }, 1 => 'onKernelTerminate'], -1024);
  908. $instance->addListener('kernel.controller', [0 => function () {
  909. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  910. }, 1 => 'onKernelController'], 0);
  911. $instance->addListener('kernel.response', [0 => function () {
  912. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  913. }, 1 => 'onKernelResponse'], 0);
  914. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  915. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  916. }, 1 => 'onMessage'], 0);
  917. $instance->addListener('kernel.response', [0 => function () {
  918. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  919. }, 1 => 'onKernelResponse'], 0);
  920. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  921. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  922. }, 1 => 'checkPassport'], 0);
  923. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  924. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  925. }, 1 => 'onLoginSuccess'], 0);
  926. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  927. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  928. }, 1 => 'onVoterVote'], 0);
  929. $instance->addListener('kernel.request', [0 => function () {
  930. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  931. }, 1 => 'configureLogoutUrlGenerator'], 8);
  932. $instance->addListener('kernel.request', [0 => function () {
  933. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  934. }, 1 => 'onKernelRequest'], 8);
  935. $instance->addListener('kernel.finish_request', [0 => function () {
  936. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  937. }, 1 => 'onKernelFinishRequest'], 0);
  938. $instance->addListener('fos_user.security.implicit_login', [0 => function () {
  939. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  940. }, 1 => 'onImplicitLogin'], 0);
  941. $instance->addListener('security.interactive_login', [0 => function () {
  942. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  943. }, 1 => 'onSecurityInteractiveLogin'], 0);
  944. $instance->addListener('fos_user.registration.completed', [0 => function () {
  945. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  946. }, 1 => 'authenticate'], 0);
  947. $instance->addListener('fos_user.registration.confirmed', [0 => function () {
  948. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  949. }, 1 => 'authenticate'], 0);
  950. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  951. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  952. }, 1 => 'authenticate'], 0);
  953. $instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
  954. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  955. }, 1 => 'addSuccessFlash'], 0);
  956. $instance->addListener('fos_user.profile.edit.completed', [0 => function () {
  957. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  958. }, 1 => 'addSuccessFlash'], 0);
  959. $instance->addListener('fos_user.registration.completed', [0 => function () {
  960. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  961. }, 1 => 'addSuccessFlash'], 0);
  962. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  963. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  964. }, 1 => 'addSuccessFlash'], 0);
  965. $instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
  966. return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  967. }, 1 => 'onResettingResetInitialize'], 0);
  968. $instance->addListener('fos_user.resetting.reset.success', [0 => function () {
  969. return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  970. }, 1 => 'onResettingResetSuccess'], 0);
  971. $instance->addListener('console.command', [0 => function () {
  972. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  973. }, 1 => 'onCommand'], 255);
  974. $instance->addListener('console.terminate', [0 => function () {
  975. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  976. }, 1 => 'onTerminate'], -255);
  977. $instance->addListener('kernel.response', [0 => function () {
  978. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  979. }, 1 => 'onKernelResponse'], -128);
  980. $instance->addListener('kernel.finish_request', [0 => function () {
  981. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  982. }, 1 => 'resetAssets'], 0);
  983. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
  984. return ($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener()));
  985. }, 1 => 'onPreRender'], 255);
  986. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [0 => function () {
  987. return ($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener()));
  988. }, 1 => 'onPostRender'], -255);
  989. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [0 => function () {
  990. return ($this->privates['ux.live_component.event_listener.data_model_props_subscriber'] ?? $this->load('getUx_LiveComponent_EventListener_DataModelPropsSubscriberService'));
  991. }, 1 => 'onPreMount'], 0);
  992. $instance->addListener('kernel.request', [0 => function () {
  993. return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  994. }, 1 => 'onKernelRequest'], 0);
  995. $instance->addListener('kernel.controller', [0 => function () {
  996. return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  997. }, 1 => 'onKernelController'], 10);
  998. $instance->addListener('kernel.view', [0 => function () {
  999. return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1000. }, 1 => 'onKernelView'], 0);
  1001. $instance->addListener('kernel.response', [0 => function () {
  1002. return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1003. }, 1 => 'onKernelResponse'], 0);
  1004. $instance->addListener('kernel.exception', [0 => function () {
  1005. return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1006. }, 1 => 'onKernelException'], 20);
  1007. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [0 => function () {
  1008. return ($this->privates['ux.live_component.intercept_child_component_render_subscriber'] ?? $this->load('getUx_LiveComponent_InterceptChildComponentRenderSubscriberService'));
  1009. }, 1 => 'preComponentCreated'], 0);
  1010. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [0 => function () {
  1011. return ($this->privates['ux.live_component.reset_deterministic_id_subscriber'] ?? $this->load('getUx_LiveComponent_ResetDeterministicIdSubscriberService'));
  1012. }, 1 => 'onPostRender'], 0);
  1013. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
  1014. return ($this->privates['ux.live_component.add_attributes_subscriber'] ?? $this->load('getUx_LiveComponent_AddAttributesSubscriberService'));
  1015. }, 1 => 'onPreRender'], 0);
  1016. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [0 => function () {
  1017. return ($this->privates['ux.live_component.query_string_initializer_subscriber'] ?? $this->load('getUx_LiveComponent_QueryStringInitializerSubscriberService'));
  1018. }, 1 => 'onPostMount'], 256);
  1019. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [0 => function () {
  1020. return ($this->privates['ux.live_component.defer_live_component_subscriber'] ?? ($this->privates['ux.live_component.defer_live_component_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber()));
  1021. }, 1 => 'onPostMount'], 0);
  1022. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
  1023. return ($this->privates['ux.live_component.defer_live_component_subscriber'] ?? ($this->privates['ux.live_component.defer_live_component_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber()));
  1024. }, 1 => 'onPreRender'], 0);
  1025. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1026. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1027. }, 1 => 'checkPassport'], 512);
  1028. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1029. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1030. }, 1 => 'onLogout'], 0);
  1031. return $instance;
  1032. }
  1033. /**
  1034. * Gets the public 'http_kernel' shared service.
  1035. *
  1036. * @return \Symfony\Component\HttpKernel\HttpKernel
  1037. */
  1038. protected function getHttpKernelService()
  1039. {
  1040. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1041. if (isset($this->services['http_kernel'])) {
  1042. return $this->services['http_kernel'];
  1043. }
  1044. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1045. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1046. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1047. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1048. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1049. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1050. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1051. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1052. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1053. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1054. }, 8)), $b));
  1055. }
  1056. /**
  1057. * Gets the public 'monolog.logger.deprecation' shared service.
  1058. *
  1059. * @return \Symfony\Bridge\Monolog\Logger
  1060. */
  1061. protected function getMonolog_Logger_DeprecationService()
  1062. {
  1063. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1064. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1065. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1066. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1067. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1068. return $instance;
  1069. }
  1070. /**
  1071. * Gets the public 'request_stack' shared service.
  1072. *
  1073. * @return \Symfony\Component\HttpFoundation\RequestStack
  1074. */
  1075. protected function getRequestStackService()
  1076. {
  1077. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1078. }
  1079. /**
  1080. * Gets the public 'router' shared service.
  1081. *
  1082. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1083. */
  1084. protected function getRouterService()
  1085. {
  1086. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1087. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1088. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1089. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1090. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1091. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1092. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1093. ], [
  1094. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1095. ]))->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');
  1096. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1097. return $instance;
  1098. }
  1099. /**
  1100. * Gets the public 'translator' shared service.
  1101. *
  1102. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1103. */
  1104. protected function getTranslatorService()
  1105. {
  1106. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1107. }
  1108. /**
  1109. * Gets the private '.service_locator.zJyh7qS' shared service.
  1110. *
  1111. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1112. */
  1113. protected function get_ServiceLocator_ZJyh7qSService()
  1114. {
  1115. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1116. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1117. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1118. ], [
  1119. 'security.firewall.map.context.dev' => '?',
  1120. 'security.firewall.map.context.main' => '?',
  1121. ]);
  1122. }
  1123. /**
  1124. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1125. *
  1126. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1127. */
  1128. protected function getResetAssetsEventListenerService()
  1129. {
  1130. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1131. }
  1132. /**
  1133. * Gets the private 'annotations.cache_adapter' shared service.
  1134. *
  1135. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1136. */
  1137. protected function getAnnotations_CacheAdapterService()
  1138. {
  1139. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1140. }
  1141. /**
  1142. * Gets the private 'annotations.cached_reader' shared service.
  1143. *
  1144. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1145. */
  1146. protected function getAnnotations_CachedReaderService()
  1147. {
  1148. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1149. }
  1150. /**
  1151. * Gets the private 'annotations.reader' shared service.
  1152. *
  1153. * @return \Doctrine\Common\Annotations\AnnotationReader
  1154. */
  1155. protected function getAnnotations_ReaderService()
  1156. {
  1157. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1158. $instance->addGlobalIgnoredName('required', NULL);
  1159. return $instance;
  1160. }
  1161. /**
  1162. * Gets the private 'assets.packages' shared service.
  1163. *
  1164. * @return \Symfony\Component\Asset\Packages
  1165. */
  1166. protected function getAssets_PackagesService()
  1167. {
  1168. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1169. 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'), NULL, 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 () {
  1170. return new \EmptyIterator();
  1171. }, 0));
  1172. }
  1173. /**
  1174. * Gets the private 'cache.annotations' shared service.
  1175. *
  1176. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1177. */
  1178. protected function getCache_AnnotationsService()
  1179. {
  1180. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TTJAcT2EkH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1181. }
  1182. /**
  1183. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1184. *
  1185. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1186. */
  1187. protected function getCache_Doctrine_Orm_Default_QueryService()
  1188. {
  1189. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1190. }
  1191. /**
  1192. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1193. *
  1194. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1195. */
  1196. protected function getCache_Doctrine_Orm_Default_ResultService()
  1197. {
  1198. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1199. }
  1200. /**
  1201. * Gets the private 'cache.property_info' shared service.
  1202. *
  1203. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1204. */
  1205. protected function getCache_PropertyInfoService()
  1206. {
  1207. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Jdu5bq1Hmq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1208. }
  1209. /**
  1210. * Gets the private 'cache.security_expression_language' shared service.
  1211. *
  1212. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1213. */
  1214. protected function getCache_SecurityExpressionLanguageService()
  1215. {
  1216. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gdpx1mpxaT', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1217. }
  1218. /**
  1219. * Gets the private 'cache.serializer' shared service.
  1220. *
  1221. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1222. */
  1223. protected function getCache_SerializerService()
  1224. {
  1225. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8mFoWSE1vm', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1226. }
  1227. /**
  1228. * Gets the private 'cache.ux.twig_component' shared service.
  1229. *
  1230. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1231. */
  1232. protected function getCache_Ux_TwigComponentService()
  1233. {
  1234. return $this->privates['cache.ux.twig_component'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4zqgG3fttg', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1235. }
  1236. /**
  1237. * Gets the private 'cache.validator' shared service.
  1238. *
  1239. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1240. */
  1241. protected function getCache_ValidatorService()
  1242. {
  1243. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MhZjl2rYFw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1244. }
  1245. /**
  1246. * Gets the private 'cache.webpack_encore' shared service.
  1247. *
  1248. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1249. */
  1250. protected function getCache_WebpackEncoreService()
  1251. {
  1252. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mrlolHg6eR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1253. }
  1254. /**
  1255. * Gets the private 'config_cache_factory' shared service.
  1256. *
  1257. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1258. */
  1259. protected function getConfigCacheFactoryService()
  1260. {
  1261. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1262. 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)));
  1263. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1264. }, 2));
  1265. }
  1266. /**
  1267. * Gets the private 'data_collector.form' shared service.
  1268. *
  1269. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1270. */
  1271. protected function getDataCollector_FormService()
  1272. {
  1273. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1274. }
  1275. /**
  1276. * Gets the private 'data_collector.request' shared service.
  1277. *
  1278. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1279. */
  1280. protected function getDataCollector_RequestService()
  1281. {
  1282. 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())));
  1283. }
  1284. /**
  1285. * Gets the private 'debug.debug_handlers_listener' shared service.
  1286. *
  1287. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1288. */
  1289. protected function getDebug_DebugHandlersListenerService()
  1290. {
  1291. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1292. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1293. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1294. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1295. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1296. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1297. }
  1298. /**
  1299. * Gets the private 'debug.file_link_formatter' shared service.
  1300. *
  1301. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1302. */
  1303. protected function getDebug_FileLinkFormatterService()
  1304. {
  1305. 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 () {
  1306. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1307. });
  1308. }
  1309. /**
  1310. * Gets the private 'debug.log_processor' shared service.
  1311. *
  1312. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1313. */
  1314. protected function getDebug_LogProcessorService()
  1315. {
  1316. 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())));
  1317. }
  1318. /**
  1319. * Gets the private 'debug.security.access.decision_manager' shared service.
  1320. *
  1321. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1322. */
  1323. protected function getDebug_Security_Access_DecisionManagerService()
  1324. {
  1325. 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 () {
  1326. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1327. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1328. }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1329. }
  1330. /**
  1331. * Gets the private 'debug.security.firewall' shared service.
  1332. *
  1333. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1334. */
  1335. protected function getDebug_Security_FirewallService()
  1336. {
  1337. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1338. if (isset($this->privates['debug.security.firewall'])) {
  1339. return $this->privates['debug.security.firewall'];
  1340. }
  1341. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1342. if (isset($this->privates['debug.security.firewall'])) {
  1343. return $this->privates['debug.security.firewall'];
  1344. }
  1345. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1346. }
  1347. /**
  1348. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1349. *
  1350. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1351. */
  1352. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1353. {
  1354. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1355. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1356. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1357. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1358. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1359. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
  1360. ], [
  1361. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1362. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1363. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1364. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1365. 'fos_user.user_listener' => '?',
  1366. ]), [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'], 4 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 5 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener']]);
  1367. }
  1368. /**
  1369. * Gets the private 'exception_listener' shared service.
  1370. *
  1371. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1372. */
  1373. protected function getExceptionListenerService()
  1374. {
  1375. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1376. }
  1377. /**
  1378. * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1379. *
  1380. * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1381. */
  1382. protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1383. {
  1384. $a = new \FOS\UserBundle\Util\Canonicalizer();
  1385. return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
  1386. }
  1387. /**
  1388. * Gets the private 'locale_aware_listener' shared service.
  1389. *
  1390. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1391. */
  1392. protected function getLocaleAwareListenerService()
  1393. {
  1394. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1395. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1396. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1397. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1398. }
  1399. /**
  1400. * Gets the private 'locale_listener' shared service.
  1401. *
  1402. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1403. */
  1404. protected function getLocaleListenerService()
  1405. {
  1406. 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, []);
  1407. }
  1408. /**
  1409. * Gets the private 'monolog.handler.console' shared service.
  1410. *
  1411. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1412. */
  1413. protected function getMonolog_Handler_ConsoleService()
  1414. {
  1415. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1416. }
  1417. /**
  1418. * Gets the private 'monolog.handler.main' shared service.
  1419. *
  1420. * @return \Monolog\Handler\StreamHandler
  1421. */
  1422. protected function getMonolog_Handler_MainService()
  1423. {
  1424. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1425. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1426. return $instance;
  1427. }
  1428. /**
  1429. * Gets the private 'monolog.logger.cache' shared service.
  1430. *
  1431. * @return \Symfony\Bridge\Monolog\Logger
  1432. */
  1433. protected function getMonolog_Logger_CacheService()
  1434. {
  1435. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1436. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1437. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1438. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1439. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1440. return $instance;
  1441. }
  1442. /**
  1443. * Gets the private 'monolog.logger.request' shared service.
  1444. *
  1445. * @return \Symfony\Bridge\Monolog\Logger
  1446. */
  1447. protected function getMonolog_Logger_RequestService()
  1448. {
  1449. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1450. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1451. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1452. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1453. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1454. return $instance;
  1455. }
  1456. /**
  1457. * Gets the private 'monolog.logger.security' shared service.
  1458. *
  1459. * @return \Symfony\Bridge\Monolog\Logger
  1460. */
  1461. protected function getMonolog_Logger_SecurityService()
  1462. {
  1463. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1464. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1465. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1466. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1467. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1468. return $instance;
  1469. }
  1470. /**
  1471. * Gets the private 'parameter_bag' shared service.
  1472. *
  1473. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1474. */
  1475. protected function getParameterBagService()
  1476. {
  1477. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1478. }
  1479. /**
  1480. * Gets the private 'profiler_listener' shared service.
  1481. *
  1482. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1483. */
  1484. protected function getProfilerListenerService()
  1485. {
  1486. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1487. if (isset($this->privates['profiler_listener'])) {
  1488. return $this->privates['profiler_listener'];
  1489. }
  1490. 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);
  1491. }
  1492. /**
  1493. * Gets the private 'property_info' shared service.
  1494. *
  1495. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1496. */
  1497. protected function getPropertyInfoService()
  1498. {
  1499. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1500. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1501. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1502. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1503. }, 3), new RewindableGenerator(function () {
  1504. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1505. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1506. }, 2), new RewindableGenerator(function () {
  1507. return new \EmptyIterator();
  1508. }, 0), new RewindableGenerator(function () {
  1509. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1510. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1511. }, 2), new RewindableGenerator(function () {
  1512. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1513. }, 1));
  1514. }
  1515. /**
  1516. * Gets the private 'router.request_context' shared service.
  1517. *
  1518. * @return \Symfony\Component\Routing\RequestContext
  1519. */
  1520. protected function getRouter_RequestContextService()
  1521. {
  1522. return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1523. }
  1524. /**
  1525. * Gets the private 'router_listener' shared service.
  1526. *
  1527. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1528. */
  1529. protected function getRouterListenerService()
  1530. {
  1531. 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);
  1532. }
  1533. /**
  1534. * Gets the private 'security.context_listener.0' shared service.
  1535. *
  1536. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1537. */
  1538. protected function getSecurity_ContextListener_0Service()
  1539. {
  1540. 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 () {
  1541. yield 0 => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ChainProviderService'));
  1542. yield 1 => ($this->privates['security.user.provider.concrete.utilisateur'] ?? $this->load('getSecurity_User_Provider_Concrete_UtilisateurService'));
  1543. }, 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']);
  1544. }
  1545. /**
  1546. * Gets the private 'security.event_dispatcher.main' shared service.
  1547. *
  1548. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1549. */
  1550. protected function getSecurity_EventDispatcher_MainService()
  1551. {
  1552. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1553. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1554. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1555. }, 1 => 'checkPassport'], 2048);
  1556. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1557. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1558. }, 1 => 'onSuccessfulLogin'], 0);
  1559. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1560. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1561. }, 1 => 'onLogout'], 64);
  1562. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1563. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1564. }, 1 => 'onLogout'], 0);
  1565. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1566. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1567. }, 1 => 'preCheckCredentials'], 256);
  1568. $instance->addListener('security.authentication.success', [0 => function () {
  1569. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1570. }, 1 => 'postCheckCredentials'], 256);
  1571. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1572. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1573. }, 1 => 'checkPassport'], 1024);
  1574. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1575. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1576. }, 1 => 'checkPassport'], 0);
  1577. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1578. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1579. }, 1 => 'onLoginSuccess'], 0);
  1580. $instance->addListener('security.interactive_login', [0 => function () {
  1581. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1582. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1583. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1584. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1585. }, 1 => 'checkPassport'], 512);
  1586. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1587. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1588. }, 1 => 'onLogout'], 0);
  1589. return $instance;
  1590. }
  1591. /**
  1592. * Gets the private 'security.firewall.map' shared service.
  1593. *
  1594. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1595. */
  1596. protected function getSecurity_Firewall_MapService()
  1597. {
  1598. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1599. if (isset($this->privates['security.firewall.map'])) {
  1600. return $this->privates['security.firewall.map'];
  1601. }
  1602. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1603. 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)/')));
  1604. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1605. }, 2));
  1606. }
  1607. /**
  1608. * Gets the private 'security.logout_url_generator' shared service.
  1609. *
  1610. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1611. */
  1612. protected function getSecurity_LogoutUrlGeneratorService()
  1613. {
  1614. $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()));
  1615. $instance->registerListener('main', 'security_logout', 'logout', '_csrf_token', NULL, NULL);
  1616. return $instance;
  1617. }
  1618. /**
  1619. * Gets the private 'security.role_hierarchy' shared service.
  1620. *
  1621. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1622. */
  1623. protected function getSecurity_RoleHierarchyService()
  1624. {
  1625. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1626. }
  1627. /**
  1628. * Gets the private 'session_listener' shared service.
  1629. *
  1630. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1631. */
  1632. protected function getSessionListenerService()
  1633. {
  1634. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1635. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  1636. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', true],
  1637. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1638. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  1639. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1640. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  1641. ], [
  1642. 'initialized_session' => '?',
  1643. 'logger' => '?',
  1644. 'request_stack' => '?',
  1645. 'session' => '?',
  1646. 'session_collector' => '?',
  1647. 'session_factory' => '?',
  1648. ]), true, $this->parameters['session.storage.options']);
  1649. }
  1650. /**
  1651. * Gets the private 'stimulus.helper' shared service.
  1652. *
  1653. * @return \Symfony\UX\StimulusBundle\Helper\StimulusHelper
  1654. */
  1655. protected function getStimulus_HelperService()
  1656. {
  1657. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1658. if (isset($this->privates['stimulus.helper'])) {
  1659. return $this->privates['stimulus.helper'];
  1660. }
  1661. return $this->privates['stimulus.helper'] = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($a);
  1662. }
  1663. /**
  1664. * Gets the private 'translator.default' shared service.
  1665. *
  1666. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1667. */
  1668. protected function getTranslator_DefaultService()
  1669. {
  1670. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1671. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  1672. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  1673. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  1674. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  1675. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  1676. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  1677. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  1678. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  1679. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  1680. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  1681. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  1682. ], [
  1683. 'translation.loader.csv' => '?',
  1684. 'translation.loader.dat' => '?',
  1685. 'translation.loader.ini' => '?',
  1686. 'translation.loader.json' => '?',
  1687. 'translation.loader.mo' => '?',
  1688. 'translation.loader.php' => '?',
  1689. 'translation.loader.po' => '?',
  1690. 'translation.loader.qt' => '?',
  1691. 'translation.loader.res' => '?',
  1692. 'translation.loader.xliff' => '?',
  1693. 'translation.loader.yml' => '?',
  1694. ]), 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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 5 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.fr.php'), 6 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), 5 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 5 => (\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')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 5 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 5 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 5 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), 5 => (\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')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations/AutocompleteBundle.sr_RS.php')]], '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/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 4 => 'vendor/symfony/ux-autocomplete/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/symfony/twig-bundle/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 10 => 'vendor/symfony/security-bundle/translations', 11 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/web-profiler-bundle/translations', 14 => 'vendor/twig/extra-bundle/translations', 15 => 'vendor/symfony/webpack-encore-bundle/src/translations', 16 => 'vendor/symfony/ux-chartjs/translations', 17 => 'vendor/symfony/ux-twig-component/translations', 18 => 'vendor/symfony/ux-live-component/translations', 19 => 'vendor/symfony/ux-dropzone/translations', 20 => 'vendor/symfony/stimulus-bundle/translations']]], []);
  1695. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1696. $instance->setFallbackLocales([0 => 'fr']);
  1697. return $instance;
  1698. }
  1699. /**
  1700. * Gets the private 'twig.loader.native_filesystem' shared service.
  1701. *
  1702. * @return \Twig\Loader\FilesystemLoader
  1703. */
  1704. protected function getTwig_Loader_NativeFilesystemService()
  1705. {
  1706. $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1707. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1708. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1709. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1710. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1711. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1712. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1713. $instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1714. $instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1715. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1716. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1717. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), 'TwigComponent');
  1718. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), '!TwigComponent');
  1719. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/templates'), 'LiveComponent');
  1720. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/templates'), '!LiveComponent');
  1721. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/templates'), 'Dropzone');
  1722. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/templates'), '!Dropzone');
  1723. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/templates'), 'Autocomplete');
  1724. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete/templates'), '!Autocomplete');
  1725. $instance->addPath((\dirname(__DIR__, 4).'/templates'));
  1726. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1727. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1728. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1729. return $instance;
  1730. }
  1731. /**
  1732. * Gets the private 'ux.live_component.event_subscriber' shared service.
  1733. *
  1734. * @return \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber
  1735. */
  1736. protected function getUx_LiveComponent_EventSubscriberService()
  1737. {
  1738. return $this->privates['ux.live_component.event_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1739. 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => ['privates', 'ux.live_component.component_hydrator', 'getUx_LiveComponent_ComponentHydratorService', true],
  1740. 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => ['privates', 'ux.live_component.metadata_factory', 'getUx_LiveComponent_MetadataFactoryService', true],
  1741. 'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates', 'ux.twig_component.component_factory', 'getUx_TwigComponent_ComponentFactoryService', true],
  1742. 'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates', 'ux.twig_component.component_renderer', 'getUx_TwigComponent_ComponentRendererService', true],
  1743. ], [
  1744. 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator',
  1745. 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory',
  1746. 'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1747. 'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1748. ]))->withContext('ux.live_component.event_subscriber', $this), false);
  1749. }
  1750. /**
  1751. * Gets the private 'validator.builder' shared service.
  1752. *
  1753. * @return \Symfony\Component\Validator\ValidatorBuilder
  1754. */
  1755. protected function getValidator_BuilderService()
  1756. {
  1757. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1758. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1759. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1760. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1761. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1762. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  1763. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1764. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  1765. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1766. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1767. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1768. ], [
  1769. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1770. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1771. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1772. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1773. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1774. 'doctrine.orm.validator.unique' => '?',
  1775. 'security.validator.user_password' => '?',
  1776. 'validator.expression' => '?',
  1777. ])));
  1778. if ($this->has('translator')) {
  1779. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1780. }
  1781. $instance->setTranslationDomain('validators');
  1782. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  1783. $instance->enableAnnotationMapping(true);
  1784. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1785. $instance->addMethodMapping('loadValidatorMetadata');
  1786. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1787. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  1788. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1789. $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1790. return $instance;
  1791. }
  1792. /**
  1793. * Gets the private 'web_profiler.csp.handler' shared service.
  1794. *
  1795. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1796. */
  1797. protected function getWebProfiler_Csp_HandlerService()
  1798. {
  1799. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1800. }
  1801. /**
  1802. * Gets the private 'web_profiler.debug_toolbar' shared service.
  1803. *
  1804. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1805. */
  1806. protected function getWebProfiler_DebugToolbarService()
  1807. {
  1808. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1809. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1810. return $this->privates['web_profiler.debug_toolbar'];
  1811. }
  1812. 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()), NULL);
  1813. }
  1814. /**
  1815. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  1816. *
  1817. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  1818. */
  1819. protected function getWebpackEncore_EntrypointLookupCollectionService()
  1820. {
  1821. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1822. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  1823. ], [
  1824. '_default' => '?',
  1825. ]), '_default');
  1826. }
  1827. /**
  1828. * Gets the public 'cache_clearer' alias.
  1829. *
  1830. * @return object The ".container.private.cache_clearer" service.
  1831. */
  1832. protected function getCacheClearerService()
  1833. {
  1834. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1835. return $this->get('.container.private.cache_clearer');
  1836. }
  1837. /**
  1838. * Gets the public 'filesystem' alias.
  1839. *
  1840. * @return object The ".container.private.filesystem" service.
  1841. */
  1842. protected function getFilesystemService()
  1843. {
  1844. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1845. return $this->get('.container.private.filesystem');
  1846. }
  1847. /**
  1848. * Gets the public 'serializer' alias.
  1849. *
  1850. * @return object The ".container.private.serializer" service.
  1851. */
  1852. protected function getSerializerService()
  1853. {
  1854. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1855. return $this->get('.container.private.serializer');
  1856. }
  1857. /**
  1858. * Gets the public 'security.csrf.token_manager' alias.
  1859. *
  1860. * @return object The ".container.private.security.csrf.token_manager" service.
  1861. */
  1862. protected function getSecurity_Csrf_TokenManagerService()
  1863. {
  1864. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1865. return $this->get('.container.private.security.csrf.token_manager');
  1866. }
  1867. /**
  1868. * Gets the public 'form.factory' alias.
  1869. *
  1870. * @return object The ".container.private.form.factory" service.
  1871. */
  1872. protected function getForm_FactoryService()
  1873. {
  1874. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1875. return $this->get('.container.private.form.factory');
  1876. }
  1877. /**
  1878. * Gets the public 'form.type.file' alias.
  1879. *
  1880. * @return object The ".container.private.form.type.file" service.
  1881. */
  1882. protected function getForm_Type_FileService()
  1883. {
  1884. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1885. return $this->get('.container.private.form.type.file');
  1886. }
  1887. /**
  1888. * Gets the public 'profiler' alias.
  1889. *
  1890. * @return object The ".container.private.profiler" service.
  1891. */
  1892. protected function getProfilerService()
  1893. {
  1894. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1895. return $this->get('.container.private.profiler');
  1896. }
  1897. /**
  1898. * Gets the public 'twig' alias.
  1899. *
  1900. * @return object The ".container.private.twig" service.
  1901. */
  1902. protected function getTwigService()
  1903. {
  1904. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1905. return $this->get('.container.private.twig');
  1906. }
  1907. /**
  1908. * Gets the public 'security.authorization_checker' alias.
  1909. *
  1910. * @return object The ".container.private.security.authorization_checker" service.
  1911. */
  1912. protected function getSecurity_AuthorizationCheckerService()
  1913. {
  1914. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1915. return $this->get('.container.private.security.authorization_checker');
  1916. }
  1917. /**
  1918. * Gets the public 'security.token_storage' alias.
  1919. *
  1920. * @return object The ".container.private.security.token_storage" service.
  1921. */
  1922. protected function getSecurity_TokenStorageService()
  1923. {
  1924. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1925. return $this->get('.container.private.security.token_storage');
  1926. }
  1927. /**
  1928. * Gets the public 'security.password_encoder' alias.
  1929. *
  1930. * @return object The ".container.private.security.password_encoder" service.
  1931. */
  1932. protected function getSecurity_PasswordEncoderService()
  1933. {
  1934. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1935. return $this->get('.container.private.security.password_encoder');
  1936. }
  1937. /**
  1938. * Gets the public 'session' alias.
  1939. *
  1940. * @return object The ".container.private.session" service.
  1941. */
  1942. protected function getSessionService()
  1943. {
  1944. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1945. return $this->get('.container.private.session');
  1946. }
  1947. /**
  1948. * Gets the public 'validator' alias.
  1949. *
  1950. * @return object The ".container.private.validator" service.
  1951. */
  1952. protected function getValidatorService()
  1953. {
  1954. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  1955. return $this->get('.container.private.validator');
  1956. }
  1957. /**
  1958. * @return array|bool|float|int|string|\UnitEnum|null
  1959. */
  1960. public function getParameter(string $name)
  1961. {
  1962. if (isset($this->buildParameters[$name])) {
  1963. return $this->buildParameters[$name];
  1964. }
  1965. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  1966. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  1967. }
  1968. if (isset($this->loadedDynamicParameters[$name])) {
  1969. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1970. }
  1971. return $this->parameters[$name];
  1972. }
  1973. public function hasParameter(string $name): bool
  1974. {
  1975. if (isset($this->buildParameters[$name])) {
  1976. return true;
  1977. }
  1978. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  1979. }
  1980. public function setParameter(string $name, $value): void
  1981. {
  1982. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1983. }
  1984. public function getParameterBag(): ParameterBagInterface
  1985. {
  1986. if (null === $this->parameterBag) {
  1987. $parameters = $this->parameters;
  1988. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1989. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1990. }
  1991. foreach ($this->buildParameters as $name => $value) {
  1992. $parameters[$name] = $value;
  1993. }
  1994. $this->parameterBag = new FrozenParameterBag($parameters);
  1995. }
  1996. return $this->parameterBag;
  1997. }
  1998. private $loadedDynamicParameters = [
  1999. 'kernel.runtime_environment' => false,
  2000. 'kernel.build_dir' => false,
  2001. 'kernel.cache_dir' => false,
  2002. 'kernel.secret' => false,
  2003. 'debug.container.dump' => false,
  2004. 'serializer.mapping.cache.file' => false,
  2005. 'validator.mapping.cache.file' => false,
  2006. 'profiler.storage.dsn' => false,
  2007. 'doctrine.orm.proxy_dir' => false,
  2008. ];
  2009. private $dynamicParameters = [];
  2010. private function getDynamicParameter(string $name)
  2011. {
  2012. switch ($name) {
  2013. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2014. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2015. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2016. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2017. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2018. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2019. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2020. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2021. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2022. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2023. }
  2024. $this->loadedDynamicParameters[$name] = true;
  2025. return $this->dynamicParameters[$name] = $value;
  2026. }
  2027. protected function getDefaultParameters(): array
  2028. {
  2029. return [
  2030. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2031. 'kernel.environment' => 'dev',
  2032. 'kernel.debug' => true,
  2033. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2034. 'kernel.bundles' => [
  2035. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2036. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2037. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2038. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2039. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2040. 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2041. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  2042. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2043. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2044. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2045. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2046. 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  2047. 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  2048. 'LiveComponentBundle' => 'Symfony\\UX\\LiveComponent\\LiveComponentBundle',
  2049. 'DropzoneBundle' => 'Symfony\\UX\\Dropzone\\DropzoneBundle',
  2050. 'AutocompleteBundle' => 'Symfony\\UX\\Autocomplete\\AutocompleteBundle',
  2051. 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  2052. ],
  2053. 'kernel.bundles_metadata' => [
  2054. 'FrameworkBundle' => [
  2055. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2056. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2057. ],
  2058. 'TwigBundle' => [
  2059. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2060. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2061. ],
  2062. 'DoctrineBundle' => [
  2063. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2064. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2065. ],
  2066. 'DoctrineMigrationsBundle' => [
  2067. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2068. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2069. ],
  2070. 'SecurityBundle' => [
  2071. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2072. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2073. ],
  2074. 'FOSUserBundle' => [
  2075. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
  2076. 'namespace' => 'FOS\\UserBundle',
  2077. ],
  2078. 'FOSJsRoutingBundle' => [
  2079. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  2080. 'namespace' => 'FOS\\JsRoutingBundle',
  2081. ],
  2082. 'MonologBundle' => [
  2083. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2084. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2085. ],
  2086. 'WebProfilerBundle' => [
  2087. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2088. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2089. ],
  2090. 'TwigExtraBundle' => [
  2091. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2092. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2093. ],
  2094. 'WebpackEncoreBundle' => [
  2095. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2096. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2097. ],
  2098. 'ChartjsBundle' => [
  2099. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs'),
  2100. 'namespace' => 'Symfony\\UX\\Chartjs',
  2101. ],
  2102. 'TwigComponentBundle' => [
  2103. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component'),
  2104. 'namespace' => 'Symfony\\UX\\TwigComponent',
  2105. ],
  2106. 'LiveComponentBundle' => [
  2107. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component'),
  2108. 'namespace' => 'Symfony\\UX\\LiveComponent',
  2109. ],
  2110. 'DropzoneBundle' => [
  2111. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone'),
  2112. 'namespace' => 'Symfony\\UX\\Dropzone',
  2113. ],
  2114. 'AutocompleteBundle' => [
  2115. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-autocomplete'),
  2116. 'namespace' => 'Symfony\\UX\\Autocomplete',
  2117. ],
  2118. 'StimulusBundle' => [
  2119. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle'),
  2120. 'namespace' => 'Symfony\\UX\\StimulusBundle',
  2121. ],
  2122. ],
  2123. 'kernel.charset' => 'UTF-8',
  2124. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2125. 'photos_directory' => (\dirname(__DIR__, 4).'/public/uploads/photos'),
  2126. 'logos_directory' => (\dirname(__DIR__, 4).'/public/uploads/logos'),
  2127. 'event_dispatcher.event_aliases' => [
  2128. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2129. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2130. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2131. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2132. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2133. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2134. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2135. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2136. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2137. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2138. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2139. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2140. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2141. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2142. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2143. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2144. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2145. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2146. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2147. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2148. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2149. ],
  2150. 'fragment.renderer.hinclude.global_template' => NULL,
  2151. 'fragment.path' => '/_fragment',
  2152. 'kernel.http_method_override' => false,
  2153. 'kernel.trusted_hosts' => [
  2154. ],
  2155. 'kernel.default_locale' => 'fr',
  2156. 'kernel.enabled_locales' => [
  2157. ],
  2158. 'kernel.error_controller' => 'error_controller',
  2159. 'debug.file_link_format' => NULL,
  2160. 'asset.request_context.base_path' => NULL,
  2161. 'asset.request_context.secure' => NULL,
  2162. 'translator.logging' => false,
  2163. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2164. 'debug.error_handler.throw_at' => -1,
  2165. 'router.request_context.host' => 'localhost',
  2166. 'router.request_context.scheme' => 'http',
  2167. 'router.request_context.base_url' => '',
  2168. 'router.resource' => 'kernel::loadRoutes',
  2169. 'request_listener.http_port' => 80,
  2170. 'request_listener.https_port' => 443,
  2171. 'session.metadata.storage_key' => '_sf2_meta',
  2172. 'session.storage.options' => [
  2173. 'cache_limiter' => '0',
  2174. 'cookie_secure' => 'auto',
  2175. 'cookie_httponly' => true,
  2176. 'cookie_samesite' => 'lax',
  2177. 'gc_probability' => 1,
  2178. ],
  2179. 'session.save_path' => NULL,
  2180. 'session.metadata.update_threshold' => 0,
  2181. 'form.type_extension.csrf.enabled' => true,
  2182. 'form.type_extension.csrf.field_name' => '_token',
  2183. 'validator.translation_domain' => 'validators',
  2184. 'profiler_listener.only_exceptions' => false,
  2185. 'profiler_listener.only_main_requests' => false,
  2186. 'twig.form.resources' => [
  2187. 0 => 'form_div_layout.html.twig',
  2188. 1 => '@Autocomplete/autocomplete_form_theme.html.twig',
  2189. 2 => '@Dropzone/form_theme.html.twig',
  2190. 3 => '@LiveComponent/form_theme.html.twig',
  2191. 4 => 'bootstrap_5_layout.html.twig',
  2192. ],
  2193. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2194. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2195. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2196. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2197. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2198. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2199. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2200. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2201. 'doctrine.entity_managers' => [
  2202. 'default' => 'doctrine.orm.default_entity_manager',
  2203. ],
  2204. 'doctrine.default_entity_manager' => 'default',
  2205. 'doctrine.dbal.connection_factory.types' => [
  2206. ],
  2207. 'doctrine.connections' => [
  2208. 'default' => 'doctrine.dbal.default_connection',
  2209. ],
  2210. 'doctrine.default_connection' => 'default',
  2211. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2212. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2213. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2214. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2215. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2216. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2217. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2218. 'doctrine.orm.cache.memcache_port' => 11211,
  2219. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2220. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2221. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2222. 'doctrine.orm.cache.memcached_port' => 11211,
  2223. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2224. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2225. 'doctrine.orm.cache.redis_host' => 'localhost',
  2226. 'doctrine.orm.cache.redis_port' => 6379,
  2227. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2228. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2229. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2230. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2231. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2232. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2233. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2234. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2235. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2236. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2237. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2238. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2239. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2240. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2241. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2242. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2243. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2244. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2245. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2246. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2247. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2248. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2249. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2250. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2251. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2252. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2253. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2254. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2255. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2256. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2257. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2258. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2259. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2260. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2261. 'doctrine.migrations.preferred_em' => NULL,
  2262. 'doctrine.migrations.preferred_connection' => NULL,
  2263. 'security.role_hierarchy.roles' => [
  2264. 'ROLE_ADMIN' => [
  2265. 0 => 'ROLE_USER',
  2266. ],
  2267. ],
  2268. 'security.access.denied_url' => NULL,
  2269. 'security.authentication.manager.erase_credentials' => true,
  2270. 'security.authentication.session_strategy.strategy' => 'migrate',
  2271. 'security.access.always_authenticate_before_granting' => false,
  2272. 'security.authentication.hide_user_not_found' => true,
  2273. 'security.firewalls' => [
  2274. 0 => 'dev',
  2275. 1 => 'main',
  2276. ],
  2277. 'fos_user.backend_type_orm' => true,
  2278. 'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2279. 'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2280. 'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2281. 'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2282. 'fos_user.registration.confirmation.from_email' => [
  2283. 'ronan.couellan@sdis35.fr' => 'ronan.couellan@sdis35.fr',
  2284. ],
  2285. 'fos_user.resetting.email.from_email' => [
  2286. 'ronan.couellan@sdis35.fr' => 'ronan.couellan@sdis35.fr',
  2287. ],
  2288. 'fos_user.registration.confirmation.from_address' => [
  2289. 'address' => 'ronan.couellan@sdis35.fr',
  2290. 'sender_name' => 'ronan.couellan@sdis35.fr',
  2291. ],
  2292. 'fos_user.resetting.email.from_address' => [
  2293. 'address' => 'ronan.couellan@sdis35.fr',
  2294. 'sender_name' => 'ronan.couellan@sdis35.fr',
  2295. ],
  2296. 'fos_user.storage' => 'orm',
  2297. 'fos_user.firewall_name' => 'main',
  2298. 'fos_user.model_manager_name' => NULL,
  2299. 'fos_user.model.user.class' => 'App\\Entity\\User',
  2300. 'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2301. 'fos_user.profile.form.name' => 'fos_user_profile_form',
  2302. 'fos_user.profile.form.validation_groups' => [
  2303. 0 => 'Profile',
  2304. 1 => 'Default',
  2305. ],
  2306. 'fos_user.registration.confirmation.enabled' => false,
  2307. 'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2308. 'fos_user.registration.form.name' => 'fos_user_registration_form',
  2309. 'fos_user.registration.form.validation_groups' => [
  2310. 0 => 'Registration',
  2311. 1 => 'Default',
  2312. ],
  2313. 'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2314. 'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2315. 'fos_user.change_password.form.validation_groups' => [
  2316. 0 => 'ChangePassword',
  2317. 1 => 'Default',
  2318. ],
  2319. 'fos_user.resetting.retry_ttl' => 7200,
  2320. 'fos_user.resetting.token_ttl' => 86400,
  2321. 'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2322. 'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2323. 'fos_user.resetting.form.validation_groups' => [
  2324. 0 => 'ResetPassword',
  2325. 1 => 'Default',
  2326. ],
  2327. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  2328. 'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  2329. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  2330. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  2331. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  2332. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  2333. 'fos_js_routing.request_context_base_url' => NULL,
  2334. 'fos_js_routing.cache_control' => [
  2335. 'enabled' => false,
  2336. ],
  2337. 'monolog.use_microseconds' => true,
  2338. 'monolog.swift_mailer.handlers' => [
  2339. ],
  2340. 'monolog.handlers_to_channels' => [
  2341. 'monolog.handler.console' => [
  2342. 'type' => 'exclusive',
  2343. 'elements' => [
  2344. 0 => 'event',
  2345. 1 => 'doctrine',
  2346. 2 => 'console',
  2347. ],
  2348. ],
  2349. 'monolog.handler.main' => [
  2350. 'type' => 'exclusive',
  2351. 'elements' => [
  2352. 0 => 'event',
  2353. ],
  2354. ],
  2355. ],
  2356. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2357. 'web_profiler.debug_toolbar.mode' => 2,
  2358. 'data_collector.templates' => [
  2359. 'data_collector.request' => [
  2360. 0 => 'request',
  2361. 1 => '@WebProfiler/Collector/request.html.twig',
  2362. ],
  2363. 'data_collector.time' => [
  2364. 0 => 'time',
  2365. 1 => '@WebProfiler/Collector/time.html.twig',
  2366. ],
  2367. 'data_collector.memory' => [
  2368. 0 => 'memory',
  2369. 1 => '@WebProfiler/Collector/memory.html.twig',
  2370. ],
  2371. 'data_collector.validator' => [
  2372. 0 => 'validator',
  2373. 1 => '@WebProfiler/Collector/validator.html.twig',
  2374. ],
  2375. 'data_collector.ajax' => [
  2376. 0 => 'ajax',
  2377. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2378. ],
  2379. 'data_collector.form' => [
  2380. 0 => 'form',
  2381. 1 => '@WebProfiler/Collector/form.html.twig',
  2382. ],
  2383. 'data_collector.exception' => [
  2384. 0 => 'exception',
  2385. 1 => '@WebProfiler/Collector/exception.html.twig',
  2386. ],
  2387. 'data_collector.logger' => [
  2388. 0 => 'logger',
  2389. 1 => '@WebProfiler/Collector/logger.html.twig',
  2390. ],
  2391. 'data_collector.events' => [
  2392. 0 => 'events',
  2393. 1 => '@WebProfiler/Collector/events.html.twig',
  2394. ],
  2395. 'data_collector.router' => [
  2396. 0 => 'router',
  2397. 1 => '@WebProfiler/Collector/router.html.twig',
  2398. ],
  2399. 'data_collector.cache' => [
  2400. 0 => 'cache',
  2401. 1 => '@WebProfiler/Collector/cache.html.twig',
  2402. ],
  2403. 'data_collector.translation' => [
  2404. 0 => 'translation',
  2405. 1 => '@WebProfiler/Collector/translation.html.twig',
  2406. ],
  2407. 'data_collector.security' => [
  2408. 0 => 'security',
  2409. 1 => '@Security/Collector/security.html.twig',
  2410. ],
  2411. 'data_collector.twig' => [
  2412. 0 => 'twig',
  2413. 1 => '@WebProfiler/Collector/twig.html.twig',
  2414. ],
  2415. 'ux.twig_component.data_collector' => [
  2416. 0 => 'twig_component',
  2417. 1 => '@TwigComponent/Collector/twig_component.html.twig',
  2418. ],
  2419. 'data_collector.doctrine' => [
  2420. 0 => 'db',
  2421. 1 => '@Doctrine/Collector/db.html.twig',
  2422. ],
  2423. 'mailer.data_collector' => [
  2424. 0 => 'mailer',
  2425. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2426. ],
  2427. 'data_collector.config' => [
  2428. 0 => 'config',
  2429. 1 => '@WebProfiler/Collector/config.html.twig',
  2430. ],
  2431. ],
  2432. 'console.command.ids' => [
  2433. ],
  2434. ];
  2435. }
  2436. protected function throw($message)
  2437. {
  2438. throw new RuntimeException($message);
  2439. }
  2440. }