var/cache/dev/Container1nDxveu/App_KernelDevDebugContainer.php line 583

Open in your IDE?
  1. <?php
  2. namespace Container1nDxveu;
  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.rate_limiter' => 'getCache_RateLimiterService',
  40. 'cache.system' => 'getCache_SystemService',
  41. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42. 'data_collector.dump' => 'getDataCollector_DumpService',
  43. 'doctrine' => 'getDoctrineService',
  44. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46. 'event_dispatcher' => 'getEventDispatcherService',
  47. 'http_kernel' => 'getHttpKernelService',
  48. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'translator' => 'getTranslatorService',
  52. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53. 'cache_clearer' => 'getCacheClearerService',
  54. 'filesystem' => 'getFilesystemService',
  55. 'serializer' => 'getSerializerService',
  56. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57. 'form.factory' => 'getForm_FactoryService',
  58. 'form.type.file' => 'getForm_Type_FileService',
  59. 'profiler' => 'getProfilerService',
  60. 'twig' => 'getTwigService',
  61. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62. 'security.token_storage' => 'getSecurity_TokenStorageService',
  63. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64. 'session' => 'getSessionService',
  65. 'validator' => 'getValidatorService',
  66. ];
  67. $this->fileMap = [
  68. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75. '.container.private.session' => 'get_Container_Private_SessionService',
  76. '.zenstruck_foundry.configuration' => 'get_ZenstruckFoundry_ConfigurationService',
  77. '.zenstruck_foundry.global_state_registry' => 'get_ZenstruckFoundry_GlobalStateRegistryService',
  78. 'App\\ApiSupervision\\Controller\\ShelterController' => 'getShelterControllerService',
  79. 'App\\Controller\\ApiV2\\BikeController' => 'getBikeControllerService',
  80. 'App\\Controller\\ApiV2\\ExternalController' => 'getExternalControllerService',
  81. 'App\\Controller\\ApiV2\\FrontController' => 'getFrontControllerService',
  82. 'App\\Controller\\ApiV2\\IDFMApiController' => 'getIDFMApiControllerService',
  83. 'App\\Controller\\ApiV2\\ImportLyonController' => 'getImportLyonControllerService',
  84. 'App\\Controller\\Api\\AbonnementController' => 'getAbonnementControllerService',
  85. 'App\\Controller\\Api\\BikeController' => 'getBikeController2Service',
  86. 'App\\Controller\\Api\\CodeController' => 'getCodeControllerService',
  87. 'App\\Controller\\Api\\ExternalController' => 'getExternalController2Service',
  88. 'App\\Controller\\Api\\FrontController' => 'getFrontController2Service',
  89. 'App\\Controller\\Api\\GarageController' => 'getGarageControllerService',
  90. 'App\\Controller\\Api\\ImportCapCotentinController' => 'getImportCapCotentinControllerService',
  91. 'App\\Controller\\Api\\ImportLyonController' => 'getImportLyonController2Service',
  92. 'App\\Controller\\Api\\LogController' => 'getLogControllerService',
  93. 'App\\Controller\\Api\\MercureController' => 'getMercureControllerService',
  94. 'App\\Controller\\Api\\SMSFactorController' => 'getSMSFactorControllerService',
  95. 'App\\Controller\\Api\\SensorController' => 'getSensorControllerService',
  96. 'App\\Controller\\Back\\AbonnementController' => 'getAbonnementController2Service',
  97. 'App\\Controller\\Back\\AccueilController' => 'getAccueilControllerService',
  98. 'App\\Controller\\Back\\AlertController' => 'getAlertControllerService',
  99. 'App\\Controller\\Back\\BatteryController' => 'getBatteryControllerService',
  100. 'App\\Controller\\Back\\BikeController' => 'getBikeController3Service',
  101. 'App\\Controller\\Back\\CommandeController' => 'getCommandeControllerService',
  102. 'App\\Controller\\Back\\CommentController' => 'getCommentControllerService',
  103. 'App\\Controller\\Back\\ContactController' => 'getContactControllerService',
  104. 'App\\Controller\\Back\\ContentController' => 'getContentControllerService',
  105. 'App\\Controller\\Back\\CustomerController' => 'getCustomerControllerService',
  106. 'App\\Controller\\Back\\FinanceController' => 'getFinanceControllerService',
  107. 'App\\Controller\\Back\\GarageController' => 'getGarageController2Service',
  108. 'App\\Controller\\Back\\GarageEquipmentController' => 'getGarageEquipmentControllerService',
  109. 'App\\Controller\\Back\\MaintenanceController' => 'getMaintenanceControllerService',
  110. 'App\\Controller\\Back\\NoteController' => 'getNoteControllerService',
  111. 'App\\Controller\\Back\\OffreController' => 'getOffreControllerService',
  112. 'App\\Controller\\Back\\OperatorController' => 'getOperatorControllerService',
  113. 'App\\Controller\\Back\\ParameterController' => 'getParameterControllerService',
  114. 'App\\Controller\\Back\\ResetPasswordController' => 'getResetPasswordControllerService',
  115. 'App\\Controller\\Back\\SensorController' => 'getSensorController2Service',
  116. 'App\\Controller\\Back\\StatistiqueController' => 'getStatistiqueControllerService',
  117. 'App\\Controller\\Back\\UserController' => 'getUserControllerService',
  118. 'App\\Controller\\Custom\\Luxembourg\\RegistrationController' => 'getRegistrationControllerService',
  119. 'App\\Controller\\Demo\\ProximityOpenController' => 'getProximityOpenControllerService',
  120. 'App\\Controller\\LoginController' => 'getLoginControllerService',
  121. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  122. 'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup' => 'getMongodbDatabaseBackupService',
  123. 'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup' => 'getMysqlDatabaseBackupService',
  124. 'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup' => 'getSqliteDatabaseBackupService',
  125. 'Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection' => 'getDatabaseToolCollectionService',
  126. 'Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory' => 'getFixturesLoaderFactoryService',
  127. 'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  128. 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  129. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  130. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  131. 'cache.app_clearer' => 'getCache_AppClearerService',
  132. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  133. 'cache.system_clearer' => 'getCache_SystemClearerService',
  134. 'cache_warmer' => 'getCacheWarmerService',
  135. 'console.command.public_alias.App\\Command\\AbelSensorSyncCommand' => 'getAbelSensorSyncCommandService',
  136. 'console.command.public_alias.App\\Command\\AutomaticAnonymizationCommand' => 'getAutomaticAnonymizationCommandService',
  137. 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxCreateSubscriptionForFreeCards' => 'getLuxCreateSubscriptionForFreeCardsService',
  138. 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxImportMBoxCard' => 'getLuxImportMBoxCardService',
  139. 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxImportMBoxUser' => 'getLuxImportMBoxUserService',
  140. 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxUpdateCardDataFromCardLux' => 'getLuxUpdateCardDataFromCardLuxService',
  141. 'console.command.public_alias.App\\Command\\DataMigrationCommand' => 'getDataMigrationCommandService',
  142. 'console.command.public_alias.App\\Command\\EndingSoonSubscription' => 'getEndingSoonSubscriptionService',
  143. 'console.command.public_alias.App\\Command\\LogAlertsSheltersCommand' => 'getLogAlertsSheltersCommandService',
  144. 'console.command.public_alias.App\\Command\\LogLowBatterySheltersCommand' => 'getLogLowBatterySheltersCommandService',
  145. 'console.command.public_alias.App\\Command\\MakeDataMigrationCommand' => 'getMakeDataMigrationCommandService',
  146. 'console.command.public_alias.App\\Command\\PreloadDashboardChartsCommand' => 'getPreloadDashboardChartsCommandService',
  147. 'console.command.public_alias.App\\Command\\PreloadDataChartsCommand' => 'getPreloadDataChartsCommandService',
  148. 'console.command.public_alias.App\\Command\\abriDecoCommand' => 'getAbriDecoCommandService',
  149. 'console.command.public_alias.App\\Command\\createCodeCommand' => 'getCreateCodeCommandService',
  150. 'console.command.public_alias.App\\Command\\logsGarageToUsageCommand' => 'getLogsGarageToUsageCommandService',
  151. 'console.command.public_alias.App\\Command\\lravSyncCommand' => 'getLravSyncCommandService',
  152. 'console.command.public_alias.App\\Command\\luckeyForceSyncCommand' => 'getLuckeyForceSyncCommandService',
  153. 'console.command.public_alias.App\\Command\\luckeySyncCommand' => 'getLuckeySyncCommandService',
  154. 'console.command.public_alias.App\\Command\\userFantomeCommand' => 'getUserFantomeCommandService',
  155. 'console.command_loader' => 'getConsole_CommandLoaderService',
  156. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  157. 'error_controller' => 'getErrorControllerService',
  158. 'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  159. 'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  160. 'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  161. 'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  162. 'knp_paginator' => 'getKnpPaginatorService',
  163. 'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  164. 'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  165. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  166. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  167. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  168. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  169. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  170. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  171. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  172. 'nelmio_api_doc.generator.external' => 'getNelmioApiDoc_Generator_ExternalService',
  173. 'nelmio_api_doc.generator.garage' => 'getNelmioApiDoc_Generator_GarageService',
  174. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  175. 'routing.loader' => 'getRouting_LoaderService',
  176. 'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  177. 'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  178. 'services_resetter' => 'getServicesResetterService',
  179. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  180. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  181. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  182. ];
  183. $this->aliases = [
  184. 'App\\Kernel' => 'kernel',
  185. 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  186. 'database_connection' => 'doctrine.dbal.default_connection',
  187. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  188. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  189. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  190. ];
  191. $this->privates['service_container'] = function () {
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  198. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  199. include_once \dirname(__DIR__, 4).'/src/EventListener/LocaleListener.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  201. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/AccessControlUser.php';
  202. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LocaleSubscriber.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  209. include_once \dirname(__DIR__, 4).'/src/Repository/ParameterRepository.php';
  210. include_once \dirname(__DIR__, 4).'/src/Service/ParameterService.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Hub.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  521. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/FileExistsExtension.php';
  522. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/ParameterExtension.php';
  523. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/TranslationExtension.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubRegistry.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Authorization.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  545. };
  546. }
  547. public function compile(): void
  548. {
  549. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  550. }
  551. public function isCompiled(): bool
  552. {
  553. return true;
  554. }
  555. public function getRemovedIds(): array
  556. {
  557. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  558. }
  559. protected function load($file, $lazyLoad = true)
  560. {
  561. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  562. return $class::do($this, $lazyLoad);
  563. }
  564. if ('.' === $file[-4]) {
  565. $class = substr($class, 0, -4);
  566. } else {
  567. $file .= '.php';
  568. }
  569. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  570. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  571. }
  572. protected function createProxy($class, \Closure $factory)
  573. {
  574. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  575. return $factory();
  576. }
  577. /**
  578. * Gets the public '.container.private.profiler' shared service.
  579. *
  580. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  581. */
  582. protected function get_Container_Private_ProfilerService()
  583. {
  584. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  585. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  586. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  587. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  588. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  589. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  590. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  591. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  592. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  593. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  594. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  595. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  596. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  597. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  598. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  599. $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  600. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  601. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  602. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  603. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  604. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  605. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  606. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  607. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  608. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  609. if ($this->has('kernel')) {
  610. $f->setKernel($b);
  611. }
  612. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  613. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  614. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  615. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  616. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  617. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  618. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  619. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  620. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  621. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  622. $instance->add($d);
  623. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  624. $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));
  625. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  626. $instance->add($e);
  627. $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([])))));
  628. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  629. $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()))));
  630. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  631. $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  632. yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  633. }, 1)));
  634. $instance->add($f);
  635. return $instance;
  636. }
  637. /**
  638. * Gets the public '.container.private.security.authorization_checker' shared service.
  639. *
  640. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  641. */
  642. protected function get_Container_Private_Security_AuthorizationCheckerService()
  643. {
  644. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  645. if (isset($this->services['.container.private.security.authorization_checker'])) {
  646. return $this->services['.container.private.security.authorization_checker'];
  647. }
  648. 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);
  649. }
  650. /**
  651. * Gets the public '.container.private.security.token_storage' shared service.
  652. *
  653. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  654. */
  655. protected function get_Container_Private_Security_TokenStorageService()
  656. {
  657. 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, [
  658. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  659. ], [
  660. 'request_stack' => '?',
  661. ]));
  662. }
  663. /**
  664. * Gets the public '.container.private.twig' shared service.
  665. *
  666. * @return \Twig\Environment
  667. */
  668. protected function get_Container_Private_TwigService()
  669. {
  670. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  671. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  672. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  673. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  674. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  675. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  676. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  677. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  678. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  679. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  680. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  681. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  682. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  683. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  684. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  685. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  686. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  687. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  688. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  689. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  690. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  691. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  692. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  693. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  694. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  695. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  696. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  697. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  698. $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  699. $e = new \Symfony\Bridge\Twig\Extension\AssetExtension($d);
  700. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  701. $g = ($this->services['router'] ?? $this->getRouterService());
  702. $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  703. $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  704. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  705. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  706. $k = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  707. $l = new \Symfony\Component\Mercure\HubRegistry($k, ['default' => $k]);
  708. $m = new \Symfony\Bridge\Twig\AppVariable();
  709. $m->setEnvironment('dev');
  710. $m->setDebug(true);
  711. if ($this->has('.container.private.security.token_storage')) {
  712. $m->setTokenStorage($i);
  713. }
  714. if ($this->has('request_stack')) {
  715. $m->setRequestStack($h);
  716. }
  717. $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  718. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  719. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  720. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  721. $instance->addExtension($e);
  722. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  723. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  724. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  725. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  726. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  727. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  728. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h, $g)));
  729. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
  730. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  731. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  732. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  733. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  734. $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($h, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  735. $instance->addExtension(new \App\Twig\Functions\FileExistsExtension($d, (\dirname(__DIR__, 4).'/public')));
  736. $instance->addExtension(new \App\Twig\Functions\ParameterExtension(($this->privates['App\\Service\\ParameterService'] ?? $this->getParameterServiceService())));
  737. $instance->addExtension(new \App\Twig\Functions\TranslationExtension($h, $this->parameters['datatables']));
  738. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  739. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  740. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $c)));
  741. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  742. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  743. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  744. ], [
  745. 'webpack_encore.entrypoint_lookup_collection' => '?',
  746. 'webpack_encore.tag_renderer' => '?',
  747. ])));
  748. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  749. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  750. $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($l, new \Symfony\Component\Mercure\Authorization($l, NULL), $h));
  751. $instance->addGlobal('app', $m);
  752. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  753. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  754. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  755. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  756. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  757. ], [
  758. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  759. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  760. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  761. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  762. ])));
  763. $instance->addGlobal('MercureUrl', $this->getEnv('MERCURE_URL'));
  764. $instance->addGlobal('MercureToken', $this->getEnv('MERCURE_TOKEN'));
  765. $instance->addGlobal('bo_version', $this->getEnv('BO_VERSION'));
  766. $instance->registerUndefinedFilterCallback([0 => $n, 1 => 'suggestFilter']);
  767. $instance->registerUndefinedFunctionCallback([0 => $n, 1 => 'suggestFunction']);
  768. $instance->registerUndefinedTokenParserCallback([0 => $n, 1 => 'suggestTag']);
  769. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  770. return $instance;
  771. }
  772. /**
  773. * Gets the public '.container.private.validator' shared service.
  774. *
  775. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  776. */
  777. protected function get_Container_Private_ValidatorService()
  778. {
  779. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  780. }
  781. /**
  782. * Gets the public 'cache.app' shared service.
  783. *
  784. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  785. */
  786. protected function getCache_AppService()
  787. {
  788. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vbF2wPR6Nm', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  789. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  790. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  791. }
  792. /**
  793. * Gets the public 'cache.rate_limiter' shared service.
  794. *
  795. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  796. */
  797. protected function getCache_RateLimiterService()
  798. {
  799. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Ww802UYhEo', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  800. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  801. return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  802. }
  803. /**
  804. * Gets the public 'cache.system' shared service.
  805. *
  806. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  807. */
  808. protected function getCache_SystemService()
  809. {
  810. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1IxzuPByo3', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  811. }
  812. /**
  813. * Gets the public 'cache.validator_expression_language' shared service.
  814. *
  815. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  816. */
  817. protected function getCache_ValidatorExpressionLanguageService()
  818. {
  819. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YA3vynA6SP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  820. }
  821. /**
  822. * Gets the public 'data_collector.dump' shared service.
  823. *
  824. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  825. */
  826. protected function getDataCollector_DumpService()
  827. {
  828. return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  829. }
  830. /**
  831. * Gets the public 'doctrine' shared service.
  832. *
  833. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  834. */
  835. protected function getDoctrineService()
  836. {
  837. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  838. }
  839. /**
  840. * Gets the public 'doctrine.dbal.default_connection' shared service.
  841. *
  842. * @return \Doctrine\DBAL\Connection
  843. */
  844. protected function getDoctrine_Dbal_DefaultConnectionService()
  845. {
  846. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  847. if (isset($this->services['doctrine.dbal.default_connection'])) {
  848. return $this->services['doctrine.dbal.default_connection'];
  849. }
  850. $b = new \Doctrine\DBAL\Configuration();
  851. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  852. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  853. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  854. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  855. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  856. $d->setConnectionName('default');
  857. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  858. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  859. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  860. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  861. }
  862. /**
  863. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  864. *
  865. * @return \Doctrine\ORM\EntityManager
  866. */
  867. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  868. {
  869. if ($lazyLoad) {
  870. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  871. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  872. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  873. $proxy->setProxyInitializer(null);
  874. return true;
  875. });
  876. });
  877. }
  878. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  901. $a = new \Doctrine\ORM\Configuration();
  902. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  903. $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false)));
  904. $b->addDriver($c, 'App\\Entity');
  905. $b->addDriver($c, 'League\\Bundle\\OAuth2ServerBundle\\Entity');
  906. $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client', true, 'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  907. $a->setEntityNamespaces(['App' => 'App\\Entity', 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  908. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  909. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  910. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  911. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  912. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  913. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  914. ], [
  915. 'doctrine.ulid_generator' => '?',
  916. 'doctrine.uuid_generator' => '?',
  917. ])));
  918. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  919. $a->setProxyNamespace('Proxies');
  920. $a->setAutoGenerateProxyClasses(true);
  921. $a->setSchemaIgnoreClasses([]);
  922. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  923. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  924. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  925. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  926. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  927. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  928. $a->setLazyGhostObjectEnabled(false);
  929. $a->setIdentityGenerationPreferences([]);
  930. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  931. 'App\\Repository\\AbonnementLuckeyRepository' => ['privates', 'App\\Repository\\AbonnementLuckeyRepository', 'getAbonnementLuckeyRepositoryService', true],
  932. 'App\\Repository\\AbonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', true],
  933. 'App\\Repository\\AccessTypeRepository' => ['privates', 'App\\Repository\\AccessTypeRepository', 'getAccessTypeRepositoryService', true],
  934. 'App\\Repository\\AlertRepository' => ['privates', 'App\\Repository\\AlertRepository', 'getAlertRepositoryService', true],
  935. 'App\\Repository\\AlertTypeRepository' => ['privates', 'App\\Repository\\AlertTypeRepository', 'getAlertTypeRepositoryService', true],
  936. 'App\\Repository\\AlertesubRepository' => ['privates', 'App\\Repository\\AlertesubRepository', 'getAlertesubRepositoryService', true],
  937. 'App\\Repository\\BatteryLogRepository' => ['privates', 'App\\Repository\\BatteryLogRepository', 'getBatteryLogRepositoryService', true],
  938. 'App\\Repository\\BikeRepository' => ['privates', 'App\\Repository\\BikeRepository', 'getBikeRepositoryService', true],
  939. 'App\\Repository\\CapteurOccupationRepository' => ['privates', 'App\\Repository\\CapteurOccupationRepository', 'getCapteurOccupationRepositoryService', true],
  940. 'App\\Repository\\CapteurRepository' => ['privates', 'App\\Repository\\CapteurRepository', 'getCapteurRepositoryService', true],
  941. 'App\\Repository\\CardLuxembourgRepository' => ['privates', 'App\\Repository\\CardLuxembourgRepository', 'getCardLuxembourgRepositoryService', true],
  942. 'App\\Repository\\CardRepository' => ['privates', 'App\\Repository\\CardRepository', 'getCardRepositoryService', true],
  943. 'App\\Repository\\CardTypeRepository' => ['privates', 'App\\Repository\\CardTypeRepository', 'getCardTypeRepositoryService', true],
  944. 'App\\Repository\\CodeRepository' => ['privates', 'App\\Repository\\CodeRepository', 'getCodeRepositoryService', true],
  945. 'App\\Repository\\CommandeRepository' => ['privates', 'App\\Repository\\CommandeRepository', 'getCommandeRepositoryService', true],
  946. 'App\\Repository\\ContactRepository' => ['privates', 'App\\Repository\\ContactRepository', 'getContactRepositoryService', true],
  947. 'App\\Repository\\CorrespondenceLyonSheltersRepository' => ['privates', 'App\\Repository\\CorrespondenceLyonSheltersRepository', 'getCorrespondenceLyonSheltersRepositoryService', true],
  948. 'App\\Repository\\CustomShelterAlertMessagesRepository' => ['privates', 'App\\Repository\\CustomShelterAlertMessagesRepository', 'getCustomShelterAlertMessagesRepositoryService', true],
  949. 'App\\Repository\\DataMigrationRepository' => ['privates', 'App\\Repository\\DataMigrationRepository', 'getDataMigrationRepositoryService', true],
  950. 'App\\Repository\\ExploitantRepository' => ['privates', 'App\\Repository\\ExploitantRepository', 'getExploitantRepositoryService', true],
  951. 'App\\Repository\\FactureRepository' => ['privates', 'App\\Repository\\FactureRepository', 'getFactureRepositoryService', true],
  952. 'App\\Repository\\GarageLuckeyRepository' => ['privates', 'App\\Repository\\GarageLuckeyRepository', 'getGarageLuckeyRepositoryService', true],
  953. 'App\\Repository\\GarageRepository' => ['privates', 'App\\Repository\\GarageRepository', 'getGarageRepositoryService', true],
  954. 'App\\Repository\\HistoriqueRepository' => ['privates', 'App\\Repository\\HistoriqueRepository', 'getHistoriqueRepositoryService', true],
  955. 'App\\Repository\\HistorySeatOccupationRepository' => ['privates', 'App\\Repository\\HistorySeatOccupationRepository', 'getHistorySeatOccupationRepositoryService', true],
  956. 'App\\Repository\\InvoiceArchiveRepository' => ['privates', 'App\\Repository\\InvoiceArchiveRepository', 'getInvoiceArchiveRepositoryService', true],
  957. 'App\\Repository\\InvoiceLineRepository' => ['privates', 'App\\Repository\\InvoiceLineRepository', 'getInvoiceLineRepositoryService', true],
  958. 'App\\Repository\\LogsGarageRepository' => ['privates', 'App\\Repository\\LogsGarageRepository', 'getLogsGarageRepositoryService', true],
  959. 'App\\Repository\\LogsMailRepository' => ['privates', 'App\\Repository\\LogsMailRepository', 'getLogsMailRepositoryService', true],
  960. 'App\\Repository\\LogsUsageRepository' => ['privates', 'App\\Repository\\LogsUsageRepository', 'getLogsUsageRepositoryService', true],
  961. 'App\\Repository\\LogsUserRepository' => ['privates', 'App\\Repository\\LogsUserRepository', 'getLogsUserRepositoryService', true],
  962. 'App\\Repository\\NotesRepository' => ['privates', 'App\\Repository\\NotesRepository', 'getNotesRepositoryService', true],
  963. 'App\\Repository\\OauthTokenRepository' => ['privates', 'App\\Repository\\OauthTokenRepository', 'getOauthTokenRepositoryService', true],
  964. 'App\\Repository\\OccupationGaragesRepository' => ['privates', 'App\\Repository\\OccupationGaragesRepository', 'getOccupationGaragesRepositoryService', true],
  965. 'App\\Repository\\OffreRepository' => ['privates', 'App\\Repository\\OffreRepository', 'getOffreRepositoryService', true],
  966. 'App\\Repository\\ParameterCategoryRepository' => ['privates', 'App\\Repository\\ParameterCategoryRepository', 'getParameterCategoryRepositoryService', true],
  967. 'App\\Repository\\ParameterRepository' => ['privates', 'App\\Repository\\ParameterRepository', 'getParameterRepositoryService', false],
  968. 'App\\Repository\\RackRepository' => ['privates', 'App\\Repository\\RackRepository', 'getRackRepositoryService', true],
  969. 'App\\Repository\\RackServiceRepository' => ['privates', 'App\\Repository\\RackServiceRepository', 'getRackServiceRepositoryService', true],
  970. 'App\\Repository\\RackServiceTypeRepository' => ['privates', 'App\\Repository\\RackServiceTypeRepository', 'getRackServiceTypeRepositoryService', true],
  971. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  972. 'App\\Repository\\ShelterTypeRepository' => ['privates', 'App\\Repository\\ShelterTypeRepository', 'getShelterTypeRepositoryService', true],
  973. 'App\\Repository\\TextesRepository' => ['privates', 'App\\Repository\\TextesRepository', 'getTextesRepositoryService', true],
  974. 'App\\Repository\\TransactionBancaireRepository' => ['privates', 'App\\Repository\\TransactionBancaireRepository', 'getTransactionBancaireRepositoryService', true],
  975. 'App\\Repository\\TypeOffreRepository' => ['privates', 'App\\Repository\\TypeOffreRepository', 'getTypeOffreRepositoryService', true],
  976. 'App\\Repository\\UserLuckeyRepository' => ['privates', 'App\\Repository\\UserLuckeyRepository', 'getUserLuckeyRepositoryService', true],
  977. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  978. 'App\\Repository\\WebServiceAutoriteRepository' => ['privates', 'App\\Repository\\WebServiceAutoriteRepository', 'getWebServiceAutoriteRepositoryService', true],
  979. 'App\\Repository\\ZChartRevenuesRepository' => ['privates', 'App\\Repository\\ZChartRevenuesRepository', 'getZChartRevenuesRepositoryService', true],
  980. 'App\\Repository\\ZChartSubscribersRepository' => ['privates', 'App\\Repository\\ZChartSubscribersRepository', 'getZChartSubscribersRepositoryService', true],
  981. 'App\\Repository\\ZChartUsageRepository' => ['privates', 'App\\Repository\\ZChartUsageRepository', 'getZChartUsageRepositoryService', true],
  982. 'App\\Repository\\ZChartUsersRepository' => ['privates', 'App\\Repository\\ZChartUsersRepository', 'getZChartUsersRepositoryService', true],
  983. 'App\\Repository\\ZShelterMonthlyOccupationRepository' => ['privates', 'App\\Repository\\ZShelterMonthlyOccupationRepository', 'getZShelterMonthlyOccupationRepositoryService', true],
  984. ], [
  985. 'App\\Repository\\AbonnementLuckeyRepository' => '?',
  986. 'App\\Repository\\AbonnementRepository' => '?',
  987. 'App\\Repository\\AccessTypeRepository' => '?',
  988. 'App\\Repository\\AlertRepository' => '?',
  989. 'App\\Repository\\AlertTypeRepository' => '?',
  990. 'App\\Repository\\AlertesubRepository' => '?',
  991. 'App\\Repository\\BatteryLogRepository' => '?',
  992. 'App\\Repository\\BikeRepository' => '?',
  993. 'App\\Repository\\CapteurOccupationRepository' => '?',
  994. 'App\\Repository\\CapteurRepository' => '?',
  995. 'App\\Repository\\CardLuxembourgRepository' => '?',
  996. 'App\\Repository\\CardRepository' => '?',
  997. 'App\\Repository\\CardTypeRepository' => '?',
  998. 'App\\Repository\\CodeRepository' => '?',
  999. 'App\\Repository\\CommandeRepository' => '?',
  1000. 'App\\Repository\\ContactRepository' => '?',
  1001. 'App\\Repository\\CorrespondenceLyonSheltersRepository' => '?',
  1002. 'App\\Repository\\CustomShelterAlertMessagesRepository' => '?',
  1003. 'App\\Repository\\DataMigrationRepository' => '?',
  1004. 'App\\Repository\\ExploitantRepository' => '?',
  1005. 'App\\Repository\\FactureRepository' => '?',
  1006. 'App\\Repository\\GarageLuckeyRepository' => '?',
  1007. 'App\\Repository\\GarageRepository' => '?',
  1008. 'App\\Repository\\HistoriqueRepository' => '?',
  1009. 'App\\Repository\\HistorySeatOccupationRepository' => '?',
  1010. 'App\\Repository\\InvoiceArchiveRepository' => '?',
  1011. 'App\\Repository\\InvoiceLineRepository' => '?',
  1012. 'App\\Repository\\LogsGarageRepository' => '?',
  1013. 'App\\Repository\\LogsMailRepository' => '?',
  1014. 'App\\Repository\\LogsUsageRepository' => '?',
  1015. 'App\\Repository\\LogsUserRepository' => '?',
  1016. 'App\\Repository\\NotesRepository' => '?',
  1017. 'App\\Repository\\OauthTokenRepository' => '?',
  1018. 'App\\Repository\\OccupationGaragesRepository' => '?',
  1019. 'App\\Repository\\OffreRepository' => '?',
  1020. 'App\\Repository\\ParameterCategoryRepository' => '?',
  1021. 'App\\Repository\\ParameterRepository' => '?',
  1022. 'App\\Repository\\RackRepository' => '?',
  1023. 'App\\Repository\\RackServiceRepository' => '?',
  1024. 'App\\Repository\\RackServiceTypeRepository' => '?',
  1025. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1026. 'App\\Repository\\ShelterTypeRepository' => '?',
  1027. 'App\\Repository\\TextesRepository' => '?',
  1028. 'App\\Repository\\TransactionBancaireRepository' => '?',
  1029. 'App\\Repository\\TypeOffreRepository' => '?',
  1030. 'App\\Repository\\UserLuckeyRepository' => '?',
  1031. 'App\\Repository\\UserRepository' => '?',
  1032. 'App\\Repository\\WebServiceAutoriteRepository' => '?',
  1033. 'App\\Repository\\ZChartRevenuesRepository' => '?',
  1034. 'App\\Repository\\ZChartSubscribersRepository' => '?',
  1035. 'App\\Repository\\ZChartUsageRepository' => '?',
  1036. 'App\\Repository\\ZChartUsersRepository' => '?',
  1037. 'App\\Repository\\ZShelterMonthlyOccupationRepository' => '?',
  1038. ])));
  1039. $a->addCustomStringFunction('ANY_VALUE', 'App\\DQL\\DQLAnyValue');
  1040. $a->addCustomStringFunction('REGEXP', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
  1041. $a->addCustomStringFunction('JSON_CONTAINS', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
  1042. $a->addCustomDatetimeFunction('DATE', 'App\\DQL\\DQLDate');
  1043. $a->addCustomDatetimeFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1044. $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()));
  1045. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1046. return $instance;
  1047. }
  1048. /**
  1049. * Gets the public 'event_dispatcher' shared service.
  1050. *
  1051. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1052. */
  1053. protected function getEventDispatcherService()
  1054. {
  1055. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1056. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1057. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1058. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1059. $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())));
  1060. $instance->addListener('kernel.request', [0 => function () {
  1061. return ($this->privates['App\\EventListener\\LocaleListener'] ?? ($this->privates['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener('fr')));
  1062. }, 1 => 'onKernelRequest'], 20);
  1063. $instance->addListener('kernel.controller', [0 => function () {
  1064. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1065. }, 1 => 'onKernelController'], 0);
  1066. $instance->addListener('console.command', [0 => function () {
  1067. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1068. }, 1 => 'onConsoleCommand'], 0);
  1069. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1070. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1071. }, 1 => 'checkPassport'], 1024);
  1072. $instance->addListener('kernel.response', [0 => function () {
  1073. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1074. }, 1 => 'onKernelResponse'], 0);
  1075. $instance->addListener('kernel.request', [0 => function () {
  1076. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1077. }, 1 => 'onKernelRequest'], 0);
  1078. $instance->addListener('kernel.exception', [0 => function () {
  1079. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1080. }, 1 => 'onKernelException'], 0);
  1081. $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [0 => function () {
  1082. return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1083. }, 1 => 'onAuthorizationRequest'], 1024);
  1084. $instance->addListener('league.oauth2_server.event.pre_save_client', [0 => function () {
  1085. return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1086. }, 1 => '__invoke'], 0);
  1087. $instance->addListener('kernel.controller', [0 => function () {
  1088. return ($this->privates['App\\EventSubscriber\\AccessControlUser'] ?? $this->getAccessControlUserService());
  1089. }, 1 => 'onKernelController'], 0);
  1090. $instance->addListener('kernel.request', [0 => function () {
  1091. return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  1092. }, 1 => 'onKernelRequest'], 20);
  1093. $instance->addListener('kernel.response', [0 => function () {
  1094. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1095. }, 1 => 'onKernelResponse'], 0);
  1096. $instance->addListener('kernel.response', [0 => function () {
  1097. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1098. }, 1 => 'onKernelResponse'], -1024);
  1099. $instance->addListener('kernel.request', [0 => function () {
  1100. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1101. }, 1 => 'setDefaultLocale'], 100);
  1102. $instance->addListener('kernel.request', [0 => function () {
  1103. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1104. }, 1 => 'onKernelRequest'], 16);
  1105. $instance->addListener('kernel.finish_request', [0 => function () {
  1106. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1107. }, 1 => 'onKernelFinishRequest'], 0);
  1108. $instance->addListener('kernel.request', [0 => function () {
  1109. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1110. }, 1 => 'onKernelRequest'], 256);
  1111. $instance->addListener('kernel.response', [0 => function () {
  1112. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1113. }, 1 => 'onResponse'], -255);
  1114. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1115. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1116. }, 1 => 'onControllerArguments'], 0);
  1117. $instance->addListener('kernel.exception', [0 => function () {
  1118. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1119. }, 1 => 'logKernelException'], 0);
  1120. $instance->addListener('kernel.exception', [0 => function () {
  1121. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1122. }, 1 => 'onKernelException'], -128);
  1123. $instance->addListener('kernel.response', [0 => function () {
  1124. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1125. }, 1 => 'removeCspHeader'], -128);
  1126. $instance->addListener('kernel.request', [0 => function () {
  1127. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1128. }, 1 => 'onKernelRequest'], 15);
  1129. $instance->addListener('kernel.finish_request', [0 => function () {
  1130. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1131. }, 1 => 'onKernelFinishRequest'], -15);
  1132. $instance->addListener('console.error', [0 => function () {
  1133. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1134. }, 1 => 'onConsoleError'], -128);
  1135. $instance->addListener('console.terminate', [0 => function () {
  1136. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1137. }, 1 => 'onConsoleTerminate'], -128);
  1138. $instance->addListener('console.error', [0 => function () {
  1139. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1140. }, 1 => 'onConsoleError'], 0);
  1141. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1142. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1143. }, 1 => 'onMessage'], -255);
  1144. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1145. return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1146. }, 1 => 'onMessage'], 0);
  1147. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1148. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1149. }, 1 => 'onMessage'], -255);
  1150. $instance->addListener('kernel.request', [0 => function () {
  1151. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1152. }, 1 => 'configure'], 2048);
  1153. $instance->addListener('console.command', [0 => function () {
  1154. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1155. }, 1 => 'configure'], 2048);
  1156. $instance->addListener('kernel.request', [0 => function () {
  1157. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1158. }, 1 => 'onKernelRequest'], 32);
  1159. $instance->addListener('kernel.finish_request', [0 => function () {
  1160. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1161. }, 1 => 'onKernelFinishRequest'], 0);
  1162. $instance->addListener('kernel.exception', [0 => function () {
  1163. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1164. }, 1 => 'onKernelException'], -64);
  1165. $instance->addListener('kernel.response', [0 => function () {
  1166. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1167. }, 1 => 'onKernelResponse'], 0);
  1168. $instance->addListener('kernel.request', [0 => function () {
  1169. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1170. }, 1 => 'onKernelRequest'], 128);
  1171. $instance->addListener('kernel.response', [0 => function () {
  1172. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1173. }, 1 => 'onKernelResponse'], -1000);
  1174. $instance->addListener('kernel.finish_request', [0 => function () {
  1175. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1176. }, 1 => 'onFinishRequest'], 0);
  1177. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1178. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1179. }, 1 => 'onNotification'], -255);
  1180. $instance->addListener('kernel.response', [0 => function () {
  1181. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1182. }, 1 => 'onKernelResponse'], -100);
  1183. $instance->addListener('kernel.exception', [0 => function () {
  1184. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1185. }, 1 => 'onKernelException'], 0);
  1186. $instance->addListener('kernel.terminate', [0 => function () {
  1187. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1188. }, 1 => 'onKernelTerminate'], -1024);
  1189. $instance->addListener('kernel.controller', [0 => function () {
  1190. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1191. }, 1 => 'onKernelController'], 0);
  1192. $instance->addListener('kernel.response', [0 => function () {
  1193. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1194. }, 1 => 'onKernelResponse'], 0);
  1195. $instance->addListener('kernel.controller', [0 => function () {
  1196. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1197. }, 1 => 'onKernelController'], 0);
  1198. $instance->addListener('kernel.controller', [0 => function () {
  1199. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1200. }, 1 => 'onKernelController'], 0);
  1201. $instance->addListener('kernel.controller', [0 => function () {
  1202. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1203. }, 1 => 'onKernelController'], -128);
  1204. $instance->addListener('kernel.view', [0 => function () {
  1205. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1206. }, 1 => 'onKernelView'], 0);
  1207. $instance->addListener('kernel.controller', [0 => function () {
  1208. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1209. }, 1 => 'onKernelController'], 0);
  1210. $instance->addListener('kernel.response', [0 => function () {
  1211. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1212. }, 1 => 'onKernelResponse'], 0);
  1213. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1214. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1215. }, 1 => 'onKernelControllerArguments'], 0);
  1216. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1217. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1218. }, 1 => 'onKernelControllerArguments'], 0);
  1219. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1220. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1221. }, 1 => 'onMessage'], 0);
  1222. $instance->addListener('kernel.response', [0 => function () {
  1223. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1224. }, 1 => 'onKernelResponse'], -128);
  1225. $instance->addListener('console.command', [0 => function () {
  1226. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1227. }, 1 => 'onCommand'], 255);
  1228. $instance->addListener('console.terminate', [0 => function () {
  1229. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1230. }, 1 => 'onTerminate'], -255);
  1231. $instance->addListener('console.command', [0 => function () {
  1232. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1233. }, 1 => 'configure'], 1024);
  1234. $instance->addListener('console.error', [0 => function () {
  1235. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1236. }, 1 => 'onConsoleError'], 0);
  1237. $instance->addListener('console.terminate', [0 => function () {
  1238. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1239. }, 1 => 'onConsoleTerminate'], 0);
  1240. $instance->addListener('kernel.response', [0 => function () {
  1241. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1242. }, 1 => 'onKernelResponse'], 0);
  1243. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1244. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1245. }, 1 => 'checkPassport'], 0);
  1246. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1247. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1248. }, 1 => 'onLoginSuccess'], 0);
  1249. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1250. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1251. }, 1 => 'onVoterVote'], 0);
  1252. $instance->addListener('kernel.request', [0 => function () {
  1253. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1254. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1255. $instance->addListener('kernel.request', [0 => function () {
  1256. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1257. }, 1 => 'onKernelRequest'], 8);
  1258. $instance->addListener('kernel.finish_request', [0 => function () {
  1259. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1260. }, 1 => 'onKernelFinishRequest'], 0);
  1261. $instance->addListener('kernel.exception', [0 => function () {
  1262. return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  1263. }, 1 => 'onKernelException'], 2);
  1264. $instance->addListener('kernel.request', [0 => function () {
  1265. return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  1266. }, 1 => 'onKernelRequest'], 0);
  1267. $instance->addListener('security.authentication.success', [0 => function () {
  1268. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1269. }, 1 => 'onLogin'], 9223372036854775807);
  1270. $instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
  1271. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1272. }, 1 => 'onAccessDenied'], 0);
  1273. $instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
  1274. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1275. }, 1 => 'onTwoFactorForm'], 0);
  1276. $instance->addListener('kernel.response', [0 => function () {
  1277. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1278. }, 1 => 'onKernelResponse'], 1);
  1279. $instance->addListener('knp_pager.before', [0 => function () {
  1280. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1281. }, 1 => 'before'], 0);
  1282. $instance->addListener('knp_pager.pagination', [0 => function () {
  1283. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1284. }, 1 => 'pagination'], 0);
  1285. $instance->addListener('knp_pager.before', [0 => function () {
  1286. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1287. }, 1 => 'before'], 1);
  1288. $instance->addListener('knp_pager.before', [0 => function () {
  1289. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1290. }, 1 => 'before'], 1);
  1291. $instance->addListener('knp_pager.pagination', [0 => function () {
  1292. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1293. }, 1 => 'pagination'], 1);
  1294. $instance->addListener('security.authentication.success', [0 => function () {
  1295. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  1296. }, 1 => 'onLogin'], 9223372036854775806);
  1297. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1298. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1299. }, 1 => 'checkPassport'], 0);
  1300. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1301. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  1302. }, 1 => 'onSuccessfulLogin'], -63);
  1303. $instance->addListener('kernel.finish_request', [0 => function () {
  1304. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1305. }, 1 => 'resetAssets'], 0);
  1306. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1307. return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1308. }, 1 => 'checkPassport'], 256);
  1309. $instance->addListener('kernel.response', [0 => function () {
  1310. return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  1311. }, 1 => 'onKernelResponse'], 0);
  1312. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1313. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1314. }, 1 => 'checkPassport'], 512);
  1315. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1316. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1317. }, 1 => 'onLogout'], 0);
  1318. return $instance;
  1319. }
  1320. /**
  1321. * Gets the public 'http_kernel' shared service.
  1322. *
  1323. * @return \Symfony\Component\HttpKernel\HttpKernel
  1324. */
  1325. protected function getHttpKernelService()
  1326. {
  1327. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1328. if (isset($this->services['http_kernel'])) {
  1329. return $this->services['http_kernel'];
  1330. }
  1331. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1332. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1333. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1334. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1335. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1336. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1337. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1338. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1339. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1340. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1341. }, 8)), $b));
  1342. }
  1343. /**
  1344. * Gets the public 'monolog.logger.deprecation' shared service.
  1345. *
  1346. * @return \Symfony\Bridge\Monolog\Logger
  1347. */
  1348. protected function getMonolog_Logger_DeprecationService()
  1349. {
  1350. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1351. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1352. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1353. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1354. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1355. return $instance;
  1356. }
  1357. /**
  1358. * Gets the public 'request_stack' shared service.
  1359. *
  1360. * @return \Symfony\Component\HttpFoundation\RequestStack
  1361. */
  1362. protected function getRequestStackService()
  1363. {
  1364. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1365. }
  1366. /**
  1367. * Gets the public 'router' shared service.
  1368. *
  1369. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1370. */
  1371. protected function getRouterService()
  1372. {
  1373. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1374. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1375. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1376. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1377. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1378. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1379. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1380. ], [
  1381. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1382. ]))->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');
  1383. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1384. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1385. return $instance;
  1386. }
  1387. /**
  1388. * Gets the public 'translator' shared service.
  1389. *
  1390. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1391. */
  1392. protected function getTranslatorService()
  1393. {
  1394. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1395. }
  1396. /**
  1397. * Gets the public 'var_dumper.cloner' shared service.
  1398. *
  1399. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1400. */
  1401. protected function getVarDumper_ClonerService()
  1402. {
  1403. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1404. $instance->setMaxItems(2500);
  1405. $instance->setMinDepth(1);
  1406. $instance->setMaxString(-1);
  1407. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1408. return $instance;
  1409. }
  1410. /**
  1411. * Gets the private '.debug.http_client' shared service.
  1412. *
  1413. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1414. */
  1415. protected function get_Debug_HttpClientService()
  1416. {
  1417. $a = \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false, 'headers' => [], 'resolve' => []], 6);
  1418. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1419. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1420. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1421. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1422. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1423. $a->setLogger($b);
  1424. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1425. }
  1426. /**
  1427. * Gets the private '.service_locator.8oxZTPg' shared service.
  1428. *
  1429. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1430. */
  1431. protected function get_ServiceLocator_8oxZTPgService()
  1432. {
  1433. return $this->privates['.service_locator.8oxZTPg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1434. 'security.firewall.map.context.api_supervision' => ['privates', 'security.firewall.map.context.api_supervision', 'getSecurity_Firewall_Map_Context_ApiSupervisionService', true],
  1435. 'security.firewall.map.context.api_supervision_token' => ['privates', 'security.firewall.map.context.api_supervision_token', 'getSecurity_Firewall_Map_Context_ApiSupervisionTokenService', true],
  1436. 'security.firewall.map.context.api_v2' => ['privates', 'security.firewall.map.context.api_v2', 'getSecurity_Firewall_Map_Context_ApiV2Service', true],
  1437. 'security.firewall.map.context.api_v2_token' => ['privates', 'security.firewall.map.context.api_v2_token', 'getSecurity_Firewall_Map_Context_ApiV2TokenService', true],
  1438. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1439. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1440. ], [
  1441. 'security.firewall.map.context.api_supervision' => '?',
  1442. 'security.firewall.map.context.api_supervision_token' => '?',
  1443. 'security.firewall.map.context.api_v2' => '?',
  1444. 'security.firewall.map.context.api_v2_token' => '?',
  1445. 'security.firewall.map.context.dev' => '?',
  1446. 'security.firewall.map.context.main' => '?',
  1447. ]);
  1448. }
  1449. /**
  1450. * Gets the private 'App\EventSubscriber\AccessControlUser' shared autowired service.
  1451. *
  1452. * @return \App\EventSubscriber\AccessControlUser
  1453. */
  1454. protected function getAccessControlUserService()
  1455. {
  1456. return $this->privates['App\\EventSubscriber\\AccessControlUser'] = new \App\EventSubscriber\AccessControlUser(($this->privates['App\\Service\\ParameterService'] ?? $this->getParameterServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  1457. }
  1458. /**
  1459. * Gets the private 'App\Repository\ParameterRepository' shared autowired service.
  1460. *
  1461. * @return \App\Repository\ParameterRepository
  1462. */
  1463. protected function getParameterRepositoryService()
  1464. {
  1465. return $this->privates['App\\Repository\\ParameterRepository'] = new \App\Repository\ParameterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1466. }
  1467. /**
  1468. * Gets the private 'App\Service\ParameterService' shared autowired service.
  1469. *
  1470. * @return \App\Service\ParameterService
  1471. */
  1472. protected function getParameterServiceService()
  1473. {
  1474. return $this->privates['App\\Service\\ParameterService'] = new \App\Service\ParameterService(($this->privates['App\\Repository\\ParameterRepository'] ?? $this->getParameterRepositoryService()));
  1475. }
  1476. /**
  1477. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1478. *
  1479. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1480. */
  1481. protected function getResetAssetsEventListenerService()
  1482. {
  1483. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1484. }
  1485. /**
  1486. * Gets the private 'annotations.cache_adapter' shared service.
  1487. *
  1488. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1489. */
  1490. protected function getAnnotations_CacheAdapterService()
  1491. {
  1492. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1493. }
  1494. /**
  1495. * Gets the private 'annotations.cached_reader' shared service.
  1496. *
  1497. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1498. */
  1499. protected function getAnnotations_CachedReaderService()
  1500. {
  1501. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1502. }
  1503. /**
  1504. * Gets the private 'annotations.reader' shared service.
  1505. *
  1506. * @return \Doctrine\Common\Annotations\AnnotationReader
  1507. */
  1508. protected function getAnnotations_ReaderService()
  1509. {
  1510. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1511. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1512. $a->registerUniqueLoader('class_exists');
  1513. $instance->addGlobalIgnoredName('required', $a);
  1514. return $instance;
  1515. }
  1516. /**
  1517. * Gets the private 'assets.packages' shared service.
  1518. *
  1519. * @return \Symfony\Component\Asset\Packages
  1520. */
  1521. protected function getAssets_PackagesService()
  1522. {
  1523. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1524. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1525. return new \EmptyIterator();
  1526. }, 0));
  1527. }
  1528. /**
  1529. * Gets the private 'cache.annotations' shared service.
  1530. *
  1531. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1532. */
  1533. protected function getCache_AnnotationsService()
  1534. {
  1535. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uVM9sJvuTb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1536. }
  1537. /**
  1538. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1539. *
  1540. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1541. */
  1542. protected function getCache_Doctrine_Orm_Default_QueryService()
  1543. {
  1544. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1545. }
  1546. /**
  1547. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1548. *
  1549. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1550. */
  1551. protected function getCache_Doctrine_Orm_Default_ResultService()
  1552. {
  1553. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1554. }
  1555. /**
  1556. * Gets the private 'cache.property_info' shared service.
  1557. *
  1558. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1559. */
  1560. protected function getCache_PropertyInfoService()
  1561. {
  1562. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZKlwpg9vlP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1563. }
  1564. /**
  1565. * Gets the private 'cache.security_expression_language' shared service.
  1566. *
  1567. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1568. */
  1569. protected function getCache_SecurityExpressionLanguageService()
  1570. {
  1571. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IL2GVngPfX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1572. }
  1573. /**
  1574. * Gets the private 'cache.security_token_verifier' shared service.
  1575. *
  1576. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1577. */
  1578. protected function getCache_SecurityTokenVerifierService()
  1579. {
  1580. return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CpEyLLl2iE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1581. }
  1582. /**
  1583. * Gets the private 'cache.serializer' shared service.
  1584. *
  1585. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1586. */
  1587. protected function getCache_SerializerService()
  1588. {
  1589. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OXb8N7k3iV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1590. }
  1591. /**
  1592. * Gets the private 'cache.validator' shared service.
  1593. *
  1594. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1595. */
  1596. protected function getCache_ValidatorService()
  1597. {
  1598. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vKQAjQSlHF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1599. }
  1600. /**
  1601. * Gets the private 'cache.webpack_encore' shared service.
  1602. *
  1603. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1604. */
  1605. protected function getCache_WebpackEncoreService()
  1606. {
  1607. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aE02rcP4HN', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1608. }
  1609. /**
  1610. * Gets the private 'config_cache_factory' shared service.
  1611. *
  1612. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1613. */
  1614. protected function getConfigCacheFactoryService()
  1615. {
  1616. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1617. 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)));
  1618. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1619. }, 2));
  1620. }
  1621. /**
  1622. * Gets the private 'data_collector.form' shared service.
  1623. *
  1624. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1625. */
  1626. protected function getDataCollector_FormService()
  1627. {
  1628. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1629. }
  1630. /**
  1631. * Gets the private 'data_collector.request' shared service.
  1632. *
  1633. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1634. */
  1635. protected function getDataCollector_RequestService()
  1636. {
  1637. 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())));
  1638. }
  1639. /**
  1640. * Gets the private 'debug.debug_handlers_listener' shared service.
  1641. *
  1642. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1643. */
  1644. protected function getDebug_DebugHandlersListenerService()
  1645. {
  1646. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1647. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1648. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1649. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1650. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1651. 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()));
  1652. }
  1653. /**
  1654. * Gets the private 'debug.file_link_formatter' shared service.
  1655. *
  1656. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1657. */
  1658. protected function getDebug_FileLinkFormatterService()
  1659. {
  1660. 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 () {
  1661. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1662. });
  1663. }
  1664. /**
  1665. * Gets the private 'debug.log_processor' shared service.
  1666. *
  1667. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1668. */
  1669. protected function getDebug_LogProcessorService()
  1670. {
  1671. 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())));
  1672. }
  1673. /**
  1674. * Gets the private 'debug.security.access.decision_manager' shared service.
  1675. *
  1676. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1677. */
  1678. protected function getDebug_Security_Access_DecisionManagerService()
  1679. {
  1680. 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 () {
  1681. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1682. yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  1683. yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1684. yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1685. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1686. }
  1687. /**
  1688. * Gets the private 'debug.security.firewall' shared service.
  1689. *
  1690. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1691. */
  1692. protected function getDebug_Security_FirewallService()
  1693. {
  1694. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1695. if (isset($this->privates['debug.security.firewall'])) {
  1696. return $this->privates['debug.security.firewall'];
  1697. }
  1698. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1699. if (isset($this->privates['debug.security.firewall'])) {
  1700. return $this->privates['debug.security.firewall'];
  1701. }
  1702. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1703. }
  1704. /**
  1705. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1706. *
  1707. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1708. */
  1709. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1710. {
  1711. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1712. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1713. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1714. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1715. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1716. ], [
  1717. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1718. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1719. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1720. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1721. ]), [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']]);
  1722. }
  1723. /**
  1724. * Gets the private 'exception_listener' shared service.
  1725. *
  1726. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1727. */
  1728. protected function getExceptionListenerService()
  1729. {
  1730. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1731. }
  1732. /**
  1733. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1734. *
  1735. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1736. */
  1737. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1738. {
  1739. return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1740. }
  1741. /**
  1742. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1743. *
  1744. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1745. */
  1746. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1747. {
  1748. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1749. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1750. return $this->privates['framework_extra_bundle.event.is_granted'];
  1751. }
  1752. return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  1753. }
  1754. /**
  1755. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1756. *
  1757. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1758. */
  1759. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1760. {
  1761. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'twitter_bootstrap_v4_pagination.html.twig', 'defaultSortableTemplate' => 'sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  1762. }
  1763. /**
  1764. * Gets the private 'locale_aware_listener' shared service.
  1765. *
  1766. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1767. */
  1768. protected function getLocaleAwareListenerService()
  1769. {
  1770. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1771. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1772. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1773. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1774. }
  1775. /**
  1776. * Gets the private 'locale_listener' shared service.
  1777. *
  1778. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1779. */
  1780. protected function getLocaleListener2Service()
  1781. {
  1782. 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, []);
  1783. }
  1784. /**
  1785. * Gets the private 'mercure.hub.default.traceable' shared service.
  1786. *
  1787. * @return \Symfony\Component\Mercure\Debug\TraceableHub
  1788. */
  1789. protected function getMercure_Hub_Default_TraceableService()
  1790. {
  1791. $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_TOKEN'), 'hmac.sha256', NULL, '');
  1792. return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [0 => '*']), $a, $this->getEnv('MERCURE_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1793. }
  1794. /**
  1795. * Gets the private 'monolog.handler.console' shared service.
  1796. *
  1797. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1798. */
  1799. protected function getMonolog_Handler_ConsoleService()
  1800. {
  1801. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1802. }
  1803. /**
  1804. * Gets the private 'monolog.handler.main' shared service.
  1805. *
  1806. * @return \Monolog\Handler\RotatingFileHandler
  1807. */
  1808. protected function getMonolog_Handler_MainService()
  1809. {
  1810. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 0, 'debug', true, NULL, false);
  1811. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1812. $instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
  1813. return $instance;
  1814. }
  1815. /**
  1816. * Gets the private 'monolog.logger' shared service.
  1817. *
  1818. * @return \Symfony\Bridge\Monolog\Logger
  1819. */
  1820. protected function getMonolog_LoggerService()
  1821. {
  1822. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1823. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1824. $instance->useMicrosecondTimestamps(true);
  1825. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1826. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1827. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1828. return $instance;
  1829. }
  1830. /**
  1831. * Gets the private 'monolog.logger.cache' shared service.
  1832. *
  1833. * @return \Symfony\Bridge\Monolog\Logger
  1834. */
  1835. protected function getMonolog_Logger_CacheService()
  1836. {
  1837. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1838. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1839. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1840. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1841. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1842. return $instance;
  1843. }
  1844. /**
  1845. * Gets the private 'monolog.logger.request' shared service.
  1846. *
  1847. * @return \Symfony\Bridge\Monolog\Logger
  1848. */
  1849. protected function getMonolog_Logger_RequestService()
  1850. {
  1851. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1852. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1853. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1854. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1855. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1856. return $instance;
  1857. }
  1858. /**
  1859. * Gets the private 'monolog.logger.security' shared service.
  1860. *
  1861. * @return \Symfony\Bridge\Monolog\Logger
  1862. */
  1863. protected function getMonolog_Logger_SecurityService()
  1864. {
  1865. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1866. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1867. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1868. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1869. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1870. return $instance;
  1871. }
  1872. /**
  1873. * Gets the private 'parameter_bag' shared service.
  1874. *
  1875. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1876. */
  1877. protected function getParameterBagService()
  1878. {
  1879. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1880. }
  1881. /**
  1882. * Gets the private 'profiler_listener' shared service.
  1883. *
  1884. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1885. */
  1886. protected function getProfilerListenerService()
  1887. {
  1888. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1889. if (isset($this->privates['profiler_listener'])) {
  1890. return $this->privates['profiler_listener'];
  1891. }
  1892. 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);
  1893. }
  1894. /**
  1895. * Gets the private 'property_info' shared service.
  1896. *
  1897. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1898. */
  1899. protected function getPropertyInfoService()
  1900. {
  1901. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1902. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1903. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1904. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1905. }, 3), new RewindableGenerator(function () {
  1906. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1907. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1908. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1909. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1910. }, 4), new RewindableGenerator(function () {
  1911. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1912. }, 1), new RewindableGenerator(function () {
  1913. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1914. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1915. }, 2), new RewindableGenerator(function () {
  1916. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1917. }, 1));
  1918. }
  1919. /**
  1920. * Gets the private 'router.expression_language_provider' shared service.
  1921. *
  1922. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1923. */
  1924. protected function getRouter_ExpressionLanguageProviderService()
  1925. {
  1926. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1927. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1928. ], [
  1929. 'env' => 'Closure',
  1930. ]));
  1931. }
  1932. /**
  1933. * Gets the private 'router.request_context' shared service.
  1934. *
  1935. * @return \Symfony\Component\Routing\RequestContext
  1936. */
  1937. protected function getRouter_RequestContextService()
  1938. {
  1939. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1940. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1941. return $instance;
  1942. }
  1943. /**
  1944. * Gets the private 'router_listener' shared service.
  1945. *
  1946. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1947. */
  1948. protected function getRouterListenerService()
  1949. {
  1950. 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);
  1951. }
  1952. /**
  1953. * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  1954. *
  1955. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  1956. */
  1957. protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  1958. {
  1959. return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1960. }
  1961. /**
  1962. * Gets the private 'scheb_two_factor.provider_registry' shared service.
  1963. *
  1964. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  1965. */
  1966. protected function getSchebTwoFactor_ProviderRegistryService()
  1967. {
  1968. return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  1969. yield 'doubleAuth' => ($this->privates['custom_two_factor_provider'] ?? $this->load('getCustomTwoFactorProviderService'));
  1970. }, 1));
  1971. }
  1972. /**
  1973. * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  1974. *
  1975. * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  1976. */
  1977. protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  1978. {
  1979. return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  1980. }
  1981. /**
  1982. * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  1983. *
  1984. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  1985. */
  1986. protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  1987. {
  1988. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1989. if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  1990. return $this->privates['security.authentication.form_listener.two_factor.main'];
  1991. }
  1992. return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  1993. }
  1994. /**
  1995. * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  1996. *
  1997. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  1998. */
  1999. protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  2000. {
  2001. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  2002. if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  2003. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  2004. }
  2005. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main', false, false);
  2006. }
  2007. /**
  2008. * Gets the private 'security.context_listener.0' shared service.
  2009. *
  2010. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2011. */
  2012. protected function getSecurity_ContextListener_0Service()
  2013. {
  2014. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2015. if (isset($this->privates['security.context_listener.0'])) {
  2016. return $this->privates['security.context_listener.0'];
  2017. }
  2018. 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 () {
  2019. yield 0 => ($this->privates['security.user.provider.concrete.db_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_DbProviderService'));
  2020. yield 1 => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  2021. }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  2022. }
  2023. /**
  2024. * Gets the private 'security.event_dispatcher.main' shared service.
  2025. *
  2026. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2027. */
  2028. protected function getSecurity_EventDispatcher_MainService()
  2029. {
  2030. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2031. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2032. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2033. }, 1 => 'checkPassport'], 2048);
  2034. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2035. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2036. }, 1 => 'onSuccessfulLogin'], 0);
  2037. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2038. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2039. }, 1 => 'onLogout'], 64);
  2040. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2041. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2042. }, 1 => 'onLogout'], 0);
  2043. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2044. return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  2045. }, 1 => 'checkPassport'], 2080);
  2046. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2047. return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  2048. }, 1 => 'onSuccessfulLogin'], 0);
  2049. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
  2050. return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService'));
  2051. }, 1 => 'onAuthenticationTokenCreated'], 0);
  2052. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2053. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2054. }, 1 => 'onSuccessfulLogin'], -32);
  2055. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2056. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2057. }, 1 => 'onSuccessfulLogin'], -64);
  2058. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  2059. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2060. }, 1 => 'clearCookie'], 0);
  2061. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2062. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2063. }, 1 => 'clearCookie'], 0);
  2064. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  2065. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2066. }, 1 => 'clearCookie'], 0);
  2067. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2068. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2069. }, 1 => 'preCheckCredentials'], 256);
  2070. $instance->addListener('security.authentication.success', [0 => function () {
  2071. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2072. }, 1 => 'postCheckCredentials'], 256);
  2073. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2074. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2075. }, 1 => 'checkPassport'], 1024);
  2076. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2077. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2078. }, 1 => 'checkPassport'], 0);
  2079. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2080. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2081. }, 1 => 'onLoginSuccess'], 0);
  2082. $instance->addListener('security.authentication.success', [0 => function () {
  2083. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2084. }, 1 => 'onLogin'], 9223372036854775807);
  2085. $instance->addListener('security.authentication.success', [0 => function () {
  2086. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2087. }, 1 => 'onLogin'], 9223372036854775806);
  2088. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2089. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2090. }, 1 => 'checkPassport'], 0);
  2091. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2092. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2093. }, 1 => 'onSuccessfulLogin'], -63);
  2094. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2095. return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2096. }, 1 => 'checkPassport'], 256);
  2097. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2098. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2099. }, 1 => 'checkPassport'], 512);
  2100. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2101. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2102. }, 1 => 'onLogout'], 0);
  2103. return $instance;
  2104. }
  2105. /**
  2106. * Gets the private 'security.firewall.map' shared service.
  2107. *
  2108. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2109. */
  2110. protected function getSecurity_Firewall_MapService()
  2111. {
  2112. $a = ($this->privates['.service_locator.8oxZTPg'] ?? $this->get_ServiceLocator_8oxZTPgService());
  2113. if (isset($this->privates['security.firewall.map'])) {
  2114. return $this->privates['security.firewall.map'];
  2115. }
  2116. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2117. 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)/')));
  2118. yield 'security.firewall.map.context.api_supervision_token' => ($this->privates['.security.request_matcher.gR4UEWe'] ?? ($this->privates['.security.request_matcher.gR4UEWe'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/supervision/login$')));
  2119. yield 'security.firewall.map.context.api_supervision' => ($this->privates['.security.request_matcher.Q5rUzbm'] ?? ($this->privates['.security.request_matcher.Q5rUzbm'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/supervision')));
  2120. yield 'security.firewall.map.context.api_v2_token' => ($this->privates['.security.request_matcher.wrCMxQp'] ?? ($this->privates['.security.request_matcher.wrCMxQp'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/token$')));
  2121. yield 'security.firewall.map.context.api_v2' => ($this->privates['.security.request_matcher.ih7mNbv'] ?? ($this->privates['.security.request_matcher.ih7mNbv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2')));
  2122. yield 'security.firewall.map.context.main' => NULL;
  2123. }, 6));
  2124. }
  2125. /**
  2126. * Gets the private 'security.firewall_config.two_factor.main' shared service.
  2127. *
  2128. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  2129. */
  2130. protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  2131. {
  2132. return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['check_path' => '/2fa_check', 'post_only' => true, 'auth_form_path' => '/2fa', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'remember_me_sets_trusted' => false, 'multi_factor' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  2133. }
  2134. /**
  2135. * Gets the private 'security.http_utils' shared service.
  2136. *
  2137. * @return \Symfony\Component\Security\Http\HttpUtils
  2138. */
  2139. protected function getSecurity_HttpUtilsService()
  2140. {
  2141. $a = ($this->services['router'] ?? $this->getRouterService());
  2142. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  2143. }
  2144. /**
  2145. * Gets the private 'security.logout_url_generator' shared service.
  2146. *
  2147. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2148. */
  2149. protected function getSecurity_LogoutUrlGeneratorService()
  2150. {
  2151. $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()));
  2152. $instance->registerListener('api_supervision', '/api/supervision/logout', 'logout', '_csrf_token', NULL, NULL);
  2153. $instance->registerListener('main', 'logout', 'logout', '_csrf_token', NULL, NULL);
  2154. return $instance;
  2155. }
  2156. /**
  2157. * Gets the private 'security.role_hierarchy' shared service.
  2158. *
  2159. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2160. */
  2161. protected function getSecurity_RoleHierarchyService()
  2162. {
  2163. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2164. }
  2165. /**
  2166. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2167. *
  2168. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2169. */
  2170. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2171. {
  2172. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2173. }
  2174. /**
  2175. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2176. *
  2177. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2178. */
  2179. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2180. {
  2181. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2182. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2183. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2184. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2185. }
  2186. /**
  2187. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2188. *
  2189. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2190. */
  2191. protected function getSensioFrameworkExtra_Security_ListenerService()
  2192. {
  2193. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2194. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2195. return $this->privates['sensio_framework_extra.security.listener'];
  2196. }
  2197. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2198. }
  2199. /**
  2200. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2201. *
  2202. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2203. */
  2204. protected function getSensioFrameworkExtra_View_ListenerService()
  2205. {
  2206. $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
  2207. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2208. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2209. ], [
  2210. 'twig' => '?',
  2211. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2212. return $instance;
  2213. }
  2214. /**
  2215. * Gets the private 'session_listener' shared service.
  2216. *
  2217. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2218. */
  2219. protected function getSessionListenerService()
  2220. {
  2221. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2222. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2223. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2224. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2225. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2226. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2227. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2228. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  2229. ], [
  2230. 'initialized_session' => '?',
  2231. 'logger' => '?',
  2232. 'request_stack' => '?',
  2233. 'session' => '?',
  2234. 'session_collector' => '?',
  2235. 'session_factory' => '?',
  2236. 'session_storage' => '?',
  2237. ]), true, $this->parameters['session.storage.options']);
  2238. }
  2239. /**
  2240. * Gets the private 'translator.default' shared service.
  2241. *
  2242. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2243. */
  2244. protected function getTranslator_DefaultService()
  2245. {
  2246. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2247. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2248. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2249. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2250. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2251. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2252. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2253. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2254. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2255. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2256. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2257. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2258. ], [
  2259. 'translation.loader.csv' => '?',
  2260. 'translation.loader.dat' => '?',
  2261. 'translation.loader.ini' => '?',
  2262. 'translation.loader.json' => '?',
  2263. 'translation.loader.mo' => '?',
  2264. 'translation.loader.php' => '?',
  2265. 'translation.loader.po' => '?',
  2266. 'translation.loader.qt' => '?',
  2267. 'translation.loader.res' => '?',
  2268. 'translation.loader.xliff' => '?',
  2269. 'translation.loader.yml' => '?',
  2270. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), 7 => (\dirname(__DIR__, 4).'/translations/de/apex.de.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/de/breadcrumb.de.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/de/buttons.de.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/de/clientFrontService.de.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/de/confirmation.de.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/de/content.de.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/de/country.de.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/de/dashboard.de.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/de/datatable.de.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/de/date.de.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/de/entity.de.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/de/error.de.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/de/exception.de.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/de/flashes.de.yaml'), 21 => (\dirname(__DIR__, 4).'/translations/de/forms.de.yaml'), 22 => (\dirname(__DIR__, 4).'/translations/de/globals.de.yaml'), 23 => (\dirname(__DIR__, 4).'/translations/de/graph.de.yaml'), 24 => (\dirname(__DIR__, 4).'/translations/de/hambourg_mail.de.yaml'), 25 => (\dirname(__DIR__, 4).'/translations/de/logmessage.de.yaml'), 26 => (\dirname(__DIR__, 4).'/translations/de/mail.de.yaml'), 27 => (\dirname(__DIR__, 4).'/translations/de/map.de.yaml'), 28 => (\dirname(__DIR__, 4).'/translations/de/menus.de.yaml'), 29 => (\dirname(__DIR__, 4).'/translations/de/messages.de.yaml'), 30 => (\dirname(__DIR__, 4).'/translations/de/month.de.yaml'), 31 => (\dirname(__DIR__, 4).'/translations/de/notes.de.yaml'), 32 => (\dirname(__DIR__, 4).'/translations/de/notice.de.yaml'), 33 => (\dirname(__DIR__, 4).'/translations/de/offer.de.yaml'), 34 => (\dirname(__DIR__, 4).'/translations/de/operator.de.yaml'), 35 => (\dirname(__DIR__, 4).'/translations/de/parameters.de.yaml'), 36 => (\dirname(__DIR__, 4).'/translations/de/passageHistory.de.yaml'), 37 => (\dirname(__DIR__, 4).'/translations/de/roles.de.yaml'), 38 => (\dirname(__DIR__, 4).'/translations/de/security.de.yaml'), 39 => (\dirname(__DIR__, 4).'/translations/de/shelter.de.yaml'), 40 => (\dirname(__DIR__, 4).'/translations/de/status.de.yaml'), 41 => (\dirname(__DIR__, 4).'/translations/de/subscription.de.yaml'), 42 => (\dirname(__DIR__, 4).'/translations/de/success.de.yaml'), 43 => (\dirname(__DIR__, 4).'/translations/de/title.de.yaml'), 44 => (\dirname(__DIR__, 4).'/translations/de/users.de.yaml'), 45 => (\dirname(__DIR__, 4).'/translations/de/validators.de.yaml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 7 => (\dirname(__DIR__, 4).'/translations/en/apex.en.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/en/breadcrumb.en.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/en/buttons.en.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/en/clientFrontService.en.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/en/confirmation.en.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/en/content.en.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/en/country.en.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/en/dashboard.en.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/en/datatable.en.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/en/date.en.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/en/entity.en.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/en/error.en.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/en/exception.en.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/en/flashes.en.yaml'), 21 => (\dirname(__DIR__, 4).'/translations/en/forms.en.yaml'), 22 => (\dirname(__DIR__, 4).'/translations/en/globals.en.yaml'), 23 => (\dirname(__DIR__, 4).'/translations/en/graph.en.yaml'), 24 => (\dirname(__DIR__, 4).'/translations/en/logmessage.en.yaml'), 25 => (\dirname(__DIR__, 4).'/translations/en/mail.en.yaml'), 26 => (\dirname(__DIR__, 4).'/translations/en/map.en.yaml'), 27 => (\dirname(__DIR__, 4).'/translations/en/menus.en.yaml'), 28 => (\dirname(__DIR__, 4).'/translations/en/messages.en.yaml'), 29 => (\dirname(__DIR__, 4).'/translations/en/month.en.yaml'), 30 => (\dirname(__DIR__, 4).'/translations/en/notes.en.yaml'), 31 => (\dirname(__DIR__, 4).'/translations/en/notice.en.yaml'), 32 => (\dirname(__DIR__, 4).'/translations/en/offer.en.yaml'), 33 => (\dirname(__DIR__, 4).'/translations/en/operator.en.yaml'), 34 => (\dirname(__DIR__, 4).'/translations/en/parameters.en.yaml'), 35 => (\dirname(__DIR__, 4).'/translations/en/passageHistory.en.yaml'), 36 => (\dirname(__DIR__, 4).'/translations/en/roles.en.yaml'), 37 => (\dirname(__DIR__, 4).'/translations/en/security.en.yaml'), 38 => (\dirname(__DIR__, 4).'/translations/en/shelter.en.yaml'), 39 => (\dirname(__DIR__, 4).'/translations/en/status.en.yaml'), 40 => (\dirname(__DIR__, 4).'/translations/en/subscription.en.yaml'), 41 => (\dirname(__DIR__, 4).'/translations/en/success.en.yaml'), 42 => (\dirname(__DIR__, 4).'/translations/en/title.en.yaml'), 43 => (\dirname(__DIR__, 4).'/translations/en/users.en.yaml'), 44 => (\dirname(__DIR__, 4).'/translations/en/validators.en.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), 7 => (\dirname(__DIR__, 4).'/translations/es/apex.es.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/es/breadcrumb.es.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/es/buttons.es.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/es/clientFrontService.es.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/es/confirmation.es.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/es/content.es.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/es/country.es.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/es/dashboard.es.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/es/datatable.es.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/es/date.es.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/es/entity.es.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/es/error.es.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/es/exception.es.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/es/flashes.es.yaml'), 21 => (\dirname(__DIR__, 4).'/translations/es/forms.es.yaml'), 22 => (\dirname(__DIR__, 4).'/translations/es/globals.es.yaml'), 23 => (\dirname(__DIR__, 4).'/translations/es/graph.es.yaml'), 24 => (\dirname(__DIR__, 4).'/translations/es/logmessage.es.yaml'), 25 => (\dirname(__DIR__, 4).'/translations/es/mail.es.yaml'), 26 => (\dirname(__DIR__, 4).'/translations/es/map.es.yaml'), 27 => (\dirname(__DIR__, 4).'/translations/es/menus.es.yaml'), 28 => (\dirname(__DIR__, 4).'/translations/es/messages.es.yaml'), 29 => (\dirname(__DIR__, 4).'/translations/es/month.es.yaml'), 30 => (\dirname(__DIR__, 4).'/translations/es/notes.es.yaml'), 31 => (\dirname(__DIR__, 4).'/translations/es/notice.es.yaml'), 32 => (\dirname(__DIR__, 4).'/translations/es/offer.es.yaml'), 33 => (\dirname(__DIR__, 4).'/translations/es/operator.es.yaml'), 34 => (\dirname(__DIR__, 4).'/translations/es/parameters.es.yaml'), 35 => (\dirname(__DIR__, 4).'/translations/es/passageHistory.es.yaml'), 36 => (\dirname(__DIR__, 4).'/translations/es/roles.es.yaml'), 37 => (\dirname(__DIR__, 4).'/translations/es/security.es.yaml'), 38 => (\dirname(__DIR__, 4).'/translations/es/shelter.es.yaml'), 39 => (\dirname(__DIR__, 4).'/translations/es/status.es.yaml'), 40 => (\dirname(__DIR__, 4).'/translations/es/subscription.es.yaml'), 41 => (\dirname(__DIR__, 4).'/translations/es/success.es.yaml'), 42 => (\dirname(__DIR__, 4).'/translations/es/title.es.yaml'), 43 => (\dirname(__DIR__, 4).'/translations/es/users.es.yaml'), 44 => (\dirname(__DIR__, 4).'/translations/es/validators.es.yaml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 7 => (\dirname(__DIR__, 4).'/translations/fr/altinnova_mail.fr.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/fr/amiens_mail.fr.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/fr/apex.fr.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/fr/apiSupervision.fr.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/fr/breadcrumb.fr.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/fr/buttons.fr.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/fr/charenton_mail.fr.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/fr/clientFrontService.fr.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/fr/confirmation.fr.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/fr/content.fr.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/fr/country.fr.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/fr/dashboard.fr.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/fr/datatable.fr.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/fr/date.fr.yaml'), 21 => (\dirname(__DIR__, 4).'/translations/fr/entity.fr.yaml'), 22 => (\dirname(__DIR__, 4).'/translations/fr/error.fr.yaml'), 23 => (\dirname(__DIR__, 4).'/translations/fr/exception.fr.yaml'), 24 => (\dirname(__DIR__, 4).'/translations/fr/flashes.fr.yaml'), 25 => (\dirname(__DIR__, 4).'/translations/fr/forms.fr.yaml'), 26 => (\dirname(__DIR__, 4).'/translations/fr/globals.fr.yaml'), 27 => (\dirname(__DIR__, 4).'/translations/fr/gpso_mail.fr.yaml'), 28 => (\dirname(__DIR__, 4).'/translations/fr/grandlyon_mail.fr.yaml'), 29 => (\dirname(__DIR__, 4).'/translations/fr/graph.fr.yaml'), 30 => (\dirname(__DIR__, 4).'/translations/fr/hambourg_luckey_mail.fr.yaml'), 31 => (\dirname(__DIR__, 4).'/translations/fr/hambourg_mail.fr.yaml'), 32 => (\dirname(__DIR__, 4).'/translations/fr/la-garenne-colombes_mail.fr.yaml'), 33 => (\dirname(__DIR__, 4).'/translations/fr/logmessage.fr.yaml'), 34 => (\dirname(__DIR__, 4).'/translations/fr/mail.fr.yaml'), 35 => (\dirname(__DIR__, 4).'/translations/fr/map.fr.yaml'), 36 => (\dirname(__DIR__, 4).'/translations/fr/menus.fr.yaml'), 37 => (\dirname(__DIR__, 4).'/translations/fr/messages.fr.yaml'), 38 => (\dirname(__DIR__, 4).'/translations/fr/month.fr.yaml'), 39 => (\dirname(__DIR__, 4).'/translations/fr/montreuil_mail.fr.yaml'), 40 => (\dirname(__DIR__, 4).'/translations/fr/nanterre_mail.fr.yaml'), 41 => (\dirname(__DIR__, 4).'/translations/fr/notes.fr.yaml'), 42 => (\dirname(__DIR__, 4).'/translations/fr/notice.fr.yaml'), 43 => (\dirname(__DIR__, 4).'/translations/fr/offer.fr.yaml'), 44 => (\dirname(__DIR__, 4).'/translations/fr/operator.fr.yaml'), 45 => (\dirname(__DIR__, 4).'/translations/fr/parameters.fr.yaml'), 46 => (\dirname(__DIR__, 4).'/translations/fr/paris_mail.fr.yaml'), 47 => (\dirname(__DIR__, 4).'/translations/fr/passageHistory.fr.yaml'), 48 => (\dirname(__DIR__, 4).'/translations/fr/roles.fr.yaml'), 49 => (\dirname(__DIR__, 4).'/translations/fr/security.fr.yaml'), 50 => (\dirname(__DIR__, 4).'/translations/fr/shelter.fr.yaml'), 51 => (\dirname(__DIR__, 4).'/translations/fr/status.fr.yaml'), 52 => (\dirname(__DIR__, 4).'/translations/fr/subscription.fr.yaml'), 53 => (\dirname(__DIR__, 4).'/translations/fr/success.fr.yaml'), 54 => (\dirname(__DIR__, 4).'/translations/fr/title.fr.yaml'), 55 => (\dirname(__DIR__, 4).'/translations/fr/tours_mail.fr.yaml'), 56 => (\dirname(__DIR__, 4).'/translations/fr/trash.fr.yaml'), 57 => (\dirname(__DIR__, 4).'/translations/fr/users.fr.yaml'), 58 => (\dirname(__DIR__, 4).'/translations/fr/validators.fr.yaml'), 59 => (\dirname(__DIR__, 4).'/translations/fr/vsgp_mail.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')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-translator/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/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/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 5 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 6 => 'vendor/scheb/2fa-bundle/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/sensio/framework-extra-bundle/src/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/maker-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-bundle/translations', 16 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 17 => 'vendor/symfony/security-bundle/translations', 18 => 'vendor/twig/extra-bundle/translations', 19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 20 => 'vendor/liip/test-fixtures-bundle/src/translations', 21 => 'vendor/symfony/webpack-encore-bundle/src/translations', 22 => 'vendor/nelmio/api-doc-bundle/translations', 23 => 'vendor/zenstruck/foundry/src/translations', 24 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 25 => 'vendor/symfony/ux-translator/translations', 26 => 'vendor/league/oauth2-server-bundle/src/translations', 27 => 'vendor/symfony/mercure-bundle/src/translations']]], []);
  2271. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2272. $instance->setFallbackLocales([0 => 'fr', 1 => 'en', 2 => 'de']);
  2273. return $instance;
  2274. }
  2275. /**
  2276. * Gets the private 'validator.builder' shared service.
  2277. *
  2278. * @return \Symfony\Component\Validator\ValidatorBuilder
  2279. */
  2280. protected function getValidator_BuilderService()
  2281. {
  2282. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2283. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2284. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2285. 'App\\Validator\\ConcomitantRfidSubscriptionValidator' => ['privates', 'App\\Validator\\ConcomitantRfidSubscriptionValidator', 'getConcomitantRfidSubscriptionValidatorService', true],
  2286. 'App\\Validator\\EndDateStrictlySuperiorToStartDateValidator' => ['privates', 'App\\Validator\\EndDateStrictlySuperiorToStartDateValidator', 'getEndDateStrictlySuperiorToStartDateValidatorService', true],
  2287. 'App\\Validator\\PasswordValidator' => ['privates', 'App\\Validator\\PasswordValidator', 'getPasswordValidatorService', true],
  2288. 'App\\Validator\\PhoneNumberConstraintValidator' => ['privates', 'App\\Validator\\PhoneNumberConstraintValidator', 'getPhoneNumberConstraintValidatorService', true],
  2289. 'App\\Validator\\TenDigitsValidator' => ['privates', 'App\\Validator\\TenDigitsValidator', 'getTenDigitsValidatorService', true],
  2290. 'App\\Validator\\ValidDateFormatValidator' => ['privates', 'App\\Validator\\ValidDateFormatValidator', 'getValidDateFormatValidatorService', true],
  2291. 'App\\Validator\\ValidValueNbTheoreticalSubsValidator' => ['privates', 'App\\Validator\\ValidValueNbTheoreticalSubsValidator', 'getValidValueNbTheoreticalSubsValidatorService', true],
  2292. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2293. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2294. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2295. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2296. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2297. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2298. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2299. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2300. ], [
  2301. 'App\\Validator\\ConcomitantRfidSubscriptionValidator' => '?',
  2302. 'App\\Validator\\EndDateStrictlySuperiorToStartDateValidator' => '?',
  2303. 'App\\Validator\\PasswordValidator' => '?',
  2304. 'App\\Validator\\PhoneNumberConstraintValidator' => '?',
  2305. 'App\\Validator\\TenDigitsValidator' => '?',
  2306. 'App\\Validator\\ValidDateFormatValidator' => '?',
  2307. 'App\\Validator\\ValidValueNbTheoreticalSubsValidator' => '?',
  2308. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2309. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2310. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2311. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2312. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2313. 'doctrine.orm.validator.unique' => '?',
  2314. 'security.validator.user_password' => '?',
  2315. 'validator.expression' => '?',
  2316. ])));
  2317. if ($this->has('translator')) {
  2318. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2319. }
  2320. $instance->setTranslationDomain('validators');
  2321. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2322. $instance->enableAnnotationMapping(true);
  2323. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2324. $instance->addMethodMapping('loadValidatorMetadata');
  2325. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2326. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2327. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2328. return $instance;
  2329. }
  2330. /**
  2331. * Gets the private 'var_dumper.html_dumper' shared service.
  2332. *
  2333. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2334. */
  2335. protected function getVarDumper_HtmlDumperService()
  2336. {
  2337. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2338. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2339. return $instance;
  2340. }
  2341. /**
  2342. * Gets the private 'var_dumper.server_connection' shared service.
  2343. *
  2344. * @return \Symfony\Component\VarDumper\Server\Connection
  2345. */
  2346. protected function getVarDumper_ServerConnectionService()
  2347. {
  2348. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2349. }
  2350. /**
  2351. * Gets the private 'web_profiler.csp.handler' shared service.
  2352. *
  2353. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2354. */
  2355. protected function getWebProfiler_Csp_HandlerService()
  2356. {
  2357. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2358. }
  2359. /**
  2360. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2361. *
  2362. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2363. */
  2364. protected function getWebProfiler_DebugToolbarService()
  2365. {
  2366. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2367. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2368. return $this->privates['web_profiler.debug_toolbar'];
  2369. }
  2370. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2371. }
  2372. /**
  2373. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2374. *
  2375. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2376. */
  2377. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2378. {
  2379. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2380. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2381. ], [
  2382. '_default' => '?',
  2383. ]), '_default');
  2384. }
  2385. /**
  2386. * Gets the public 'cache_clearer' alias.
  2387. *
  2388. * @return object The ".container.private.cache_clearer" service.
  2389. */
  2390. protected function getCacheClearerService()
  2391. {
  2392. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2393. return $this->get('.container.private.cache_clearer');
  2394. }
  2395. /**
  2396. * Gets the public 'filesystem' alias.
  2397. *
  2398. * @return object The ".container.private.filesystem" service.
  2399. */
  2400. protected function getFilesystemService()
  2401. {
  2402. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2403. return $this->get('.container.private.filesystem');
  2404. }
  2405. /**
  2406. * Gets the public 'serializer' alias.
  2407. *
  2408. * @return object The ".container.private.serializer" service.
  2409. */
  2410. protected function getSerializerService()
  2411. {
  2412. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2413. return $this->get('.container.private.serializer');
  2414. }
  2415. /**
  2416. * Gets the public 'security.csrf.token_manager' alias.
  2417. *
  2418. * @return object The ".container.private.security.csrf.token_manager" service.
  2419. */
  2420. protected function getSecurity_Csrf_TokenManagerService()
  2421. {
  2422. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2423. return $this->get('.container.private.security.csrf.token_manager');
  2424. }
  2425. /**
  2426. * Gets the public 'form.factory' alias.
  2427. *
  2428. * @return object The ".container.private.form.factory" service.
  2429. */
  2430. protected function getForm_FactoryService()
  2431. {
  2432. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2433. return $this->get('.container.private.form.factory');
  2434. }
  2435. /**
  2436. * Gets the public 'form.type.file' alias.
  2437. *
  2438. * @return object The ".container.private.form.type.file" service.
  2439. */
  2440. protected function getForm_Type_FileService()
  2441. {
  2442. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2443. return $this->get('.container.private.form.type.file');
  2444. }
  2445. /**
  2446. * Gets the public 'profiler' alias.
  2447. *
  2448. * @return object The ".container.private.profiler" service.
  2449. */
  2450. protected function getProfilerService()
  2451. {
  2452. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2453. return $this->get('.container.private.profiler');
  2454. }
  2455. /**
  2456. * Gets the public 'twig' alias.
  2457. *
  2458. * @return object The ".container.private.twig" service.
  2459. */
  2460. protected function getTwigService()
  2461. {
  2462. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2463. return $this->get('.container.private.twig');
  2464. }
  2465. /**
  2466. * Gets the public 'security.authorization_checker' alias.
  2467. *
  2468. * @return object The ".container.private.security.authorization_checker" service.
  2469. */
  2470. protected function getSecurity_AuthorizationCheckerService()
  2471. {
  2472. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2473. return $this->get('.container.private.security.authorization_checker');
  2474. }
  2475. /**
  2476. * Gets the public 'security.token_storage' alias.
  2477. *
  2478. * @return object The ".container.private.security.token_storage" service.
  2479. */
  2480. protected function getSecurity_TokenStorageService()
  2481. {
  2482. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2483. return $this->get('.container.private.security.token_storage');
  2484. }
  2485. /**
  2486. * Gets the public 'security.password_encoder' alias.
  2487. *
  2488. * @return object The ".container.private.security.password_encoder" service.
  2489. */
  2490. protected function getSecurity_PasswordEncoderService()
  2491. {
  2492. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2493. return $this->get('.container.private.security.password_encoder');
  2494. }
  2495. /**
  2496. * Gets the public 'session' alias.
  2497. *
  2498. * @return object The ".container.private.session" service.
  2499. */
  2500. protected function getSessionService()
  2501. {
  2502. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2503. return $this->get('.container.private.session');
  2504. }
  2505. /**
  2506. * Gets the public 'validator' alias.
  2507. *
  2508. * @return object The ".container.private.validator" service.
  2509. */
  2510. protected function getValidatorService()
  2511. {
  2512. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2513. return $this->get('.container.private.validator');
  2514. }
  2515. /**
  2516. * @return array|bool|float|int|string|\UnitEnum|null
  2517. */
  2518. public function getParameter(string $name)
  2519. {
  2520. if (isset($this->buildParameters[$name])) {
  2521. return $this->buildParameters[$name];
  2522. }
  2523. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2524. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2525. }
  2526. if (isset($this->loadedDynamicParameters[$name])) {
  2527. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2528. }
  2529. return $this->parameters[$name];
  2530. }
  2531. public function hasParameter(string $name): bool
  2532. {
  2533. if (isset($this->buildParameters[$name])) {
  2534. return true;
  2535. }
  2536. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2537. }
  2538. public function setParameter(string $name, $value): void
  2539. {
  2540. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2541. }
  2542. public function getParameterBag(): ParameterBagInterface
  2543. {
  2544. if (null === $this->parameterBag) {
  2545. $parameters = $this->parameters;
  2546. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2547. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2548. }
  2549. foreach ($this->buildParameters as $name => $value) {
  2550. $parameters[$name] = $value;
  2551. }
  2552. $this->parameterBag = new FrozenParameterBag($parameters);
  2553. }
  2554. return $this->parameterBag;
  2555. }
  2556. private $loadedDynamicParameters = [
  2557. 'kernel.runtime_environment' => false,
  2558. 'kernel.build_dir' => false,
  2559. 'kernel.cache_dir' => false,
  2560. 'senseyouLogin' => false,
  2561. 'senseyouPassword' => false,
  2562. 'secret' => false,
  2563. 'MercureUrl' => false,
  2564. 'MercureToken' => false,
  2565. 'abelSensorApiKey' => false,
  2566. 'recaptchaSiteKey' => false,
  2567. 'hashed_rfids_salt' => false,
  2568. 'kernel.secret' => false,
  2569. 'debug.container.dump' => false,
  2570. 'serializer.mapping.cache.file' => false,
  2571. 'validator.mapping.cache.file' => false,
  2572. 'profiler.storage.dsn' => false,
  2573. 'doctrine.orm.proxy_dir' => false,
  2574. 'league.oauth2_server.encryption_key' => false,
  2575. 'mercure.hubs' => false,
  2576. 'mercure.default_hub' => false,
  2577. ];
  2578. private $dynamicParameters = [];
  2579. private function getDynamicParameter(string $name)
  2580. {
  2581. switch ($name) {
  2582. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2583. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2584. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2585. case 'senseyouLogin': $value = $this->getEnv('SENSEYOU_LOGIN'); break;
  2586. case 'senseyouPassword': $value = $this->getEnv('SENSEYOU_PASSWORD'); break;
  2587. case 'secret': $value = $this->getEnv('APP_SECRET'); break;
  2588. case 'MercureUrl': $value = $this->getEnv('MERCURE_URL'); break;
  2589. case 'MercureToken': $value = $this->getEnv('MERCURE_TOKEN'); break;
  2590. case 'abelSensorApiKey': $value = $this->getEnv('ABELSENSOR_API_KEY'); break;
  2591. case 'recaptchaSiteKey': $value = $this->getEnv('RECAPTCHA_SITE_KEY'); break;
  2592. case 'hashed_rfids_salt': $value = $this->getEnv('HASHED_RFIDS_SALT'); break;
  2593. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2594. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2595. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2596. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2597. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2598. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2599. case 'league.oauth2_server.encryption_key': $value = $this->getEnv('resolve:OAUTH_ENCRYPTION_KEY'); break;
  2600. case 'mercure.hubs': $value = [
  2601. 'default' => $this->getEnv('MERCURE_URL'),
  2602. ]; break;
  2603. case 'mercure.default_hub': $value = $this->getEnv('MERCURE_URL'); break;
  2604. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2605. }
  2606. $this->loadedDynamicParameters[$name] = true;
  2607. return $this->dynamicParameters[$name] = $value;
  2608. }
  2609. protected function getDefaultParameters(): array
  2610. {
  2611. return [
  2612. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2613. 'kernel.environment' => 'dev',
  2614. 'kernel.debug' => true,
  2615. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2616. 'kernel.bundles' => [
  2617. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2618. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2619. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2620. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2621. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2622. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2623. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2624. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2625. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2626. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2627. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2628. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2629. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  2630. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2631. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2632. 'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
  2633. 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  2634. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2635. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  2636. 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  2637. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  2638. 'UxTranslatorBundle' => 'Symfony\\UX\\Translator\\UxTranslatorBundle',
  2639. 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  2640. 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  2641. ],
  2642. 'kernel.bundles_metadata' => [
  2643. 'FrameworkBundle' => [
  2644. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2645. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2646. ],
  2647. 'SensioFrameworkExtraBundle' => [
  2648. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2649. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2650. ],
  2651. 'TwigBundle' => [
  2652. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2653. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2654. ],
  2655. 'WebProfilerBundle' => [
  2656. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2657. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2658. ],
  2659. 'MonologBundle' => [
  2660. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2661. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2662. ],
  2663. 'DebugBundle' => [
  2664. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2665. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2666. ],
  2667. 'MakerBundle' => [
  2668. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2669. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2670. ],
  2671. 'DoctrineBundle' => [
  2672. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2673. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2674. ],
  2675. 'DoctrineMigrationsBundle' => [
  2676. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2677. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2678. ],
  2679. 'SecurityBundle' => [
  2680. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2681. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2682. ],
  2683. 'TwigExtraBundle' => [
  2684. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2685. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2686. ],
  2687. 'KnpPaginatorBundle' => [
  2688. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  2689. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2690. ],
  2691. 'SymfonyCastsVerifyEmailBundle' => [
  2692. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  2693. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  2694. ],
  2695. 'SymfonyCastsResetPasswordBundle' => [
  2696. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2697. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2698. ],
  2699. 'DoctrineFixturesBundle' => [
  2700. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2701. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2702. ],
  2703. 'LiipTestFixturesBundle' => [
  2704. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src'),
  2705. 'namespace' => 'Liip\\TestFixturesBundle',
  2706. ],
  2707. 'SchebTwoFactorBundle' => [
  2708. 'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
  2709. 'namespace' => 'Scheb\\TwoFactorBundle',
  2710. ],
  2711. 'WebpackEncoreBundle' => [
  2712. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2713. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2714. ],
  2715. 'NelmioApiDocBundle' => [
  2716. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  2717. 'namespace' => 'Nelmio\\ApiDocBundle',
  2718. ],
  2719. 'ZenstruckFoundryBundle' => [
  2720. 'path' => (\dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src'),
  2721. 'namespace' => 'Zenstruck\\Foundry',
  2722. ],
  2723. 'FOSJsRoutingBundle' => [
  2724. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  2725. 'namespace' => 'FOS\\JsRoutingBundle',
  2726. ],
  2727. 'UxTranslatorBundle' => [
  2728. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-translator'),
  2729. 'namespace' => 'Symfony\\UX\\Translator',
  2730. ],
  2731. 'LeagueOAuth2ServerBundle' => [
  2732. 'path' => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src'),
  2733. 'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  2734. ],
  2735. 'MercureBundle' => [
  2736. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
  2737. 'namespace' => 'Symfony\\Bundle\\MercureBundle',
  2738. ],
  2739. ],
  2740. 'kernel.charset' => 'UTF-8',
  2741. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2742. 'locale' => 'fr',
  2743. 'public_directory' => (\dirname(__DIR__, 4).'/public'),
  2744. 'wsdl_directory' => (\dirname(__DIR__, 4).'/public/wsdl/'),
  2745. 'statistiques' => true,
  2746. 'paiement' => true,
  2747. 'territoire' => 'TEST-DEV',
  2748. 'url_front' => 'https://dev-front.diwio.fr/',
  2749. 'uploadDirectory' => (\dirname(__DIR__, 4).'/public/uploads/'),
  2750. 'frontContentUploadDirectory' => (\dirname(__DIR__, 3).'/upload/'),
  2751. 'datatables' => [
  2752. 'dataTable_fr' => '//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/French.json',
  2753. 'dataTable_en' => '//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/English.json',
  2754. 'dataTable_de' => '//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/German.json',
  2755. 'dataTable_es' => '//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Spanish.json',
  2756. ],
  2757. 'event_dispatcher.event_aliases' => [
  2758. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2759. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2760. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2761. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2762. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2763. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2764. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2765. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2766. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2767. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2768. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2769. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2770. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2771. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2772. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2773. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2774. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2775. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2776. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2777. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2778. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2779. ],
  2780. 'fragment.renderer.hinclude.global_template' => NULL,
  2781. 'fragment.path' => '/_fragment',
  2782. 'kernel.http_method_override' => true,
  2783. 'kernel.trusted_hosts' => [
  2784. ],
  2785. 'kernel.default_locale' => 'fr',
  2786. 'kernel.enabled_locales' => [
  2787. ],
  2788. 'kernel.error_controller' => 'error_controller',
  2789. 'kernel.trusted_proxies' => '127.0.0.1,REMOTE_ADDR',
  2790. 'kernel.trusted_headers' => 26,
  2791. 'debug.file_link_format' => NULL,
  2792. 'asset.request_context.base_path' => NULL,
  2793. 'asset.request_context.secure' => NULL,
  2794. 'translator.logging' => false,
  2795. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2796. 'debug.error_handler.throw_at' => -1,
  2797. 'router.request_context.host' => 'localhost',
  2798. 'router.request_context.scheme' => 'http',
  2799. 'router.request_context.base_url' => '',
  2800. 'router.resource' => 'kernel::loadRoutes',
  2801. 'request_listener.http_port' => 80,
  2802. 'request_listener.https_port' => 443,
  2803. 'session.metadata.storage_key' => '_sf2_meta',
  2804. 'session.storage.options' => [
  2805. 'cache_limiter' => '0',
  2806. 'cookie_secure' => 'auto',
  2807. 'cookie_httponly' => true,
  2808. 'cookie_samesite' => 'lax',
  2809. 'gc_probability' => 1,
  2810. ],
  2811. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  2812. 'session.metadata.update_threshold' => 0,
  2813. 'form.type_extension.csrf.enabled' => true,
  2814. 'form.type_extension.csrf.field_name' => '_token',
  2815. 'validator.translation_domain' => 'validators',
  2816. 'profiler_listener.only_exceptions' => false,
  2817. 'profiler_listener.only_main_requests' => false,
  2818. 'twig.form.resources' => [
  2819. 0 => 'form_div_layout.html.twig',
  2820. 1 => 'bootstrap_4_horizontal_layout.html.twig',
  2821. ],
  2822. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2823. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2824. 'web_profiler.debug_toolbar.mode' => 2,
  2825. 'monolog.use_microseconds' => true,
  2826. 'monolog.swift_mailer.handlers' => [
  2827. ],
  2828. 'monolog.handlers_to_channels' => [
  2829. 'monolog.handler.console' => [
  2830. 'type' => 'exclusive',
  2831. 'elements' => [
  2832. 0 => 'event',
  2833. 1 => 'doctrine',
  2834. 2 => 'console',
  2835. ],
  2836. ],
  2837. 'monolog.handler.main' => [
  2838. 'type' => 'exclusive',
  2839. 'elements' => [
  2840. 0 => 'event',
  2841. ],
  2842. ],
  2843. ],
  2844. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2845. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2846. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2847. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2848. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2849. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2850. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2851. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2852. 'doctrine.entity_managers' => [
  2853. 'default' => 'doctrine.orm.default_entity_manager',
  2854. ],
  2855. 'doctrine.default_entity_manager' => 'default',
  2856. 'doctrine.dbal.connection_factory.types' => [
  2857. 'oauth2_grant' => [
  2858. 'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  2859. ],
  2860. 'oauth2_redirect_uri' => [
  2861. 'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  2862. ],
  2863. 'oauth2_scope' => [
  2864. 'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  2865. ],
  2866. ],
  2867. 'doctrine.connections' => [
  2868. 'default' => 'doctrine.dbal.default_connection',
  2869. ],
  2870. 'doctrine.default_connection' => 'default',
  2871. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2872. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2873. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2874. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2875. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2876. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2877. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2878. 'doctrine.orm.cache.memcache_port' => 11211,
  2879. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2880. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2881. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2882. 'doctrine.orm.cache.memcached_port' => 11211,
  2883. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2884. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2885. 'doctrine.orm.cache.redis_host' => 'localhost',
  2886. 'doctrine.orm.cache.redis_port' => 6379,
  2887. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2888. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2889. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2890. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2891. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2892. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2893. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2894. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2895. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2896. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2897. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2898. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2899. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2900. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2901. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2902. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2903. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2904. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2905. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2906. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2907. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2908. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2909. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2910. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2911. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2912. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2913. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2914. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2915. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2916. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2917. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2918. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2919. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2920. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2921. 'doctrine.migrations.preferred_em' => NULL,
  2922. 'doctrine.migrations.preferred_connection' => NULL,
  2923. 'security.role_hierarchy.roles' => [
  2924. 'ROLE_SUPER_ADMIN' => [
  2925. 0 => 'ROLE_ADMIN',
  2926. ],
  2927. 'ROLE_ADMIN' => [
  2928. 0 => 'ROLE_GESTIONNAIRE',
  2929. 1 => 'ROLE_COORDINATEUR',
  2930. 2 => 'ROLE_FINANCE',
  2931. 3 => 'ROLE_OFFRE',
  2932. 4 => 'ROLE_STAT',
  2933. ],
  2934. 'ROLE_COORDINATEUR' => [
  2935. 0 => 'ROLE_MAINTENANCE_PARKING',
  2936. 1 => 'ROLE_STAT',
  2937. 2 => 'ROLE_UTILISATEUR',
  2938. ],
  2939. 'ROLE_GESTIONNAIRE' => [
  2940. 0 => 'ROLE_MAINTENANCE_PARKING',
  2941. 1 => 'ROLE_CLIENT',
  2942. 2 => 'ROLE_COMMANDE',
  2943. 3 => 'ROLE_UTILISATEUR',
  2944. ],
  2945. 'ROLE_UTILISATEUR' => [
  2946. 0 => 'ROLE_UTILISATEUR',
  2947. ],
  2948. 'ROLE_TECHNICIEN' => [
  2949. 0 => 'ROLE_TECHNICIEN',
  2950. ],
  2951. 'ROLE_MAINTENANCE_PARKING' => [
  2952. 0 => 'ROLE_MAINTENANCE_PARKING',
  2953. ],
  2954. 'ROLE_CLIENT' => [
  2955. 0 => 'ROLE_CLIENT',
  2956. ],
  2957. 'ROLE_OFFRE' => [
  2958. 0 => 'ROLE_OFFRE',
  2959. ],
  2960. 'ROLE_COMMANDE' => [
  2961. 0 => 'ROLE_COMMANDE',
  2962. ],
  2963. 'ROLE_STAT' => [
  2964. 0 => 'ROLE_STAT',
  2965. ],
  2966. 'ROLE_FINANCE' => [
  2967. 0 => 'ROLE_FINANCE',
  2968. ],
  2969. ],
  2970. 'security.access.denied_url' => NULL,
  2971. 'security.authentication.manager.erase_credentials' => true,
  2972. 'security.authentication.session_strategy.strategy' => 'migrate',
  2973. 'security.access.always_authenticate_before_granting' => false,
  2974. 'security.authentication.hide_user_not_found' => true,
  2975. 'security.firewalls' => [
  2976. 0 => 'dev',
  2977. 1 => 'api_supervision_token',
  2978. 2 => 'api_supervision',
  2979. 3 => 'api_v2_token',
  2980. 4 => 'api_v2',
  2981. 5 => 'main',
  2982. ],
  2983. 'knp_paginator.template.pagination' => 'twitter_bootstrap_v4_pagination.html.twig',
  2984. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2985. 'knp_paginator.template.sortable' => 'sortable_link.html.twig',
  2986. 'knp_paginator.page_range' => 5,
  2987. 'knp_paginator.page_limit' => NULL,
  2988. 'liip_test_fixtures.cache_db.sqlite' => NULL,
  2989. 'liip_test_fixtures.keep_database_and_schema' => false,
  2990. 'liip_test_fixtures.cache_metadata' => true,
  2991. 'scheb_two_factor.model_manager_name' => NULL,
  2992. 'scheb_two_factor.security_tokens' => [
  2993. 0 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  2994. ],
  2995. 'scheb_two_factor.ip_whitelist' => [
  2996. ],
  2997. 'scheb_two_factor.trusted_device.enabled' => false,
  2998. 'nelmio_api_doc.areas' => [
  2999. 0 => 'default',
  3000. 1 => 'external',
  3001. 2 => 'garage',
  3002. ],
  3003. 'nelmio_api_doc.use_validation_groups' => false,
  3004. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  3005. 'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  3006. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  3007. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  3008. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  3009. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  3010. 'fos_js_routing.request_context_base_url' => NULL,
  3011. 'fos_js_routing.cache_control' => [
  3012. 'enabled' => false,
  3013. ],
  3014. 'league.oauth2_server.persistence.doctrine.enabled' => true,
  3015. 'league.oauth2_server.persistence.doctrine.manager' => 'default',
  3016. 'league.oauth2_server.encryption_key.type' => 'plain',
  3017. 'league.oauth2_server.scopes.default' => [
  3018. 0 => 'email',
  3019. ],
  3020. 'data_collector.templates' => [
  3021. 'data_collector.request' => [
  3022. 0 => 'request',
  3023. 1 => '@WebProfiler/Collector/request.html.twig',
  3024. ],
  3025. 'data_collector.time' => [
  3026. 0 => 'time',
  3027. 1 => '@WebProfiler/Collector/time.html.twig',
  3028. ],
  3029. 'data_collector.memory' => [
  3030. 0 => 'memory',
  3031. 1 => '@WebProfiler/Collector/memory.html.twig',
  3032. ],
  3033. 'data_collector.validator' => [
  3034. 0 => 'validator',
  3035. 1 => '@WebProfiler/Collector/validator.html.twig',
  3036. ],
  3037. 'data_collector.ajax' => [
  3038. 0 => 'ajax',
  3039. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3040. ],
  3041. 'data_collector.form' => [
  3042. 0 => 'form',
  3043. 1 => '@WebProfiler/Collector/form.html.twig',
  3044. ],
  3045. 'data_collector.exception' => [
  3046. 0 => 'exception',
  3047. 1 => '@WebProfiler/Collector/exception.html.twig',
  3048. ],
  3049. 'data_collector.logger' => [
  3050. 0 => 'logger',
  3051. 1 => '@WebProfiler/Collector/logger.html.twig',
  3052. ],
  3053. 'data_collector.events' => [
  3054. 0 => 'events',
  3055. 1 => '@WebProfiler/Collector/events.html.twig',
  3056. ],
  3057. 'data_collector.router' => [
  3058. 0 => 'router',
  3059. 1 => '@WebProfiler/Collector/router.html.twig',
  3060. ],
  3061. 'data_collector.cache' => [
  3062. 0 => 'cache',
  3063. 1 => '@WebProfiler/Collector/cache.html.twig',
  3064. ],
  3065. 'data_collector.translation' => [
  3066. 0 => 'translation',
  3067. 1 => '@WebProfiler/Collector/translation.html.twig',
  3068. ],
  3069. 'data_collector.security' => [
  3070. 0 => 'security',
  3071. 1 => '@Security/Collector/security.html.twig',
  3072. ],
  3073. 'data_collector.twig' => [
  3074. 0 => 'twig',
  3075. 1 => '@WebProfiler/Collector/twig.html.twig',
  3076. ],
  3077. 'data_collector.http_client' => [
  3078. 0 => 'http_client',
  3079. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3080. ],
  3081. 'data_collector.doctrine' => [
  3082. 0 => 'db',
  3083. 1 => '@Doctrine/Collector/db.html.twig',
  3084. ],
  3085. 'data_collector.dump' => [
  3086. 0 => 'dump',
  3087. 1 => '@Debug/Profiler/dump.html.twig',
  3088. ],
  3089. 'mailer.data_collector' => [
  3090. 0 => 'mailer',
  3091. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3092. ],
  3093. 'notifier.data_collector' => [
  3094. 0 => 'notifier',
  3095. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3096. ],
  3097. 'data_collector.mercure' => [
  3098. 0 => 'mercure',
  3099. 1 => '@Mercure/Collector/mercure.html.twig',
  3100. ],
  3101. 'data_collector.config' => [
  3102. 0 => 'config',
  3103. 1 => '@WebProfiler/Collector/config.html.twig',
  3104. ],
  3105. ],
  3106. 'console.command.ids' => [
  3107. 0 => 'console.command.public_alias.App\\Command\\AbelSensorSyncCommand',
  3108. 1 => 'console.command.public_alias.App\\Command\\AutomaticAnonymizationCommand',
  3109. 2 => 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxCreateSubscriptionForFreeCards',
  3110. 3 => 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxImportMBoxCard',
  3111. 4 => 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxImportMBoxUser',
  3112. 5 => 'console.command.public_alias.App\\Command\\Custom\\Lux\\LuxUpdateCardDataFromCardLux',
  3113. 6 => 'console.command.public_alias.App\\Command\\DataMigrationCommand',
  3114. 7 => 'console.command.public_alias.App\\Command\\EndingSoonSubscription',
  3115. 8 => 'console.command.public_alias.App\\Command\\LogAlertsSheltersCommand',
  3116. 9 => 'console.command.public_alias.App\\Command\\LogLowBatterySheltersCommand',
  3117. 10 => 'console.command.public_alias.App\\Command\\MakeDataMigrationCommand',
  3118. 11 => 'console.command.public_alias.App\\Command\\PreloadDashboardChartsCommand',
  3119. 12 => 'console.command.public_alias.App\\Command\\PreloadDataChartsCommand',
  3120. 13 => 'console.command.public_alias.App\\Command\\abriDecoCommand',
  3121. 14 => 'console.command.public_alias.App\\Command\\createCodeCommand',
  3122. 15 => 'console.command.public_alias.App\\Command\\logsGarageToUsageCommand',
  3123. 16 => 'console.command.public_alias.App\\Command\\lravSyncCommand',
  3124. 17 => 'console.command.public_alias.App\\Command\\luckeyForceSyncCommand',
  3125. 18 => 'console.command.public_alias.App\\Command\\luckeySyncCommand',
  3126. 19 => 'console.command.public_alias.App\\Command\\userFantomeCommand',
  3127. ],
  3128. ];
  3129. }
  3130. protected function throw($message)
  3131. {
  3132. throw new RuntimeException($message);
  3133. }
  3134. }